52 static bool needTemperature(
59 RTI::AttributeHandleValuePairSet* attrs,
60 RTI::AttributeHandle attrHandle);
69 static void encodeWind(
71 RTI::AttributeHandleValuePairSet* attrs,
72 RTI::AttributeHandle attrHandle);
76 static bool needPrecipitation(
81 static void encodePrecipitation(
83 RTI::AttributeHandleValuePairSet* attrs,
84 RTI::AttributeHandle attrHandle);
93 static void encodeHaze(
95 RTI::AttributeHandleValuePairSet* attrs,
96 RTI::AttributeHandle attrHandle);
100 static bool needHumidity(
105 static void encodeHumidity(
107 RTI::AttributeHandleValuePairSet* attrs,
108 RTI::AttributeHandle attrHandle);
112 static bool needBarometricPressure(
117 static void encodeBarometricPressure(
119 RTI::AttributeHandleValuePairSet* attrs,
120 RTI::AttributeHandle attrHandle);
124 static bool needVisibilityRange(
129 static void encodeVisibilityRange(
131 RTI::AttributeHandleValuePairSet* attrs,
132 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.
Instances of DtWeatherStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather objects.
Definition: weatherStateRepository.h:33
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc13.h:41
Contains the DtEnvironmentConditionEncoder class declaration.
Instances of DtEnvironmentConditionEncoder encode data from DtEnvironmentConditionStateRepository obj...
Definition: environmentConditionEncoderHLA.h:24
Instances of DtWeatherEncoder encode data from DtWeatherStateRepository objects to the net structures...
Definition: weatherEncoderHLA.h:24
This file contains typedefs for machine dependant types.