Fixposition SDK 0.0.0-heads/main-0-g408dc89
Collection of c++ libraries and apps for use with Fixposition products on Linux
Loading...
Searching...
No Matches
fpsdk::common::fpl::FileDump Struct Reference

Helper for extracting data of a stream message (NMEA, RTCM3, etc.) More...

#include <fpl.hpp>

Collaboration diagram for fpsdk::common::fpl::FileDump:
[legend]

Public Member Functions

 FileDump (const FplMessage &log_msg)
 Constructor.

Public Attributes

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.

Detailed Description

Helper for extracting data of a stream message (NMEA, RTCM3, etc.)

Definition at line 394 of file fpl.hpp.

Constructor & Destructor Documentation

◆ FileDump()

fpsdk::common::fpl::FileDump::FileDump ( const FplMessage & log_msg)

Constructor.

Parameters
[in]log_msg.fpl log message

Member Data Documentation

◆ 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_

Filename.

Definition at line 404 of file fpl.hpp.

◆ mtime_

time::Time fpsdk::common::fpl::FileDump::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