CLAM-Development  1.1
Public Member Functions | Protected Member Functions
CLAM::TokenDelayConfig Class Reference

Configuration of the TokenDelay processing object. More...

#include <TokenDelay.hxx>

List of all members.

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.

Detailed Description

Configuration of the TokenDelay processing object.

It includes tree dynamic type attributes: Name, Delay and MaxDelay

Definition at line 46 of file TokenDelay.hxx.


Member Function Documentation

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 ( ,
public  ,
unsigned  ,
Delay   
)
CLAM::TokenDelayConfig::DYN_ATTRIBUTE ( ,
public  ,
unsigned  ,
MaxDelay   
)

The documentation for this class was generated from the following file: