![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Inheritance diagram for DtRtiExecShutdownForwarderMsg:
Collaboration diagram for DtRtiExecShutdownForwarderMsg:Public Member Functions | |
| DtRtiExecShutdownForwarderMsg (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| DtRtiExecShutdownForwarderMsg (const DtNetExecShutdownForwarderMsg *netRep, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| virtual | ~DtRtiExecShutdownForwarderMsg () |
| Destructor. | |
| virtual DtRtiMsg * | clone (bool copy=true) const |
| Return a copy/empty object of the same type as this. | |
| virtual void | printData (DtLogicalTimeFactory *logicalTimeFactory) const |
| Print the data section. | |
Static Public Member Functions | |
| static DtRtiMsg * | create (const DtNetMsgHeader *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) |
| Creator. | |
| static DtRtiMsg * | create (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) |
| static void | addCallback (DtConnectionMgr *conn, DtRtiExecShutdownCb cb, void *usr, bool isMomCallback=false) |
| Callback management. | |
| static void | removeCallback (DtConnectionMgr *conn, DtRtiExecShutdownCb cb, void *usr, bool isMomCallback=false) |
Protected Member Functions | |
| virtual DtNetExecShutdownForwarderMsg * | netExecShutdownForwarderMsg () |
| The network representation. | |
| virtual const DtNetExecShutdownForwarderMsg * | netExecShutdownForwarderMsg () const |
| virtual DtRtiMsgKind | internalDtRtiMsgKind () |
| Returns the kind of an Connect Msg. | |
| virtual int | minSize () const |
| Returns minimum size of a message, including header. | |
| virtual DtRtiExecShutdownForwarderMsg * | self () const |
| Casts away const-ness. | |
| DtRtiExecShutdownForwarderMsg::DtRtiExecShutdownForwarderMsg | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) |
Constructor.
References DtRtiMsg::initDtRtiMsg(), internalDtRtiMsgKind(), and minSize().
| DtRtiExecShutdownForwarderMsg::DtRtiExecShutdownForwarderMsg | ( | const DtNetExecShutdownForwarderMsg * | netRep, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
Constructor.
References DtNetExecShutdownForwarderMsg::header, and DtRtiMsg::initDtRtiMsg().
Destructor.
| void DtRtiExecShutdownForwarderMsg::addCallback | ( | DtConnectionMgr * | conn, |
| DtRtiExecShutdownCb | cb, | ||
| void * | usr, | ||
| bool | isMomCallback = false |
||
| ) | [static] |
Callback management.
References DtConnectionMgr::addMsgCallback(), and DtRtiExecShutdownForwarderMsgKind.
| DtRtiMsg * DtRtiExecShutdownForwarderMsg::clone | ( | bool | copy = true | ) | const [virtual] |
Return a copy/empty object of the same type as this.
Implements DtRtiMsg.
References DtRtiExecShutdownForwarderMsg(), and netExecShutdownForwarderMsg().
| DtRtiMsg * DtRtiExecShutdownForwarderMsg::create | ( | const DtNetMsgHeader * | initial, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) | [static] |
Creator.
References DtRtiExecShutdownForwarderMsg().
| DtRtiMsg * DtRtiExecShutdownForwarderMsg::create | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) | [static] |
References DtRtiExecShutdownForwarderMsg().
| DtRtiMsgKind DtRtiExecShutdownForwarderMsg::internalDtRtiMsgKind | ( | ) | [protected, virtual] |
Returns the kind of an Connect Msg.
Implements DtRtiMsg.
References DtRtiExecShutdownForwarderMsgKind.
Referenced by DtRtiExecShutdownForwarderMsg().
| int DtRtiExecShutdownForwarderMsg::minSize | ( | ) | const [protected, virtual] |
Returns minimum size of a message, including header.
Referenced by DtRtiExecShutdownForwarderMsg().
| DtNetExecShutdownForwarderMsg * DtRtiExecShutdownForwarderMsg::netExecShutdownForwarderMsg | ( | ) | [protected, virtual] |
The network representation.
Referenced by clone().
| const DtNetExecShutdownForwarderMsg * DtRtiExecShutdownForwarderMsg::netExecShutdownForwarderMsg | ( | ) | const [protected, virtual] |
| void DtRtiExecShutdownForwarderMsg::printData | ( | DtLogicalTimeFactory * | logicalTimeFactory | ) | const [virtual] |
Print the data section.
Reimplemented from DtRtiMsg.
| void DtRtiExecShutdownForwarderMsg::removeCallback | ( | DtConnectionMgr * | conn, |
| DtRtiExecShutdownCb | cb, | ||
| void * | usr, | ||
| bool | isMomCallback = false |
||
| ) | [static] |
References DtRtiExecShutdownForwarderMsgKind, and DtConnectionMgr::removeMsgCallback().
| DtRtiExecShutdownForwarderMsg * DtRtiExecShutdownForwarderMsg::self | ( | ) | const [inline, protected, virtual] |
Casts away const-ness.