31 DtObjClassDesc* classDesc);
44 static DtHlaStateEncoder* create(
46 DtObjClassDesc* classDesc);
52 static bool needTemperature(
57 static void encodeTemperature(
59 RTI::AttributeHandleValuePairSet* attrs,
60 RTI::AttributeHandle attrHandle);
64 static bool needLayer(
69 static void encodeLayer(
71 RTI::AttributeHandleValuePairSet* attrs,
72 RTI::AttributeHandle attrHandle);
76 static bool needCurrent(
81 static void encodeCurrent(
83 RTI::AttributeHandleValuePairSet* attrs,
84 RTI::AttributeHandle attrHandle);
88 static bool needSalinity(
93 static void encodeSalinity(
95 RTI::AttributeHandleValuePairSet* attrs,
96 RTI::AttributeHandle attrHandle);
100 static bool needBottomType(
105 static void encodeBottomType(
107 RTI::AttributeHandleValuePairSet* attrs,
108 RTI::AttributeHandle attrHandle);
112 static bool needVisibilityRange(
117 static void encodeVisibilityRange(
119 RTI::AttributeHandleValuePairSet* attrs,
120 RTI::AttributeHandle attrHandle);
124 static bool needPermeability(
129 static void encodePermeability(
131 RTI::AttributeHandleValuePairSet* attrs,
132 RTI::AttributeHandle attrHandle);
136 static bool needPriority(
141 static void encodePriority(
143 RTI::AttributeHandleValuePairSet* attrs,
144 RTI::AttributeHandle attrHandle);
148 static bool needVrfWeatherAreaIdentifier(
153 static void encodeVrfWeatherAreaIdentifier(
155 RTI::AttributeHandleValuePairSet* attrs,
156 RTI::AttributeHandle attrHandle);
Instances of DtExerciseConn are used to provide an application'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