![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Inheritance diagram for DtInitiatedSaveMsg:
Collaboration diagram for DtInitiatedSaveMsg:Public Member Functions | |
| DtInitiatedSaveMsg (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| DtInitiatedSaveMsg (const DtNetNullMsg *netRep, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| virtual | ~DtInitiatedSaveMsg () |
| 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) |
| static void | addCallback (DtConnectionMgr *conn, DtInitiatedSaveCb cb, void *usr) |
| Callback management. | |
| static void | removeCallback (DtConnectionMgr *conn, DtInitiatedSaveCb cb, void *usr) |
Protected Member Functions | |
| virtual DtRtiMsgKind | internalDtRtiMsgKind () |
| Returns the kind of an InitiatedSave Msg. | |
| DtInitiatedSaveMsg::DtInitiatedSaveMsg | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) |
Constructor.
References internalDtRtiMsgKind(), DtNetMsgHeader::msgKind, DtRtiMsg::myAllowedDuringSave, and DtRtiMsg::netHeader().
| DtInitiatedSaveMsg::DtInitiatedSaveMsg | ( | const DtNetNullMsg * | netRep, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
Constructor.
References internalDtRtiMsgKind(), DtNetMsgHeader::msgKind, DtRtiMsg::myAllowedDuringSave, and DtRtiMsg::netHeader().
| DtInitiatedSaveMsg::~DtInitiatedSaveMsg | ( | ) | [virtual] |
Destructor.
| void DtInitiatedSaveMsg::addCallback | ( | DtConnectionMgr * | conn, |
| DtInitiatedSaveCb | cb, | ||
| void * | usr | ||
| ) | [static] |
Callback management.
References DtConnectionMgr::addMsgCallback(), and DtInitiatedSaveMsgKind.
Referenced by DtFedExec::DtFedExec().
| DtRtiMsg * DtInitiatedSaveMsg::clone | ( | bool | copy = true | ) | const [virtual] |
Return a copy/empty object of the same type as this.
Implements DtRtiMsg.
References DtInitiatedSaveMsg(), and DtNullMsg::netNullMsg().
| DtRtiMsg * DtInitiatedSaveMsg::create | ( | const DtNetMsgHeader * | initial, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) | [static] |
Creator.
References DtInitiatedSaveMsg().
| DtRtiMsg * DtInitiatedSaveMsg::create | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) | [static] |
References DtInitiatedSaveMsg().
| DtRtiMsgKind DtInitiatedSaveMsg::internalDtRtiMsgKind | ( | ) | [protected, virtual] |
Returns the kind of an InitiatedSave Msg.
Reimplemented from DtNullMsg.
References DtInitiatedSaveMsgKind.
Referenced by DtInitiatedSaveMsg().
| void DtInitiatedSaveMsg::removeCallback | ( | DtConnectionMgr * | conn, |
| DtInitiatedSaveCb | cb, | ||
| void * | usr | ||
| ) | [static] |
References DtInitiatedSaveMsgKind, and DtConnectionMgr::removeMsgCallback().
Referenced by DtFedExec::~DtFedExec().