OpenCPN Partial API docs
Loading...
Searching...
No Matches
Logline Struct Reference

Item in the log window. More...

#include <nmea_log.h>

Public Member Functions

 Logline (const std::shared_ptr< const NavMsg > &navmsg, NavmsgStatus sts)
 
 Logline (const std::shared_ptr< const NavMsg > &navmsg)
 

Public Attributes

const std::shared_ptr< const NavMsgnavmsg
 
const NavmsgStatus state
 
const std::string message
 
std::string error_msg
 
std::string prefix
 

Detailed Description

Item in the log window.

Definition at line 10 of file nmea_log.h.

Constructor & Destructor Documentation

◆ Logline() [1/3]

Logline::Logline ( )
inline

Definition at line 17 of file nmea_log.h.

◆ Logline() [2/3]

Logline::Logline ( const std::shared_ptr< const NavMsg > &  navmsg,
NavmsgStatus  sts 
)
inline

Definition at line 18 of file nmea_log.h.

◆ Logline() [3/3]

Logline::Logline ( const std::shared_ptr< const NavMsg > &  navmsg)
inline

Definition at line 23 of file nmea_log.h.

Member Data Documentation

◆ error_msg

std::string Logline::error_msg

Definition at line 14 of file nmea_log.h.

◆ message

const std::string Logline::message

Definition at line 13 of file nmea_log.h.

◆ navmsg

const std::shared_ptr<const NavMsg> Logline::navmsg

Definition at line 11 of file nmea_log.h.

◆ prefix

std::string Logline::prefix

Definition at line 15 of file nmea_log.h.

◆ state

const NavmsgStatus Logline::state

Definition at line 12 of file nmea_log.h.


The documentation for this struct was generated from the following file: