VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
troposphereLayerEncoderHLA.h
Go to the documentation of this file.
1 /*********************************************************************
2 **This file was generated by MAK Technologies' VR-Link Code Generator.
3 **hobjEncHeader.tlt
4 *********************************************************************/
5 
8 
9 #pragma once
10 
11 #if DtHLA
12 
13 #include "weatherEncoderHLA.h"
14 #include "vrfMetocDefines.h"
15 
16 namespace makVrfMetoc {
17 
18 class DtTroposphereLayerStateRepository;
19 
25 {
26 public:
27 
30  DtExerciseConn* exConn,
31  DtObjClassDesc* classDesc);
32 
34  virtual ~DtTroposphereLayerEncoder();
35 
38 
41 
42 public:
44  static DtHlaStateEncoder* create(
45  DtExerciseConn* exConn,
46  DtObjClassDesc* classDesc);
47 
48 protected:
49 
52  static bool needLayer(
53  const DtTroposphereLayerStateRepository& stateRep,
54  const DtTroposphereLayerStateRepository& asSeenByRemote);
55 
57  static void encodeLayer(
59  RTI::AttributeHandleValuePairSet* attrs,
60  RTI::AttributeHandle attrHandle);
61 
64  static bool needCloud(
65  const DtTroposphereLayerStateRepository& stateRep,
66  const DtTroposphereLayerStateRepository& asSeenByRemote);
67 
69  static void encodeCloud(
71  RTI::AttributeHandleValuePairSet* attrs,
72  RTI::AttributeHandle attrHandle);
73 
74 };
75 
76 } //end makVrfMetoc
77 
78 #endif
#define DT_DLL_METOC
This file is used to determine how to build.
Definition: vrfMetocDefines.h:21
Instances of DtTroposphereLayerStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather.TroposphereLayer objects.
Definition: troposphereLayerStateRepository.h:32
Contains the DtWeatherEncoder class declaration.
Instances of DtTroposphereLayerEncoder encode data from DtTroposphereLayerStateRepository objects to ...
Definition: troposphereLayerEncoderHLA.h:24
Instances of DtWeatherEncoder encode data from DtWeatherStateRepository objects to the net structures...
Definition: weatherEncoderHLA.h:24

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)