16 namespace makVrfMetoc {
18 class DtWaterSurfaceStateRepository;
30 DtExerciseConn* exConn,
31 DtObjClassDesc* classDesc);
45 DtExerciseConn* exConn,
46 DtObjClassDesc* classDesc);
52 static bool needSeaState(
57 static void encodeSeaState(
59 RTI::AttributeHandleValuePairSet* attrs,
60 RTI::AttributeHandle attrHandle);
64 static bool needSalinity(
69 static void encodeSalinity(
71 RTI::AttributeHandleValuePairSet* attrs,
72 RTI::AttributeHandle attrHandle);
81 static void encodeTide(
83 RTI::AttributeHandleValuePairSet* attrs,
84 RTI::AttributeHandle attrHandle);
93 static void encodeIce(
95 RTI::AttributeHandleValuePairSet* attrs,
96 RTI::AttributeHandle attrHandle);
100 static bool needCurrent(
105 static void encodeCurrent(
107 RTI::AttributeHandleValuePairSet* attrs,
108 RTI::AttributeHandle attrHandle);
112 static bool needWave(
117 static void encodeWave(
119 RTI::AttributeHandleValuePairSet* attrs,
120 RTI::AttributeHandle attrHandle);
124 static bool needSwell(
129 static void encodeSwell(
131 RTI::AttributeHandleValuePairSet* attrs,
132 RTI::AttributeHandle attrHandle);
#define DT_DLL_METOC
This file is used to determine how to build.
Definition: vrfMetocDefines.h:21
Instances of DtWaterSurfaceStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather.WaterSurface objects.
Definition: waterSurfaceStateRepository.h:33
Instances of DtWaterSurfaceEncoder encode data from DtWaterSurfaceStateRepository objects to the net ...
Definition: waterSurfaceEncoderHLA.h:24
Contains the DtWeatherEncoder class declaration.
Instances of DtWeatherEncoder encode data from DtWeatherStateRepository objects to the net structures...
Definition: weatherEncoderHLA.h:24