|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <mixer/Mixer/Mixer.hpp>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)) |
| #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().