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