#include <msp_msg.hpp>
Public Member Functions | |
std::ostream & | print (std::ostream &s) const |
Public Attributes | |
Value< uint8_t > | dynamic_throttle_pid |
std::array< Value< uint8_t >, 3 > | rates |
std::array< Value< uint8_t >, 3 > | rcExpo |
std::array< Value< uint8_t >, 3 > | rcRates |
Value< uint8_t > | throttle_expo |
Value< uint8_t > | throttle_mid |
Value< uint16_t > | tpa_breakpoint |
Definition at line 3150 of file msp_msg.hpp.
std::ostream& msp::msg::RcTuningSettings::print | ( | std::ostream & | s | ) | const [inline] |
Definition at line 3161 of file msp_msg.hpp.
Definition at line 3156 of file msp_msg.hpp.
std::array<Value<uint8_t>, 3> msp::msg::RcTuningSettings::rates |
Definition at line 3152 of file msp_msg.hpp.
std::array<Value<uint8_t>, 3> msp::msg::RcTuningSettings::rcExpo |
Definition at line 3154 of file msp_msg.hpp.
std::array<Value<uint8_t>, 3> msp::msg::RcTuningSettings::rcRates |
Definition at line 3153 of file msp_msg.hpp.
Definition at line 3158 of file msp_msg.hpp.
Definition at line 3157 of file msp_msg.hpp.
Definition at line 3159 of file msp_msg.hpp.