70 virtual void addPostUpdateCallback(
75 virtual void removePostUpdateCallback(
80 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
91 static DtStateRepCreator theStateRepCreator;
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 DtSubsurfaceLayerStateRepository class declaration.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – not implemented
virtual DtSubsurfaceLayerStateRepository * ssr() const
Synonym for subsurfaceLayerStateRep().
Instances of DtSubsurfaceLayerStateRepository are used to store state data for METOC_Root.EnvironmentCondition.SubsurfaceLayer objects.
Definition: subsurfaceLayerStateRepository.h:32
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
Definition: reflectedSubsurfaceLayerDIS.h:29
DtSubsurfaceLayerStateRepository * myStateRep
Definition: reflectedSubsurfaceLayerDIS.h:109
void(* DtSubsurfaceLayerCallbackFunction)(DtReflectedSubsurfaceLayer *obj, void *userData)
Definition: reflectedSubsurfaceLayerDIS.h:25
void * wrapPrev() const
Definition: vlList.h:288
virtual DtSubsurfaceLayerStateRepository * subsurfaceLayerStateRep() const
Returns a pointer to the StateRepository - through which you can inspect current state information...
This file contains typedefs for machine dependant types.