![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Inheritance diagram for DtSaveTimeMsg:
Collaboration diagram for DtSaveTimeMsg:Public Member Functions | |
| DtSaveTimeMsg (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| DtSaveTimeMsg (const char *theLabel, RTI::FedTime const &timeVal, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| DtSaveTimeMsg (const DtNetSaveMsg *netRepMsg, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| virtual | ~DtSaveTimeMsg () |
| 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, RTI::FedTime const &timeVal) |
| Set all fields simultaneously. | |
| virtual void | printData (DtLogicalTimeFactory *logicalTimeFactory) const |
| Print the message data. | |
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, DtSaveTimeCb cb, void *usr, bool isMomCallback=false) |
| Callback management. | |
| static void | removeCallback (DtConnectionMgr *conn, DtSaveTimeCb cb, void *usr, bool isMomCallback=false) |
Protected Member Functions | |
| virtual DtRtiMsgKind | internalDtRtiMsgKind () |
| Returns the kind of an Save Finished Msg. | |
| DtSaveTimeMsg::DtSaveTimeMsg | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) |
Constructor.
References DtRtiMsg::initDtRtiMsg(), internalDtRtiMsgKind(), and DtSaveMsg::minSize().
| DtSaveTimeMsg::DtSaveTimeMsg | ( | const char * | theLabel, |
| RTI::FedTime const & | timeVal, | ||
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
Constructor.
| DtSaveTimeMsg::DtSaveTimeMsg | ( | const DtNetSaveMsg * | netRepMsg, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
Constructor.
References DtNetSaveMsg::header, and DtRtiMsg::initDtRtiMsg().
| DtSaveTimeMsg::~DtSaveTimeMsg | ( | ) | [virtual] |
Destructor.
| void DtSaveTimeMsg::addCallback | ( | DtConnectionMgr * | conn, |
| DtSaveTimeCb | cb, | ||
| void * | usr, | ||
| bool | isMomCallback = false |
||
| ) | [static] |
Callback management.
References DtConnectionMgr::addMsgCallback(), and DtSaveTimeMsgKind.
| DtRtiMsg * DtSaveTimeMsg::clone | ( | bool | copy = true | ) | const [virtual] |
Return a copy/empty object of the same type as this.
Implements DtRtiMsg.
References DtSaveTimeMsg(), and DtSaveMsg::netSaveMsg().
| DtRtiMsg * DtSaveTimeMsg::create | ( | const DtNetMsgHeader * | initial, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) | [static] |
Creator.
References DtSaveTimeMsg().
| DtRtiMsg * DtSaveTimeMsg::create | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) | [static] |
Creator.
References DtSaveTimeMsg().
| DtRtiMsgKind DtSaveTimeMsg::internalDtRtiMsgKind | ( | ) | [protected, virtual] |
Returns the kind of an Save Finished Msg.
Reimplemented from DtSaveMsg.
References DtSaveTimeMsgKind.
Referenced by DtSaveTimeMsg().
| void DtSaveTimeMsg::printData | ( | DtLogicalTimeFactory * | logicalTimeFactory | ) | const [virtual] |
Print the message data.
Reimplemented from DtSaveMsg.
References DtSaveMsg::label(), DtRtiMsg::printTime(), and DtSaveMsg::time().
| void DtSaveTimeMsg::removeCallback | ( | DtConnectionMgr * | conn, |
| DtSaveTimeCb | cb, | ||
| void * | usr, | ||
| bool | isMomCallback = false |
||
| ) | [static] |
References DtSaveTimeMsgKind, and DtConnectionMgr::removeMsgCallback().
| void DtSaveTimeMsg::set | ( | const char * | theLabel, |
| RTI::FedTime const & | timeVal | ||
| ) | [virtual] |
Set all fields simultaneously.