|
QGroundControl
Ground Control Station for MAVLink Drones
|
Include dependency graph for ADSB.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | ADSB::VehicleInfo_t |
Namespaces | |
| namespace | ADSB |
Enumerations | |
| enum | ADSB::MessageType { ADSB::IdentificationAndCategory = 1 , ADSB::SurfacePosition = 2 , ADSB::AirbornePosition = 3 , ADSB::AirborneVelocity = 4 , ADSB::SurveillanceAltitude = 5 , ADSB::SurveillanceId = 6 , ADSB::Unsupported = -1 } |
| Enum for ADSB message types. More... | |
| enum | ADSB::AvailableInfoType { ADSB::LocationAvailable = 1 << 0 , ADSB::AltitudeAvailable = 1 << 1 , ADSB::HeadingAvailable = 1 << 2 , ADSB::VelocityAvailable = 1 << 3 , ADSB::CallsignAvailable = 1 << 4 , ADSB::SquawkAvailable = 1 << 5 , ADSB::VerticalVelAvailable = 1 << 6 , ADSB::AlertAvailable = 1 << 7 } |
| Enum for ADSB Info Types Available. More... | |