Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
virtual ReflectedTest * wrapPrev() const
virtual void addPostUpdateCallback(TestCallbackFunction cb, void *userData)
Registration/deregistration of postUpdate callbacks.
void(* TestCallbackFunction)(ReflectedTest *obj, void *userData)
Definition: refTest.h:16
virtual TestStateRepository * testStateRep() const
Returns a pointer to the TestStateRepository, through which you can inspect current state information...
virtual TestStateRepository * tsr() const
Synonym for testStateRep()
virtual void removePostUpdateCallback(TestCallbackFunction cb, void *userData)
ReflectedTest(DtHlaObject *obj, DtExerciseConn *conn)
constructor
Instances of ReflectedTest are used to represent "Test" objects simulated remotely, that we hear about through the RTI.
Definition: refTest.h:24
Instances of DtHlaObject are used to represent HLA objects which are communicated across the network...
Definition: hlaObject.h:58
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
virtual ~ReflectedTest()
destructor
virtual ReflectedTest * next() const
Functions to get the next and previous objects in the list.
Define the TestStateRepository class.
Definition: testSR.h:16
virtual ReflectedTest * prev() const
virtual ReflectedTest * wrapNext() const
This file provides a declaration of the class DtReflectedObject.