VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
weatherDecoderHLA.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 
15 #include "vrfMetocDefines.h"
16 
17 namespace makVrfMetoc {
18 
20 
25 {
26 public:
29  DtExerciseConn* exConn,
30  DtObjClassDesc* classDesc);
31 
33  virtual ~DtWeatherDecoder();
34 
37 
39  DtWeatherDecoder& operator=(const DtWeatherDecoder& orig);
40 
41 public:
43  static DtHlaStateDecoder* create(
44  DtExerciseConn* exConn,
45  DtObjClassDesc* classDesc);
46 
47 protected:
48 
50  static void decodeTemperature(
52  const RTI::AttributeHandleValuePairSet& attrs,
53  int pairSetIndex);
54 
56  static void decodeWind(
58  const RTI::AttributeHandleValuePairSet& attrs,
59  int pairSetIndex);
60 
62  static void decodePrecipitation(
64  const RTI::AttributeHandleValuePairSet& attrs,
65  int pairSetIndex);
66 
68  static void decodeHaze(
70  const RTI::AttributeHandleValuePairSet& attrs,
71  int pairSetIndex);
72 
74  static void decodeHumidity(
76  const RTI::AttributeHandleValuePairSet& attrs,
77  int pairSetIndex);
78 
80  static void decodeBarometricPressure(
82  const RTI::AttributeHandleValuePairSet& attrs,
83  int pairSetIndex);
84 
86  static void decodeVisibilityRange(
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 DtWeatherStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather objects.
Definition: weatherStateRepository.h:33
This repository holds all information that is common to all the forms of all objects within VR-Forces...
Definition: weatherStateRepository.h:20
Instances of DtEnvironmentConditionDecoder are used to decode data from the network into DtEnvironmen...
Definition: environmentConditionDecoderHLA.h:24
Contains the DtEnvironmentConditionDecoder class declaration.
void decodeTemperature(DtEntityStateRepWithTemperature *stateRep, const RTI::AttributeHandleValuePairSet &avlist, int pairSetIndex)
Instances of DtWeatherDecoder are used to decode data from the network into DtWeatherStateRepository ...
Definition: weatherDecoderHLA.h:24

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)