QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
ADSB::VehicleInfo_t Struct Reference

#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
 

Detailed Description

Definition at line 47 of file ADSB.h.

Member Data Documentation

◆ alert

bool ADSB::VehicleInfo_t::alert = false

Definition at line 59 of file ADSB.h.

◆ altitudeeType

ADSB_ALTITUDE_TYPE ADSB::VehicleInfo_t::altitudeeType = ADSB_ALTITUDE_TYPE_PRESSURE_QNH

Definition at line 60 of file ADSB.h.

◆ availableFlags

AvailableInfoTypes ADSB::VehicleInfo_t::availableFlags = AvailableInfoType()

Definition at line 48 of file ADSB.h.

Referenced by ADSBVehicleManager::adsbVehicleUpdate().

◆ baro

bool ADSB::VehicleInfo_t::baro = false

Definition at line 58 of file ADSB.h.

◆ callsign

QString ADSB::VehicleInfo_t::callsign

Definition at line 50 of file ADSB.h.

◆ emitterType

ADSB_EMITTER_TYPE ADSB::VehicleInfo_t::emitterType = ADSB_EMITTER_TYPE_NO_INFO

Definition at line 61 of file ADSB.h.

◆ heading

double ADSB::VehicleInfo_t::heading = 0.0

Definition at line 52 of file ADSB.h.

◆ icaoAddress

uint32_t ADSB::VehicleInfo_t::icaoAddress = 0

Definition at line 49 of file ADSB.h.

Referenced by ADSBVehicleManager::adsbVehicleUpdate().

◆ lastContact

uint32_t ADSB::VehicleInfo_t::lastContact = 0

Definition at line 56 of file ADSB.h.

◆ location

QGeoCoordinate ADSB::VehicleInfo_t::location

Definition at line 51 of file ADSB.h.

◆ simulated

bool ADSB::VehicleInfo_t::simulated = false

Definition at line 57 of file ADSB.h.

◆ squawk

uint16_t ADSB::VehicleInfo_t::squawk = 0

Definition at line 53 of file ADSB.h.

◆ velocity

double ADSB::VehicleInfo_t::velocity = 0.0

Definition at line 54 of file ADSB.h.

◆ verticalVel

double ADSB::VehicleInfo_t::verticalVel = 0.0

Definition at line 55 of file ADSB.h.


The documentation for this struct was generated from the following file: