63#if (defined(OCPN_GHC_FILESYSTEM) || \
64 (defined(__clang_major__) && (__clang_major__ < 15)))
66#include <ghc/filesystem.hpp>
67namespace fs = ghc::filesystem;
71namespace fs = std::filesystem;
74using namespace std::literals::chrono_literals;
76#include <wx/apptrait.h>
77#include <wx/arrimpl.cpp>
78#include <wx/artprov.h>
79#include <wx/aui/aui.h>
80#include <wx/clrpicker.h>
81#include <wx/cmdline.h>
85#include <wx/display.h>
90#include <wx/jsonreader.h>
91#include <wx/listctrl.h>
93#include <wx/printdlg.h>
95#include <wx/progdlg.h>
96#include <wx/settings.h>
97#include <wx/stdpaths.h>
98#include <wx/tokenzr.h>
100#include "model/ais_decoder.h"
102#include "model/certificates.h"
104#include "model/comm_bridge.h"
105#include "model/comm_n0183_output.h"
106#include "model/comm_vars.h"
107#include "model/config_vars.h"
108#include "model/instance_check.h"
113#include "model/multiplexer.h"
114#include "model/nav_object_database.h"
115#include "model/navutil_base.h"
116#include "model/own_ship.h"
117#include "model/plugin_handler.h"
118#include "model/route.h"
119#include "model/routeman.h"
120#include "model/select.h"
121#include "model/track.h"
123#include "AboutFrameImpl.h"
125#include "ais_info_gui.h"
126#include "AISTargetAlertDialog.h"
127#include "AISTargetListDialog.h"
128#include "AISTargetQueryDialog.h"
129#include "CanvasConfig.h"
135#include "ConfigMgr.h"
136#include "DetailSlider.h"
139#include "gdal/cpl_csv.h"
140#include "glTexCache.h"
141#include "GoToPositionDialog.h"
145#include "NMEALogWindow.h"
146#include "observable.h"
148#include "OCPN_AUIManager.h"
149#include "ocpn_frame.h"
150#include "OCPNPlatform.h"
152#include "rest_server_gui.h"
153#include "route_ctx_factory.h"
154#include "routemanagerdialog.h"
155#include "routeman_gui.h"
156#include "RoutePropDlgImpl.h"
159#include "S57QueryDialog.h"
160#include "safe_mode_gui.h"
161#include "SoundFactory.h"
165#include "TrackPropDlg.h"
169#include "glChartCanvas.h"
173#include "model/macutils.h"
177#include "model/garmin_protocol_mgr.h"
178void RedirectIOToConsole();
181#if defined(__WXMSW__) && defined(__MSVC__LEAK)
182#include "Stackwalker.h"
186#include "crashprint.h"
190#include "androidUTIL.h"
196const char *
const kUsage =
199 opencpn [-p] [-f] [-G] [-g] [-P] [-l <str>] [-u <num>] [-U] [-s] [GPX file ...]
200 opencpn --remote [-R] | -q] | -e] |-o <str>]
202Options for starting opencpn
204 -c, --configdir=<dirpath> Use alternative configuration directory.
205 -p, --portable Run in portable mode.
206 -f, --fullscreen Switch to full screen mode on start.
207 -G, --no_opengl Disable OpenGL video acceleration. This setting will
209 -g, --rebuild_gl_raster_cache Rebuild OpenGL raster cache on start.
210 -D, --rebuild_chart_db Rescan chart directories and rebuild the chart database
211 -P, --parse_all_enc Convert all S-57 charts to OpenCPN's internal format on start.
212 -l, --loglevel=<str> Amount of logging: error, warning, message, info, debug or trace
213 -u, --unit_test_1=<num> Display a slideshow of <num> charts and then exit.
214 Zero or negative <num> specifies no limit.
216 -s, --safe_mode Run without plugins, opengl and other "dangerous" stuff
217 -W, --config_wizard Start with initial configuration wizard
219Options manipulating already started opencpn
220 -r, --remote Execute commands on already running instance
221 -R, --raise Make running OpenCPN visible if hidden
222 -q, --quit Terminate already running opencpn
223 -e, --get_rest_endpoint Print rest server endpoint and exit.
224 -o, --open=<GPX file> Open file in running opencpn
227 GPX file GPX-formatted file with waypoints or routes.
231wxDEFINE_EVENT(EVT_N2K_129029, wxCommandEvent);
232wxDEFINE_EVENT(EVT_N2K_129026, wxCommandEvent);
234wxDEFINE_EVENT(EVT_N0183_RMC, wxCommandEvent);
235wxDEFINE_EVENT(EVT_N0183_HDT, wxCommandEvent);
236wxDEFINE_EVENT(EVT_N0183_HDG, wxCommandEvent);
237wxDEFINE_EVENT(EVT_N0183_HDM, wxCommandEvent);
238wxDEFINE_EVENT(EVT_N0183_VTG, wxCommandEvent);
239wxDEFINE_EVENT(EVT_N0183_GSV, wxCommandEvent);
240wxDEFINE_EVENT(EVT_N0183_GGA, wxCommandEvent);
241wxDEFINE_EVENT(EVT_N0183_GLL, wxCommandEvent);
242wxDEFINE_EVENT(EVT_N0183_AIVDO, wxCommandEvent);
252WX_DEFINE_OBJARRAY(ArrayOfCDI);
257bool g_bUpgradeInProcess;
269int g_restore_stackindex;
270int g_restore_dbindex;
271double g_ChartNotRenderScaleFactor;
273LayerList *pLayerList;
285int g_nbrightness = 100;
287bool bDBUpdateInProgress;
292bool g_bshowToolbar =
true;
293bool g_bexpert =
true;
294bool g_bBasicMenus =
false;
296bool bDrawCurrentValues;
298wxString ChartListFileName;
299wxString gWorldMapLocation, gDefaultWorldMapLocation;
300wxString gWorldShapefileLocation;
301wxString *pInit_Chart_Dir;
303wxString g_SENCPrefix;
304wxString g_UserPresLibData;
305wxString g_VisibleLayers;
306wxString g_InvisibleLayers;
307wxString g_VisiNameinLayers;
308wxString g_InVisiNameinLayers;
310bool g_bcompression_wait;
311bool g_FlushNavobjChanges;
312int g_FlushNavobjChangesTimeout;
314wxString g_uploadConnection;
321int g_mem_total, g_mem_initial;
323bool s_bSetSystemTime;
325static unsigned int malloc_max;
327wxDateTime g_start_time;
328wxDateTime g_loglast_time;
329static OcpnSound *_bells_sounds[] = {SoundFactory(), SoundFactory()};
330std::vector<OcpnSound *> bells_sound(_bells_sounds, _bells_sounds + 2);
332OcpnSound *g_anchorwatch_sound = SoundFactory();
334double AnchorPointMinDist;
335bool AnchorAlertOn1, AnchorAlertOn2;
343bool g_bShowDepthUnits;
347bool g_bShowActiveRouteHighway;
350bool g_bPlayShipsBells;
351bool g_bFullscreenToolbar;
353bool g_bTransparentToolbar;
354bool g_bTransparentToolbarInOpenGLOK;
355int g_nAutoHideToolbar;
356bool g_bAutoHideToolbar;
358bool g_bPermanentMOBIcon;
359bool g_bTempShowMenuBar;
361int g_iNavAidRadarRingsNumberVisible;
362bool g_bNavAidRadarRingsShown;
363float g_fNavAidRadarRingsStep;
364int g_pNavAidRadarRingsStepUnits;
365bool g_bWayPointPreventDragging;
366bool g_bConfirmObjectDelete;
367wxColour g_colourOwnshipRangeRingsColour;
371ColorScheme global_color_scheme = GLOBAL_COLOR_SCHEME_DAY;
373wxArrayPtrVoid *UserColourHashTableArray;
374wxColorHashMap *pcurrent_user_color_hash;
383int g_ChartUpdatePeriod;
384int g_SkewCompUpdatePeriod;
386int g_lastClientRectx;
387int g_lastClientRecty;
388int g_lastClientRectw;
389int g_lastClientRecth;
393double g_display_size_mm;
394std::vector<size_t> g_config_display_size_mm;
395bool g_config_display_size_manual;
398int g_ChartScaleFactor;
399float g_MarkScaleFactorExp;
400int g_last_ChartScaleFactor;
401int g_ShipScaleFactor;
402float g_ShipScaleFactorExp;
403int g_ENCSoundingScaleFactor;
404int g_ENCTextScaleFactor;
410s57RegistrarMgr *m_pRegistrarMan;
415#include "model/macutils.h"
424extern bool s_glu_dll_ready;
425extern HINSTANCE s_hGLU_DLL;
431double g_ownship_predictor_minutes;
432double g_ownship_HDTpredictor_miles;
433int g_cog_predictor_style;
434wxString g_cog_predictor_color;
435int g_cog_predictor_endmarker;
436int g_ownship_HDTpredictor_style;
437wxString g_ownship_HDTpredictor_color;
438int g_ownship_HDTpredictor_endmarker;
439int g_ownship_HDTpredictor_width;
441bool g_own_ship_sog_cog_calc;
442int g_own_ship_sog_cog_calc_damp_sec;
447int g_iSoundDeviceIndex;
449int g_S57_dialog_sx, g_S57_dialog_sy;
457bool g_bAutoAnchorMark;
460long gStart_LMT_Offset;
462wxArrayString *pMessageOnceArray;
464bool g_bUseGLL =
true;
495bool g_bsmoothpanzoom;
497bool g_bSmoothRecenter =
true;
499double g_overzoom_emphasis_base;
500bool g_oz_vector_scale;
501double g_plus_minus_zoom_factor;
504bool g_b_legacy_input_filter_behaviour;
511bool g_bFullScreenQuilt =
true;
515ChartGroupArray *g_pGroupArray;
519std::vector<std::string> TideCurrentDataSet;
520wxString g_TCData_Dir;
523bool g_bDeferredInitDone;
524int options_lastPage = 0;
525int options_subpage = 0;
527wxPoint options_lastWindowPos(0, 0);
528wxSize options_lastWindowSize(0, 0);
531bool g_bsimplifiedScalebar;
535bool GetMemoryStatus(
int *mem_total,
int *mem_used);
538int g_nAIS_activity_timer;
540bool g_bEnableZoomToCursor;
543bool g_bDeferredStartTrack;
544bool g_bHighliteTracks;
545wxColour g_colourTrackLineColour;
546wxString g_default_wp_icon;
549double g_TrackIntervalSeconds;
551int g_cm93_zoom_factor;
553bool g_bShowDetailSlider;
554int g_detailslider_dialog_x, g_detailslider_dialog_y;
561bool g_b_overzoom_x =
true;
563int g_OwnShipIconType;
564double g_n_ownship_length_meters;
565double g_n_ownship_beam_meters;
566double g_n_gps_antenna_offset_y;
567double g_n_gps_antenna_offset_x;
568int g_n_ownship_min_mm;
573bool g_bPreserveScaleOnX;
576about *g_pAboutDlgLegacy;
578#if wxUSE_XLOCALE || !wxCHECK_VERSION(3, 0, 0)
579wxLocale *plocale_def_lang = 0;
591wxString g_localeOverride;
592bool g_b_assume_azerty;
598bool g_bShowStatusBar;
604int g_AisTargetList_count;
605bool g_bAisTargetList_autosort;
610wxAuiDefaultDockArt *g_pauidockart;
612wxString g_toolbarConfig = _T(
"XXXXXXXXXXXXXXXXXXXXXXXXXXXXX");
617long g_maintoolbar_orient;
618float g_toolbar_scalefactor;
620float g_compass_scalefactor;
622bool g_bShowCompassWin;
624bool g_benable_rotate;
632double gQueryVar = 361.0;
634char bells_sound_file_name[2][12] = {
"1bells.wav",
"2bells.wav"};
636int portaudio_initialized;
638char nmea_tick_chars[] = {
'|',
'/',
'-',
'\\',
'|',
'/',
'-',
'\\'};
641int g_sticky_projection;
643int n_NavMessageShown;
644wxString g_config_version_string;
646wxString g_CmdSoundString;
664bool b_inCompressAllCharts;
668int g_chart_zoom_modifier_raster;
669int g_chart_zoom_modifier_vector;
671bool g_bAdvanceRouteWaypointOnArrivalOnly;
673bool g_bSpaceDropMark;
675wxArrayString g_locale_catalog_array;
676bool b_reloadForPlugins;
677bool g_btrackContinuous;
679unsigned int g_canvasConfig;
681bool g_bmasterToolbarFull =
true;
683int g_AndroidVersionCode;
688WX_DEFINE_ARRAY_PTR(
ChartCanvas *, arrayofCanvasPtr);
690arrayofCanvasPtr g_canvasArray;
691wxString g_lastAppliedTemplateGUID;
697bool g_disable_main_toolbar;
710DEFINE_GUID(GARMIN_DETECT_GUID, 0x2c9c45c2L, 0x8e7d, 0x4c08, 0xa1, 0x2d, 0x81,
711 0x6b, 0xba, 0xe7, 0x22, 0xc0);
715#include <wx/msw/msvcrt.h>
719static const long long lNaN = 0xfff8000000000000;
720#define NAN (*(double *)&lNaN)
724void appendOSDirSlash(wxString *pString);
726void InitializeUserColors(
void);
727void DeInitializeUserColors(
void);
728void SetSystemColors(ColorScheme cs);
730static bool LoadAllPlugIns(
bool load_enabled) {
731 g_Platform->ShowBusySpinner();
732 bool b = PluginLoader::getInstance()->
LoadAllPlugIns(load_enabled);
733 g_Platform->HideBusySpinner();
741#if defined(__WXGTK__) || defined(__WXQT__)
742#include "bitmaps/opencpn.xpm"
745wxString newPrivateFileName(wxString,
const char *name,
746 [[maybe_unused]]
const char *windowsName) {
747 wxString fname = wxString::FromUTF8(name);
748 wxString filePathAndName;
751 if (filePathAndName.Last() != wxFileName::GetPathSeparator())
752 filePathAndName.Append(wxFileName::GetPathSeparator());
755 wxString fwname = wxString::FromUTF8(windowsName);
756 filePathAndName.Append(fwname);
758 filePathAndName.Append(fname);
761 return filePathAndName;
770BEGIN_EVENT_TABLE(
MyApp, wxApp)
771EVT_ACTIVATE_APP(MyApp::OnActivateApp)
774static
void ActivateRoute(const std::
string &guid) {
775 Route *route = g_pRouteMan->FindRouteByGUID(guid);
777 wxLogMessage(
"Cannot activate guid: no such route");
780 if (g_pRouteMan->GetpActiveRoute()) g_pRouteMan->DeactivateRoute();
785 if (wxNOT_FOUND == route->m_RouteNameString.Find(
"MOB")) {
786 point = g_pRouteMan->FindBestActivatePoint(route, gLat, gLon, gCog, gSog);
788 point = route->GetPoint(2);
790 g_pRouteMan->ActivateRoute(route, point);
792 route->m_bRtIsSelected =
false;
795static void ReverseRoute(
const std::string &guid) {
796 Route *route = g_pRouteMan->FindRouteByGUID(guid);
798 wxLogMessage(
"Cannot activate guid: no such route");
805void MyApp::InitRestListeners() {
806 auto activate_route = [&](wxCommandEvent ev) {
807 auto guid = ev.GetString().ToStdString();
811 auto reverse_route = [&](wxCommandEvent ev) {
812 auto guid = ev.GetString().ToStdString();
818bool MyApp::OpenFile(
const std::string &path) {
820 auto result = nav_objects.load_file(path.c_str());
822 std::string s(_(
"Cannot load route or waypoint file: "));
823 s += std::string(
"\"") + path +
"\"";
824 wxMessageBox(s,
"OpenCPN", wxICON_WARNING | wxOK);
830 nav_objects.LoadAllGPXObjects(!nav_objects.IsOpenCPN(), wpt_dups,
true);
832 if (pRouteManagerDialog && pRouteManagerDialog->IsShown())
833 pRouteManagerDialog->UpdateLists();
834 LLBBox box = nav_objects.GetBBox();
835 if (box.GetValid()) {
836 gFrame->CenterView(gFrame->GetPrimaryCanvas(), box);
842void MyApp::OnInitCmdLine(wxCmdLineParser &parser) {
845 parser.AddSwitch(
"h",
"help",
"", wxCMD_LINE_OPTION_HELP);
846 parser.AddSwitch(
"p",
"portable");
847 parser.AddOption(
"c",
"configdir",
"", wxCMD_LINE_VAL_STRING,
848 wxCMD_LINE_PARAM_OPTIONAL);
849 parser.AddSwitch(
"f",
"fullscreen");
850 parser.AddSwitch(
"G",
"no_opengl");
851 parser.AddSwitch(
"W",
"config_wizard");
852 parser.AddSwitch(
"g",
"rebuild_gl_raster_cache");
853 parser.AddSwitch(
"D",
"rebuild_chart_db");
854 parser.AddSwitch(
"P",
"parse_all_enc");
855 parser.AddOption(
"l",
"loglevel");
856 parser.AddOption(
"u",
"unit_test_1",
"", wxCMD_LINE_VAL_NUMBER);
857 parser.AddSwitch(
"U",
"unit_test_2");
858 parser.AddParam(
"import GPX files", wxCMD_LINE_VAL_STRING,
859 wxCMD_LINE_PARAM_OPTIONAL | wxCMD_LINE_PARAM_MULTIPLE);
860 parser.AddSwitch(
"s",
"safe_mode");
861 parser.AddSwitch(
"r",
"remote");
862 parser.AddSwitch(
"R",
"raise");
863 parser.AddSwitch(
"q",
"quit");
864 parser.AddSwitch(
"e",
"get_rest_endpoint");
865 parser.AddOption(
"o",
"open",
"", wxCMD_LINE_VAL_STRING,
866 wxCMD_LINE_PARAM_OPTIONAL | wxCMD_LINE_PARAM_MULTIPLE);
872static void ParseLoglevel(wxCmdLineParser &parser) {
873 wxLog::SetLogLevel(wxLOG_Message);
876static void ParseLoglevel(wxCmdLineParser &parser) {
877 const char *strLevel = std::getenv(
"OPENCPN_LOGLEVEL");
878 strLevel = strLevel ? strLevel :
"info";
880 if (parser.Found(
"l", &wxLevel)) {
881 strLevel = wxLevel.c_str();
883 wxLogLevel level = OcpnLog::str2level(strLevel);
884 if (level == OcpnLog::LOG_BADLEVEL) {
885 fprintf(stderr,
"Bad loglevel %s, using \"info\"", strLevel);
888 wxLog::SetLogLevel(level);
893bool MyApp::OnCmdLineHelp(wxCmdLineParser &parser) {
900bool MyApp::OnCmdLineParsed(wxCmdLineParser &parser) {
905 g_unit_test_2 = parser.Found(
"unit_test_2");
906 g_bportable = parser.Found(
"p");
907 g_start_fullscreen = parser.Found(
"fullscreen");
908 g_bdisable_opengl = parser.Found(
"no_opengl");
909 g_rebuild_gl_cache = parser.Found(
"rebuild_gl_raster_cache");
910 g_NeedDBUpdate = parser.Found(
"rebuild_chart_db") ? 2 : 0;
911 g_parse_all_enc = parser.Found(
"parse_all_enc");
912 g_config_wizard = parser.Found(
"config_wizard");
913 if (parser.Found(
"unit_test_1", &number)) {
914 g_unit_test_1 =
static_cast<int>(number);
915 if (g_unit_test_1 == 0) g_unit_test_1 = -1;
917 safe_mode::set_mode(parser.Found(
"safe_mode"));
918 ParseLoglevel(parser);
920 if (parser.Found(
"configdir", &wxstr)) {
921 g_configdir = wxstr.ToStdString();
922 fs::path path(g_configdir);
923 if (!fs::exists(path) || !fs::is_directory(path)) {
924 std::cerr << g_configdir <<
" is not an existing directory.\n";
929 bool has_start_options =
false;
930 static const std::vector<std::string> kStartOptions = {
935 "rebuild_gl_raster_cache",
941 for (
const auto &opt : kStartOptions) {
942 if (parser.Found(opt)) has_start_options =
true;
944 if (has_start_options && parser.Found(
"remote")) {
945 std::cerr <<
"this option is not compatible with --remote\n";
949 bool has_remote_options =
false;
950 static const std::vector<std::string> kRemoteOptions = {
951 "raise",
"quit",
"open",
"get_rest_endpoint"};
952 for (
const auto &opt : kRemoteOptions) {
953 if (parser.Found(opt)) has_remote_options =
true;
955 if (has_remote_options && !parser.Found(
"remote")) {
956 std::cerr <<
"This option requires --remote\n";
960 for (
size_t paramNr = 0; paramNr < parser.GetParamCount(); ++paramNr)
961 g_params.push_back(parser.GetParam(paramNr).ToStdString());
964 if (!parser.Found(
"remote"))
965 m_parsed_cmdline = ParsedCmdline();
966 else if (parser.Found(
"raise"))
967 m_parsed_cmdline = ParsedCmdline(CmdlineAction::Raise);
968 else if (parser.Found(
"quit"))
969 m_parsed_cmdline = ParsedCmdline(CmdlineAction::Quit);
970 else if (parser.Found(
"get_rest_endpoint"))
971 m_parsed_cmdline = ParsedCmdline(CmdlineAction::GetRestEndpoint);
972 else if (parser.Found(
"open", &optarg))
973 m_parsed_cmdline = ParsedCmdline(CmdlineAction::Open, optarg.ToStdString());
974 else if (parser.GetParamCount() == 1)
976 ParsedCmdline(CmdlineAction::Open, parser.GetParam(0).ToStdString());
977 else if (!has_start_options && !has_remote_options) {
979 m_parsed_cmdline = ParsedCmdline(CmdlineAction::Raise);
989bool MyApp::OnExceptionInMainLoop() {
990 wxLogWarning(_T(
"Caught MainLoopException, continuing..."));
995void MyApp::OnActivateApp(wxActivateEvent &event) {
return; }
997static wxStopWatch init_sw;
1000 if (m_exitcode != -2)
return m_exitcode;
1001 return wxAppConsole::OnRun();
1012 if (wxGetEnv(
"WAYLAND_DISPLAY", NULL)) {
1013 setenv(
"GDK_BACKEND",
"x11", 1);
1016 "mesa_glthread",
"false",
1022bool MyApp::OnInit() {
1023 if (!wxApp::OnInit())
return false;
1025 androidEnableBackButton(
false);
1026 androidEnableOptionItems(
false);
1029 GpxDocument::SeedRandom();
1031#if defined(__WXGTK__) && defined(ocpnUSE_GLES) && defined(__ARM_ARCH)
1037 wxBitmap bmp(10, 10, -1);
1039 dc.SelectObject(bmp);
1040 dc.DrawText(_T(
"X"), 0, 0);
1045 g_BasePlatform = g_Platform;
1052 if (m_parsed_cmdline.action == CmdlineAction::Skip) {
1056 std::cerr <<
"No remote opencpn found. Giving up.\n";
1061 std::unique_ptr<LocalClientApi> client;
1063 client = LocalClientApi::GetClient();
1065 WARNING_LOG <<
"Ipc client exception: " << ie.str();
1072 wxMessageBox(_(
"Sorry, an existing instance of OpenCPN may be too busy "
1073 "to respond.\nPlease retry."),
1074 "OpenCPN", wxICON_INFORMATION | wxOK);
1079 auto result = client->HandleCmdline(m_parsed_cmdline.action,
1080 m_parsed_cmdline.arg);
1084 wxLogDebug(
"Error running remote command: %s", result.second.c_str());
1093 if (getenv(
"OPENCPN_FATAL_ERROR") != 0) {
1094 wxLogFatalError(getenv(
"OPENCPN_FATAL_ERROR"));
1099 if (!safe_mode::get_mode()) {
1105 OCPNPlatform::Initialize_1();
1110 MyApp::SetAppDisplayName(
"OpenCPN");
1113 wxDateTime x = wxDateTime::UNow();
1114 long seed = x.GetMillisecond();
1115 seed *= x.GetTicks();
1120 setlocale(LC_NUMERIC,
"C");
1122 g_start_time = wxDateTime::Now();
1124 g_loglast_time = g_start_time;
1125 g_loglast_time.MakeGMT();
1126 g_loglast_time.Subtract(
1127 wxTimeSpan(0, 29, 0, 0));
1129 AnchorPointMinDist = 5.0;
1135 GetMemoryStatus(&g_mem_total, &g_mem_initial);
1139 wxFont temp_font(10, wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL,
1140 wxFONTWEIGHT_NORMAL, FALSE, wxString(_T(
"")),
1141 wxFONTENCODING_SYSTEM);
1142 temp_font.SetDefaultEncoding(wxFONTENCODING_SYSTEM);
1145 if (!g_Platform->InitializeLogFile()) {
1157 wxLogMessage(_T(
"\n\n________\n"));
1159 wxDateTime now = wxDateTime::Now();
1160 LOG_INFO(
"------- OpenCPN version %s restarted at %s -------\n", VERSION_FULL,
1161 now.FormatISODate().mb_str().data());
1162 wxLogLevel level = wxLog::GetLogLevel();
1163 LOG_INFO(
"Using loglevel %s", OcpnLog::level2str(level).c_str());
1165 wxString wxver(wxVERSION_STRING);
1166 wxver.Prepend(_T(
"wxWidgets version: "));
1168 wxPlatformInfo platforminfo = wxPlatformInfo::Get();
1172 os_name = platforminfo.GetOperatingSystemIdName();
1174 os_name = platforminfo.GetOperatingSystemFamilyName();
1177 wxString platform = os_name + _T(
" ") + platforminfo.GetArchName() + _T(
" ") +
1178 platforminfo.GetPortIdName();
1180 wxLogMessage(wxver + _T(
" ") + platform);
1182 ::wxGetOsVersion(&osMajor, &osMinor);
1183 wxString osVersionMsg;
1184 osVersionMsg.Printf(_T(
"OS Version reports as: %d.%d"), osMajor, osMinor);
1185 wxLogMessage(osVersionMsg);
1187 wxLogMessage(_T(
"MemoryStatus: mem_total: %d mb, mem_initial: %d mb"),
1188 g_mem_total / 1024, g_mem_initial / 1024);
1193 if (!detail->osd_names_like.empty())
1194 like0 = detail->osd_names_like[0].c_str();
1195 msgplat.Printf(
"OCPN_OSDetail: %s ; %s ; %s ; %s ; %s",
1196 detail->osd_arch.c_str(), detail->osd_name.c_str(),
1197 detail->osd_version.c_str(), detail->osd_ID.c_str(),
1199 wxLogMessage(msgplat);
1201 wxString imsg = _T(
"SData_Locn is ");
1202 imsg += g_Platform->GetSharedDataDir();
1206 ::wxInitAllImageHandlers();
1210 prepareAndroidStyleSheets();
1214 pInit_Chart_Dir =
new wxString();
1217 g_pGroupArray =
new ChartGroupArray;
1219 imsg = _T(
"PrivateDataDir is ");
1225 pMessageOnceArray =
new wxArrayString;
1230 new Routeman(RoutePropDlg::GetDlgCtx(), RoutemanGui::GetDlgCtx(),
1231 NMEALogWindow::GetInstance());
1235 pSelect->SetSelectPixelRadius(12);
1238 pSelectTC =
new Select();
1240 pSelectTC->SetSelectPixelRadius(25);
1243 pSelectAIS =
new Select();
1244 pSelectAIS->SetSelectPixelRadius(12);
1248 g_pais_query_dialog_active = NULL;
1251 g_hostname = ::wxGetHostName();
1252 if (g_hostname.IsEmpty()) g_hostname = wxGetUserName();
1254 androidGetDeviceInfo();
1255 g_hostname = wxString(
"Android-") + g_android_Device_Model;
1256 g_hostname.Replace(
" ",
"-",
true);
1261 wxString p(
"Portable-");
1262 g_hostname = p + g_hostname;
1267 pLayerList =
new LayerList;
1269 pRouteList =
new RouteList;
1276#ifdef PROBE_PORTS__WITH_HELPER
1277 user_user_id = getuid();
1278 file_user_id = geteuid();
1282 bool b_initial_load =
false;
1284 wxFileName config_test_file_name(g_Platform->GetConfigFileName());
1285 if (config_test_file_name.FileExists())
1286 wxLogMessage(_T(
"Using existing Config_File: ") +
1287 g_Platform->GetConfigFileName());
1290 wxLogMessage(_T(
"Creating new Config_File: ") +
1291 g_Platform->GetConfigFileName());
1293 b_initial_load =
true;
1296 config_test_file_name.DirExists(config_test_file_name.GetPath()))
1297 if (!config_test_file_name.Mkdir(config_test_file_name.GetPath()))
1298 wxLogMessage(_T(
"Cannot create config file directory for ") +
1299 g_Platform->GetConfigFileName());
1304 pConfig = g_Platform->GetConfigObject();
1305 InitBaseConfig(pConfig);
1306 pConfig->LoadMyConfig();
1310 if (b_initial_load) g_Platform->SetDefaultOptions();
1312 g_Platform->applyExpertMode(g_bUIexpert);
1320 g_StyleManager->SetStyle(_T(
"MUI_flat"));
1321 if (!g_StyleManager->IsOK()) {
1322 wxString msg = _(
"Failed to initialize the user interface. ");
1323 msg << _(
"OpenCPN cannot start. ");
1324 msg << _(
"The necessary configuration files were not found. ");
1325 msg << _(
"See the log file at ") << g_Platform->GetLogFileName()
1326 << _(
" for details.") << _T(
"\n\n");
1327 msg << g_Platform->GetSharedDataDir();
1329 wxMessageDialog w(NULL, msg, _(
"Failed to initialize the user interface. "),
1330 wxCANCEL | wxICON_ERROR);
1337 if (style) style->chartStatusWindowTransparent =
true;
1341 pWayPointMan = NULL;
1345 msg.Printf(_T(
"Detected display size (horizontal): %d mm"),
1346 (
int)g_display_size_mm);
1350 if (g_config_display_size_manual &&
1351 g_config_display_size_mm.size() > g_current_monitor &&
1352 g_config_display_size_mm[g_current_monitor] > 0) {
1353 g_display_size_mm = g_config_display_size_mm[g_current_monitor];
1355 msg.Printf(_T(
"Display size (horizontal) config override: %d mm"),
1356 (
int)g_display_size_mm);
1361 g_display_size_mm = wxMax(50, g_display_size_mm);
1364 int SelectPixelRadius = 50;
1366 pSelect->SetSelectPixelRadius(SelectPixelRadius);
1367 pSelectTC->SetSelectPixelRadius(wxMax(25, SelectPixelRadius));
1368 pSelectAIS->SetSelectPixelRadius(SelectPixelRadius);
1372 if (!n_NavMessageShown) {
1379#if wxUSE_XLOCALE || !wxCHECK_VERSION(3, 0, 0)
1382 g_Platform->SetLocaleSearchPrefixes();
1384 wxString def_lang_canonical = g_Platform->GetDefaultSystemLocale();
1386 imsg = _T(
"System default Language: ") + def_lang_canonical;
1389 wxString cflmsg = _T(
"Config file language: ") + g_locale;
1390 wxLogMessage(cflmsg);
1392 if (g_locale.IsEmpty()) {
1393 g_locale = def_lang_canonical;
1395 _T(
"Config file language empty, using system default: ") + g_locale;
1396 wxLogMessage(cflmsg);
1400 g_locale = g_Platform->GetAdjustedAppLocale();
1401 cflmsg = _T(
"Adjusted App language: ") + g_locale;
1402 wxLogMessage(cflmsg);
1405 g_Platform->ChangeLocale(g_locale, plocale_def_lang, &plocale_def_lang);
1407 imsg = _T(
"Opencpn language set to: ");
1414 if (g_locale == _T(
"fr_FR")) g_b_assume_azerty =
true;
1416 wxLogMessage(_T(
"wxLocale support not available"));
1421 if (g_config_wizard || b_initial_load) {
1423 auto res = wiz.Run();
1434 wxString vs = wxString(
"Version ") + VERSION_FULL +
" Build " + VERSION_DATE;
1435 g_bUpgradeInProcess = (vs != g_config_version_string);
1437 g_Platform->SetUpgradeOptions(vs, g_config_version_string);
1440 if (!g_Platform->GetLargeLogMessage().IsEmpty()) {
1441 wxLogMessage(g_Platform->GetLargeLogMessage());
1446 g_bdisable_opengl =
true;
1450 if (g_bdisable_opengl) g_bopengl =
false;
1452#if defined(__linux__) && !defined(__ANDROID__)
1453 if (g_bSoftwareGL) {
1454 setenv(
"LIBGL_ALWAYS_SOFTWARE",
"1", 1);
1467 if (0 == g_memCacheLimit) g_memCacheLimit = (int)(g_mem_total * 0.5);
1469 wxMin(g_memCacheLimit, 1024 * 1024);
1475 g_memCacheLimit = 0;
1476 if (0 == g_nCacheLimit)
1477 g_nCacheLimit = CACHE_N_LIMIT_DEFAULT;
1482 "chartlist.dat",
"CHRTLIST.DAT");
1486 "mmsitoname.csv",
"MMSINAME.CSV");
1489 if (pInit_Chart_Dir->IsEmpty()) {
1490 wxStandardPaths &std_path = g_Platform->GetStdPaths();
1494 pInit_Chart_Dir->Append(std_path.GetDocumentsDir());
1496 pInit_Chart_Dir->Append(androidGetExtStorageDir());
1500 InitRestListeners();
1503 gDefaultWorldMapLocation =
"gshhs";
1504 gDefaultWorldMapLocation.Prepend(g_Platform->GetSharedDataDir());
1505 gDefaultWorldMapLocation.Append(wxFileName::GetPathSeparator());
1506 if (gWorldMapLocation == wxEmptyString) {
1507 gWorldMapLocation = gDefaultWorldMapLocation;
1512 wxString default_tcdata0 =
1513 (g_Platform->GetSharedDataDir() + _T(
"tcdata") +
1514 wxFileName::GetPathSeparator() + _T(
"harmonics-dwf-20210110-free.tcd"));
1515 wxString default_tcdata1 =
1516 (g_Platform->GetSharedDataDir() + _T(
"tcdata") +
1517 wxFileName::GetPathSeparator() + _T(
"HARMONICS_NO_US.IDX"));
1519 if (TideCurrentDataSet.empty()) {
1520 TideCurrentDataSet.push_back(
1521 g_Platform->NormalizePath(default_tcdata0).ToStdString());
1522 TideCurrentDataSet.push_back(
1523 g_Platform->NormalizePath(default_tcdata1).ToStdString());
1528 if (g_sAIS_Alert_Sound_File.IsEmpty()) {
1529 wxString default_sound =
1530 (g_Platform->GetSharedDataDir() + _T(
"sounds") +
1531 wxFileName::GetPathSeparator() + _T(
"2bells.wav"));
1532 g_sAIS_Alert_Sound_File = g_Platform->NormalizePath(default_sound);
1537 g_Platform->Initialize_2();
1541 wxSize new_frame_size(-1, -1);
1543 ::wxClientDisplayRect(&cx, &cy, &cw, &ch);
1545 InitializeUserColors();
1547 auto style = g_StyleManager->GetCurrentStyle();
1548 auto bitmap =
new wxBitmap(style->GetIcon(
"default_pi", 32, 32));
1550 PluginLoader::getInstance()->SetPluginDefaultIcon(bitmap);
1552 wxLogWarning(
"Cannot initiate plugin default jigsaw icon.");
1554 if ((g_nframewin_x > 100) && (g_nframewin_y > 100) && (g_nframewin_x <= cw) &&
1555 (g_nframewin_y <= ch))
1556 new_frame_size.Set(g_nframewin_x, g_nframewin_y);
1558 new_frame_size.Set(cw * 7 / 10, ch * 7 / 10);
1564 if ((g_lastClientRectx != cx) || (g_lastClientRecty != cy) ||
1565 (g_lastClientRectw != cw) || (g_lastClientRecth != ch)) {
1566 new_frame_size.Set(cw * 7 / 10, ch * 7 / 10);
1567 g_bframemax =
false;
1570 g_lastClientRectx = cx;
1571 g_lastClientRecty = cy;
1572 g_lastClientRectw = cw;
1573 g_lastClientRecth = ch;
1576 wxPoint position(0, 0);
1577 wxSize dsize = wxGetDisplaySize();
1580 g_nframewin_posy = wxMax(g_nframewin_posy, 22);
1583 if ((g_nframewin_posx < dsize.x) && (g_nframewin_posy < dsize.y))
1584 position = wxPoint(g_nframewin_posx, g_nframewin_posy);
1589 frame_rect.left = position.x;
1590 frame_rect.top = position.y;
1591 frame_rect.right = position.x + new_frame_size.x;
1592 frame_rect.bottom = position.y + new_frame_size.y;
1596 if (NULL == MonitorFromRect(&frame_rect, MONITOR_DEFAULTTONULL))
1597 position = wxPoint(10, 10);
1602 const wxPoint ptScreen(position.x, position.y);
1603 const int displayIndex = wxDisplay::GetFromPoint(ptScreen);
1605 if (displayIndex == wxNOT_FOUND) position = wxPoint(10, 30);
1608 g_nframewin_posx = position.x;
1609 g_nframewin_posy = position.y;
1612 wxSize asz = getAndroidDisplayDimensions();
1617 if ((cw > 200) && (ch > 200))
1618 new_frame_size.Set(cw, ch);
1620 new_frame_size.Set(800, 400);
1624 long app_style = wxDEFAULT_FRAME_STYLE;
1625 app_style |= wxWANTS_CHARS;
1630 wxString short_version_name = wxString(PACKAGE_VERSION).BeforeFirst(
'+');
1631 wxString myframe_window_title =
1632 wxString(wxT(
"OpenCPN ") + short_version_name);
1635 myframe_window_title += _(
" -- [Portable(-p) executing from ");
1636 myframe_window_title += g_Platform->GetHomeDir();
1637 myframe_window_title += _T(
"]");
1641 fmsg.Printf(_T(
"Creating MyFrame...size(%d, %d) position(%d, %d)"),
1642 new_frame_size.x, new_frame_size.y, position.x, position.y);
1645 gFrame =
new MyFrame(NULL, myframe_window_title, position, new_frame_size,
1649 g_Platform->Initialize_3();
1656 g_pauidockart =
new wxAuiDefaultDockArt;
1657 g_pauimgr->SetArtProvider(g_pauidockart);
1658 g_pauimgr->SetDockSizeConstraint(.9, .9);
1663 g_pauimgr->SetManagedWindow(gFrame);
1665 gFrame->CreateCanvasLayout();
1669 gFrame->SetChartUpdatePeriod();
1673 gFrame->GetPrimaryCanvas()->SetFocus();
1675 pthumbwin =
new ThumbWin(gFrame->GetPrimaryCanvas());
1677 gFrame->ApplyGlobalSettings(
false);
1679 gFrame->SetAllToolbarScale();
1685 gFrame->SetAndApplyColorScheme(global_color_scheme);
1687 if (g_bframemax) gFrame->Maximize(
true);
1690 if (g_bresponsive && (gFrame->GetPrimaryCanvas()->GetPixPerMM() > 4.0))
1691 gFrame->Maximize(
true);
1698 ArrayOfCDI ChartDirArray;
1699 pConfig->LoadChartDirArray(ChartDirArray);
1704 if (g_bFirstRun && (ChartDirArray.GetCount() == 0)) {
1707 wxRegKey RegKey(wxString(_T(
"HKEY_LOCAL_MACHINE\\SOFTWARE\\OpenCPN")));
1708 if (RegKey.Exists()) {
1710 _(
"Retrieving initial Chart Directory set from Windows Registry"));
1712 RegKey.QueryValue(wxString(_T(
"ChartDirs")), dirs);
1714 wxStringTokenizer tkz(dirs, _T(
";"));
1715 while (tkz.HasMoreTokens()) {
1716 wxString token = tkz.GetNextToken();
1719 cdi.fullpath = token.Trim();
1720 cdi.magic_number = _T(
"");
1722 ChartDirArray.Add(cdi);
1729 cdi.fullpath = _T(
"charts");
1730 cdi.fullpath.Prepend(g_Platform->GetSharedDataDir());
1731 cdi.magic_number = _T(
"");
1732 ChartDirArray.Add(cdi);
1736 if (ndirs) pConfig->UpdateChartDirs(ChartDirArray);
1746 if (!ChartDirArray.GetCount())
1747 if (::wxFileExists(ChartListFileName)) ::wxRemoveFile(ChartListFileName);
1751 if (g_NeedDBUpdate == 0 &&
1752 !ChartData->
LoadBinary(ChartListFileName, ChartDirArray)) {
1757 if (g_restore_dbindex >= 0) {
1758 if (ChartData->GetChartTableEntries() == 0)
1759 g_restore_dbindex = -1;
1761 else if (g_restore_dbindex > (ChartData->GetChartTableEntries() - 1))
1762 g_restore_dbindex = 0;
1766 ChartData->ApplyGroupArray(g_pGroupArray);
1774 if (g_rebuild_gl_cache && g_bopengl && g_GLOptions.m_bTextureCompression &&
1775 g_GLOptions.m_bTextureCompressionCaching) {
1776 gFrame->ReloadAllVP();
1785 if (g_glTextureManager) g_glTextureManager->BuildCompressedCache();
1795 if ((gps_watchdog_timeout_ticks > 60) || (gps_watchdog_timeout_ticks <= 0))
1796 gps_watchdog_timeout_ticks = (GPS_TIMEOUT_SECONDS * 1000) / TIMER_GFRAME_1;
1799 dogmsg.Printf(_T(
"GPS Watchdog Timeout is: %d sec."),
1800 gps_watchdog_timeout_ticks);
1801 wxLogMessage(dogmsg);
1803 sat_watchdog_timeout_ticks = gps_watchdog_timeout_ticks;
1811 if (g_bTrackCarryOver) g_bDeferredStartTrack =
true;
1813 pAnchorWatchPoint1 = NULL;
1814 pAnchorWatchPoint2 = NULL;
1818 gFrame->DoChartUpdate();
1823 gFrame->ReloadAllVP();
1825 gFrame->Refresh(
false);
1828 gFrame->GetPrimaryCanvas()->Enable();
1829 gFrame->GetPrimaryCanvas()->SetFocus();
1836 if (!g_bdisable_opengl) {
1840 (pgl->GetRendererString().Find(_T(
"UniChrome")) != wxNOT_FOUND)) {
1841 gFrame->m_defer_size = gFrame->GetSize();
1842 gFrame->SetSize(gFrame->m_defer_size.x - 10, gFrame->m_defer_size.y);
1843 g_pauimgr->Update();
1844 gFrame->m_bdefer_resize =
true;
1854 glDeleteTextures(n, texts);
1860 if (g_start_fullscreen) gFrame->ToggleFullScreen();
1865 gFrame->SetSize(getAndroidDisplayDimensions());
1866 androidSetFollowTool(gFrame->GetPrimaryCanvas()->m_bFollow ? 1 : 0, true);
1870 gFrame->GetPrimaryCanvas()->Enable();
1871 gFrame->GetPrimaryCanvas()->SetFocus();
1879 gFrame->FrameTimer1.Start(TIMER_GFRAME_1, wxTIMER_CONTINUOUS);
1882 gFrame->FrameCOGTimer.Start(2000, wxTIMER_CONTINUOUS);
1885 gFrame->FrameTenHzTimer.Start(100, wxTIMER_CONTINUOUS);
1890 OCPNPlatform::Initialize_4();
1893 androidHideBusyIcon();
1896 wxString::Format(_(
"OpenCPN Initialized in %ld ms."), init_sw.Time()));
1904 if (!n_NavMessageShown || (vs != g_config_version_string) ||
1905 (g_AndroidVersionCode != androidGetVersionCode())) {
1909 if (!ShowNavWarning()) {
1910 qDebug() <<
"Closing due to NavWarning Cancel";
1916 n_NavMessageShown = 1;
1920 g_AndroidVersionCode = androidGetVersionCode();
1921 qDebug() <<
"Persisting Version Code: " << g_AndroidVersionCode;
1926 if (!n_NavMessageShown || (vs != g_config_version_string)) {
1927 if (!ShowNavWarning())
return false;
1928 n_NavMessageShown = 1;
1935 g_bHasHwClock =
true;
1936#if defined(__UNIX__) && !defined(__ANDROID__)
1939 ((stat(
"/dev/rtc", &buffer) == 0) || (stat(
"/dev/rtc0", &buffer) == 0) ||
1940 (stat(
"/dev/misc/rtc", &buffer) == 0));
1943 g_config_version_string = vs;
1946 pConfig->UpdateSettings();
1949 gFrame->InitTimer.Start(5, wxTIMER_CONTINUOUS);
1951 g_pauimgr->Update();
1953 for (
auto *cp : TheConnectionParams()) {
1955 if (cp->GetDSPort().Contains(
"Serial")) {
1956 std::string port(cp->Port.ToStdString());
1964 m_comm_bridge.Initialize();
1966 std::vector<std::string> ipv4_addrs = get_local_ipv4_addresses();
1969 if (ipv4_addrs.size()) {
1970 std::string ipAddr = ipv4_addrs[0];
1973 if (data_dir.Last() != wxFileName::GetPathSeparator())
1974 data_dir.Append(wxFileName::GetPathSeparator());
1976 make_certificate(ipAddr, data_dir.ToStdString());
1978 m_rest_server.
StartServer(fs::path(data_dir.ToStdString()));
1979 StartMDNSService(g_hostname.ToStdString(),
"opencpn-object-control-service",
1985int MyApp::OnExit() {
1986 wxLogMessage(_T(
"opencpn::MyApp starting exit."));
1988 m_usb_watcher.Stop();
1991 wxDateTime lognow = wxDateTime::Now();
1993 wxString day = lognow.FormatISODate();
1994 wxString utc = lognow.FormatISOTime();
1995 wxString navmsg = _T(
"LOGBOOK: ");
1999 navmsg += _T(
" UTC ");
2003 data.Printf(_T(
"OFF: Lat %10.5f Lon %10.5f "), gLat, gLon);
2007 if (std::isnan(gCog))
2008 cog.Printf(_T(
"COG ----- "));
2010 cog.Printf(_T(
"COG %10.5f "), gCog);
2013 if (std::isnan(gSog))
2014 sog.Printf(_T(
"SOG ----- "));
2016 sog.Printf(_T(
"SOG %6.2f ") + getUsrSpeedUnit(), toUsrSpeed(gSog));
2023 data.Printf(_T(
"OFF: Lat %10.5f Lon %10.5f"), gLat, gLon);
2026 wxLogMessage(navmsg);
2027 g_loglast_time = lognow;
2029 if (ptcmgr)
delete ptcmgr;
2031 for (
Track *track : g_TrackList) {
2034 g_TrackList.clear();
2042 delete g_SencThreadManager;
2044 if (g_pGroupArray) {
2045 for (
unsigned int igroup = 0; igroup < g_pGroupArray->GetCount();
2047 delete g_pGroupArray->Item(igroup);
2050 g_pGroupArray->Clear();
2051 delete g_pGroupArray;
2054 wxLogMessage(_T(
"opencpn::MyApp exiting cleanly...\n"));
2055 wxLog::FlushActive();
2057 g_Platform->CloseLogFile();
2059 delete pInit_Chart_Dir;
2061 for (
Track *track : g_TrackList) {
2064 g_TrackList.clear();
2067 delete pWayPointMan;
2069 delete pMessageOnceArray;
2071 DeInitializeUserColors();
2075 delete m_pRegistrarMan;
2078 delete g_StyleManager;
2083 if (s_glu_dll_ready) {
2084 FreeLibrary(s_hGLU_DLL);
2093 void RestoreSystemColors(
void);
2094 RestoreSystemColors();
2101#if wxUSE_XLOCALE || !wxCHECK_VERSION(3, 0, 0)
2102 if (plocale_def_lang)
delete plocale_def_lang;
2105 FontMgr::Shutdown();
2107 g_Platform->OnExit_2();
2114#ifdef LINUX_CRASHRPT
2115void MyApp::OnFatalException() { g_crashprint.Report(); }
2121void MyCPLErrorHandler(CPLErr eErrClass,
int nError,
const char *pszErrorMsg)
2126 if (eErrClass == CE_Debug)
2127 snprintf(msg, 255,
"CPL: %s", pszErrorMsg);
2128 else if (eErrClass == CE_Warning)
2129 snprintf(msg, 255,
"CPL Warning %d: %s", nError, pszErrorMsg);
2131 snprintf(msg, 255,
"CPL ERROR %d: %s", nError, pszErrorMsg);
2133 wxString str(msg, wxConvUTF8);
Global state for AIS decoder.
Dialog for displaying a list of AIS targets.
Dialog for querying detailed information about an AIS target.
Implements the AboutFrame class with additional functionality.
EventVar reverse_route
Notified with a string GUID when user wants to reverse a route.
EventVar activate_route
Notified with a string GUID when user wants to activate a route.
Represents an active track that is currently being recorded.
Handles the AIS information GUI and sound alerts.
Dialog for managing CM93 chart offsets.
ChartCanvas - Main chart display and interaction component.
Manages the chart database and provides access to chart data.
bool LoadBinary(const wxString &filename, ArrayOfCDI &dir_array_check)
Load the chart database from a binary file.
Primary navigation console display for route and vessel tracking.
const void Notify()
Notify all listeners, no data supplied.
void ScrubList()
Cleans up stale font entries after a locale change.
Common interface for all instance checkers.
virtual bool IsMainInstance()=0
Return true if this process is the primary opencpn instance.
virtual void CleanUp()
Remove all persistent instance state, including possible lock file and defunct opencpn processes.
virtual void OnExit()
Do whatever needed before wxWidget's checks triggers.
virtual void WaitUntilValid()
Wait until this object can be used for example for Dbus connection.
static LocalServerApi & GetInstance()
Dialog for displaying and editing waypoint properties.
void Init(const KeyProvider &kp, std::function< void(ObservedEvt &ev)> action)
Initiate an object yet not listening.
bool LoadAllPlugIns(bool enabled_plugins, bool keep_orphans=false)
Update catalog with imported metadata and load all plugin library files.
bool StartServer(const fs::path &certificate_location) override
Start the server thread.
Represents a waypoint or mark within the navigation system.
static std::function< void(unsigned, const unsigned *)> delete_gl_textures
Horrible Hack (tm).
Represents a navigational route in the navigation system.
EventVar on_routes_update
Notified when list of routes is updated (no data in event)
Dialog for displaying query results of S57 objects.
Manager for S57 chart SENC creation threads.
Window for displaying chart thumbnails.
Represents a track, which is a series of connected track points.
Listen to hardware events and notifies SystemEvents when new devices are plugged in.
Represents the About dialog for OpenCPN.
OpenGL chart rendering canvas.
Handles crash reporting in wxWidgets applications.
Global variables reflecting command line options and arguments.
The local API has a server side handling commands and a client part issuing commands.
Enhanced logging interface on top of wx/log.h.
Start/stop mdns service routines.
void check_last_start()
Check if the last start failed, possibly invoke user dialog and set safe mode state.
void clear_check()
Mark last run as successful.
bool CheckDongleAccess(wxWindow *parent)
Runs checks and if required dialogs to make dongle accessible.
bool CheckSerialAccess(wxWindow *parent, const std::string device)
Run checks and possible dialogs to ensure device is accessible.
Access checks for comm devices and dongle.