23 typedef void (*DtTimeAndDateCallbackFunction)(
68 virtual void addPostUpdateCallback(
69 DtTimeAndDateCallbackFunction cb,
void* userData);
73 virtual void removePostUpdateCallback(
74 DtTimeAndDateCallbackFunction cb,
void* userData);
78 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
89 static DtStateRepCreator theStateRepCreator;
virtual DtTimeAndDateStateRepository * timeAndDateStateRep() const
Returns a pointer to the StateRepository - through which you can inspect current state information...
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:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Definition: reflectedTimeAndDateDIS.h:32
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – not implemented
virtual DtTimeAndDateStateRepository * tsr() const
Synonym for timeAndDateStateRep().
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
Contains the DtTimeAndDateStateRepository class declaration.
void * wrapPrev() const
Definition: vlList.h:288
DtTimeAndDateStateRepository * myStateRep
Definition: reflectedTimeAndDateDIS.h:120
Instances of DtTimeAndDateStateRepository are used to store state data for MAK_TimeAndDate objects...
Definition: timeAndDateStateRepository.h:26