LTAPI
API to access LiveTraffic's aircraft information
LTAPIAircraft::LTLights Struct Reference

Structure to return plane's lights status. More...

#include <LTAPI.h>

Public Member Functions

 LTLights (const LTAPIBulkData::BulkBitsTy b)
 Type conversion constructor.
 

Public Attributes

bool beacon: 1
 beacon light
 
bool strobe: 1
 strobe light
 
bool nav: 1
 navigaton lights
 
bool landing: 1
 landing lights
 
bool taxi: 1
 taxi lights
 

Detailed Description

Structure to return plane's lights status.

Constructor & Destructor Documentation

◆ LTLights()

LTAPIAircraft::LTLights::LTLights ( const LTAPIBulkData::BulkBitsTy b)
inline

Type conversion constructor.

Member Data Documentation

◆ beacon

bool LTAPIAircraft::LTLights::beacon

beacon light

◆ landing

bool LTAPIAircraft::LTLights::landing

landing lights

◆ nav

bool LTAPIAircraft::LTLights::nav

navigaton lights

◆ strobe

bool LTAPIAircraft::LTLights::strobe

strobe light

◆ taxi

bool LTAPIAircraft::LTLights::taxi

taxi lights


The documentation for this struct was generated from the following file: