VR-Link API Documentation for DIS
 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 
24 class DT_DLL_VL DtLandSurfaceEncoder : public DtWeatherEncoder
25 {
26 public:
27 
30  DtExerciseConn* exConn,
31  DtObjClassDesc* classDesc);
32 
34  virtual ~DtLandSurfaceEncoder();
35 
38 
40  DtLandSurfaceEncoder& operator=(const DtLandSurfaceEncoder& orig);
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 needBlowingParticulateMatter(
89  const DtLandSurfaceStateRepository& stateRep,
90  const DtLandSurfaceStateRepository& asSeenByRemote);
91 
93  static void encodeBlowingParticulateMatter(
95  RTI::AttributeHandleValuePairSet* attrs,
96  RTI::AttributeHandle attrHandle);
97 
100  static bool needPriority(
101  const DtLandSurfaceStateRepository& stateRep,
102  const DtLandSurfaceStateRepository& asSeenByRemote);
103 
105  static void encodePriority(
106  const DtLandSurfaceStateRepository& rep,
107  RTI::AttributeHandleValuePairSet* attrs,
108  RTI::AttributeHandle attrHandle);
109 
112  static bool needSnowMinimumAltitude(
113  const DtLandSurfaceStateRepository& stateRep,
114  const DtLandSurfaceStateRepository& asSeenByRemote);
115 
117  static void encodeSnowMinimumAltitude(
118  const DtLandSurfaceStateRepository& rep,
119  RTI::AttributeHandleValuePairSet* attrs,
120  RTI::AttributeHandle attrHandle);
121 
124  static bool needSnowRoadAccumulation(
125  const DtLandSurfaceStateRepository& stateRep,
126  const DtLandSurfaceStateRepository& asSeenByRemote);
127 
129  static void encodeSnowRoadAccumulation(
130  const DtLandSurfaceStateRepository& rep,
131  RTI::AttributeHandleValuePairSet* attrs,
132  RTI::AttributeHandle attrHandle);
133 
136  static bool needRainAccumulation(
137  const DtLandSurfaceStateRepository& stateRep,
138  const DtLandSurfaceStateRepository& asSeenByRemote);
139 
141  static void encodeRainAccumulation(
142  const DtLandSurfaceStateRepository& rep,
143  RTI::AttributeHandleValuePairSet* attrs,
144  RTI::AttributeHandle attrHandle);
145 
148  static bool needReferenceTemperatureAltitude(
149  const DtLandSurfaceStateRepository& stateRep,
150  const DtLandSurfaceStateRepository& asSeenByRemote);
151 
153  static void encodeReferenceTemperatureAltitude(
154  const DtLandSurfaceStateRepository& rep,
155  RTI::AttributeHandleValuePairSet* attrs,
156  RTI::AttributeHandle attrHandle);
157 
160  static bool needReferencePressureAltitude(
161  const DtLandSurfaceStateRepository& stateRep,
162  const DtLandSurfaceStateRepository& asSeenByRemote);
163 
165  static void encodeReferencePressureAltitude(
166  const DtLandSurfaceStateRepository& rep,
167  RTI::AttributeHandleValuePairSet* attrs,
168  RTI::AttributeHandle attrHandle);
169 
172  static bool needIsLightningPresent(
173  const DtLandSurfaceStateRepository& stateRep,
174  const DtLandSurfaceStateRepository& asSeenByRemote);
175 
177  static void encodeIsLightningPresent(
178  const DtLandSurfaceStateRepository& rep,
179  RTI::AttributeHandleValuePairSet* attrs,
180  RTI::AttributeHandle attrHandle);
181 
184  static bool needVisualObscurantColor(
185  const DtLandSurfaceStateRepository& stateRep,
186  const DtLandSurfaceStateRepository& asSeenByRemote);
187 
189  static void encodeVisualObscurantColor(
190  const DtLandSurfaceStateRepository& rep,
191  RTI::AttributeHandleValuePairSet* attrs,
192  RTI::AttributeHandle attrHandle);
193 
196  static bool needVisualObscurantHeight(
197  const DtLandSurfaceStateRepository& stateRep,
198  const DtLandSurfaceStateRepository& asSeenByRemote);
199 
201  static void encodeVisualObscurantHeight(
202  const DtLandSurfaceStateRepository& rep,
203  RTI::AttributeHandleValuePairSet* attrs,
204  RTI::AttributeHandle attrHandle);
205 
208  static bool needVrfWeatherAreaIdentifier(
209  const DtLandSurfaceStateRepository& stateRep,
210  const DtLandSurfaceStateRepository& asSeenByRemote);
211 
213  static void encodeVrfWeatherAreaIdentifier(
214  const DtLandSurfaceStateRepository& rep,
215  RTI::AttributeHandleValuePairSet* attrs,
216  RTI::AttributeHandle attrHandle);
217 };
218 
219 
220 
221 #endif
Instances of DtExerciseConn are used to provide an application&#39;s interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtLandSurfaceEncoder encode data from DtLandSurfaceStateRepository objects to the net st...
Definition: landSurfaceEncoderDIS.h:26
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 Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)