|
OpenCPN Partial API docs
|
OpenCPN main program. More...
#include <string>#include <wx/wxprec.h>#include <wx/app.h>#include <wx/cmdline.h>#include <wx/event.h>#include "model/comm_bridge.h"#include "model/instance_check.h"#include "model/local_api.h"#include "model/rest_server.h"#include "model/track.h"#include "model/usb_watch_daemon.h"#include "data_monitor.h"#include "ocpn_plugin.h"Go to the source code of this file.
Classes | |
| class | MyApp |
Typedefs | |
| using | CallbacksByPlugin = std::unordered_map< std::string, std::function< void(HostApi122::EventType)> > |
Functions | |
| wxDECLARE_APP (MyApp) | |
OpenCPN main program.
Definition in file ocpn_app.h.
| using CallbacksByPlugin = std::unordered_map<std::string, std::function<void(HostApi122::EventType)> > |
Definition at line 47 of file ocpn_app.h.