52 static bool needSeaState(
57 static void encodeSeaState(
60 RTI::AttributeHandle attrHandle);
64 static bool needSalinity(
69 static void encodeSalinity(
72 RTI::AttributeHandle attrHandle);
81 static void encodeTide(
84 RTI::AttributeHandle attrHandle);
93 static void encodeIce(
96 RTI::AttributeHandle attrHandle);
100 static bool needCurrent(
105 static void encodeCurrent(
108 RTI::AttributeHandle attrHandle);
112 static bool needWave(
117 static void encodeWave(
120 RTI::AttributeHandle attrHandle);
124 static bool needSwell(
129 static void encodeSwell(
132 RTI::AttributeHandle attrHandle);
136 static bool needPriority(
141 static void encodePriority(
144 RTI::AttributeHandle attrHandle);
148 static bool needChoppiness(
153 static void encodeChoppiness(
156 RTI::AttributeHandle attrHandle);
160 static bool needSurgeDepth(
165 static void encodeSurgeDepth(
168 RTI::AttributeHandle attrHandle);
172 static bool needSurfaceTransparency(
177 static void encodeSurfaceTransparency(
180 RTI::AttributeHandle attrHandle);
184 static bool needDriveSeaStateFromWind(
189 static void encodeDriveSeaStateFromWind(
192 RTI::AttributeHandle attrHandle);
196 static bool needVrfWeatherAreaIdentifier(
201 static void encodeVrfWeatherAreaIdentifier(
204 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
DtHlaStateEncoder is used to provide encoding of a state repository into a state message in an HLA (a...
Definition: hlaStateEncoder.h:30
An instance of DtObjClassDesc is a "class descriptor" for an HLA Object class.
Definition: objClassDesc1516.h:41
DtWeatherEncoder & operator=(const DtWeatherEncoder &orig)
Assignment operator.
Instances of DtWeatherEncoder encode data from DtWeatherStateRepository objects to the net structures...
Definition: weatherEncoderHLA.h:24
static DtHlaStateEncoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Function that creates a DtWeatherEncoder.
Instances of DtWaterSurfaceEncoder encode data from DtWaterSurfaceStateRepository objects to the net ...
Definition: waterSurfaceEncoderHLA.h:24
Contains the DtWeatherEncoder class declaration.
Used to provide backwards compatibility for VR-Link Encoders and Decoders who use either AttributeHan...
Definition: rtiCompatibility.h:154
Instances of DtWaterSurfaceStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather.WaterSurface objects.
Definition: waterSurfaceStateRepository.h:32
This file contains typedefs for machine dependant types.