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