OpenCPN Partial API docs
safe_mode_gui.h
1 
8 #include <wx/window.h>
9 
10 #include "OCPNPlatform.h"
11 #include "model/safe_mode.h"
12 
13 namespace safe_mode {
14 
19 void check_last_start();
20 
21 }
Safe mode handling.
Definition: safe_mode.cpp:14
void check_last_start()
Check if the last start failed, possibly invoke user dialog and set safe mode state.