|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <ADSB.h>
Public Attributes | |
| AvailableInfoTypes | availableFlags = AvailableInfoType() |
| uint32_t | icaoAddress = 0 |
| QString | callsign |
| QGeoCoordinate | location |
| double | heading = 0.0 |
| uint16_t | squawk = 0 |
| double | velocity = 0.0 |
| double | verticalVel = 0.0 |
| uint32_t | lastContact = 0 |
| bool | simulated = false |
| bool | baro = false |
| bool | alert = false |
| ADSB_ALTITUDE_TYPE | altitudeeType = ADSB_ALTITUDE_TYPE_PRESSURE_QNH |
| ADSB_EMITTER_TYPE | emitterType = ADSB_EMITTER_TYPE_NO_INFO |
| bool ADSB::VehicleInfo_t::alert = false |
Definition at line 59 of file ADSB.h.
Referenced by ADSBVehicle::alert(), and ADSBVehicle::update().
| ADSB_ALTITUDE_TYPE ADSB::VehicleInfo_t::altitudeeType = ADSB_ALTITUDE_TYPE_PRESSURE_QNH |
| AvailableInfoTypes ADSB::VehicleInfo_t::availableFlags = AvailableInfoType() |
Definition at line 48 of file ADSB.h.
Referenced by ADSBVehicleManager::adsbVehicleUpdate(), and ADSBVehicle::update().
| QString ADSB::VehicleInfo_t::callsign |
Definition at line 50 of file ADSB.h.
Referenced by ADSBVehicle::callsign(), and ADSBVehicle::update().
| ADSB_EMITTER_TYPE ADSB::VehicleInfo_t::emitterType = ADSB_EMITTER_TYPE_NO_INFO |
| double ADSB::VehicleInfo_t::heading = 0.0 |
Definition at line 52 of file ADSB.h.
Referenced by ADSBVehicle::heading(), and ADSBVehicle::update().
| uint32_t ADSB::VehicleInfo_t::icaoAddress = 0 |
Definition at line 49 of file ADSB.h.
Referenced by ADSBVehicleManager::adsbVehicleUpdate(), ADSBVehicle::icaoAddress(), and ADSBVehicle::update().
| QGeoCoordinate ADSB::VehicleInfo_t::location |
Definition at line 51 of file ADSB.h.
Referenced by ADSBVehicle::altitude(), ADSBVehicle::coordinate(), and ADSBVehicle::update().
| uint16_t ADSB::VehicleInfo_t::squawk = 0 |
Definition at line 53 of file ADSB.h.
Referenced by ADSBVehicle::squawk(), and ADSBVehicle::update().
| double ADSB::VehicleInfo_t::velocity = 0.0 |
Definition at line 54 of file ADSB.h.
Referenced by ADSBVehicle::update(), and ADSBVehicle::velocity().
| double ADSB::VehicleInfo_t::verticalVel = 0.0 |
Definition at line 55 of file ADSB.h.
Referenced by ADSBVehicle::update(), and ADSBVehicle::verticalVel().