|
CLAM-Development
1.1
|
Configuration of the TokenDelay processing object. More...
#include <TokenDelay.hxx>
Public Member Functions | |
| DYNAMIC_TYPE_USING_INTERFACE (TokenDelayConfig, 2, ProcessingConfig) | |
| DYN_ATTRIBUTE (0, public, unsigned, Delay) | |
| DYN_ATTRIBUTE (1, public, unsigned, MaxDelay) | |
Protected Member Functions | |
| void | DefaultInit (void) |
| Dynamic type initialization: all attributes are instantiated. | |
Configuration of the TokenDelay processing object.
It includes tree dynamic type attributes: Name, Delay and MaxDelay
Definition at line 46 of file TokenDelay.hxx.
| void CLAM::TokenDelayConfig::DefaultInit | ( | void | ) | [inline, protected] |
Dynamic type initialization: all attributes are instantiated.
ActualDelay is set to 0 and MaxDelay to a default value (i.e. 1000 tokens)
Reimplemented from CLAM::DynamicType.
Definition at line 58 of file TokenDelay.hxx.
References CLAM::DynamicType::UpdateData().
| CLAM::TokenDelayConfig::DYN_ATTRIBUTE | ( | 0 | , |
| public | , | ||
| unsigned | , | ||
| Delay | |||
| ) |
| CLAM::TokenDelayConfig::DYN_ATTRIBUTE | ( | 1 | , |
| public | , | ||
| unsigned | , | ||
| MaxDelay | |||
| ) |
1.7.6.1