|
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 6372 of file ocpn_plugin.h.
| double PluginNavdata::cog |
Course over ground in degrees.
Definition at line 6376 of file ocpn_plugin.h.
| double PluginNavdata::hdt |
True heading in degrees.
Definition at line 6378 of file ocpn_plugin.h.
| double PluginNavdata::lat |
Latitude in decimal degrees.
Definition at line 6373 of file ocpn_plugin.h.
| double PluginNavdata::lon |
Longitude in decimal degrees.
Definition at line 6374 of file ocpn_plugin.h.
| double PluginNavdata::sog |
Speed over ground in knots.
Definition at line 6375 of file ocpn_plugin.h.
| time_t PluginNavdata::time |
UTC timestamp of data.
Definition at line 6379 of file ocpn_plugin.h.
| double PluginNavdata::var |
Magnetic variation in degrees.
Definition at line 6377 of file ocpn_plugin.h.