![]() |
VR-Link API Documentation for HLA 1516
|
Attribute record for sending extended Aircraft lighting information across the network. More...
Inheritance diagram for DtAircraftLightingRecord:
Collaboration diagram for DtAircraftLightingRecord:Public Member Functions | |
| DtAircraftLightingRecord () | |
| Constructor. More... | |
| DtAircraftLightingRecord (unsigned int dataType) | |
| Constructor with record type specified. More... | |
| DtAircraftLightingRecord (const DtAircraftLightingRecord &orig) | |
| Copy Constructor. More... | |
| DtAircraftLightingRecord (void *netBuffer, unsigned int size) | |
| Net Constructor. More... | |
| virtual | ~DtAircraftLightingRecord () |
| Destructor. More... | |
| virtual bool | operator== (const DtAircraftLightingRecord &other) |
| Equals operator. More... | |
| virtual bool | operator== (const DtStandardVariableRecord &other) |
| Equals operator. More... | |
| virtual void | setAntiCollisionLightsDayNight (const DtAntiCollisionLightsDayNight &lights) |
| Set the AntiCollisionLighsDayNight Enum. More... | |
| virtual const DtAntiCollisionLightsDayNight | antiCollisionLightsDayNight () const |
| Get the AntiCollisionLightsDayNight. More... | |
| virtual void | setAntiCollisionLightsFlashing (const DtAntiCollisionLightsFlashing &lights) |
| Set the antiCollisionLightsFlashing. More... | |
| virtual const DtAntiCollisionLightsFlashing | antiCollisionLightsFlashing () const |
| Get the antiCollisionLightsFlashing. More... | |
| virtual void | setFormationLightsLuminance (DtU8 s) |
| Set the formationLightsLuminance. More... | |
| virtual const DtU8 | formationLightsLuminance () const |
| Get the formationLightsLuminance. More... | |
| virtual void | setNavigationLightsFlashing (const DtNavigationLightsFlashing &lights) |
| Set the navigationLightsFlashing. More... | |
| virtual const DtNavigationLightsFlashing | navigationLightsFlashing () const |
| Get the navigationLightsFlashing. More... | |
| virtual void | setNvgMode (const DtNvgMode &mode) |
| Set the NvgMode. More... | |
| virtual const DtNvgMode | nvgMode () const |
| Get the NvgMode. More... | |
| virtual void | setTaxiwayLightsOn (const bool &status) |
| Set the taxiwayLightsOn. More... | |
| virtual const bool | taxiwayLightsOn () const |
| Get the taxiwayLightsOn. More... | |
| virtual void | setHduLightsOn (const bool &status) |
| Set the HDULightsOn. More... | |
| virtual const bool | hduLightsOn () const |
| Get the HDULightsOn. More... | |
| virtual void | printData () const |
| Prints the data to DtInfo. More... | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Prints the data to the specified stream. More... | |
| virtual void | writeRecord (void *addr) const |
| virtual void | setFromNet (const void *netRecord, unsigned int length, DtStandardVariableRetCode *retCode=NULL) |
| Sets the record from Network Representation from the given location. More... | |
| virtual unsigned | unpaddedNetsize () const |
| This is the network size of the record without padding. More... | |
| virtual unsigned int | netSize () |
| Returns the size of the network representation (including padding bytes) More... | |
| virtual DtStandardVariableRecord * | clone () const |
| Clone. More... | |
| virtual unsigned int | recordType () const |
| Get/Set Record Type. More... | |
| virtual void | setRecordType (unsigned int recordType) |
| Get/Set Record Type. More... | |
| virtual unsigned int | recordLength () const |
| Get/Set Record Length. More... | |
| virtual void | setRecordLength (unsigned int recordLength) |
| Must include size of record header and padding to 8 bytes. More... | |
Public Member Functions inherited from DtStandardVariableRecord | |
| DtStandardVariableRecord () | |
| Constructor. More... | |
| virtual | ~DtStandardVariableRecord () |
| Destructor. More... | |
| virtual void | setOriginatingSimulationAddress (const DtSimulationAddress &) |
| virtual const DtSimulationAddress & | originatingSimulationAddress () const |
Static Public Member Functions | |
| static DtStandardVariableRecord * | create (void *addr, unsigned int length) |
| Creator of an unknown record for registering in a factory. More... | |
| static unsigned int | recordTypeToUse () |
| Return the DI-Guy Action record type for uuid. More... | |
| static void | setRecordTypeToUse (unsigned int typeToUse) |
| Set the record type to use. More... | |
Protected Attributes | |
| DtNetAircraftLightingRecord | myNetAircraftLightingRecord |
Protected Attributes inherited from DtStandardVariableRecord | |
| DtSimulationAddress | myOriginatingSimulationAddress |
Static Protected Attributes | |
| static const unsigned int | theMinimumSize |
Attribute record for sending extended Aircraft lighting information across the network.
| DtAircraftLightingRecord::DtAircraftLightingRecord | ( | ) |
Constructor.
| DtAircraftLightingRecord::DtAircraftLightingRecord | ( | unsigned int | dataType | ) |
Constructor with record type specified.
| DtAircraftLightingRecord::DtAircraftLightingRecord | ( | const DtAircraftLightingRecord & | orig | ) |
Copy Constructor.
| DtAircraftLightingRecord::DtAircraftLightingRecord | ( | void * | netBuffer, |
| unsigned int | size | ||
| ) |
Net Constructor.
|
virtual |
Destructor.
|
virtual |
Get the AntiCollisionLightsDayNight.
|
virtual |
Get the antiCollisionLightsFlashing.
|
virtual |
Clone.
Implements DtStandardVariableRecord.
|
static |
Creator of an unknown record for registering in a factory.
|
virtual |
Get the formationLightsLuminance.
|
virtual |
Get the HDULightsOn.
|
virtual |
Get the navigationLightsFlashing.
|
virtual |
Returns the size of the network representation (including padding bytes)
Reimplemented from DtStandardVariableRecord.
|
virtual |
Get the NvgMode.
|
virtual |
Equals operator.
|
virtual |
Equals operator.
Implements DtStandardVariableRecord.
|
virtual |
Prints the data to DtInfo.
Reimplemented from DtStandardVariableRecord.
|
virtual |
Prints the data to the specified stream.
Implements DtStandardVariableRecord.
|
virtual |
Get/Set Record Length.
Implements DtStandardVariableRecord.
|
virtual |
Get/Set Record Type.
Implements DtStandardVariableRecord.
|
static |
Return the DI-Guy Action record type for uuid.
|
virtual |
Set the AntiCollisionLighsDayNight Enum.
|
virtual |
Set the antiCollisionLightsFlashing.
|
virtual |
Set the formationLightsLuminance.
|
virtual |
Sets the record from Network Representation from the given location.
Memory must exist for life of the variable record
Implements DtStandardVariableRecord.
|
virtual |
Set the HDULightsOn.
|
virtual |
Set the navigationLightsFlashing.
|
virtual |
Set the NvgMode.
|
virtual |
Must include size of record header and padding to 8 bytes.
Implements DtStandardVariableRecord.
|
virtual |
Get/Set Record Type.
Implements DtStandardVariableRecord.
|
static |
Set the record type to use.
|
virtual |
Set the taxiwayLightsOn.
|
virtual |
Get the taxiwayLightsOn.
|
virtual |
This is the network size of the record without padding.
Implements DtStandardVariableRecord.
|
virtual |
Implements DtStandardVariableRecord.
|
protected |
|
staticprotected |