VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
runwayP.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2023 MAK Technologies, Inc
3  * All rights reserved.
4  ****************************************************************************/
5 
6 #pragma once
7 
8 #if DtDIS
9 
10 #include <vl/packets/pduHeader.h>
11 #include <vlutil/vlUuid.h>
12 #include <vlpi/netStructs.h>
13 
18 
21 
22 struct DtNetRunwayPdu
23 {
26  DtNetPduHeader myHeader;
27 
28  // Simple Attributes - A list of all attributes of Simple Type
29  DtNetU16 myVersion;
30  DtNetEntityIdentifier myEntityId;
31  DtNetUuid myUniqueId;
32  DtNetUuid myAerodromeId;
33  DtNetBoolean myDamaged;
34  DtU8 myCondition;
35  DtNetBoolean myRunway1Active;
36  DtNetBoolean myRunway2Active;
37  DtNetWorldCoordinates myEndpoint1;
38  DtNetWorldCoordinates myEndpoint2;
39  DtNetU8 myRunway1Name[3];
40  DtNetU8 myRunway2Name[3];
41  DtNetU8 myRunwayGuardLight;
42  DtNetU8 myRunway1CenterLineLight;
43  DtNetU8 myRunway2CenterLineLight;
44  DtNetBoolean myRunway1DistanceToGoLight;
45  DtNetBoolean myRunway2DistanceToGoLight;
46  DtNetU8 myRunway1EdgeLight;
47  DtNetU8 myRunway2EdgeLight;
48  DtNetU8 myRunway1DisplacedThresholdLight;
49  DtNetU8 myRunway2DisplacedThresholdLight;
50  DtNetU8 myRunway1EndLight;
51  DtNetU8 myRunway2EndLight;
52  DtNetU8 myRunway1TouchDownZoneLight;
53  DtNetU8 myRunway2TouchDownZoneLight;
54  DtNetU8 myRunway1ThresholdLightingLight;
55  DtNetU8 myRunway2ThresholdLightingLight;
56  DtNetU8 myRunway1EndIndicatorLight;
57  DtNetU8 myRunway2EndIndicatorLight;
58  DtNetU8 myRunway1ApproachLight;
59  DtNetU8 myRunway2ApproachLight;
60  DtNetU8 myRunway1VGSILight;
61  DtNetU8 myRunway2VGSILight;
62  DtNetU8 myRunway1RapidExitTaxiwayLight;
63  DtNetU8 myRunway2RapidExitTaxiwayLight;
64  DtNetU8 myRunway1RunwayExitLight;
65  DtNetU8 myRunway2RunwayExitLight;
66  DtNetU8 myRunway1TaxiwayLeadOnLight;
67  DtNetU8 myRunway2TaxiwayLeadOnLight;
68  DtNetU8 myRunway1TaxiwayStopBarLight;
69  DtNetU8 myRunway2TaxiwayStopBarLight;
70  DtNetU8 myRunway1PrethresholdEdgeLight;
71  DtNetU8 myRunway2PrethresholdEdgeLight;
72  DtNetU8 myRunway1ArrestorGearUp;
73  DtNetU8 myRunway2ArrestorGearUp;
74  DtNetU8 myPadding;
75  // Attributes which have cardinality greater than 1
76 
77 };
78 
79 
80 
81 #endif
Network-order unsigned 16-bit quantity.
Definition: vlNetTypes.h:52
Definition: pduHeader.h:14
Definition: netStructs.h:594
DtNetU8 DtNetBoolean
Unsigned network-order 8-bit value for storage of boolean data.
Definition: vlNetTypes.h:39
DtU8 DtNetU8
Unsigned 8-bit value.
Definition: vlNetTypes.h:31
unsigned char DtU8
An eight bit unsigned integer value.
Definition: vlMachineTypes.h:137
Definition: netStructs.h:116
Contains the DtVrlUuid class declaration/definition.
Definition: netStructs.h:228

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)