PX4 Firmware
PX4 Autopilot Software http://px4.io
SimpleMixer.hpp File Reference
Include dependency graph for SimpleMixer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mixer_scaler_s
 simple channel scaler More...
 
struct  mixer_control_s
 mixer input More...
 
struct  mixer_simple_s
 simple mixer More...
 
class  SimpleMixer
 Simple summing mixer. More...
 

Macros

#define MIXER_SIMPLE_SIZE(_icount)   (sizeof(struct mixer_simple_s) + (_icount) * sizeof(struct mixer_control_s))
 

Macro Definition Documentation

◆ MIXER_SIMPLE_SIZE

#define MIXER_SIMPLE_SIZE (   _icount)    (sizeof(struct mixer_simple_s) + (_icount) * sizeof(struct mixer_control_s))

Definition at line 54 of file SimpleMixer.hpp.

Referenced by SimpleMixer::from_text().