|
OpenCPN Partial API docs
|
ocpn_plugin.h HostApi121 implementation More...
#include <algorithm>#include <map>#include <memory>#include <string>#include <vector>#include <wx/wx.h>#include <wx/event.h>#include <wx/string.h>#include <wx/window.h>#include "model/ais_decoder.h"#include "model/ais_target_data.h"#include "model/gui_events.h"#include "model/gui_vars.h"#include "model/navobj_db.h"#include "model/notification_manager.h"#include "model/own_ship.h"#include "model/route.h"#include "model/track.h"#include "chcanv.h"#include "ocpn_plugin.h"#include "tcmgr.h"Go to the source code of this file.
Functions | |
| bool | GetNearestTideStation (double lat, double lon, PlugIn_TideStation *station) |
| bool | GetTideHeight (int stationIndex, time_t time, float *height) |
| std::unique_ptr< HostApi > | GetHostApi () |
| HostApi factory,. | |
ocpn_plugin.h HostApi121 implementation
Definition in file api_121.cpp.
| std::unique_ptr< HostApi > GetHostApi | ( | ) |
| bool GetNearestTideStation | ( | double | lat, |
| double | lon, | ||
| PlugIn_TideStation * | station | ||
| ) |
Definition at line 836 of file api_121.cpp.
| bool GetTideHeight | ( | int | stationIndex, |
| time_t | time, | ||
| float * | height | ||
| ) |
Definition at line 862 of file api_121.cpp.