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 5559 of file ocpn_plugin.h.
double PluginNavdata::cog |
Course over ground in degrees.
Definition at line 5563 of file ocpn_plugin.h.
double PluginNavdata::hdt |
True heading in degrees.
Definition at line 5565 of file ocpn_plugin.h.
double PluginNavdata::lat |
Latitude in decimal degrees.
Definition at line 5560 of file ocpn_plugin.h.
double PluginNavdata::lon |
Longitude in decimal degrees.
Definition at line 5561 of file ocpn_plugin.h.
double PluginNavdata::sog |
Speed over ground in knots.
Definition at line 5562 of file ocpn_plugin.h.
time_t PluginNavdata::time |
UTC timestamp of data.
Definition at line 5566 of file ocpn_plugin.h.
double PluginNavdata::var |
Magnetic variation in degrees.
Definition at line 5564 of file ocpn_plugin.h.