|
QGroundControl
Ground Control Station for MAVLink Drones
|
Classes | |
| struct | VehicleInfo_t |
Enumerations | |
| enum | MessageType { IdentificationAndCategory = 1 , SurfacePosition = 2 , AirbornePosition = 3 , AirborneVelocity = 4 , SurveillanceAltitude = 5 , SurveillanceId = 6 , Unsupported = -1 } |
| Enum for ADSB message types. More... | |
| enum | AvailableInfoType { LocationAvailable = 1 << 0 , AltitudeAvailable = 1 << 1 , HeadingAvailable = 1 << 2 , VelocityAvailable = 1 << 3 , CallsignAvailable = 1 << 4 , SquawkAvailable = 1 << 5 , VerticalVelAvailable = 1 << 6 , AlertAvailable = 1 << 7 } |
| Enum for ADSB Info Types Available. More... | |
| enum ADSB::MessageType |