APM:Libraries
|
#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>
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::HAL & | hal |
#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().
#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().
#define ADSB_CHAN_TIMEOUT_MS 15000 |
Definition at line 34 of file AP_ADSB.cpp.
Referenced by AP_ADSB::update().
#define ADSB_LIST_RADIUS_DEFAULT 2000 |
Definition at line 43 of file AP_ADSB.cpp.
#define ADSB_SQUAWK_OCTAL_DEFAULT 1200 |
Definition at line 35 of file AP_ADSB.cpp.
Referenced by AP_ADSB::update().
#define ADSB_VEHICLE_LIST_SIZE_DEFAULT 25 |
Definition at line 32 of file AP_ADSB.cpp.
Referenced by AP_ADSB::init().
#define ADSB_VEHICLE_LIST_SIZE_MAX 100 |
Definition at line 33 of file AP_ADSB.cpp.
Referenced by AP_ADSB::init().
#define VEHICLE_TIMEOUT_MS 5000 |
Definition at line 31 of file AP_ADSB.cpp.
Referenced by AP_ADSB::handle_vehicle(), and AP_ADSB::update().
const AP_HAL::HAL& hal |
Definition at line 14 of file AC_PID_test.cpp.