#include <TokenDelay.hxx>

It includes tree dynamic type attributes: Name, Delay and MaxDelay
Definition at line 46 of file 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. | |
| CLAM::TokenDelayConfig::DYNAMIC_TYPE_USING_INTERFACE | ( | TokenDelayConfig | , | |
| 2 | , | |||
| ProcessingConfig | ||||
| ) |
| CLAM::TokenDelayConfig::DYN_ATTRIBUTE | ( | 0 | , | |
| public | , | |||
| unsigned | , | |||
| Delay | ||||
| ) |
| CLAM::TokenDelayConfig::DYN_ATTRIBUTE | ( | 1 | , | |
| public | , | |||
| unsigned | , | |||
| MaxDelay | ||||
| ) |
| 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().
1.5.5