VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 <vlutil/vlMachineTypes.h>
15 
16 
17 
19 
24 class DT_DLL_VL DtTroposphereLayerEncoder : public DtWeatherEncoder
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 
76  static bool needPriority(
77  const DtTroposphereLayerStateRepository& stateRep,
78  const DtTroposphereLayerStateRepository& asSeenByRemote);
79 
81  static void encodePriority(
83  RTI::AttributeHandleValuePairSet* attrs,
84  RTI::AttributeHandle attrHandle);
85 
88  static bool needVrfWeatherAreaIdentifier(
89  const DtTroposphereLayerStateRepository& stateRep,
90  const DtTroposphereLayerStateRepository& asSeenByRemote);
91 
93  static void encodeVrfWeatherAreaIdentifier(
95  RTI::AttributeHandleValuePairSet* attrs,
96  RTI::AttributeHandle attrHandle);
97 
98 };
99 
100 
101 
102 #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: troposphereLayerEncoderDIS.h:27
Contains the DtWeatherEncoder class declaration.
This file contains typedefs for machine dependant types.

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)