PX4 Firmware
PX4 Autopilot Software http://px4.io
tune_control.h File Reference
#include <uORB/uORB.h>
Include dependency graph for tune_control.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ TUNE_CONTROL_ORB_QUEUE_LENGTH

#define TUNE_CONTROL_ORB_QUEUE_LENGTH   3

Definition at line 47 of file tune_control.h.

◆ TUNE_CONTROL_VOLUME_LEVEL_DEFAULT

#define TUNE_CONTROL_VOLUME_LEVEL_DEFAULT   40

Definition at line 45 of file tune_control.h.

◆ TUNE_CONTROL_VOLUME_LEVEL_MAX

#define TUNE_CONTROL_VOLUME_LEVEL_MAX   100

Definition at line 46 of file tune_control.h.

◆ TUNE_CONTROL_VOLUME_LEVEL_MIN

#define TUNE_CONTROL_VOLUME_LEVEL_MIN   0

Definition at line 44 of file tune_control.h.

Function Documentation

◆ ORB_DECLARE()

ORB_DECLARE ( tune_control  )