55 virtual void setEmergencyLightsOn(
bool val);
58 virtual bool emergencyLightsOn()
const;
61 virtual void setLeftIndicatorLightsOn(
bool val);
64 virtual bool leftIndicatorLightsOn()
const;
67 virtual void setRightIndicatorLightsOn(
bool val);
70 virtual bool rightIndicatorLightsOn()
const;
99 static unsigned int recordTypeToUse();
102 static void setRecordTypeToUse(
unsigned int typeToUse);
DtNetGroundVehicleLightingRecord myNetGroundVehicleLightingRecord
Definition: groundVehicleLightingRecord.h:106
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual unsigned unpaddedNetsize() const =0
This is the network size of the record without padding.
This file declares DtNetGroundVehicleLightingRecord DtNetGroundVehicleLightingRecord is an attribute ...
virtual unsigned int netSize()
Returns the size of the network representation (including padding bytes)
static const unsigned int theMinimumSize
Definition: groundVehicleLightingRecord.h:107
virtual DtStandardVariableRecord * clone() const =0
Clone.
Definition: groundVehicleLightingRecordP.h:17
virtual void setRecordLength(unsigned int recordLength)=0
Must include size of record header and padding to 8 bytes.
virtual void printData() const
Prints the data to DtInfo.
Attribute record for sending extended Ground Vehicle lighting information across the network...
Definition: groundVehicleLightingRecord.h:16
virtual void printDataToStream(std::ostream &stream) const =0
Prints the data to the specified stream.
virtual bool operator==(const DtStandardVariableRecord &other)=0
Equals operator.
virtual void writeRecord(void *addr) const =0
virtual unsigned int recordLength() const =0
Get/Set Record Length.
virtual unsigned int recordType() const =0
Get/Set Record Type.
virtual void setRecordType(unsigned int recordType)=0
Get/Set Record Type.
virtual void setFromNet(const void *netRecord, unsigned int length, DtStandardVariableRetCode *retCode=NULL)=0
Sets the record from Network Representation from the given location.
Definition: standardVariableRecord.h:22
DtStandardVariableRetCode
Definition: standardVariableRecord.h:14
Contains the DtVrlUuid class declaration/definition.
This file contains typedefs for machine dependant types.