5 #ifndef DtReflectedEnvironmentProcess_H_
6 #define DtReflectedEnvironmentProcess_H_
68 virtual void addPostUpdateCallback(
71 virtual void removePostUpdateCallback(
77 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
90 static DtStateRepCreator theStateRepCreator;
106 #endif //DtReflectedEnvironmentProcess
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
Contains the DtEnvironmentProcessRepository class declaration.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtEnvironmentProcessRepository * myStateRep
Definition: reflectedEnvironmentProcessDIS.h:126
The DtReflectedObject instance for an Environmental Process Object.
Definition: reflectedEnvironmentProcessDIS.h:34
virtual DtEnvironmentProcessRepository * epsr() const
Synonym for environmentStateRep.
virtual DtEnvironmentProcessRepository * environmentProcessStateRep() const
Returns ptr to environmentProcessStateRepository – through which you can inspect current state info...
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
Instances of DtEnvironmentProcessRepository are used to store state information for environmental pro...
Definition: environmentProcessRepository.h:27
void(* DtEnvironmentProcessCallbackFunction)(DtReflectedEnvironmentProcess *obj, void *userData)
Callback function that takes a DtReflectedEnvironmentProcess and usr data.
Definition: reflectedEnvironmentProcessDIS.h:26
void * wrapPrev() const
Definition: vlList.h:288