FP_A-TF (version 2) message payload.
More...
#include <fpa.hpp>
|
bool | SetFromMsg (const uint8_t *msg, const std::size_t msg_size) |
| Set data from message.
|
|
virtual | ~FpaPayload ()=default |
| Virtual dtor for polymorphism.
|
|
|
static constexpr const char * | MSG_NAME = "FP_A-TF" |
| Message name.
|
|
FP_A-TF (version 2) message payload.
Definition at line 866 of file fpa.hpp.
◆ SetFromMsg()
bool fpsdk::common::parser::fpa::FpaTfPayload::SetFromMsg |
( |
const uint8_t * | msg, |
|
|
const std::size_t | msg_size ) |
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)
◆ gps_time
FpaGpsTime fpsdk::common::parser::fpa::FpaTfPayload::gps_time |
◆ frame_a
char fpsdk::common::parser::fpa::FpaTfPayload::frame_a[10] = { 0 } |
Target frame (nul-terminated string)
Definition at line 869 of file fpa.hpp.
◆ frame_b
char fpsdk::common::parser::fpa::FpaTfPayload::frame_b[10] = { 0 } |
Initial frame (nul-terminated string)
Definition at line 870 of file fpa.hpp.
◆ translation
FpaFloat3 fpsdk::common::parser::fpa::FpaTfPayload::translation |
Translation, X/Y/Z components.
Definition at line 871 of file fpa.hpp.
◆ orientation
FpaFloat4 fpsdk::common::parser::fpa::FpaTfPayload::orientation |
Rotation in quaternion, W/X/Y/Z components.
Definition at line 872 of file fpa.hpp.
◆ MSG_NAME
const char* fpsdk::common::parser::fpa::FpaTfPayload::MSG_NAME = "FP_A-TF" |
|
staticconstexpr |
Message name.
Definition at line 886 of file fpa.hpp.
The documentation for this struct was generated from the following file:
- fpsdk_common/include/fpsdk_common/parser/fpa.hpp