OpenCPN Partial API docs
Loading...
Searching...
No Matches
nmea_log.h
1
#ifndef _ABSTRACT_NMEA_LOG__
2
#define _ABSTRACT_NMEA_LOG__
3
4
#include <wx/string.h>
5
6
class
NmeaLog
{
7
public
:
9
virtual
void
Add
(
const
wxString& s) = 0;
10
12
virtual
bool
Active
()
const
= 0;
13
};
14
15
#endif
// _ABSTRACT_NMEA_LOG__
NmeaLog
Definition
nmea_log.h:6
NmeaLog::Add
virtual void Add(const wxString &s)=0
Add an formatted string to log output.
NmeaLog::Active
virtual bool Active() const =0
Return true if log is visible i.
model
include
model
nmea_log.h
Generated on Sat Apr 5 2025 02:27:52 for OpenCPN Partial API docs by
1.9.8