52 static bool needTemperature(
60 RTI::AttributeHandle attrHandle);
69 static void encodeWind(
72 RTI::AttributeHandle attrHandle);
76 static bool needPrecipitation(
81 static void encodePrecipitation(
84 RTI::AttributeHandle attrHandle);
93 static void encodeHaze(
96 RTI::AttributeHandle attrHandle);
100 static bool needHumidity(
105 static void encodeHumidity(
108 RTI::AttributeHandle attrHandle);
112 static bool needBarometricPressure(
117 static void encodeBarometricPressure(
120 RTI::AttributeHandle attrHandle);
124 static bool needVisibilityRange(
129 static void encodeVisibilityRange(
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: objClassDesc1516.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
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.