![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Compares a rid file. More...
Collaboration diagram for DtRidFileTester:Public Member Functions | |
| DtRidFileTester (DtConnectionMgr *connMgr, DtRIDParameters *ridParams) | |
| Federate Constructor. More... | |
| virtual | ~DtRidFileTester () |
| Destructor. More... | |
| virtual void | sendRequestForTesting (const unsigned long initiatingFedID) |
| Send the Rid file to the RTI for testing. More... | |
| virtual bool | receivedResponse () |
| Returns true if this class has received a ridResponse since it last requested a test. More... | |
Static Public Member Functions | |
| static void | ridResponseCb (const DtTransferRidParamsMsg &msg, void *usr) |
| The RID response callback is processed by the LRC upon receiving a ridTest Response. More... | |
Protected Member Functions | |
| virtual void | ridResponseCb (const DtTransferRidParamsMsg &msg) |
| RID File Response callback. More... | |
Protected Attributes | |
| bool | myReceivedResponse |
| DtConnectionMgr * | myConnMgr |
| DtRIDParameters * | myRidParams |
| unsigned long | myConnectionID |
Private Member Functions | |
| DtRidFileTester () | |
| Default Ctor, Copy Ctor and Assign Op. undefined. More... | |
| DtRidFileTester (const DtRidFileTester &orig) | |
| DtRidFileTester & | operator= (const DtRidFileTester &orig) |
Compares a rid file.
| DtRidFileTester::DtRidFileTester | ( | DtConnectionMgr * | connMgr, |
| DtRIDParameters * | ridParams | ||
| ) |
Federate Constructor.
|
virtual |
Destructor.
|
private |
Default Ctor, Copy Ctor and Assign Op. undefined.
|
private |
|
private |
|
inlinevirtual |
Returns true if this class has received a ridResponse since it last requested a test.
|
static |
The RID response callback is processed by the LRC upon receiving a ridTest Response.
It compares the rid parameters passed in the message with the rid parameters that are currently known to the LRC. Then it modifies and/or warns the user of a possible discrepancy. The rid parameter RTI_ridConsistencyChecking determines whether the function will modify or warn of an error.
|
protectedvirtual |
RID File Response callback.
|
virtual |
Send the Rid file to the RTI for testing.
|
protected |
|
protected |
|
protected |
|
protected |