OpenCPN Partial API docs
|
NMEA Log Interface. More...
#include "model/nmea_log.h"
Public Member Functions | |
virtual | ~NmeaLog ()=default |
Destroy the NMEA Log object. | |
virtual void | Add (const Logline &l)=0 |
Add an formatted string to log output. | |
virtual bool | IsVisible () const =0 |
Return true if log is visible i. | |
NMEA Log Interface.
Provides interface for interacting with NMEA log.
Definition at line 35 of file nmea_log.h.
|
pure virtual |
Add an formatted string to log output.
Implemented in DataMonitor, and TtyPanel.
|
pure virtual |
Return true if log is visible i.
e., if it's any point using Add().
Implemented in DataMonitor, and TtyPanel.