![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Inheritance diagram for DtNetworkMapReqMsg:
Collaboration diagram for DtNetworkMapReqMsg:Public Member Functions | |
| DtNetworkMapReqMsg (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| DtNetworkMapReqMsg (unsigned long sourceId, unsigned long requestorId, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| DtNetworkMapReqMsg (const DtNetNetworkMapReqMsg *netRep, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| virtual | ~DtNetworkMapReqMsg () |
| Destructor. | |
| virtual DtRtiMsg * | clone (bool copy=true) const |
| Return a copy/empty object of the same type as this. | |
| virtual unsigned long | sourceId () const |
| Set/Get source connection handle for the source of the current hop in the overall request. | |
| virtual void | setSourceId (unsigned long connId) |
| virtual unsigned long | requestorId () const |
| Set/Get originating requestor connection handle - this is essentially a unique ID for the request ( there may be multiple intermediate requests in flight from the same source, but only one request at a time per requestor) | |
| virtual void | setRequestorId (unsigned long connId) |
| 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) |
| static void | addCallback (DtConnectionMgr *conn, DtNetworkMapRequestCb cb, void *usr) |
| Callback management. | |
| static void | removeCallback (DtConnectionMgr *conn, DtNetworkMapRequestCb cb, void *usr) |
Protected Member Functions | |
| virtual DtNetNetworkMapReqMsg * | netNetworkMapReqMsg () |
| The network representation. | |
| virtual const DtNetNetworkMapReqMsg * | netNetworkMapReqMsg () const |
| virtual DtRtiMsgKind | internalDtRtiMsgKind () |
| Returns the kind of an DtNetworkMapReqMsg Msg. | |
| virtual int | minSize () const |
| Returns minimum size of a message, including header. | |
| DtNetworkMapReqMsg::DtNetworkMapReqMsg | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) |
Constructor.
References DtRtiMsg::initDtRtiMsg(), internalDtRtiMsgKind(), and minSize().
| DtNetworkMapReqMsg::DtNetworkMapReqMsg | ( | unsigned long | sourceId, |
| unsigned long | requestorId, | ||
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
Constructor.
References DtRtiMsg::initDtRtiMsg(), internalDtRtiMsgKind(), minSize(), setRequestorId(), and setSourceId().
| DtNetworkMapReqMsg::DtNetworkMapReqMsg | ( | const DtNetNetworkMapReqMsg * | netRep, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
Constructor.
References DtNetNetworkMapReqMsg::header, and DtRtiMsg::initDtRtiMsg().
| DtNetworkMapReqMsg::~DtNetworkMapReqMsg | ( | ) | [virtual] |
Destructor.
| void DtNetworkMapReqMsg::addCallback | ( | DtConnectionMgr * | conn, |
| DtNetworkMapRequestCb | cb, | ||
| void * | usr | ||
| ) | [static] |
Callback management.
References DtConnectionMgr::addMsgCallback(), and DtNetworkMapReqMsgKind.
| DtRtiMsg * DtNetworkMapReqMsg::clone | ( | bool | copy = true | ) | const [virtual] |
Return a copy/empty object of the same type as this.
Implements DtRtiMsg.
References DtNetworkMapReqMsg(), and netNetworkMapReqMsg().
| DtRtiMsg * DtNetworkMapReqMsg::create | ( | const DtNetMsgHeader * | initial, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) | [static] |
Creator.
References DtNetworkMapReqMsg().
| DtRtiMsg * DtNetworkMapReqMsg::create | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) | [static] |
References DtNetworkMapReqMsg().
| DtRtiMsgKind DtNetworkMapReqMsg::internalDtRtiMsgKind | ( | ) | [protected, virtual] |
Returns the kind of an DtNetworkMapReqMsg Msg.
Implements DtRtiMsg.
References DtNetworkMapReqMsgKind.
Referenced by DtNetworkMapReqMsg().
| int DtNetworkMapReqMsg::minSize | ( | ) | const [protected, virtual] |
Returns minimum size of a message, including header.
Referenced by DtNetworkMapReqMsg().
| DtNetNetworkMapReqMsg * DtNetworkMapReqMsg::netNetworkMapReqMsg | ( | ) | [protected, virtual] |
The network representation.
Referenced by clone(), requestorId(), setRequestorId(), setSourceId(), and sourceId().
| const DtNetNetworkMapReqMsg * DtNetworkMapReqMsg::netNetworkMapReqMsg | ( | ) | const [protected, virtual] |
| void DtNetworkMapReqMsg::printData | ( | DtLogicalTimeFactory * | logicalTimeFactory | ) | const [virtual] |
| void DtNetworkMapReqMsg::removeCallback | ( | DtConnectionMgr * | conn, |
| DtNetworkMapRequestCb | cb, | ||
| void * | usr | ||
| ) | [static] |
References DtNetworkMapReqMsgKind, and DtConnectionMgr::removeMsgCallback().
| unsigned long DtNetworkMapReqMsg::requestorId | ( | ) | const [virtual] |
Set/Get originating requestor connection handle - this is essentially a unique ID for the request ( there may be multiple intermediate requests in flight from the same source, but only one request at a time per requestor)
References netNetworkMapReqMsg(), and DtNetNetworkMapReqMsg::requestorId.
Referenced by DtNetworkMapLanRequestFilter::doFilter(), DtNetworkMapProcessor::gotNetworkMapRequest(), and printData().
| void DtNetworkMapReqMsg::setRequestorId | ( | unsigned long | connId | ) | [virtual] |
References netNetworkMapReqMsg(), and DtNetNetworkMapReqMsg::requestorId.
Referenced by DtNetworkMapReqMsg().
| void DtNetworkMapReqMsg::setSourceId | ( | unsigned long | connId | ) | [virtual] |
References netNetworkMapReqMsg(), and DtNetNetworkMapReqMsg::sourceId.
Referenced by DtNetworkMapReqMsg().
| unsigned long DtNetworkMapReqMsg::sourceId | ( | ) | const [virtual] |
Set/Get source connection handle for the source of the current hop in the overall request.
References netNetworkMapReqMsg(), and DtNetNetworkMapReqMsg::sourceId.
Referenced by DtNetworkMapLanRequestFilter::doFilter(), DtNetworkMapProcessor::gotNetworkMapRequest(), and printData().