52 static bool needTemperature(
60 RTI::AttributeHandle attrHandle);
64 static bool needLayer(
69 static void encodeLayer(
72 RTI::AttributeHandle attrHandle);
76 static bool needCurrent(
81 static void encodeCurrent(
84 RTI::AttributeHandle attrHandle);
88 static bool needSalinity(
93 static void encodeSalinity(
96 RTI::AttributeHandle attrHandle);
100 static bool needBottomType(
105 static void encodeBottomType(
108 RTI::AttributeHandle attrHandle);
112 static bool needVisibilityRange(
117 static void encodeVisibilityRange(
120 RTI::AttributeHandle attrHandle);
124 static bool needPermeability(
129 static void encodePermeability(
132 RTI::AttributeHandle attrHandle);
136 static bool needPriority(
141 static void encodePriority(
144 RTI::AttributeHandle attrHandle);
148 static bool needVrfWeatherAreaIdentifier(
153 static void encodeVrfWeatherAreaIdentifier(
156 RTI::AttributeHandle attrHandle);
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
static DtHlaStateEncoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Function that creates a DtEnvironmentConditionEncoder.
void encodeTemperature(const MyFireInteraction &fire, RTI::ParameterHandleValuePairSet *pvList, RTI::ParameterHandle handle)
DtHlaStateEncoder is used to provide encoding of a state repository into a state message in an HLA (a...
Definition: hlaStateEncoder.h:30
DtEnvironmentConditionEncoder & operator=(const DtEnvironmentConditionEncoder &orig)
Assignment operator.
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc1516.h:41
Instances of DtSubsurfaceLayerStateRepository are used to store state data for METOC_Root.EnvironmentCondition.SubsurfaceLayer objects.
Definition: subsurfaceLayerStateRepository.h:32
Contains the DtEnvironmentConditionEncoder class declaration.
Instances of DtEnvironmentConditionEncoder encode data from DtEnvironmentConditionStateRepository obj...
Definition: environmentConditionEncoderHLA.h:24
Used to provide backwards compatibility for VR-Link Encoders and Decoders who use either AttributeHan...
Definition: rtiCompatibility.h:154
This file contains typedefs for machine dependant types.
Instances of DtSubsurfaceLayerEncoder encode data from DtSubsurfaceLayerStateRepository objects to th...
Definition: subsurfaceLayerEncoderHLA.h:24