|
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 32 of file nmea_log.h.
|
inline |
Definition at line 41 of file nmea_log.h.
|
inlineexplicit |
Definition at line 47 of file nmea_log.h.
| std::string Logline::error_msg |
Definition at line 36 of file nmea_log.h.
| const std::string Logline::message |
Definition at line 35 of file nmea_log.h.
| const std::shared_ptr<const NavMsg> Logline::navmsg |
Definition at line 33 of file nmea_log.h.
| std::string Logline::prefix |
Definition at line 37 of file nmea_log.h.
| const NavmsgStatus Logline::state |
Definition at line 34 of file nmea_log.h.