#include <msp_msg.hpp>
Public Member Functions | |
virtual bool | decode (const ByteVector &data) override |
Decode message contents from a ByteVector. | |
virtual ID | id () const override |
get the ID of the message | |
InavAnalog (FirmwareVariant v) | |
Public Attributes | |
Value< uint16_t > | amperage |
Value< uint8_t > | battery_voltage |
Value< uint16_t > | mAh_drawn |
Value< uint16_t > | rssi |
Definition at line 5245 of file msp_msg.hpp.
msp::msg::InavAnalog::InavAnalog | ( | FirmwareVariant | v | ) | [inline] |
Definition at line 5246 of file msp_msg.hpp.
virtual bool msp::msg::InavAnalog::decode | ( | const ByteVector & | ) | [inline, override, virtual] |
Decode message contents from a ByteVector.
data | Source of data |
Reimplemented from msp::Message.
Definition at line 5255 of file msp_msg.hpp.
virtual ID msp::msg::InavAnalog::id | ( | ) | const [inline, override, virtual] |
get the ID of the message
Implements msp::Message.
Definition at line 5248 of file msp_msg.hpp.
Value<uint16_t> msp::msg::InavAnalog::amperage |
Definition at line 5253 of file msp_msg.hpp.
Definition at line 5250 of file msp_msg.hpp.
Value<uint16_t> msp::msg::InavAnalog::mAh_drawn |
Definition at line 5251 of file msp_msg.hpp.
Value<uint16_t> msp::msg::InavAnalog::rssi |
Definition at line 5252 of file msp_msg.hpp.