LTAPI
API to access LiveTraffic's aircraft information
|
Structure to return plane's lights status. More...
#include <LTAPI.h>
Public Member Functions | |
LTLights (const LTAPIBulkData::BulkBitsTy b) | |
Type conversion constructor. More... | |
Public Attributes | |
bool | beacon: 1 |
beacon light More... | |
bool | strobe: 1 |
strobe light More... | |
bool | nav: 1 |
navigaton lights More... | |
bool | landing: 1 |
landing lights More... | |
bool | taxi: 1 |
taxi lights More... | |
Structure to return plane's lights status.
|
inline |
Type conversion constructor.
bool LTAPIAircraft::LTLights::beacon |
beacon light
bool LTAPIAircraft::LTLights::landing |
landing lights
bool LTAPIAircraft::LTLights::nav |
navigaton lights
bool LTAPIAircraft::LTLights::strobe |
strobe light
bool LTAPIAircraft::LTLights::taxi |
taxi lights