#include <msp_msg.hpp>
Public Member Functions | |
virtual bool | pack_into (ByteVector &data) const |
bool | unpack_from (const ByteVector &data) |
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 2673 of file msp_msg.hpp.
virtual bool msp::msg::StatusBase::pack_into | ( | ByteVector & | data | ) | const [inline, virtual] |
Implements msp::Packable.
Definition at line 2710 of file msp_msg.hpp.
bool msp::msg::StatusBase::unpack_from | ( | const ByteVector & | data | ) | [inline, virtual] |
Implements msp::Packable.
Definition at line 2680 of file msp_msg.hpp.
std::set<size_t> msp::msg::StatusBase::box_mode_flags |
Definition at line 2677 of file msp_msg.hpp.
Definition at line 2678 of file msp_msg.hpp.
Value<uint16_t> msp::msg::StatusBase::cycle_time |
Definition at line 2674 of file msp_msg.hpp.
Value<uint16_t> msp::msg::StatusBase::i2c_errors |
Definition at line 2675 of file msp_msg.hpp.
std::set<Sensor> msp::msg::StatusBase::sensors |
Definition at line 2676 of file msp_msg.hpp.