OpenCPN Partial API docs
|
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 NavMsg > | navmsg |
const NavmsgStatus | state |
const std::string | message |
std::string | error_msg |
std::string | prefix |
Item in the log window.
Definition at line 34 of file nmea_log.h.
|
inline |
Definition at line 43 of file nmea_log.h.
|
inlineexplicit |
Definition at line 49 of file nmea_log.h.
std::string Logline::error_msg |
Definition at line 38 of file nmea_log.h.
const std::string Logline::message |
Definition at line 37 of file nmea_log.h.
const std::shared_ptr<const NavMsg> Logline::navmsg |
Definition at line 35 of file nmea_log.h.
std::string Logline::prefix |
Definition at line 39 of file nmea_log.h.
const NavmsgStatus Logline::state |
Definition at line 36 of file nmea_log.h.