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