![]() |
MAK RTIspy API Documentation for HLA 1516
|
Inheritance diagram for DtUnpubInterMsg:
Collaboration diagram for DtUnpubInterMsg:Public Member Functions | |
| DtUnpubInterMsg (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| DtUnpubInterMsg (DtInteractionClassHandle theInter, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| DtUnpubInterMsg (const DtNetUnpubInterMsg *netRepMsg, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| virtual | ~DtUnpubInterMsg () |
| Destructor. | |
| virtual DtRtiMsg * | clone (bool copy=true) const |
| Return a copy/empty object of the same type as this. | |
| virtual void | set (DtInteractionClassHandle theInter) |
| Set all fields simultaneously. | |
| virtual void | setHandle (DtInteractionClassHandle hand) |
| Set/Get handle. | |
| virtual DtInteractionClassHandle | handle () const |
| 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, DtUnpubInterCb cb, void *usr) |
| Callback management. | |
| static void | removeCallback (DtConnectionMgr *conn, DtUnpubInterCb cb, void *usr) |
Protected Member Functions | |
| virtual DtNetUnpubInterMsg * | netUnpubInterMsg () |
| The network representation. | |
| virtual const DtNetUnpubInterMsg * | netUnpubInterMsg () const |
| virtual DtRtiMsgKind | internalDtRtiMsgKind () |
| Returns the kind of an UnpubInter Msg. | |
| virtual int | minSize () const |
| Returns minimum size of a message, including header. | |
| virtual DtUnpubInterMsg * | self () const |
| Casts away const-ness. | |
| DtUnpubInterMsg::DtUnpubInterMsg | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) |
Constructor.
References DtRtiMsg::initDtRtiMsg(), internalDtRtiMsgKind(), and minSize().
| DtUnpubInterMsg::DtUnpubInterMsg | ( | DtInteractionClassHandle | theInter, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
References DtRtiMsg::initDtRtiMsg(), internalDtRtiMsgKind(), minSize(), and setHandle().
| DtUnpubInterMsg::DtUnpubInterMsg | ( | const DtNetUnpubInterMsg * | netRepMsg, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
Constructor.
References DtNetPubInterMsg::header, and DtRtiMsg::initDtRtiMsg().
| DtUnpubInterMsg::~DtUnpubInterMsg | ( | ) | [virtual] |
Destructor.
| void DtUnpubInterMsg::addCallback | ( | DtConnectionMgr * | conn, |
| DtUnpubInterCb | cb, | ||
| void * | usr | ||
| ) | [static] |
Callback management.
References DtConnectionMgr::addMsgCallback(), and DtUnpubInterMsgKind.
Referenced by DtInteractionMgr::DtInteractionMgr().
| DtRtiMsg * DtUnpubInterMsg::clone | ( | bool | copy = true | ) | const [virtual] |
Return a copy/empty object of the same type as this.
Implements DtRtiMsg.
References DtUnpubInterMsg(), and netUnpubInterMsg().
| DtRtiMsg * DtUnpubInterMsg::create | ( | const DtNetMsgHeader * | initial, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) | [static] |
Creator.
References DtUnpubInterMsg().
| DtRtiMsg * DtUnpubInterMsg::create | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) | [static] |
Creator.
References DtUnpubInterMsg().
| DtInteractionClassHandle DtUnpubInterMsg::handle | ( | ) | const [virtual] |
References DtNetPubInterMsg::handle, and netUnpubInterMsg().
Referenced by printData().
| DtRtiMsgKind DtUnpubInterMsg::internalDtRtiMsgKind | ( | ) | [protected, virtual] |
Returns the kind of an UnpubInter Msg.
Implements DtRtiMsg.
References DtUnpubInterMsgKind.
Referenced by DtUnpubInterMsg().
| int DtUnpubInterMsg::minSize | ( | ) | const [protected, virtual] |
Returns minimum size of a message, including header.
Referenced by DtUnpubInterMsg().
| DtNetUnpubInterMsg * DtUnpubInterMsg::netUnpubInterMsg | ( | ) | [protected, virtual] |
The network representation.
Referenced by clone(), handle(), and setHandle().
| const DtNetUnpubInterMsg * DtUnpubInterMsg::netUnpubInterMsg | ( | ) | const [protected, virtual] |
| void DtUnpubInterMsg::printData | ( | DtLogicalTimeFactory * | logicalTimeFactory | ) | const [virtual] |
| void DtUnpubInterMsg::removeCallback | ( | DtConnectionMgr * | conn, |
| DtUnpubInterCb | cb, | ||
| void * | usr | ||
| ) | [static] |
References DtUnpubInterMsgKind, and DtConnectionMgr::removeMsgCallback().
Referenced by DtInteractionMgr::~DtInteractionMgr().
| DtUnpubInterMsg * DtUnpubInterMsg::self | ( | ) | const [inline, protected, virtual] |
Casts away const-ness.
| void DtUnpubInterMsg::set | ( | DtInteractionClassHandle | theInter | ) | [virtual] |
Set all fields simultaneously.
References setHandle().
Referenced by DtInteractionMgr::sendUnpublishMsg().
| void DtUnpubInterMsg::setHandle | ( | DtInteractionClassHandle | hand | ) | [virtual] |
Set/Get handle.
References DtNetPubInterMsg::handle, and netUnpubInterMsg().
Referenced by DtUnpubInterMsg(), and set().