VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
troposphereLayerStateRepository.h
Go to the documentation of this file.
1 /*********************************************************************
2 **This file was generated by MAK Technologies' VR-Link Code Generator.
3 **stateRepHeader.tlt
4 *********************************************************************/
5 
9 
10 #pragma once
11 
12 #include "vrfMetocDefines.h"
13 #include "weatherStateRepository.h"
14 #include <matrix/vlVector.h>
15 #include <vl/globalObjectDesignator.h>
16 #include <vl/hlaLogicalTime.h>
17 #include <vl/hlaLogicalTimeInterval.h>
18 #include <vlpi/entityType.h>
19 #include <vlpi/entityIdentifier.h>
20 #include <vlutil/vlString.h>
21 #include "metocEnums.h"
22 #include <vector>
23 
24 #include "layerStruct.h"
25 #include "cloudStruct.h"
26 
27 namespace makVrfMetoc {
28 
33 {
34 public:
37 
40 
43 
46 
48  virtual DtStateRepository* clone(bool copy) const;
49 
51  static DtTroposphereLayerStateRepository* create();
52 
54  virtual void printData() const;
55 
57  virtual void printDataToStream(std::ostream& stream) const;
58 
59 
61  virtual void setLayer(const DtLayerStruct& val);
62 
64  virtual const DtLayerStruct& layer() const;
65 
67  virtual void setCloud(const DtCloudStruct& val);
68 
70  virtual const DtCloudStruct& cloud() const;
71 
72 protected:
75 };
76 
77 } //end makVrfMetoc
#define DT_DLL_METOC
This file is used to determine how to build.
Definition: vrfMetocDefines.h:21
Instances of DtTroposphereLayerStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather.TroposphereLayer objects.
Definition: troposphereLayerStateRepository.h:32
Instances of DtWeatherStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather objects.
Definition: weatherStateRepository.h:33
Definition: layerStruct.h:23
DtCloudStruct myCloud
Definition: troposphereLayerStateRepository.h:74
DtLayerStruct myLayer
Definition: troposphereLayerStateRepository.h:73
Definition: cloudStruct.h:23
voidpf stream
Definition: ioapi.h:39

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)