7 #ifndef reflectedLinearObjectHLA_H_
8 #define reflectedLinearObjectHLA_H_
67 virtual void addPostUpdateCallback(
70 virtual void removePostUpdateCallback(
76 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
88 static DtStateRepCreator theStateRepCreator;
102 #endif //hReflLinearObj_H_
Instances of DtReflectedLinearObject represent Linear Object simulated by remote applications.
Definition: reflectedLinearObjectDIS.h:28
Contains the DtLinearObjectRepository class declaration.
void * next() const
Return next (previous) elements on the list, or NULL if hit the end (beginning) of the list...
Definition: vlList.h:272
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – not implemented
virtual DtLinearObjectRepository * losr() const
Synonym for linearObjectStateRep().
Definition: reflectedLinearObjectDIS.h:48
void(* DtLinearObjectCallbackFunction)(DtReflectedLinearObject *, void *)
Callback function that takes a DtReflectedLinearObject and user data.
Definition: reflectedLinearObjectDIS.h:23
Instances of DtReflectedObject are used to represent a simulation entity reflected across a network (...
Definition: reflectedObjectDIS.h:34
void * prev() const
Definition: vlList.h:277
void * wrapNext() const
Return next (previous) elements on the list, but wrap to the beginning (end) of the list when you hit...
Definition: vlList.h:282
void * wrapPrev() const
Definition: vlList.h:288
Instances of DtLinearObjectRepository are used to maintain state information needed by linear object ...
Definition: linearObjectRepository.h:49