
Public Member Functions | |
| virtual bool | decode (const msp::ByteVector &data) override |
| Decode message contents from a ByteVector. | |
| virtual msp::ID | id () const override |
| get the ID of the message | |
| MyIdent (msp::FirmwareVariant v) | |
Public Attributes | |
| msp::ByteVector | raw_data |
Definition at line 4 of file fcu_custom_type.cpp.
| MyIdent::MyIdent | ( | msp::FirmwareVariant | v | ) | [inline] |
Definition at line 5 of file fcu_custom_type.cpp.
| virtual bool MyIdent::decode | ( | const msp::ByteVector & | ) | [inline, override, virtual] |
Decode message contents from a ByteVector.
| data | Source of data |
Reimplemented from msp::Message.
Definition at line 11 of file fcu_custom_type.cpp.
| virtual msp::ID MyIdent::id | ( | ) | const [inline, override, virtual] |
get the ID of the message
Implements msp::Message.
Definition at line 7 of file fcu_custom_type.cpp.
Definition at line 9 of file fcu_custom_type.cpp.