![]() |
MAK RTIspy API Documentation for HLA 1516
|
Inheritance diagram for DtAbortRestoreMsg:
Collaboration diagram for DtAbortRestoreMsg:Public Member Functions | |
| DtAbortRestoreMsg (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| DtAbortRestoreMsg (const DtNetNullMsg *netRep, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| virtual | ~DtAbortRestoreMsg () |
| 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 void | addCallback (DtConnectionMgr *conn, DtAbortRestoreMsgCb cb, void *usr) |
| Callback management. | |
| static void | removeCallback (DtConnectionMgr *conn, DtAbortRestoreMsgCb cb, void *usr) |
| static DtRtiMsg * | create (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) |
| Creator. | |
| static DtRtiMsg * | create (const DtNetMsgHeader *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) |
| Creator. | |
Protected Member Functions | |
| virtual DtNetNullMsg * | netNullMsg () |
| The network representation. | |
| virtual const DtNetNullMsg * | netNullMsg () const |
| virtual DtRtiMsgKind | internalDtRtiMsgKind () |
| Returns the kind of an Null Msg. | |
| virtual int | minSize () const |
| Returns minimum size of a message, including header. | |
| DtAbortRestoreMsg::DtAbortRestoreMsg | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) |
Constructor.
References DtRtiMsg::initDtRtiMsg(), internalDtRtiMsgKind(), minSize(), and DtRtiMsg::myAllowedDuringSave.
| DtAbortRestoreMsg::DtAbortRestoreMsg | ( | const DtNetNullMsg * | netRep, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
Constructor.
References DtNetNullMsg::header, DtRtiMsg::initDtRtiMsg(), and DtRtiMsg::myAllowedDuringSave.
| DtAbortRestoreMsg::~DtAbortRestoreMsg | ( | ) | [virtual] |
Destructor.
| void DtAbortRestoreMsg::addCallback | ( | DtConnectionMgr * | conn, |
| DtAbortRestoreMsgCb | cb, | ||
| void * | usr | ||
| ) | [static] |
Callback management.
References DtConnectionMgr::addMsgCallback(), and DtAbortRestoreMsgKind.
Referenced by DtFedExec::DtFedExec().
| DtRtiMsg * DtAbortRestoreMsg::clone | ( | bool | copy = true | ) | const [virtual] |
Return a copy/empty object of the same type as this.
Implements DtRtiMsg.
References DtAbortRestoreMsg(), and netNullMsg().
| DtRtiMsg * DtAbortRestoreMsg::create | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) | [static] |
Creator.
References DtAbortRestoreMsg().
| DtRtiMsg * DtAbortRestoreMsg::create | ( | const DtNetMsgHeader * | initial, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) | [static] |
Creator.
References DtAbortRestoreMsg().
| DtRtiMsgKind DtAbortRestoreMsg::internalDtRtiMsgKind | ( | ) | [protected, virtual] |
Returns the kind of an Null Msg.
Implements DtRtiMsg.
References DtAbortRestoreMsgKind.
Referenced by DtAbortRestoreMsg().
| int DtAbortRestoreMsg::minSize | ( | ) | const [protected, virtual] |
Returns minimum size of a message, including header.
Referenced by DtAbortRestoreMsg().
| DtNetNullMsg * DtAbortRestoreMsg::netNullMsg | ( | ) | [protected, virtual] |
The network representation.
Referenced by clone().
| const DtNetNullMsg * DtAbortRestoreMsg::netNullMsg | ( | ) | const [protected, virtual] |
| void DtAbortRestoreMsg::printData | ( | DtLogicalTimeFactory * | logicalTimeFactory | ) | const [virtual] |
Print the data section.
Reimplemented from DtRtiMsg.
| void DtAbortRestoreMsg::removeCallback | ( | DtConnectionMgr * | conn, |
| DtAbortRestoreMsgCb | cb, | ||
| void * | usr | ||
| ) | [static] |
References DtAbortRestoreMsgKind, and DtConnectionMgr::removeMsgCallback().
Referenced by DtFedExec::~DtFedExec().