71 virtual void setPriority(
DtU16 val);
74 virtual DtU16 priority()
const;
Contains the DtEntityIdentifier class declaration.
DtLayerStruct myLayer
Definition: troposphereLayerStateRepository.h:77
virtual void printDataToStream(std::ostream &stream) const
Print data to the specified stream.
virtual void printData() const
Print data to the DtInfo stream.
Contains the DtWeatherStateRepository class declaration.
virtual DtStateRepository * clone(bool copy) const
Return a copy/empty object of the same type as this.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtWeatherStateRepository & operator=(const DtWeatherStateRepository &orig)
Assignment Operator.
Contains the DtString class declaration.
Contains the DtEntityType and DtRadioEntityType class declarations.
Definition: layerStruct.h:24
This file contains typedefs used to represent objects in a protocol neutral way.
Instances of DtWeatherStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather objects.
Definition: weatherStateRepository.h:33
Instances of DtTroposphereLayerStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather.TroposphereLayer objects.
Definition: troposphereLayerStateRepository.h:31
This file declares DtVector and DtVector32.
Definition: cloudStruct.h:23
DtCloudStruct myCloud
Definition: troposphereLayerStateRepository.h:78
DtU16 myPriority
Definition: troposphereLayerStateRepository.h:79
DtStateRepository is an abstract base class for maintaining state for an object.
Definition: stateRepository.h:50
unsigned short DtU16
A 16 bit unsigned integer value.
Definition: vlMachineTypes.h:140
static DtWeatherStateRepository * create()
Create a DtWeatherStateRepository.
This file contains typedefs for machine dependant types.