APM:Libraries
|
#include "AP_AccelCal.h"
#include <stdarg.h>
#include <GCS_MAVLink/GCS.h>
#include <GCS_MAVLink/GCS_MAVLink.h>
#include <AP_HAL/AP_HAL.h>
Go to the source code of this file.
Macros | |
#define | AP_ACCELCAL_POSITION_REQUEST_INTERVAL_MS 1000 |
Variables | |
const AP_HAL::HAL & | hal |
static bool | _start_collect_sample |
#define AP_ACCELCAL_POSITION_REQUEST_INTERVAL_MS 1000 |
Definition at line 20 of file AP_AccelCal.cpp.
Referenced by AP_AccelCal::update().
|
static |
Definition at line 23 of file AP_AccelCal.cpp.
Referenced by AP_AccelCal::collect_sample(), AP_AccelCal::gcs_vehicle_position(), AP_AccelCal::handleMessage(), AP_AccelCal::start(), and AP_AccelCal::update().
const AP_HAL::HAL& hal |
Definition at line 14 of file AC_PID_test.cpp.