![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Sent by Federates to request testing of the RID file from RtiExec. More...
Inheritance diagram for DtRidTestRequestMsg:
Collaboration diagram for DtRidTestRequestMsg:Public Member Functions | |
| DtRidTestRequestMsg (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Default / Send constructor. | |
| DtRidTestRequestMsg (const DtNetRidTestReqMsg *netRepMsg, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Recv Constructor (from incoming message) | |
| virtual | ~DtRidTestRequestMsg () |
| Destructor. | |
| DtRtiMsg * | clone (bool copy=true) const |
| Return a copy/empty object of the same type as this. | |
| virtual int | minSize () const |
| void | setDestinationID (const unsigned long ID) |
| Set/Get Destination Federate ID. | |
| const unsigned long | destinationID () 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 for receiving. | |
| static DtRtiMsg * | create (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) |
| Creator for sending. | |
| static void | addCallback (DtConnectionMgr *conn, DtRidTestReqCb cb, void *usr) |
| Add / Remove Callbacks. | |
| static void | removeCallback (DtConnectionMgr *conn, DtRidTestReqCb cb, void *usr) |
Protected Member Functions | |
| virtual DtRtiMsgKind | internalDtRtiMsgKind () |
| Returns the kind of an Create Msg. | |
| virtual const DtNetRidTestReqMsg * | netRidTestReqMsg () const |
| virtual DtNetRidTestReqMsg * | netRidTestReqMsg () |
Sent by Federates to request testing of the RID file from RtiExec.
| DtRidTestRequestMsg::DtRidTestRequestMsg | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) |
Default / Send constructor.
References DtRtiMsg::initDtRtiMsg(), internalDtRtiMsgKind(), and minSize().
| DtRidTestRequestMsg::DtRidTestRequestMsg | ( | const DtNetRidTestReqMsg * | netRepMsg, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
Recv Constructor (from incoming message)
References DtNetRidTestReqMsg::header, and DtRtiMsg::initDtRtiMsg().
| DtRidTestRequestMsg::~DtRidTestRequestMsg | ( | ) | [virtual] |
Destructor.
| void DtRidTestRequestMsg::addCallback | ( | DtConnectionMgr * | conn, |
| DtRidTestReqCb | cb, | ||
| void * | usr | ||
| ) | [static] |
Add / Remove Callbacks.
References DtConnectionMgr::addMsgCallback(), and DtRidTestRequestMsgKind.
Referenced by DtRtiExec::DtRtiExec().
| DtRtiMsg * DtRidTestRequestMsg::clone | ( | bool | copy = true | ) | const [virtual] |
Return a copy/empty object of the same type as this.
Implements DtRtiMsg.
References DtRidTestRequestMsg(), and netRidTestReqMsg().
| DtRtiMsg * DtRidTestRequestMsg::create | ( | const DtNetMsgHeader * | initial, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) | [static] |
Creator for receiving.
References DtRidTestRequestMsg().
| DtRtiMsg * DtRidTestRequestMsg::create | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) | [static] |
Creator for sending.
References DtRidTestRequestMsg().
| const unsigned long DtRidTestRequestMsg::destinationID | ( | ) | const |
References DtNetRidTestReqMsg::destination, and netRidTestReqMsg().
Referenced by DtRtiExec::ridRequestCb().
| DtRtiMsgKind DtRidTestRequestMsg::internalDtRtiMsgKind | ( | ) | [protected, virtual] |
Returns the kind of an Create Msg.
Implements DtRtiMsg.
References DtRidTestRequestMsgKind.
Referenced by DtRidTestRequestMsg().
| int DtRidTestRequestMsg::minSize | ( | ) | const [virtual] |
Referenced by DtRidTestRequestMsg().
| const DtNetRidTestReqMsg * DtRidTestRequestMsg::netRidTestReqMsg | ( | ) | const [protected, virtual] |
Referenced by clone(), destinationID(), printData(), and setDestinationID().
| DtNetRidTestReqMsg * DtRidTestRequestMsg::netRidTestReqMsg | ( | ) | [protected, virtual] |
| void DtRidTestRequestMsg::printData | ( | DtLogicalTimeFactory * | logicalTimeFactory | ) | const [virtual] |
| void DtRidTestRequestMsg::removeCallback | ( | DtConnectionMgr * | conn, |
| DtRidTestReqCb | cb, | ||
| void * | usr | ||
| ) | [static] |
References DtRidTestRequestMsgKind, and DtConnectionMgr::removeMsgCallback().
Referenced by DtRtiExec::~DtRtiExec().
| void DtRidTestRequestMsg::setDestinationID | ( | const unsigned long | ID | ) |
Set/Get Destination Federate ID.
References DtNetRidTestReqMsg::destination, and netRidTestReqMsg().
Referenced by DtRidFileTester::sendRequestForTesting().