Member Typedef Documentation
Constructor & Destructor Documentation
| DtIntMessageExecutive::DtIntMessageExecutive |
( |
| ) |
|
| virtual DtIntMessageExecutive::~DtIntMessageExecutive |
( |
| ) |
|
|
virtual |
copy constructor not implemented
Member Function Documentation
| virtual void DtIntMessageExecutive::addMessageCallback |
( |
int |
type, |
|
|
DtMessageCallbackFcn |
fcn, |
|
|
void * |
usrData |
|
) |
| |
|
virtual |
Add/Remove a function to be called when a particular message type is received.
| virtual void DtIntMessageExecutive::removeMessageCallback |
( |
int |
type, |
|
|
DtMessageCallbackFcn |
fcn, |
|
|
void * |
usrData |
|
) |
| |
|
virtual |
| virtual void DtIntMessageExecutive::processMessage |
( |
const DtSimMessage & |
msg | ) |
const |
|
virtual |
Call the callbacks registered for the Radio message's type.
Reimplemented from DtMessageExecutive.
| virtual int DtIntMessageExecutive::numCallbacks |
( |
int |
type | ) |
const |
|
virtual |
Get the number of callbacks registered for a radio message type.
| virtual int DtIntMessageExecutive::messageType |
( |
const DtSimMessage & |
message | ) |
const |
|
pure virtual |
Returns the string to be used as index onto the message exec list.
For example, to create a TaskMessageExecutive, this function could upcast the simMsg to a task msg, and then return the task()->type().
Implemented in DtInterfaceMessageExecutive.
assignment operator not implemented
Member Data Documentation
The documentation for this class was generated from the following file: