VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
aerodromeP.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 
14 
15 
18 
19 struct DtNetAerodromePdu
20 {
23  DtNetPduHeader myHeader;
24 
25  // Simple Attributes - A list of all attributes of Simple Type
26  DtNetU16 myVersion;
27  DtNetEntityIdentifier myEntityId;
28  DtNetUuid myUniqueId;
29  DtNetU8 myForceId;
30  DtNetBoolean myActive;
31  DtNetU8 myApronLight;
32  DtNetBoolean myApronFloodLight;
33  DtNetU8 myClearanceBarLight;
34  DtNetU8 myTaxiwayCentreLight;
35  DtNetU8 myTaxiwayEdgeLight;
36  DtNetBoolean myTaxiwayIdentifierMarkerBoardLight;
37  DtNetBoolean myUndercarriageInspectionSystemLight;
38  DtNetU8 myAirportCode[4];
39 
40  // Attributes which have cardinality greater than 1
41 
42 };
43 
44 
45 
46 #endif
Network-order unsigned 16-bit quantity.
Definition: vlNetTypes.h:52
Definition: pduHeader.h:14
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
Definition: netStructs.h:116
Contains the DtVrlUuid class declaration/definition.
Definition: netStructs.h:228

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)