20 class DtReflectedWeather;
25 typedef void (*DtWeatherCallbackFunction)(
26 DtReflectedWeather* obj,
void* userData);
44 virtual ~DtReflectedWeather();
54 virtual DtReflectedWeather*
next()
const;
58 virtual DtReflectedWeather*
prev()
const;
62 virtual DtReflectedWeather*
wrapNext()
const;
66 virtual DtReflectedWeather*
wrapPrev()
const;
70 virtual void addPostUpdateCallback(
71 DtWeatherCallbackFunction cb,
void* userData);
75 virtual void removePostUpdateCallback(
76 DtWeatherCallbackFunction cb,
void* userData);
80 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
84 DtReflectedWeather(
const DtReflectedWeather& orig);
87 DtReflectedWeather&
operator=(
const DtReflectedWeather& orig);
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 DtWeatherStateRepository class declaration.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – not implemented
Instances of DtWeatherStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather objects.
Definition: weatherStateRepository.h:33
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
This file contains typedefs for machine dependant types.