Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
Input filter specific flags and input types
+ Collaboration diagram for Input filter specific flags and input types:

Macros

#define STATE_INPUT_DISABLE   0
 use with care More...
 
#define STATE_INPUT_ANY   0xFFFF
 default More...
 
#define STATE_INPUT_ORIGIN   1
 
#define STATE_INPUT_POS   2
 
#define STATE_INPUT_SPEED   3
 
#define STATE_INPUT_ACCEL   4
 
#define STATE_INPUT_ATTITUDE   5
 
#define STATE_INPUT_RATES   6
 
#define STATE_INPUT_WIND_AIR   7
 

Detailed Description

Macro Definition Documentation

◆ STATE_INPUT_ACCEL

#define STATE_INPUT_ACCEL   4

Definition at line 143 of file state.h.

◆ STATE_INPUT_ANY

#define STATE_INPUT_ANY   0xFFFF

default

Definition at line 139 of file state.h.

◆ STATE_INPUT_ATTITUDE

#define STATE_INPUT_ATTITUDE   5

Definition at line 144 of file state.h.

◆ STATE_INPUT_DISABLE

#define STATE_INPUT_DISABLE   0

use with care

Definition at line 138 of file state.h.

◆ STATE_INPUT_ORIGIN

#define STATE_INPUT_ORIGIN   1

Definition at line 140 of file state.h.

◆ STATE_INPUT_POS

#define STATE_INPUT_POS   2

Definition at line 141 of file state.h.

◆ STATE_INPUT_RATES

#define STATE_INPUT_RATES   6

Definition at line 145 of file state.h.

◆ STATE_INPUT_SPEED

#define STATE_INPUT_SPEED   3

Definition at line 142 of file state.h.

◆ STATE_INPUT_WIND_AIR

#define STATE_INPUT_WIND_AIR   7

Definition at line 146 of file state.h.