![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Inheritance diagram for DtRtiExecDisconnectMsg:
Collaboration diagram for DtRtiExecDisconnectMsg:Public Member Functions | |
| DtRtiExecDisconnectMsg (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| DtRtiExecDisconnectMsg (const DtNetConnectMsg *netRep, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| DtRtiExecDisconnectMsg (unsigned long handle, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| virtual | ~DtRtiExecDisconnectMsg () |
| 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, DtRtiExecDisconnectCb cb, void *usr, bool isMomCallback=false) |
| Callback management. | |
| static void | removeCallback (DtConnectionMgr *conn, DtRtiExecDisconnectCb cb, void *usr, bool isMomCallback=false) |
Protected Member Functions | |
| virtual DtRtiMsgKind | internalDtRtiMsgKind () |
| Returns the kind of an RtiExec Disconnect Msg. | |
| DtRtiExecDisconnectMsg::DtRtiExecDisconnectMsg | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) |
Constructor.
References internalDtRtiMsgKind(), DtNetMsgHeader::msgKind, and DtRtiMsg::netHeader().
| DtRtiExecDisconnectMsg::DtRtiExecDisconnectMsg | ( | const DtNetConnectMsg * | netRep, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
Constructor.
References internalDtRtiMsgKind(), DtNetMsgHeader::msgKind, and DtRtiMsg::netHeader().
| DtRtiExecDisconnectMsg::DtRtiExecDisconnectMsg | ( | unsigned long | handle, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
Constructor.
References internalDtRtiMsgKind(), DtNetMsgHeader::msgKind, and DtRtiMsg::netHeader().
| DtRtiExecDisconnectMsg::~DtRtiExecDisconnectMsg | ( | ) | [virtual] |
Destructor.
| void DtRtiExecDisconnectMsg::addCallback | ( | DtConnectionMgr * | conn, |
| DtRtiExecDisconnectCb | cb, | ||
| void * | usr, | ||
| bool | isMomCallback = false |
||
| ) | [static] |
Callback management.
References DtConnectionMgr::addMsgCallback(), and DtRtiExecDisconnectMsgKind.
| DtRtiMsg * DtRtiExecDisconnectMsg::clone | ( | bool | copy = true | ) | const [virtual] |
Return a copy/empty object of the same type as this.
Reimplemented from DtDisconnectMsg.
References DtRtiExecDisconnectMsg(), and DtConnectMsg::netConnectMsg().
| DtRtiMsg * DtRtiExecDisconnectMsg::create | ( | const DtNetMsgHeader * | initial, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) | [static] |
| DtRtiMsg * DtRtiExecDisconnectMsg::create | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) | [static] |
Reimplemented from DtDisconnectMsg.
References DtRtiExecDisconnectMsg().
| DtRtiMsgKind DtRtiExecDisconnectMsg::internalDtRtiMsgKind | ( | ) | [protected, virtual] |
Returns the kind of an RtiExec Disconnect Msg.
Reimplemented from DtDisconnectMsg.
References DtRtiExecDisconnectMsgKind.
Referenced by DtRtiExecDisconnectMsg().
| void DtRtiExecDisconnectMsg::removeCallback | ( | DtConnectionMgr * | conn, |
| DtRtiExecDisconnectCb | cb, | ||
| void * | usr, | ||
| bool | isMomCallback = false |
||
| ) | [static] |
References DtRtiExecDisconnectMsgKind, and DtConnectionMgr::removeMsgCallback().