VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
landSurfaceEncoderHLA.h
Go to the documentation of this file.
1 /*********************************************************************
2 **This file was generated by MAK Technologies' VR-Link Code Generator.
3 **hobjEncHeader.tlt
4 *********************************************************************/
5 
8 
9 #pragma once
10 
11 #if DtHLA
12 
13 #include "weatherEncoderHLA.h"
14 #include <vlutil/vlMachineTypes.h>
15 
16 
17 
19 
25 {
26 public:
27 
30  DtExerciseConn* exConn,
31  DtObjClassDesc* classDesc);
32 
34  virtual ~DtLandSurfaceEncoder();
35 
38 
41 
42 public:
44  static DtHlaStateEncoder* create(
45  DtExerciseConn* exConn,
46  DtObjClassDesc* classDesc);
47 
48 protected:
49 
52  static bool needSnow(
53  const DtLandSurfaceStateRepository& stateRep,
54  const DtLandSurfaceStateRepository& asSeenByRemote);
55 
57  static void encodeSnow(
59  RTI::AttributeHandleValuePairSet* attrs,
60  RTI::AttributeHandle attrHandle);
61 
64  static bool needMoisture(
65  const DtLandSurfaceStateRepository& stateRep,
66  const DtLandSurfaceStateRepository& asSeenByRemote);
67 
69  static void encodeMoisture(
71  RTI::AttributeHandleValuePairSet* attrs,
72  RTI::AttributeHandle attrHandle);
73 
76  static bool needIceCondition(
77  const DtLandSurfaceStateRepository& stateRep,
78  const DtLandSurfaceStateRepository& asSeenByRemote);
79 
81  static void encodeIceCondition(
83  RTI::AttributeHandleValuePairSet* attrs,
84  RTI::AttributeHandle attrHandle);
85 
88  static bool needPriority(
89  const DtLandSurfaceStateRepository& stateRep,
90  const DtLandSurfaceStateRepository& asSeenByRemote);
91 
93  static void encodePriority(
95  RTI::AttributeHandleValuePairSet* attrs,
96  RTI::AttributeHandle attrHandle);
97 
100  static bool needSnowMinimumAltitude(
101  const DtLandSurfaceStateRepository& stateRep,
102  const DtLandSurfaceStateRepository& asSeenByRemote);
103 
105  static void encodeSnowMinimumAltitude(
106  const DtLandSurfaceStateRepository& rep,
107  RTI::AttributeHandleValuePairSet* attrs,
108  RTI::AttributeHandle attrHandle);
109 
112  static bool needSnowRoadAccumulation(
113  const DtLandSurfaceStateRepository& stateRep,
114  const DtLandSurfaceStateRepository& asSeenByRemote);
115 
117  static void encodeSnowRoadAccumulation(
118  const DtLandSurfaceStateRepository& rep,
119  RTI::AttributeHandleValuePairSet* attrs,
120  RTI::AttributeHandle attrHandle);
121 
124  static bool needRainAccumulation(
125  const DtLandSurfaceStateRepository& stateRep,
126  const DtLandSurfaceStateRepository& asSeenByRemote);
127 
129  static void encodeRainAccumulation(
130  const DtLandSurfaceStateRepository& rep,
131  RTI::AttributeHandleValuePairSet* attrs,
132  RTI::AttributeHandle attrHandle);
133 
136  static bool needReferenceTemperatureAltitude(
137  const DtLandSurfaceStateRepository& stateRep,
138  const DtLandSurfaceStateRepository& asSeenByRemote);
139 
141  static void encodeReferenceTemperatureAltitude(
142  const DtLandSurfaceStateRepository& rep,
143  RTI::AttributeHandleValuePairSet* attrs,
144  RTI::AttributeHandle attrHandle);
145 
148  static bool needReferencePressureAltitude(
149  const DtLandSurfaceStateRepository& stateRep,
150  const DtLandSurfaceStateRepository& asSeenByRemote);
151 
153  static void encodeReferencePressureAltitude(
154  const DtLandSurfaceStateRepository& rep,
155  RTI::AttributeHandleValuePairSet* attrs,
156  RTI::AttributeHandle attrHandle);
157 
160  static bool needIsLightningPresent(
161  const DtLandSurfaceStateRepository& stateRep,
162  const DtLandSurfaceStateRepository& asSeenByRemote);
163 
165  static void encodeIsLightningPresent(
166  const DtLandSurfaceStateRepository& rep,
167  RTI::AttributeHandleValuePairSet* attrs,
168  RTI::AttributeHandle attrHandle);
169 
172  static bool needVisualObscurantColor(
173  const DtLandSurfaceStateRepository& stateRep,
174  const DtLandSurfaceStateRepository& asSeenByRemote);
175 
177  static void encodeVisualObscurantColor(
178  const DtLandSurfaceStateRepository& rep,
179  RTI::AttributeHandleValuePairSet* attrs,
180  RTI::AttributeHandle attrHandle);
181 
184  static bool needVisualObscurantHeight(
185  const DtLandSurfaceStateRepository& stateRep,
186  const DtLandSurfaceStateRepository& asSeenByRemote);
187 
189  static void encodeVisualObscurantHeight(
190  const DtLandSurfaceStateRepository& rep,
191  RTI::AttributeHandleValuePairSet* attrs,
192  RTI::AttributeHandle attrHandle);
193 
196  static bool needVrfWeatherAreaIdentifier(
197  const DtLandSurfaceStateRepository& stateRep,
198  const DtLandSurfaceStateRepository& asSeenByRemote);
199 
201  static void encodeVrfWeatherAreaIdentifier(
202  const DtLandSurfaceStateRepository& rep,
203  RTI::AttributeHandleValuePairSet* attrs,
204  RTI::AttributeHandle attrHandle);
205 };
206 
207 
208 
209 #endif
Instances of DtExerciseConn are used to provide an application&#39;s interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtHlaStateEncoder is used to provide encoding of a state repository into a state message in an HLA (a...
Definition: hlaStateEncoder.h:30
An instance of DtObjClassDesc is a &quot;class descriptor&quot; for an HLA Object class.
Definition: objClassDesc13.h:41
Instances of DtLandSurfaceEncoder encode data from DtLandSurfaceStateRepository objects to the net st...
Definition: landSurfaceEncoderHLA.h:24
DtWeatherEncoder & operator=(const DtWeatherEncoder &orig)
Assignment operator.
Instances of DtWeatherEncoder encode data from DtWeatherStateRepository objects to the net structures...
Definition: weatherEncoderHLA.h:24
static DtHlaStateEncoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Function that creates a DtWeatherEncoder.
Contains the DtWeatherEncoder class declaration.
Instances of DtLandSurfaceStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather.LandSurface objects.
Definition: landSurfaceStateRepository.h:31
This file contains typedefs for machine dependant types.

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)