PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <uORB/uORB.h>
Go to the source code of this file.
Classes | |
struct | tune_control_s |
Macros | |
#define | TUNE_CONTROL_VOLUME_LEVEL_MIN 0 |
#define | TUNE_CONTROL_VOLUME_LEVEL_DEFAULT 40 |
#define | TUNE_CONTROL_VOLUME_LEVEL_MAX 100 |
#define | TUNE_CONTROL_ORB_QUEUE_LENGTH 3 |
Functions | |
ORB_DECLARE (tune_control) | |
#define TUNE_CONTROL_ORB_QUEUE_LENGTH 3 |
Definition at line 47 of file tune_control.h.
#define TUNE_CONTROL_VOLUME_LEVEL_DEFAULT 40 |
Definition at line 45 of file tune_control.h.
#define TUNE_CONTROL_VOLUME_LEVEL_MAX 100 |
Definition at line 46 of file tune_control.h.
#define TUNE_CONTROL_VOLUME_LEVEL_MIN 0 |
Definition at line 44 of file tune_control.h.
ORB_DECLARE | ( | tune_control | ) |