![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Inheritance diagram for DtRestoreMsg:
Collaboration diagram for DtRestoreMsg:Public Member Functions | |
| DtRestoreMsg (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| DtRestoreMsg (const char *theLabel, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| DtRestoreMsg (const DtNetSaveMsg *netRepMsg, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| virtual | ~DtRestoreMsg () |
| Destructor. | |
| virtual DtRtiMsg * | clone (bool copy=true) const |
| Return a copy/empty object of the same type as this. | |
Static Public Member Functions | |
| static DtRtiMsg * | create (const DtNetMsgHeader *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) |
| Creator. | |
| static DtRtiMsg * | create (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) |
| Creator. | |
| static void | addCallback (DtConnectionMgr *conn, DtRestoreCb cb, void *usr) |
| Callback management. | |
| static void | removeCallback (DtConnectionMgr *conn, DtRestoreCb cb, void *usr) |
Protected Member Functions | |
| virtual DtRtiMsgKind | internalDtRtiMsgKind () |
| Returns the kind of an Restore Msg. | |
| DtRestoreMsg::DtRestoreMsg | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) |
Constructor.
References DtRtiMsg::initDtRtiMsg(), internalDtRtiMsgKind(), and DtSaveMsg::minSize().
| DtRestoreMsg::DtRestoreMsg | ( | const char * | theLabel, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
Constructor.
References DtRtiMsg::initDtRtiMsg(), internalDtRtiMsgKind(), and DtSaveMsg::minSize().
| DtRestoreMsg::DtRestoreMsg | ( | const DtNetSaveMsg * | netRepMsg, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
Constructor.
References DtNetSaveMsg::header, and DtRtiMsg::initDtRtiMsg().
| DtRestoreMsg::~DtRestoreMsg | ( | ) | [virtual] |
Destructor.
| void DtRestoreMsg::addCallback | ( | DtConnectionMgr * | conn, |
| DtRestoreCb | cb, | ||
| void * | usr | ||
| ) | [static] |
Callback management.
References DtConnectionMgr::addMsgCallback(), and DtRestoreMsgKind.
Referenced by DtFederateMgr::postJoinInit().
| DtRtiMsg * DtRestoreMsg::clone | ( | bool | copy = true | ) | const [virtual] |
Return a copy/empty object of the same type as this.
Implements DtRtiMsg.
References DtRestoreMsg(), and DtSaveMsg::netSaveMsg().
| DtRtiMsg * DtRestoreMsg::create | ( | const DtNetMsgHeader * | initial, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) | [static] |
Creator.
References DtRestoreMsg().
| DtRtiMsg * DtRestoreMsg::create | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) | [static] |
Creator.
References DtRestoreMsg().
| DtRtiMsgKind DtRestoreMsg::internalDtRtiMsgKind | ( | ) | [protected, virtual] |
Returns the kind of an Restore Msg.
Reimplemented from DtSaveMsg.
References DtRestoreMsgKind.
Referenced by DtRestoreMsg().
| void DtRestoreMsg::removeCallback | ( | DtConnectionMgr * | conn, |
| DtRestoreCb | cb, | ||
| void * | usr | ||
| ) | [static] |
References DtRestoreMsgKind, and DtConnectionMgr::removeMsgCallback().
Referenced by DtFederateMgr::resignFederationExecution(), and DtFederateMgr::~DtFederateMgr().