![]() |
MAK RTIspy API Documentation for HLA Evolved
|
The DtAssistantDeleteFederationMsg defines a wrapper for the RTI Assistant delete federation message used by the Assistant to command an rtiexec to destroy a federation. More...
Inheritance diagram for DtAssistantDeleteFederationMsg:
Collaboration diagram for DtAssistantDeleteFederationMsg:Public Member Functions | |
| DtAssistantDeleteFederationMsg (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructors. | |
| DtAssistantDeleteFederationMsg (const DtNetAssistantDeleteFederationMsg *netRepMsg, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| virtual | ~DtAssistantDeleteFederationMsg () |
| Destructor. | |
| virtual DtAssistantMsg * | clone (bool copy=true) const |
| Return a copy/empty object of the same type as this. | |
| virtual unsigned long | federationHandle () const |
| Get the handle of the federation to be deleted. | |
| virtual void | setFederationHandle (unsigned long handle) |
| Set the handle of the federation to be deleted. | |
| virtual void | printData () const |
| Print the data section. | |
Static Public Member Functions | |
| static DtAssistantMsg * | create (const DtNetAssistantMsgHeader *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) |
| Creators. | |
| static DtAssistantMsg * | create (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) |
| static void | addCallback (DtRtiAssistantClient *conn, DtAssistantDeleteFederationCb cb, void *usr) |
| Adds or removes a callback with the given Assistant client for this message type. | |
| static void | removeCallback (DtRtiAssistantClient *conn, DtAssistantDeleteFederationCb cb, void *usr) |
| static void | addCallback (DtRtiAssistantPeer *conn, DtAssistantDeleteFederationCb cb, void *usr) |
| Adds or removes a callback with the given Assistant peer for this message type. | |
| static void | removeCallback (DtRtiAssistantPeer *conn, DtAssistantDeleteFederationCb cb, void *usr) |
Protected Member Functions | |
| virtual DtNetAssistantDeleteFederationMsg * | netAssistantDeleteFederationMsg () |
| The network representation for the delete federation message. | |
| virtual const DtNetAssistantDeleteFederationMsg * | netAssistantDeleteFederationMsg () const |
| virtual DtAssistantMsgKind | internalMsgKind () |
| Returns the kind of a DtAssistantDeleteFederationMsg message. | |
| virtual int | minSize () const |
| Returns minimum size of a message, including header. | |
The DtAssistantDeleteFederationMsg defines a wrapper for the RTI Assistant delete federation message used by the Assistant to command an rtiexec to destroy a federation.
| DtAssistantDeleteFederationMsg::DtAssistantDeleteFederationMsg | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) |
Constructors.
References DtAssistantMsg::initAssistantMsg(), internalMsgKind(), and minSize().
| DtAssistantDeleteFederationMsg::DtAssistantDeleteFederationMsg | ( | const DtNetAssistantDeleteFederationMsg * | netRepMsg, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
Destructor.
| void DtAssistantDeleteFederationMsg::addCallback | ( | DtRtiAssistantClient * | conn, |
| DtAssistantDeleteFederationCb | cb, | ||
| void * | usr | ||
| ) | [static] |
Adds or removes a callback with the given Assistant client for this message type.
References DtRtiAssistantClient::addMsgCallback(), and DtAssistantDeleteFederationMsgKind.
Referenced by DtAssistantFederationsInfoMgr::DtAssistantFederationsInfoMgr(), and DtRtiexecObserverForAssistant::DtRtiexecObserverForAssistant().
| void DtAssistantDeleteFederationMsg::addCallback | ( | DtRtiAssistantPeer * | conn, |
| DtAssistantDeleteFederationCb | cb, | ||
| void * | usr | ||
| ) | [static] |
Adds or removes a callback with the given Assistant peer for this message type.
References DtRtiAssistantPeer::addMsgCallback(), and DtAssistantDeleteFederationMsgKind.
| DtAssistantMsg * DtAssistantDeleteFederationMsg::clone | ( | bool | copy = true | ) | const [virtual] |
Return a copy/empty object of the same type as this.
Implements DtAssistantMsg.
References DtAssistantDeleteFederationMsg(), and netAssistantDeleteFederationMsg().
| DtAssistantMsg * DtAssistantDeleteFederationMsg::create | ( | const DtNetAssistantMsgHeader * | initial, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) | [static] |
Creators.
References DtAssistantDeleteFederationMsg().
| DtAssistantMsg * DtAssistantDeleteFederationMsg::create | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) | [static] |
References DtAssistantDeleteFederationMsg().
| unsigned long DtAssistantDeleteFederationMsg::federationHandle | ( | ) | const [virtual] |
Get the handle of the federation to be deleted.
References DtNetAssistantDeleteFederationMsg::federationHandle, and netAssistantDeleteFederationMsg().
Referenced by DtRtiexecObserverForAssistant::processDeleteFederationMsg().
| DtAssistantMsgKind DtAssistantDeleteFederationMsg::internalMsgKind | ( | ) | [protected, virtual] |
Returns the kind of a DtAssistantDeleteFederationMsg message.
Implements DtAssistantMsg.
References DtAssistantDeleteFederationMsgKind.
Referenced by DtAssistantDeleteFederationMsg().
| int DtAssistantDeleteFederationMsg::minSize | ( | ) | const [protected, virtual] |
Returns minimum size of a message, including header.
Referenced by DtAssistantDeleteFederationMsg().
| DtNetAssistantDeleteFederationMsg * DtAssistantDeleteFederationMsg::netAssistantDeleteFederationMsg | ( | ) | [protected, virtual] |
The network representation for the delete federation message.
Referenced by clone(), federationHandle(), and setFederationHandle().
| const DtNetAssistantDeleteFederationMsg * DtAssistantDeleteFederationMsg::netAssistantDeleteFederationMsg | ( | ) | const [protected, virtual] |
| void DtAssistantDeleteFederationMsg::printData | ( | ) | const [virtual] |
Print the data section.
Reimplemented from DtAssistantMsg.
| void DtAssistantDeleteFederationMsg::removeCallback | ( | DtRtiAssistantClient * | conn, |
| DtAssistantDeleteFederationCb | cb, | ||
| void * | usr | ||
| ) | [static] |
| void DtAssistantDeleteFederationMsg::removeCallback | ( | DtRtiAssistantPeer * | conn, |
| DtAssistantDeleteFederationCb | cb, | ||
| void * | usr | ||
| ) | [static] |
| void DtAssistantDeleteFederationMsg::setFederationHandle | ( | unsigned long | handle | ) | [virtual] |
Set the handle of the federation to be deleted.
References DtNetAssistantDeleteFederationMsg::federationHandle, and netAssistantDeleteFederationMsg().
Referenced by DtRtiAssistantServer::sendFederationDestroyMsg(), and DtRtiAssistantPeer::sendFederationDestroyMsg().