#include <msp_msg.hpp>
Public Member Functions | |
Debug (FirmwareVariant v) | |
virtual bool | decode (const ByteVector &data) override |
Decode message contents from a ByteVector. | |
virtual ID | id () const override |
get the ID of the message | |
Public Attributes | |
Value< uint16_t > | debug1 |
Value< uint16_t > | debug2 |
Value< uint16_t > | debug3 |
Value< uint16_t > | debug4 |
Definition at line 4862 of file msp_msg.hpp.
msp::msg::Debug::Debug | ( | FirmwareVariant | v | ) | [inline] |
Definition at line 4863 of file msp_msg.hpp.
virtual bool msp::msg::Debug::decode | ( | const ByteVector & | ) | [inline, override, virtual] |
Decode message contents from a ByteVector.
data | Source of data |
Reimplemented from msp::Message.
Definition at line 4872 of file msp_msg.hpp.
virtual ID msp::msg::Debug::id | ( | ) | const [inline, override, virtual] |
get the ID of the message
Implements msp::Message.
Definition at line 4865 of file msp_msg.hpp.
Value<uint16_t> msp::msg::Debug::debug1 |
Definition at line 4867 of file msp_msg.hpp.
Value<uint16_t> msp::msg::Debug::debug2 |
Definition at line 4868 of file msp_msg.hpp.
Value<uint16_t> msp::msg::Debug::debug3 |
Definition at line 4869 of file msp_msg.hpp.
Value<uint16_t> msp::msg::Debug::debug4 |
Definition at line 4870 of file msp_msg.hpp.