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