PX4 Firmware
PX4 Autopilot Software http://px4.io
|
mixer input More...
#include <SimpleMixer.hpp>
Public Attributes | |
uint8_t | control_group |
group from which the input reads More... | |
uint8_t | control_index |
index within the control group More... | |
mixer_scaler_s | scaler |
scaling applied to the input before use More... | |
mixer input
Definition at line 48 of file SimpleMixer.hpp.
uint8_t mixer_control_s::control_group |
group from which the input reads
Definition at line 49 of file SimpleMixer.hpp.
Referenced by SimpleMixer::check(), SimpleMixer::from_text(), SimpleMixer::groups_required(), and SimpleMixer::mix().
uint8_t mixer_control_s::control_index |
index within the control group
Definition at line 50 of file SimpleMixer.hpp.
Referenced by SimpleMixer::check(), SimpleMixer::from_text(), and SimpleMixer::mix().
mixer_scaler_s mixer_control_s::scaler |
scaling applied to the input before use
Definition at line 51 of file SimpleMixer.hpp.
Referenced by SimpleMixer::check(), SimpleMixer::from_text(), and SimpleMixer::mix().