VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
subsurfaceLayerEncoderHLA.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 
14 #include <vlutil/vlMachineTypes.h>
15 
16 
17 
19 
24 class DT_DLL_VL DtSubsurfaceLayerEncoder : public DtEnvironmentConditionEncoder
25 {
26 public:
27 
30  DtExerciseConn* exConn,
31  DtObjClassDesc* classDesc);
32 
34  virtual ~DtSubsurfaceLayerEncoder();
35 
38 
40  DtSubsurfaceLayerEncoder& operator=(const DtSubsurfaceLayerEncoder& orig);
41 
42 public:
44  static DtHlaStateEncoder* create(
45  DtExerciseConn* exConn,
46  DtObjClassDesc* classDesc);
47 
48 protected:
49 
52  static bool needTemperature(
53  const DtSubsurfaceLayerStateRepository& stateRep,
54  const DtSubsurfaceLayerStateRepository& asSeenByRemote);
55 
57  static void encodeTemperature(
59  RTI::AttributeHandleValuePairSet* attrs,
60  RTI::AttributeHandle attrHandle);
61 
64  static bool needLayer(
65  const DtSubsurfaceLayerStateRepository& stateRep,
66  const DtSubsurfaceLayerStateRepository& asSeenByRemote);
67 
69  static void encodeLayer(
71  RTI::AttributeHandleValuePairSet* attrs,
72  RTI::AttributeHandle attrHandle);
73 
76  static bool needCurrent(
77  const DtSubsurfaceLayerStateRepository& stateRep,
78  const DtSubsurfaceLayerStateRepository& asSeenByRemote);
79 
81  static void encodeCurrent(
83  RTI::AttributeHandleValuePairSet* attrs,
84  RTI::AttributeHandle attrHandle);
85 
88  static bool needSalinity(
89  const DtSubsurfaceLayerStateRepository& stateRep,
90  const DtSubsurfaceLayerStateRepository& asSeenByRemote);
91 
93  static void encodeSalinity(
95  RTI::AttributeHandleValuePairSet* attrs,
96  RTI::AttributeHandle attrHandle);
97 
100  static bool needBottomType(
101  const DtSubsurfaceLayerStateRepository& stateRep,
102  const DtSubsurfaceLayerStateRepository& asSeenByRemote);
103 
105  static void encodeBottomType(
107  RTI::AttributeHandleValuePairSet* attrs,
108  RTI::AttributeHandle attrHandle);
109 
112  static bool needVisibilityRange(
113  const DtSubsurfaceLayerStateRepository& stateRep,
114  const DtSubsurfaceLayerStateRepository& asSeenByRemote);
115 
117  static void encodeVisibilityRange(
119  RTI::AttributeHandleValuePairSet* attrs,
120  RTI::AttributeHandle attrHandle);
121 
124  static bool needPermeability(
125  const DtSubsurfaceLayerStateRepository& stateRep,
126  const DtSubsurfaceLayerStateRepository& asSeenByRemote);
127 
129  static void encodePermeability(
131  RTI::AttributeHandleValuePairSet* attrs,
132  RTI::AttributeHandle attrHandle);
133 
136  static bool needPriority(
137  const DtSubsurfaceLayerStateRepository& stateRep,
138  const DtSubsurfaceLayerStateRepository& asSeenByRemote);
139 
141  static void encodePriority(
143  RTI::AttributeHandleValuePairSet* attrs,
144  RTI::AttributeHandle attrHandle);
145 
148  static bool needVrfWeatherAreaIdentifier(
149  const DtSubsurfaceLayerStateRepository& stateRep,
150  const DtSubsurfaceLayerStateRepository& asSeenByRemote);
151 
153  static void encodeVrfWeatherAreaIdentifier(
155  RTI::AttributeHandleValuePairSet* attrs,
156  RTI::AttributeHandle attrHandle);
157 };
158 
159 
160 
161 #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 DtSubsurfaceLayerStateRepository are used to store state data for METOC_Root.EnvironmentCondition.SubsurfaceLayer objects.
Definition: subsurfaceLayerStateRepository.h:32
Contains the DtEnvironmentConditionEncoder class declaration.
This file contains typedefs for machine dependant types.
Instances of DtSubsurfaceLayerEncoder encode data from DtSubsurfaceLayerStateRepository objects to th...
Definition: subsurfaceLayerEncoderDIS.h:26

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)