APM:Libraries
Macros | Variables
AP_ADSB.cpp File Reference
#include <AP_HAL/AP_HAL.h>
#include "AP_ADSB.h"
#include <GCS_MAVLink/GCS_MAVLink.h>
#include <stdio.h>
#include <limits.h>
#include <AP_Vehicle/AP_Vehicle.h>
#include <GCS_MAVLink/GCS.h>
Include dependency graph for AP_ADSB.cpp:

Go to the source code of this file.

Macros

#define VEHICLE_TIMEOUT_MS   5000
 
#define ADSB_VEHICLE_LIST_SIZE_DEFAULT   25
 
#define ADSB_VEHICLE_LIST_SIZE_MAX   100
 
#define ADSB_CHAN_TIMEOUT_MS   15000
 
#define ADSB_SQUAWK_OCTAL_DEFAULT   1200
 
#define ADSB_BITBASK_RF_CAPABILITIES_UAT_IN   (1 << 0)
 
#define ADSB_BITBASK_RF_CAPABILITIES_1090ES_IN   (1 << 1)
 
#define ADSB_LIST_RADIUS_DEFAULT   2000
 

Variables

const AP_HAL::HALhal
 

Macro Definition Documentation

◆ ADSB_BITBASK_RF_CAPABILITIES_1090ES_IN

#define ADSB_BITBASK_RF_CAPABILITIES_1090ES_IN   (1 << 1)

Definition at line 38 of file AP_ADSB.cpp.

Referenced by AP_ADSB::get_encoded_callsign_null_char().

◆ ADSB_BITBASK_RF_CAPABILITIES_UAT_IN

#define ADSB_BITBASK_RF_CAPABILITIES_UAT_IN   (1 << 0)

Definition at line 37 of file AP_ADSB.cpp.

Referenced by AP_ADSB::get_encoded_callsign_null_char().

◆ ADSB_CHAN_TIMEOUT_MS

#define ADSB_CHAN_TIMEOUT_MS   15000

Definition at line 34 of file AP_ADSB.cpp.

Referenced by AP_ADSB::update().

◆ ADSB_LIST_RADIUS_DEFAULT

#define ADSB_LIST_RADIUS_DEFAULT   2000

Definition at line 43 of file AP_ADSB.cpp.

◆ ADSB_SQUAWK_OCTAL_DEFAULT

#define ADSB_SQUAWK_OCTAL_DEFAULT   1200

Definition at line 35 of file AP_ADSB.cpp.

Referenced by AP_ADSB::update().

◆ ADSB_VEHICLE_LIST_SIZE_DEFAULT

#define ADSB_VEHICLE_LIST_SIZE_DEFAULT   25

Definition at line 32 of file AP_ADSB.cpp.

Referenced by AP_ADSB::init().

◆ ADSB_VEHICLE_LIST_SIZE_MAX

#define ADSB_VEHICLE_LIST_SIZE_MAX   100

Definition at line 33 of file AP_ADSB.cpp.

Referenced by AP_ADSB::init().

◆ VEHICLE_TIMEOUT_MS

#define VEHICLE_TIMEOUT_MS   5000

Definition at line 31 of file AP_ADSB.cpp.

Referenced by AP_ADSB::handle_vehicle(), and AP_ADSB::update().

Variable Documentation

◆ hal

const AP_HAL::HAL& hal

Definition at line 14 of file AC_PID_test.cpp.