VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
aircraftLightingRecordP.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2023 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 #pragma once
6 
11 
12 #include <vlpi/netStructs.h>
14 
15 // Aircraft Lighting Record
17 {
18  bool operator==(const DtNetAircraftLightingRecord& rhs) const
19  {
20  return (myRecordType == rhs.myRecordType)
21  && (myRecordLength == rhs.myRecordLength)
26  && (myNvgMode == rhs.myNvgMode)
28  && (myHduLightsOn == rhs.myHduLightsOn);
29  }
30 
31  bool operator!=(const DtNetAircraftLightingRecord& rhs) const
32  {
33  return !operator==(rhs);
34  }
35 
44  // Needed 1 byte of padding for 8 byte alignment (4 rectype + 2 reclength + 2 version + 7 light fields = 15)
46 
bool operator!=(const DtNetAircraftLightingRecord &rhs) const
Definition: aircraftLightingRecordP.h:31
DtNetBoolean myTaxiwayLightsOn
Definition: aircraftLightingRecordP.h:42
DtNetU16 myVersion
Definition: aircraftLightingRecordP.h:36
Network-order unsigned 16-bit quantity.
Definition: vlNetTypes.h:52
DtNetU32 myRecordType
Definition: standardVariableRecordP.h:28
DtNetAircraftLightingRecord DtNetAircraftLightingRecord
bool operator==(const DtNetAircraftLightingRecord &rhs) const
Definition: aircraftLightingRecordP.h:18
DtNetU8 myNavigationLightsFlashing
Definition: aircraftLightingRecordP.h:40
DtNetU8 myAntiCollisionLightsDayNight
Definition: aircraftLightingRecordP.h:37
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
DtNetU16 myRecordLength
Definition: standardVariableRecordP.h:29
DtNetU8 myPadding
Definition: aircraftLightingRecordP.h:45
Definition: standardVariableRecordP.h:14
DtNetU8 myAntiCollisionLightsFlashing
Definition: aircraftLightingRecordP.h:38
DtNetBoolean myHduLightsOn
Definition: aircraftLightingRecordP.h:43
DtNetU8 myFormationLightsLuminance
Definition: aircraftLightingRecordP.h:39
DtNetU8 myNvgMode
Definition: aircraftLightingRecordP.h:41
Contains the DtNetStandardVariableRecord class definition.
Definition: aircraftLightingRecordP.h:16

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)