#include <msp_msg.hpp>
Public Member Functions | |
bool | pack_into (ByteVector &data) const |
bool | unpack_from (const ByteVector &data) |
Public Member Functions inherited from msp::Packable | |
virtual | ~Packable () |
Public Attributes | |
Value< float > | pitch |
Value< float > | roll |
Value< float > | throttle |
Value< float > | yaw |
Definition at line 5110 of file msp_msg.hpp.
|
inlinevirtual |
Implements msp::Packable.
Definition at line 5125 of file msp_msg.hpp.
|
inlinevirtual |
Implements msp::Packable.
Definition at line 5116 of file msp_msg.hpp.
Value<float> msp::msg::MotorMixer::pitch |
Definition at line 5113 of file msp_msg.hpp.
Value<float> msp::msg::MotorMixer::roll |
Definition at line 5112 of file msp_msg.hpp.
Value<float> msp::msg::MotorMixer::throttle |
Definition at line 5111 of file msp_msg.hpp.
Value<float> msp::msg::MotorMixer::yaw |
Definition at line 5114 of file msp_msg.hpp.