VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 <vlutil/vlMachineTypes.h>
16 
17 
18 
20 
25 {
26 public:
29  DtExerciseConn* exConn,
30  DtObjClassDesc* classDesc);
31 
33  virtual ~DtWaterSurfaceDecoder();
34 
37 
40 
41 public:
43  static DtHlaStateDecoder* create(
44  DtExerciseConn* exConn,
45  DtObjClassDesc* classDesc);
46 
47 protected:
48 
50  static void decodeSeaState(
53  int pairSetIndex);
54 
56  static void decodeSalinity(
59  int pairSetIndex);
60 
62  static void decodeTide(
65  int pairSetIndex);
66 
68  static void decodeIce(
71  int pairSetIndex);
72 
74  static void decodeCurrent(
77  int pairSetIndex);
78 
80  static void decodeWave(
83  int pairSetIndex);
84 
86  static void decodeSwell(
89  int pairSetIndex);
90 
92  static void decodePriority(
95  int pairSetIndex);
96 
98  static void decodeChoppiness(
101  int pairSetIndex);
102 
104  static void decodeSurgeDepth(
107  int pairSetIndex);
108 
110  static void decodeSurfaceTransparency(
113  int pairSetIndex);
114 
116  static void decodeDriveSeaStateFromWind(
119  int pairSetIndex);
120 
122  static void decodeVrfWeatherAreaIdentifier(
125  int pairSetIndex);
126 };
127 
128 
129 
130 #endif
DtWeatherDecoder & operator=(const DtWeatherDecoder &orig)
Assignment operator.
Instances of DtExerciseConn are used to provide an application&#39;s interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
An instance of DtObjClassDesc is a &quot;class descriptor&quot; for an HLA Object class.
Definition: objClassDesc1516.h:41
DtHlaStateDecoder is used to provide decoding of a state message into a state repository in an HLA (a...
Definition: hlaStateDecoder.h:34
Contains the DtWeatherDecoder class declaration.
Used to provide backwards compatibility for VR-Link Encoders and Decoders who use either AttributeHan...
Definition: rtiCompatibility.h:154
Instances of DtWeatherDecoder are used to decode data from the network into DtWeatherStateRepository ...
Definition: weatherDecoderHLA.h:24
Instances of DtWaterSurfaceStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather.WaterSurface objects.
Definition: waterSurfaceStateRepository.h:32
Instances of DtWaterSurfaceDecoder are used to decode data from the network into DtWaterSurfaceStateR...
Definition: waterSurfaceDecoderHLA.h:24
This file contains typedefs for machine dependant types.
static DtHlaStateDecoder * create(DtExerciseConn *exConn, DtObjClassDesc *classDesc)
Creates an instance of DtWeatherDecoder.

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)