7 #ifndef DtReflectedDesignator_H_
8 #define DtReflectedDesignator_H_
67 virtual void addPostUpdateCallback(
70 virtual void removePostUpdateCallback(
76 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
88 static DtStateRepCreator theStateRepCreator;
102 #endif //DtReflectedDesignator_H_
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
void(* DtDesignatorCallbackFunction)(DtReflectedDesignator *, void *)
Callback function that takes a DtReflectedDesignator and user data.
Definition: reflectedDesignatorDIS.h:26
Instances of DtReflectedDesignator represent designator object simulated by remote applications...
Definition: reflectedDesignatorDIS.h:31
Instances of DtReflectedObject are used to represent a simulation entity reflected across a network (...
Definition: reflectedObjectDIS.h:34
virtual DtDesignatorRepository * designatorRep() const
Get the designator's state repository.
Definition: reflectedDesignatorDIS.h:50
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
virtual DtDesignatorRepository * dsr() const
Synonym for designatorRep().
Definition: reflectedDesignatorDIS.h:53
void * wrapPrev() const
Definition: vlList.h:288
class DtDesignatorRepository:
Definition: designatorRepository.h:20