VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
groundVehicleLightingRecordP.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 #pragma once
6 
12 
13 #include <vlpi/netStructs.h>
15 
16 // UUID Record
18 {
20  {
21  return (myRecordType == rhs.myRecordType)
22  && (myRecordLength == rhs.myRecordLength)
23  && (myVersion == rhs.myVersion)
27  }
28 
30  {
31  return !operator==(rhs);
32  }
33 
38  // Needed 5 bytes of padding for 8 byte alignment (4 rectype + 2 reclength + 2 version + 3 lighting fields = 11)
40 
bool operator!=(const DtNetGroundVehicleLightingRecord &rhs) const
Definition: groundVehicleLightingRecordP.h:29
Network-order unsigned 16-bit quantity.
Definition: vlNetTypes.h:52
DtNetBoolean myRightIndicatorLightsOn
Definition: groundVehicleLightingRecordP.h:37
DtNetU32 myRecordType
Definition: standardVariableRecordP.h:28
bool operator==(const DtNetGroundVehicleLightingRecord &rhs) const
Definition: groundVehicleLightingRecordP.h:19
DtNetBoolean myEmergencyLightsOn
Definition: groundVehicleLightingRecordP.h:35
Definition: groundVehicleLightingRecordP.h:17
DtNetU8 DtNetBoolean
Unsigned network-order 8-bit value for storage of boolean data.
Definition: vlNetTypes.h:39
DtNetU8 myPadding[5]
Definition: groundVehicleLightingRecordP.h:39
DtU8 DtNetU8
Unsigned 8-bit value.
Definition: vlNetTypes.h:31
DtNetU16 myRecordLength
Definition: standardVariableRecordP.h:29
Definition: standardVariableRecordP.h:14
DtNetU16 myVersion
Definition: groundVehicleLightingRecordP.h:34
DtNetGroundVehicleLightingRecord DtNetGroundVehicleLightingRecord
DtNetBoolean myLeftIndicatorLightsOn
Definition: groundVehicleLightingRecordP.h:36
Contains the DtNetStandardVariableRecord class definition.

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)