PX4 Firmware
PX4 Autopilot Software http://px4.io
|
simple mixer More...
#include <SimpleMixer.hpp>
Public Attributes | |
uint8_t | control_count |
number of inputs More... | |
mixer_scaler_s | output_scaler |
scaling for the output More... | |
mixer_control_s | controls [] |
actual size of the array is set by control_count More... | |
simple mixer
Definition at line 57 of file SimpleMixer.hpp.
uint8_t mixer_simple_s::control_count |
number of inputs
Definition at line 58 of file SimpleMixer.hpp.
Referenced by SimpleMixer::check(), SimpleMixer::from_text(), SimpleMixer::groups_required(), and SimpleMixer::mix().
mixer_control_s mixer_simple_s::controls[] |
actual size of the array is set by control_count
Definition at line 60 of file SimpleMixer.hpp.
Referenced by SimpleMixer::check(), SimpleMixer::from_text(), SimpleMixer::groups_required(), and SimpleMixer::mix().
mixer_scaler_s mixer_simple_s::output_scaler |
scaling for the output
Definition at line 59 of file SimpleMixer.hpp.
Referenced by SimpleMixer::check(), SimpleMixer::from_text(), SimpleMixer::get_trim(), SimpleMixer::mix(), and SimpleMixer::set_trim().