![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Inheritance diagram for DtRestoreEndMsg:
Collaboration diagram for DtRestoreEndMsg:Public Member Functions | |
| DtRestoreEndMsg (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| DtRestoreEndMsg (const char *theLabel, DtEndRestoreResult theResult, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| DtRestoreEndMsg (const DtNetSaveMsg *netRepMsg, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| virtual | ~DtRestoreEndMsg () |
| Destructor. | |
| virtual DtRtiMsg * | clone (bool copy=true) const |
| Return a copy/empty object of the same type as this. | |
| virtual void | set (const char *theLabel, DtEndRestoreResult theResult) |
| Set all fields simultaneously. | |
| virtual void | setEndResult (DtEndRestoreResult theResult) |
| Set/Get save finished result. | |
| virtual DtEndRestoreResult | endResult () const |
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, DtRestoreEndCb cb, void *usr) |
| Callback management. | |
| static void | removeCallback (DtConnectionMgr *conn, DtRestoreEndCb cb, void *usr) |
Protected Member Functions | |
| virtual DtRtiMsgKind | internalDtRtiMsgKind () |
| Returns the kind of an Restore End Msg. | |
| DtRestoreEndMsg::DtRestoreEndMsg | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) |
Constructor.
References DtRtiMsg::initDtRtiMsg(), internalDtRtiMsgKind(), and DtSaveMsg::minSize().
| DtRestoreEndMsg::DtRestoreEndMsg | ( | const char * | theLabel, |
| DtEndRestoreResult | theResult, | ||
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
Constructor.
References DtRtiMsg::initDtRtiMsg(), internalDtRtiMsgKind(), and DtSaveMsg::minSize().
| DtRestoreEndMsg::DtRestoreEndMsg | ( | const DtNetSaveMsg * | netRepMsg, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
Constructor.
References DtNetSaveMsg::header, and DtRtiMsg::initDtRtiMsg().
| DtRestoreEndMsg::~DtRestoreEndMsg | ( | ) | [virtual] |
Destructor.
| void DtRestoreEndMsg::addCallback | ( | DtConnectionMgr * | conn, |
| DtRestoreEndCb | cb, | ||
| void * | usr | ||
| ) | [static] |
Callback management.
References DtConnectionMgr::addMsgCallback(), and DtRestoreEndMsgKind.
Referenced by DtFederateMgr::postJoinInit().
| DtRtiMsg * DtRestoreEndMsg::clone | ( | bool | copy = true | ) | const [virtual] |
Return a copy/empty object of the same type as this.
Implements DtRtiMsg.
References DtRestoreEndMsg(), and DtSaveMsg::netSaveMsg().
| DtRtiMsg * DtRestoreEndMsg::create | ( | const DtNetMsgHeader * | initial, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) | [static] |
Creator.
References DtRestoreEndMsg().
| DtRtiMsg * DtRestoreEndMsg::create | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) | [static] |
Creator.
References DtRestoreEndMsg().
| DtEndRestoreResult DtRestoreEndMsg::endResult | ( | ) | const [virtual] |
References DtSaveMsg::result().
Referenced by DtRtiExecFederateMgr::processRestoreEnd().
| DtRtiMsgKind DtRestoreEndMsg::internalDtRtiMsgKind | ( | ) | [protected, virtual] |
Returns the kind of an Restore End Msg.
Reimplemented from DtSaveMsg.
References DtRestoreEndMsgKind.
Referenced by DtRestoreEndMsg().
| void DtRestoreEndMsg::removeCallback | ( | DtConnectionMgr * | conn, |
| DtRestoreEndCb | cb, | ||
| void * | usr | ||
| ) | [static] |
References DtRestoreEndMsgKind, and DtConnectionMgr::removeMsgCallback().
Referenced by DtFederateMgr::resignFederationExecution(), and DtFederateMgr::~DtFederateMgr().
| void DtRestoreEndMsg::set | ( | const char * | theLabel, |
| DtEndRestoreResult | theResult | ||
| ) | [virtual] |
Set all fields simultaneously.
References setEndResult(), and DtSaveMsg::setLabel().
Referenced by DtFedExec::endRestore().
| void DtRestoreEndMsg::setEndResult | ( | DtEndRestoreResult | theResult | ) | [virtual] |