DtProcessFactory manages the creation of message processors.
More...
Detailed Description
DtProcessFactory manages the creation of message processors.
Member Typedef Documentation
Constructor & Destructor Documentation
| makRadarFx::DtProcessFactory::DtProcessFactory |
( |
| ) |
|
| virtual makRadarFx::DtProcessFactory::~DtProcessFactory |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void makRadarFx::DtProcessFactory::registorProcessCreator |
( |
unsigned int |
messageType, |
|
|
DtBaseProcessCreator * |
creator |
|
) |
| |
|
virtual |
adds a creator to be called for a specific message type this class assumes responsibility for the memory of the process creator
| virtual void makRadarFx::DtProcessFactory::unregistorProcessCreator |
( |
unsigned int |
messageType | ) |
|
|
virtual |
removes a creator to be called for a specific message type this deletes the memory for the process creator object
calls the process creator for this particular type of message
| static DtProcessFactory& makRadarFx::DtProcessFactory::instance |
( |
makVrv::DtDe & |
DtDe | ) |
|
|
static |
| static void makRadarFx::DtProcessFactory::registerInstance |
( |
makVrv::DtDe & |
de, |
|
|
DtProcessFactory * |
instance |
|
) |
| |
|
static |
Member Data Documentation
| CreatorMap makRadarFx::DtProcessFactory::myProcessCreators |
|
protected |
The documentation for this class was generated from the following file: