|
APM:Libraries
|
#include <AP_HAL/AP_HAL.h>#include <AP_Math/AP_Math.h>#include "AP_MotorsTailsitter.h"#include <GCS_MAVLink/GCS.h>Go to the source code of this file.
Macros | |
| #define | SERVO_OUTPUT_RANGE 4500 |
| #define | THROTTLE_RANGE 100 |
Variables | |
| const AP_HAL::HAL & | hal |
| -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- More... | |
| #define SERVO_OUTPUT_RANGE 4500 |
Definition at line 28 of file AP_MotorsTailsitter.cpp.
Referenced by AP_MotorsTailsitter::output_to_motors().
| #define THROTTLE_RANGE 100 |
Definition at line 29 of file AP_MotorsTailsitter.cpp.
Referenced by AP_MotorsTailsitter::output_to_motors().
| const AP_HAL::HAL& hal |
-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
Definition at line 14 of file AC_PID_test.cpp.
1.8.13