VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
aerodromeDecoderHLA.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 1992-2025 MAK Technologies, Inc
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
14 #include <vl/hlaStateDecoder.h>
15 
16 
18 
22 class DT_DLL_VL DtAerodromeDecoder : public DtHlaStateDecoder
23 {
24 public:
26  DtAerodromeDecoder(
27  DtExerciseConn* exConn,
28  DtObjClassDesc* classDesc);
29 
31  virtual ~DtAerodromeDecoder();
32 
34  DtAerodromeDecoder(const DtAerodromeDecoder& orig);
35 
37  DtAerodromeDecoder& operator=(const DtAerodromeDecoder& orig);
38 
39 public:
41  static DtHlaStateDecoder* create(
42  DtExerciseConn* exConn,
43  DtObjClassDesc* classDesc);
44 
45 protected:
46 
48  static void decodeUniqueId(
50  const RTI::AttributeHandleValuePairSet& attrs,
51  int pairSetIndex);
52 
54  static void decodeForceIdentifier(
56  const RTI::AttributeHandleValuePairSet& attrs,
57  int pairSetIndex);
58 
60  static void decodeActive(
62  const RTI::AttributeHandleValuePairSet& attrs,
63  int pairSetIndex);
64 
66  static void decodeAirportCode(
68  const RTI::AttributeHandleValuePairSet& attrs,
69  int pairSetIndex);
70 
72  static void decodeApronLight(
74  const RTI::AttributeHandleValuePairSet& attrs,
75  int pairSetIndex);
76 
78  static void decodeApronFloodLight(
80  const RTI::AttributeHandleValuePairSet& attrs,
81  int pairSetIndex);
82 
84  static void decodeClearanceBarLight(
86  const RTI::AttributeHandleValuePairSet& attrs,
87  int pairSetIndex);
88 
90  static void decodeTaxiwayCentreLight(
92  const RTI::AttributeHandleValuePairSet& attrs,
93  int pairSetIndex);
94 
96  static void decodeTaxiwayEdgeLight(
98  const RTI::AttributeHandleValuePairSet& attrs,
99  int pairSetIndex);
100 
102  static void decodeTaxiwayIdentifierMarkerBoardLight(
104  const RTI::AttributeHandleValuePairSet& attrs,
105  int pairSetIndex);
106 
108  static void decodeUndercarriageInspectionSystemLight(
110  const RTI::AttributeHandleValuePairSet& attrs,
111  int pairSetIndex);
112 };
113 
114 
115 
116 #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
This file contains the declaration of DtHlaStateDecoder.
Instances of DtAerodromeStateRepository are used to store state data for Aerodrome objects...
Definition: aerodromeStateRepository.h:25

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)