PX4 Firmware
PX4 Autopilot Software http://px4.io
mixer_control_s Struct Reference

mixer input More...

#include <SimpleMixer.hpp>

Collaboration diagram for mixer_control_s:

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...
 

Detailed Description

mixer input

Definition at line 48 of file SimpleMixer.hpp.

Member Data Documentation

◆ control_group

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().

◆ control_index

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().

◆ scaler

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().


The documentation for this struct was generated from the following file: