35 virtual bool isInitialized()
const;
56 virtual void doPostDrainCb();
57 virtual void doPostDrainInitializeCb();
67 static void postDrainCb(
void* usr);
68 static void postDrainInitializeCb(
void* usr);
DtVRLinkStatePublisher * myVrlStatePub
Definition: vrlinkStateManager.h:73
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtReflectedVRLinkStateList manage a list of DtReflectedVRLinkState objects.
Definition: reflectedVRLinkStateListHLA.h:19
DtReflectedVRLinkStateList * myVrlStateReflectedList
Definition: vrlinkStateManager.h:74
Instances of DtReflectedVRLinkState are used to represent a simulated VRLinkState object reflected ac...
Definition: reflectedVRLinkStateHLA.h:25
Instances of DtVRLinkStateStateRepository are used to store state data for VRLinkState objects...
Definition: vrlinkStateStateRepository.h:40
Contains the DtVRLinkStateStateRepository class declaration.
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
std::set< DtReflectedVRLinkState * > myUninitialized
Definition: vrlinkStateManager.h:76
Instances of DtVRLinkStatePublisher publish VRLinkState objects to the network.
Definition: vrlinkStatePublisherHLA.h:23
DtVRLExecutionStatus
Definition: vrlinkStateStateRepository.h:29
DtExerciseConn & myExConn
Definition: vrlinkStateManager.h:72
std::set< DtReflectedVRLinkState * > myInitialized
Definition: vrlinkStateManager.h:75
Instances of DtVRLinkStateManager use a list of DtReflectedVRLinkState objects to exercise initializa...
Definition: vrlinkStateManager.h:28