![]() |
VR-Link API Documentation for HLA Evolved
|
Instances of TestPublisher are used for local or source simulations of "Test" objects. More...
Inheritance diagram for TestPublisher:
Collaboration diagram for TestPublisher:Public Member Functions | |
| TestPublisher (DtExerciseConn *conn, const char *objName=NULL) | |
| Constructor - configure base class with proper FOM class, state repositories, encoder and decoder. | |
| virtual | ~TestPublisher () |
| destructor | |
| virtual TestStateRepository * | testStateRep () |
| Returns a pointer to the TestStateRepository - through which you can set current state information. | |
| virtual TestStateRepository * | tsr () |
| Synonym for testStateRep() | |
Instances of TestPublisher are used for local or source simulations of "Test" objects.
The publisher sends data to the network when necessary. This class is derived from DtObjectPublisher, which does most of the work. The derived class mostly exists to provide type safety, and to configure the base object.
| TestPublisher::TestPublisher | ( | DtExerciseConn * | conn, |
| const char * | objName = NULL |
||
| ) |
Constructor - configure base class with proper FOM class, state repositories, encoder and decoder.
| virtual TestPublisher::~TestPublisher | ( | ) | [virtual] |
destructor
| virtual TestStateRepository* TestPublisher::testStateRep | ( | ) | [virtual] |
Returns a pointer to the TestStateRepository - through which you can set current state information.
| virtual TestStateRepository* TestPublisher::tsr | ( | ) | [virtual] |
Synonym for testStateRep()