|
OpenCPN Partial API docs
|
Basic navigation data structure. More...
#include <ocpn_plugin.h>
Public Attributes | |
| double | lat |
| Latitude in decimal degrees. | |
| double | lon |
| Longitude in decimal degrees. | |
| double | sog |
| Speed over ground in knots. | |
| double | cog |
| Course over ground in degrees. | |
| double | var |
| Magnetic variation in degrees. | |
| double | hdt |
| True heading in degrees. | |
| time_t | time |
| UTC timestamp of data. | |
Basic navigation data structure.
Contains essential navigation data available to plugins including position, course, speed and heading information.
Definition at line 6354 of file ocpn_plugin.h.
| double PluginNavdata::cog |
Course over ground in degrees.
Definition at line 6358 of file ocpn_plugin.h.
| double PluginNavdata::hdt |
True heading in degrees.
Definition at line 6360 of file ocpn_plugin.h.
| double PluginNavdata::lat |
Latitude in decimal degrees.
Definition at line 6355 of file ocpn_plugin.h.
| double PluginNavdata::lon |
Longitude in decimal degrees.
Definition at line 6356 of file ocpn_plugin.h.
| double PluginNavdata::sog |
Speed over ground in knots.
Definition at line 6357 of file ocpn_plugin.h.
| time_t PluginNavdata::time |
UTC timestamp of data.
Definition at line 6361 of file ocpn_plugin.h.
| double PluginNavdata::var |
Magnetic variation in degrees.
Definition at line 6359 of file ocpn_plugin.h.