#include <msp_msg.hpp>
Public Member Functions | |
virtual bool | pack_into (ByteVector &data) const |
bool | unpack_from (const ByteVector &data) |
Public Member Functions inherited from msp::Packable | |
virtual | ~Packable () |
Public Attributes | |
std::set< size_t > | box_mode_flags |
Value< uint8_t > | current_profile |
Value< uint16_t > | cycle_time |
Value< uint16_t > | i2c_errors |
std::set< Sensor > | sensors |
Definition at line 2670 of file msp_msg.hpp.
|
inlinevirtual |
Implements msp::Packable.
Definition at line 2707 of file msp_msg.hpp.
|
inlinevirtual |
Implements msp::Packable.
Definition at line 2677 of file msp_msg.hpp.
std::set<size_t> msp::msg::StatusBase::box_mode_flags |
Definition at line 2674 of file msp_msg.hpp.
Value<uint8_t> msp::msg::StatusBase::current_profile |
Definition at line 2675 of file msp_msg.hpp.
Value<uint16_t> msp::msg::StatusBase::cycle_time |
Definition at line 2671 of file msp_msg.hpp.
Value<uint16_t> msp::msg::StatusBase::i2c_errors |
Definition at line 2672 of file msp_msg.hpp.
std::set<Sensor> msp::msg::StatusBase::sensors |
Definition at line 2673 of file msp_msg.hpp.