![]() |
VR-Forces 4.10 Class Documentation
|
Instances of DtServiceStateRepository are used to store state data for METOC_Root.Service objects. More...

Public Member Functions | |
| DtServiceStateRepository () | |
| Constructor. More... | |
| virtual | ~DtServiceStateRepository () |
| Destructor. More... | |
| DtServiceStateRepository (const DtServiceStateRepository &orig) | |
| Copy Constructor. More... | |
| DtServiceStateRepository & | operator= (const DtServiceStateRepository &orig) |
| Assignment Operator. More... | |
| virtual DtStateRepository * | clone (bool copy) const |
| Return a copy/empty object of the same type as this. More... | |
| virtual void | printData () const |
| Print data to the DtInfo stream. More... | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Print data to the specified stream. More... | |
| virtual void | setModelType (const DtWeatherModelTypeEnum32 &val) |
| Set the ModelType. More... | |
| virtual const DtWeatherModelTypeEnum32 & | modelType () const |
| Get the ModelType.". More... | |
Public Member Functions inherited from makVrfMetoc::DtMetocRootStateRepository | |
| DtMetocRootStateRepository () | |
| Constructor. More... | |
| virtual | ~DtMetocRootStateRepository () |
| Destructor. More... | |
| DtMetocRootStateRepository (const DtMetocRootStateRepository &orig) | |
| Copy Constructor. More... | |
| DtMetocRootStateRepository & | operator= (const DtMetocRootStateRepository &orig) |
| Assignment Operator. More... | |
| virtual void | setUniqueId (const DtMetocUUID &val) |
| Set the UniqueId. More... | |
| virtual const DtMetocUUID & | uniqueId () const |
| Get the UniqueId.". More... | |
| virtual void | setName (const DtString &val) |
| Set the Name. More... | |
| virtual const DtString & | name () const |
| Get the Name.". More... | |
Static Public Member Functions | |
| static DtServiceStateRepository * | create () |
| Create a DtServiceStateRepository. More... | |
Static Public Member Functions inherited from makVrfMetoc::DtMetocRootStateRepository | |
| static DtMetocRootStateRepository * | create () |
| Create a DtMetocRootStateRepository. More... | |
Protected Attributes | |
| DtWeatherModelTypeEnum32 | myModelType |
Protected Attributes inherited from makVrfMetoc::DtMetocRootStateRepository | |
| DtMetocUUID | myUniqueId |
| DtString | myName |
Instances of DtServiceStateRepository are used to store state data for METOC_Root.Service objects.
| makVrfMetoc::DtServiceStateRepository::DtServiceStateRepository | ( | ) |
Constructor.
|
virtual |
Destructor.
| makVrfMetoc::DtServiceStateRepository::DtServiceStateRepository | ( | const DtServiceStateRepository & | orig | ) |
Copy Constructor.
| DtServiceStateRepository& makVrfMetoc::DtServiceStateRepository::operator= | ( | const DtServiceStateRepository & | orig | ) |
Assignment Operator.
|
virtual |
Return a copy/empty object of the same type as this.
Reimplemented from makVrfMetoc::DtMetocRootStateRepository.
|
static |
Create a DtServiceStateRepository.
|
virtual |
Print data to the DtInfo stream.
Reimplemented from makVrfMetoc::DtMetocRootStateRepository.
|
virtual |
Print data to the specified stream.
Reimplemented from makVrfMetoc::DtMetocRootStateRepository.
|
virtual |
Set the ModelType.
|
virtual |
Get the ModelType.".
|
protected |