FP_A-LLH (version 1) 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-LLH" |
| Message name.
|
|
FP_A-LLH (version 1) message payload.
Definition at line 703 of file fpa.hpp.
◆ SetFromMsg()
bool fpsdk::common::parser::fpa::FpaLlhPayload::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::FpaLlhPayload::gps_time |
◆ llh
FpaFloat3 fpsdk::common::parser::fpa::FpaLlhPayload::llh |
Latitude/longitude/height [deg, deg, m].
Definition at line 706 of file fpa.hpp.
◆ cov_enu
FpaFloat6 fpsdk::common::parser::fpa::FpaLlhPayload::cov_enu |
Position covariance in ENU, EE/NN/UU/EN/NU/EU components [m^2].
Definition at line 707 of file fpa.hpp.
◆ MSG_NAME
const char* fpsdk::common::parser::fpa::FpaLlhPayload::MSG_NAME = "FP_A-LLH" |
|
staticconstexpr |
Message name.
Definition at line 721 of file fpa.hpp.
The documentation for this struct was generated from the following file:
- fpsdk_common/include/fpsdk_common/parser/fpa.hpp