OpenCPN Partial API docs
Loading...
Searching...
No Matches
comm_vars.h File Reference

Variables maintained by comm stack, read-only access for others. More...

#include <wx/string.h>

Go to the source code of this file.

Variables

wxString gRmcDate
 
wxString gRmcTime
 
int g_priSats
 
int g_SatsInView
 
bool g_bVAR_Rx
 
bool g_bSatValid
 Indicates valid GNSS reception status based on satellite visibility and successful parsing of NMEA0183, SignalK, or NMEA2000 data.
 
wxString g_ownshipMMSI_SK
 

Detailed Description

Variables maintained by comm stack, read-only access for others.

Definition in file comm_vars.h.

Variable Documentation

◆ g_bSatValid

bool g_bSatValid
extern

Indicates valid GNSS reception status based on satellite visibility and successful parsing of NMEA0183, SignalK, or NMEA2000 data.

Reset to false if no valid signal is received within watchdog timeout period.

Definition at line 32 of file comm_vars.cpp.

◆ g_bVAR_Rx

bool g_bVAR_Rx
extern

Definition at line 31 of file comm_vars.cpp.

◆ g_ownshipMMSI_SK

wxString g_ownshipMMSI_SK
extern

Definition at line 33 of file comm_vars.cpp.

◆ g_priSats

int g_priSats
extern

Definition at line 29 of file comm_vars.cpp.

◆ g_SatsInView

int g_SatsInView
extern

Definition at line 30 of file comm_vars.cpp.

◆ gRmcDate

wxString gRmcDate
extern

Definition at line 27 of file comm_vars.cpp.

◆ gRmcTime

wxString gRmcTime
extern

Definition at line 28 of file comm_vars.cpp.