VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
troposphereLayerDecoderHLA.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 
24 class DT_DLL_VL DtTroposphereLayerDecoder : public DtWeatherDecoder
25 {
26 public:
29  DtExerciseConn* exConn,
30  DtObjClassDesc* classDesc);
31 
33  virtual ~DtTroposphereLayerDecoder();
34 
37 
40 
41 public:
43  static DtHlaStateDecoder* create(
44  DtExerciseConn* exConn,
45  DtObjClassDesc* classDesc);
46 
47 protected:
48 
50  static void decodeLayer(
52  const RTI::AttributeHandleValuePairSet& attrs,
53  int pairSetIndex);
54 
56  static void decodeCloud(
58  const RTI::AttributeHandleValuePairSet& attrs,
59  int pairSetIndex);
60 
62  static void decodePriority(
64  const RTI::AttributeHandleValuePairSet& attrs,
65  int pairSetIndex);
66 
68  static void decodeVrfWeatherAreaIdentifier(
70  const RTI::AttributeHandleValuePairSet& attrs,
71  int pairSetIndex);
72 
73 
74 };
75 
76 
77 
78 #endif
Instances of DtExerciseConn are used to provide an application&#39;s interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtTroposphereLayerStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather.TroposphereLayer objects.
Definition: troposphereLayerStateRepository.h:31
Instances of DtMetocEncoder encode data from DtMETOC_RootStateRepository objects to the net structure...
Definition: troposphereLayerDecoderDIS.h:27
Contains the DtWeatherDecoder class declaration.
This file contains typedefs for machine dependant types.

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)