OpenCPN Partial API docs
|
NMEA Log Interface. More...
#include "model/nmea_log.h"
Public Member Functions | |
virtual void | Add (const Logline &l)=0 |
Add a formatted string to log output. | |
virtual bool | IsVisible () const =0 |
Return true if log is visible i.e., if it's any point using Add(). | |
NMEA Log Interface.
Provides interface for interacting with NMEA log.
Definition at line 72 of file nmea_log.h.
|
pure virtual |
Add a 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.