FP_A-CORRIMU (version 1) message payload.
More...
#include <fpa.hpp>
|
bool | SetFromMsg (const uint8_t *msg, const std::size_t msg_size) final |
| Set data from message.
|
|
virtual | ~FpaPayload ()=default |
| Virtual dtor for polymorphism.
|
|
|
static constexpr const char * | MSG_NAME = "FP_A-CORRIMU" |
| Message name.
|
|
FP_A-CORRIMU (version 1) message payload.
Definition at line 663 of file fpa.hpp.
◆ SetFromMsg()
bool fpsdk::common::parser::fpa::FpaCorrimuPayload::SetFromMsg |
( |
const uint8_t * | msg, |
|
|
const std::size_t | msg_size ) |
|
finalvirtual |
Set data from message.
- Parameters
-
[in] | msg | Pointer to the FP_A message |
[in] | msg_size | Size of the FP_A message (>= 11) |
- Returns
- true if sentence payload was correct and all data could be extracted (fields are now valid), or false otherwise (fields are now invalid)
Implements fpsdk::common::parser::fpa::FpaImuPayload.
◆ MSG_NAME
const char* fpsdk::common::parser::fpa::FpaCorrimuPayload::MSG_NAME = "FP_A-CORRIMU" |
|
staticconstexpr |
Message name.
Definition at line 667 of file fpa.hpp.
The documentation for this struct was generated from the following file:
- fpsdk_common/include/fpsdk_common/parser/fpa.hpp