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