#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 | |
| SensorStatus (FirmwareVariant v) | |
Public Attributes | |
| Value< uint8_t > | hardware_healthy |
| Value< uint8_t > | hw_acc_status |
| Value< uint8_t > | hw_baro_status |
| Value< uint8_t > | hw_compass_status |
| Value< uint8_t > | hw_gps_status |
| Value< uint8_t > | hw_gyro_status |
| Value< uint8_t > | hw_optical_flow_status |
| Value< uint8_t > | hw_pitometer_status |
| Value< uint8_t > | hw_rangefinder_status |
Definition at line 3958 of file msp_msg.hpp.
| msp::msg::SensorStatus::SensorStatus | ( | FirmwareVariant | v | ) | [inline] |
Definition at line 3959 of file msp_msg.hpp.
| virtual bool msp::msg::SensorStatus::decode | ( | const ByteVector & | ) | [inline, override, virtual] |
Decode message contents from a ByteVector.
| data | Source of data |
Reimplemented from msp::Message.
Definition at line 3973 of file msp_msg.hpp.
| virtual ID msp::msg::SensorStatus::id | ( | ) | const [inline, override, virtual] |
get the ID of the message
Implements msp::Message.
Definition at line 3961 of file msp_msg.hpp.
Definition at line 3963 of file msp_msg.hpp.
Definition at line 3965 of file msp_msg.hpp.
Definition at line 3967 of file msp_msg.hpp.
Definition at line 3966 of file msp_msg.hpp.
Definition at line 3968 of file msp_msg.hpp.
Definition at line 3964 of file msp_msg.hpp.
Definition at line 3971 of file msp_msg.hpp.
Definition at line 3970 of file msp_msg.hpp.
Definition at line 3969 of file msp_msg.hpp.