|
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. | |
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 | |
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