#include <msp_msg.hpp>
Public Member Functions | |
CommonSetSetting (FirmwareVariant v) | |
virtual ByteVectorUptr | encode () const override |
Encode all data into a ByteVector. | |
virtual ID | id () const override |
get the ID of the message | |
Public Attributes | |
DATA_TYPE | expected_data_type |
Value< float > | float_val |
Value< int16_t > | int16_val |
Value< int8_t > | int8_val |
Value< std::string > | setting_name |
Value< std::string > | string_val |
Value< uint16_t > | uint16_val |
Value< uint32_t > | uint32_val |
Value< uint8_t > | uint8_val |
Definition at line 5017 of file msp_msg.hpp.
msp::msg::CommonSetSetting::CommonSetSetting | ( | FirmwareVariant | v | ) | [inline] |
Definition at line 5018 of file msp_msg.hpp.
virtual ByteVectorUptr msp::msg::CommonSetSetting::encode | ( | ) | const [inline, override, virtual] |
Encode all data into a ByteVector.
Reimplemented from msp::Message.
Definition at line 5033 of file msp_msg.hpp.
virtual ID msp::msg::CommonSetSetting::id | ( | ) | const [inline, override, virtual] |
get the ID of the message
Implements msp::Message.
Definition at line 5020 of file msp_msg.hpp.
Definition at line 5031 of file msp_msg.hpp.
Definition at line 5028 of file msp_msg.hpp.
Definition at line 5026 of file msp_msg.hpp.
Definition at line 5024 of file msp_msg.hpp.
Value<std::string> msp::msg::CommonSetSetting::setting_name |
Definition at line 5022 of file msp_msg.hpp.
Value<std::string> msp::msg::CommonSetSetting::string_val |
Definition at line 5029 of file msp_msg.hpp.
Value<uint16_t> msp::msg::CommonSetSetting::uint16_val |
Definition at line 5025 of file msp_msg.hpp.
Value<uint32_t> msp::msg::CommonSetSetting::uint32_val |
Definition at line 5027 of file msp_msg.hpp.
Definition at line 5023 of file msp_msg.hpp.