NMEA-Gx-GLL message payload.
More...
#include <nmea.hpp>
|
| bool | SetFromMsg (const uint8_t *msg, const std::size_t msg_size) final |
| | Set data from message.
|
|
virtual | ~NmeaPayload ()=default |
| | Virtual dtor for polymorphism.
|
| bool | SetFromBuf (const std::vector< uint8_t > &buf) |
| | Set data from message.
|
|
| static constexpr const char * | FORMATTER = "GLL" |
| | Formatter.
|
NMEA-Gx-GLL message payload.
Definition at line 673 of file nmea.hpp.
◆ SetFromMsg()
| bool fpsdk::common::parser::nmea::NmeaGllPayload::SetFromMsg |
( |
const uint8_t * | msg, |
|
|
const std::size_t | msg_size ) |
|
finalvirtual |
Set data from message.
- Parameters
-
| [in] | msg | Pointer to the NMEA message |
| [in] | msg_size | Size of the NMEA 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::nmea::NmeaPayload.
◆ ll
| NmeaLlh fpsdk::common::parser::nmea::NmeaGllPayload::ll |
Position (no height)
Definition at line 675 of file nmea.hpp.
◆ time
| NmeaTime fpsdk::common::parser::nmea::NmeaGllPayload::time |
◆ status
Positioning system status.
Definition at line 677 of file nmea.hpp.
◆ mode
Positioning system mode.
Definition at line 678 of file nmea.hpp.
◆ FORMATTER
| const char* fpsdk::common::parser::nmea::NmeaGllPayload::FORMATTER = "GLL" |
|
staticconstexpr |
The documentation for this struct was generated from the following file:
- fpsdk_common/include/fpsdk_common/parser/nmea.hpp