QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
ADSB Namespace Reference

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

Enumeration Type Documentation

◆ AvailableInfoType

Enum for ADSB Info Types Available.

Enumerator
LocationAvailable 
AltitudeAvailable 
HeadingAvailable 
VelocityAvailable 
CallsignAvailable 
SquawkAvailable 
VerticalVelAvailable 
AlertAvailable 

Definition at line 33 of file ADSB.h.

◆ MessageType

Enum for ADSB message types.

Enumerator
IdentificationAndCategory 
SurfacePosition 
AirbornePosition 
AirborneVelocity 
SurveillanceAltitude 
SurveillanceId 
Unsupported 

Definition at line 21 of file ADSB.h.