CLAM-Development
1.1
|
#include <OutControlSender.hxx>
Classes | |
class | EControlRepresentation |
class | EMapping |
Public Member Functions | |
DYNAMIC_TYPE_USING_INTERFACE (OutControlSenderConfig, 6, ProcessingConfig) | |
DYN_ATTRIBUTE (0, public, TControlData, Min) | |
DYN_ATTRIBUTE (1, public, TControlData, Default) | |
DYN_ATTRIBUTE (2, public, TControlData, Max) | |
DYN_ATTRIBUTE (3, public, TControlData, Step) | |
DYN_ATTRIBUTE (4, public, EControlRepresentation, ControlRepresentation) | |
DYN_ATTRIBUTE (5, public, EMapping, Mapping) | |
Protected Member Functions | |
void | DefaultInit (void) |
The concrete dynamic type constructor calls DefaultInit(). |
Definition at line 13 of file OutControlSender.hxx.
void CLAM::OutControlSenderConfig::DefaultInit | ( | void | ) | [protected] |
The concrete dynamic type constructor calls DefaultInit().
This allows user to initialize his/her object. But we define DefaultInit() here because we don't want to force writting one DefaultInit() function for each concrete dynamic type. If a dynamic type concrete class defines some (not-default) constructors, this should also call the DefaultInit().
Reimplemented from CLAM::DynamicType.
Definition at line 44 of file OutControlSender.cxx.
References CLAM::DynamicType::UpdateData().
CLAM::OutControlSenderConfig::DYN_ATTRIBUTE | ( | 0 | , |
public | , | ||
TControlData | , | ||
Min | |||
) |
CLAM::OutControlSenderConfig::DYN_ATTRIBUTE | ( | 1 | , |
public | , | ||
TControlData | , | ||
Default | |||
) |
CLAM::OutControlSenderConfig::DYN_ATTRIBUTE | ( | 2 | , |
public | , | ||
TControlData | , | ||
Max | |||
) |
CLAM::OutControlSenderConfig::DYN_ATTRIBUTE | ( | 3 | , |
public | , | ||
TControlData | , | ||
Step | |||
) |
CLAM::OutControlSenderConfig::DYN_ATTRIBUTE | ( | 4 | , |
public | , | ||
EControlRepresentation | , | ||
ControlRepresentation | |||
) |
CLAM::OutControlSenderConfig::DYN_ATTRIBUTE | ( | 5 | , |
public | , | ||
EMapping | , | ||
Mapping | |||
) |
CLAM::OutControlSenderConfig::DYNAMIC_TYPE_USING_INTERFACE | ( | OutControlSenderConfig | , |
6 | , | ||
ProcessingConfig | |||
) |