OpenCPN Partial API docs
|
Basic position fix information. More...
#include <ocpn_plugin.h>
Public Attributes | |
double | Lat |
Latitude in decimal degrees. | |
double | Lon |
Longitude in decimal degrees. | |
double | Cog |
Course over ground in degrees. | |
double | Sog |
Speed over ground in knots. | |
double | Var |
Magnetic variation in degrees, typically from RMC message. | |
time_t | FixTime |
UTC time of fix as time_t value. | |
int | nSats |
Number of satellites used in the fix. | |
Basic position fix information.
Definition at line 222 of file ocpn_plugin.h.
double PlugIn_Position_Fix::Cog |
Course over ground in degrees.
Definition at line 226 of file ocpn_plugin.h.
time_t PlugIn_Position_Fix::FixTime |
UTC time of fix as time_t value.
Definition at line 229 of file ocpn_plugin.h.
double PlugIn_Position_Fix::Lat |
Latitude in decimal degrees.
Definition at line 224 of file ocpn_plugin.h.
double PlugIn_Position_Fix::Lon |
Longitude in decimal degrees.
Definition at line 225 of file ocpn_plugin.h.
int PlugIn_Position_Fix::nSats |
Number of satellites used in the fix.
Definition at line 230 of file ocpn_plugin.h.
double PlugIn_Position_Fix::Sog |
Speed over ground in knots.
Definition at line 227 of file ocpn_plugin.h.
double PlugIn_Position_Fix::Var |
Magnetic variation in degrees, typically from RMC message.
Definition at line 228 of file ocpn_plugin.h.