VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
waterSurfaceDecoderHLA.h
Go to the documentation of this file.
1 /*********************************************************************
2 **This file was generated by MAK Technologies' VR-Link Code Generator.
3 **hobjDecHeader.tlt
4 *********************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
14 #include "weatherDecoderHLA.h"
15 #include "vrfMetocDefines.h"
16 
17 namespace makVrfMetoc {
18 
19 class DtWaterSurfaceStateRepository;
20 
25 {
26 public:
29  DtExerciseConn* exConn,
30  DtObjClassDesc* classDesc);
31 
33  virtual ~DtWaterSurfaceDecoder();
34 
37 
39  DtWaterSurfaceDecoder& operator=(const DtWaterSurfaceDecoder& orig);
40 
41 public:
43  static DtHlaStateDecoder* create(
44  DtExerciseConn* exConn,
45  DtObjClassDesc* classDesc);
46 
47 protected:
48 
50  static void decodeSeaState(
52  const RTI::AttributeHandleValuePairSet& attrs,
53  int pairSetIndex);
54 
56  static void decodeSalinity(
58  const RTI::AttributeHandleValuePairSet& attrs,
59  int pairSetIndex);
60 
62  static void decodeTide(
64  const RTI::AttributeHandleValuePairSet& attrs,
65  int pairSetIndex);
66 
68  static void decodeIce(
70  const RTI::AttributeHandleValuePairSet& attrs,
71  int pairSetIndex);
72 
74  static void decodeCurrent(
76  const RTI::AttributeHandleValuePairSet& attrs,
77  int pairSetIndex);
78 
80  static void decodeWave(
82  const RTI::AttributeHandleValuePairSet& attrs,
83  int pairSetIndex);
84 
86  static void decodeSwell(
88  const RTI::AttributeHandleValuePairSet& attrs,
89  int pairSetIndex);
90 
91 };
92 
93 } //end makVrfMetoc
94 
95 #endif
#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 DtWaterSurfaceDecoder are used to decode data from the network into DtWaterSurfaceStateR...
Definition: waterSurfaceDecoderHLA.h:24
Contains the DtWeatherDecoder class declaration.
Instances of DtWeatherDecoder are used to decode data from the network into DtWeatherStateRepository ...
Definition: weatherDecoderHLA.h:24

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)