![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Message for sending receive order delete. More...
Inheritance diagram for DtDeleteRoMsg:
Collaboration diagram for DtDeleteRoMsg:Public Member Functions | |
| DtDeleteRoMsg (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| DtDeleteRoMsg (DtObjectInstanceHandle theObj, char const *theTag, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| DtDeleteRoMsg (const DtNetDeleteMsg *netRepMsg, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| virtual | ~DtDeleteRoMsg () |
| Destructor. | |
| virtual DtRtiMsg * | clone (bool copy=true) const |
| Return a copy/empty object of the same type as this. | |
| virtual void | set (DtObjectInstanceHandle theObj, char const *theTag) |
| Set all fields simultaneously. | |
| virtual void | setId (DtObjectInstanceHandle id) |
| Set/Get handle. | |
| virtual DtObjectInstanceHandle | id () 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, DtDeleteRoCb cb, void *usr) |
| Callback management. | |
| static void | removeCallback (DtConnectionMgr *conn, DtDeleteRoCb cb, void *usr) |
Protected Member Functions | |
| virtual DtNetDeleteMsg * | netDeleteRoMsg () |
| The network representation. | |
| virtual const DtNetDeleteMsg * | netDeleteRoMsg () const |
| virtual DtRtiMsgKind | internalDtRtiMsgKind () |
| Returns the kind of an Delete Msg. | |
| virtual int | minSize (char const *theTag=NULL) const |
| Returns minimum size of a message, including header. | |
| virtual void | setTagSize (int size) |
| Set/Get tag size. | |
| virtual int | tagSize () const |
| virtual char * | tagPtr () |
| Returns pointer to the tag in the netMsg. | |
| virtual DtDeleteRoMsg * | selfRo () const |
| Casts away const-ness. | |
Message for sending receive order delete.
| DtDeleteRoMsg::DtDeleteRoMsg | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) |
Constructor.
References DtRtiMsg::initDtRtiMsg(), internalDtRtiMsgKind(), minSize(), and DtRtiMsg::theDefaultTag.
| DtDeleteRoMsg::DtDeleteRoMsg | ( | DtObjectInstanceHandle | theObj, |
| char const * | theTag, | ||
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
Constructor.
References DtRtiMsg::initDtRtiMsg(), internalDtRtiMsgKind(), minSize(), setId(), and DtDeleteMsg::setTag().
| DtDeleteRoMsg::DtDeleteRoMsg | ( | const DtNetDeleteMsg * | netRepMsg, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
Constructor.
References DtNetDeleteMsg::header, and DtRtiMsg::initDtRtiMsg().
| DtDeleteRoMsg::~DtDeleteRoMsg | ( | ) | [virtual] |
Destructor.
| void DtDeleteRoMsg::addCallback | ( | DtConnectionMgr * | conn, |
| DtDeleteRoCb | cb, | ||
| void * | usr | ||
| ) | [static] |
Callback management.
References DtConnectionMgr::addMsgCallback(), and DtDeleteRoMsgKind.
Referenced by DtObjectMgr::DtObjectMgr().
| DtRtiMsg * DtDeleteRoMsg::clone | ( | bool | copy = true | ) | const [virtual] |
Return a copy/empty object of the same type as this.
Implements DtRtiMsg.
References DtDeleteRoMsg(), and netDeleteRoMsg().
| DtRtiMsg * DtDeleteRoMsg::create | ( | const DtNetMsgHeader * | initial, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) | [static] |
Creator.
References DtDeleteRoMsg().
| DtRtiMsg * DtDeleteRoMsg::create | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) | [static] |
Creator.
References DtDeleteRoMsg().
| DtObjectInstanceHandle DtDeleteRoMsg::id | ( | ) | const [virtual] |
Implements DtDeleteMsg.
References DtNetDeleteMsg::id, and netDeleteRoMsg().
Referenced by DtObjectMgr::processDelete(), and setId().
| DtRtiMsgKind DtDeleteRoMsg::internalDtRtiMsgKind | ( | ) | [protected, virtual] |
Returns the kind of an Delete Msg.
Implements DtRtiMsg.
References DtDeleteRoMsgKind.
Referenced by DtDeleteRoMsg().
| int DtDeleteRoMsg::minSize | ( | char const * | theTag = NULL | ) | const [protected, virtual] |
Returns minimum size of a message, including header.
Referenced by DtDeleteRoMsg().
| DtNetDeleteMsg * DtDeleteRoMsg::netDeleteRoMsg | ( | ) | [protected, virtual] |
| const DtNetDeleteMsg * DtDeleteRoMsg::netDeleteRoMsg | ( | ) | const [protected, virtual] |
| void DtDeleteRoMsg::printData | ( | DtLogicalTimeFactory * | logicalTimeFactory | ) | const [virtual] |
| void DtDeleteRoMsg::removeCallback | ( | DtConnectionMgr * | conn, |
| DtDeleteRoCb | cb, | ||
| void * | usr | ||
| ) | [static] |
References DtDeleteRoMsgKind, and DtConnectionMgr::removeMsgCallback().
Referenced by DtObjectMgr::~DtObjectMgr().
| DtDeleteRoMsg * DtDeleteRoMsg::selfRo | ( | ) | const [inline, protected, virtual] |
Casts away const-ness.
| void DtDeleteRoMsg::set | ( | DtObjectInstanceHandle | theObj, |
| char const * | theTag | ||
| ) | [virtual] |
Set all fields simultaneously.
Referenced by DtObjectMgr::sendDeleteMsg().
| void DtDeleteRoMsg::setId | ( | DtObjectInstanceHandle | id | ) | [virtual] |
Set/Get handle.
Implements DtDeleteMsg.
References DtNetDeleteMsg::id, id(), and netDeleteRoMsg().
Referenced by DtDeleteRoMsg().
| void DtDeleteRoMsg::setTagSize | ( | int | size | ) | [protected, virtual] |
| char * DtDeleteRoMsg::tagPtr | ( | ) | [protected, virtual] |
Returns pointer to the tag in the netMsg.
Implements DtDeleteMsg.
References netDeleteRoMsg(), and tagSize().
| int DtDeleteRoMsg::tagSize | ( | ) | const [protected, virtual] |
Implements DtDeleteMsg.
References netDeleteRoMsg(), and DtNetDeleteMsg::tagSize.
Referenced by tagPtr().