OpenCPN Partial API docs
|
Implement comm_vars.h – variables maintained by comm stack, read-only access for others. More...
#include "model/comm_vars.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 |
Implement comm_vars.h – variables maintained by comm stack, read-only access for others.
Definition in file comm_vars.cpp.
bool g_bSatValid |
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.
bool g_bVAR_Rx |
Definition at line 31 of file comm_vars.cpp.
wxString g_ownshipMMSI_SK |
Definition at line 33 of file comm_vars.cpp.
int g_priSats |
Definition at line 29 of file comm_vars.cpp.
int g_SatsInView |
Definition at line 30 of file comm_vars.cpp.
wxString gRmcDate |
Definition at line 27 of file comm_vars.cpp.
wxString gRmcTime |
Definition at line 28 of file comm_vars.cpp.