Helper for extracting data of a stream message (NMEA, RTCM3, etc.)
More...
#include <fpl.hpp>
|
| bool | valid_ |
| | Data valid, successfully extracted from message.
|
| std::string | info_ |
| | Stringification of (some of the) data, for debugging.
|
| std::string | filename_ |
| | Filename.
|
| time::Time | mtime_ |
| | File modification time.
|
| std::vector< uint8_t > | data_ |
| | File contents.
|
Helper for extracting data of a stream message (NMEA, RTCM3, etc.)
Definition at line 394 of file fpl.hpp.
◆ FileDump()
| fpsdk::common::fpl::FileDump::FileDump |
( |
const FplMessage & | log_msg | ) |
|
Constructor.
- Parameters
-
| [in] | log_msg | .fpl log message |
◆ valid_
| bool fpsdk::common::fpl::FileDump::valid_ |
Data valid, successfully extracted from message.
Definition at line 402 of file fpl.hpp.
◆ info_
| std::string fpsdk::common::fpl::FileDump::info_ |
Stringification of (some of the) data, for debugging.
Definition at line 403 of file fpl.hpp.
◆ filename_
| std::string fpsdk::common::fpl::FileDump::filename_ |
◆ mtime_
File modification time.
Definition at line 405 of file fpl.hpp.
◆ data_
| std::vector<uint8_t> fpsdk::common::fpl::FileDump::data_ |
File contents.
Definition at line 406 of file fpl.hpp.
The documentation for this struct was generated from the following file:
- fpsdk_common/include/fpsdk_common/fpl.hpp