LTAPI
API to access LiveTraffic's aircraft information
Public Member Functions | Public Attributes | List of all members
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. 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...
 

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: