16 namespace makVrfMetoc {
18 class DtSubsurfaceLayerStateRepository;
30 DtExerciseConn* exConn,
31 DtObjClassDesc* classDesc);
45 DtExerciseConn* exConn,
46 DtObjClassDesc* classDesc);
52 static bool needTemperature(
57 static void encodeTemperature(
59 RTI::AttributeHandleValuePairSet* attrs,
60 RTI::AttributeHandle attrHandle);
64 static bool needLayer(
69 static void encodeLayer(
71 RTI::AttributeHandleValuePairSet* attrs,
72 RTI::AttributeHandle attrHandle);
76 static bool needCurrent(
81 static void encodeCurrent(
83 RTI::AttributeHandleValuePairSet* attrs,
84 RTI::AttributeHandle attrHandle);
88 static bool needSalinity(
93 static void encodeSalinity(
95 RTI::AttributeHandleValuePairSet* attrs,
96 RTI::AttributeHandle attrHandle);
100 static bool needBottomType(
105 static void encodeBottomType(
107 RTI::AttributeHandleValuePairSet* attrs,
108 RTI::AttributeHandle attrHandle);
#define DT_DLL_METOC
This file is used to determine how to build.
Definition: vrfMetocDefines.h:21
Instances of DtSubsurfaceLayerEncoder encode data from DtSubsurfaceLayerStateRepository objects to th...
Definition: subsurfaceLayerEncoderHLA.h:24
Contains the DtEnvironmentConditionEncoder class declaration.
Instances of DtSubsurfaceLayerStateRepository are used to store state data for METOC_Root.EnvironmentCondition.SubsurfaceLayer objects.
Definition: subsurfaceLayerStateRepository.h:32
Instances of DtEnvironmentConditionEncoder encode data from DtEnvironmentConditionStateRepository obj...
Definition: environmentConditionEncoderHLA.h:24