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

simple channel scaler More...

#include <SimpleMixer.hpp>

Collaboration diagram for mixer_scaler_s:

Public Attributes

float negative_scale {1.0f}
 
float positive_scale {1.0f}
 
float offset {0.0f}
 
float min_output {-1.0f}
 
float max_output {1.0f}
 

Detailed Description

simple channel scaler

Definition at line 39 of file SimpleMixer.hpp.

Member Data Documentation

◆ max_output

◆ min_output

◆ negative_scale

float mixer_scaler_s::negative_scale {1.0f}

◆ offset

◆ positive_scale

float mixer_scaler_s::positive_scale {1.0f}

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