OpenCPN Partial API docs
|
Extended 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. | |
double | Hdm |
Heading magnetic in degrees. | |
double | Hdt |
Heading true in degrees. | |
time_t | FixTime |
UTC time of fix. | |
int | nSats |
Number of satellites used in the fix. | |
Extended position fix information.
This class provides position and navigation data that may come from various sources:
Definition at line 243 of file ocpn_plugin.h.
double PlugIn_Position_Fix_Ex::Cog |
Course over ground in degrees.
Definition at line 262 of file ocpn_plugin.h.
time_t PlugIn_Position_Fix_Ex::FixTime |
UTC time of fix.
Definition at line 291 of file ocpn_plugin.h.
double PlugIn_Position_Fix_Ex::Hdm |
Heading magnetic in degrees.
May be NaN if heading sensor data is not available.
Definition at line 277 of file ocpn_plugin.h.
double PlugIn_Position_Fix_Ex::Hdt |
Heading true in degrees.
May be NaN if true heading cannot be calculated (requires both magnetic heading and variation).
Definition at line 284 of file ocpn_plugin.h.
double PlugIn_Position_Fix_Ex::Lat |
Latitude in decimal degrees.
May represent last known position rather than current true position if:
Definition at line 251 of file ocpn_plugin.h.
double PlugIn_Position_Fix_Ex::Lon |
Longitude in decimal degrees.
May represent last known position rather than current true position if:
Definition at line 259 of file ocpn_plugin.h.
int PlugIn_Position_Fix_Ex::nSats |
Number of satellites used in the fix.
Will be 0 if:
Definition at line 299 of file ocpn_plugin.h.
double PlugIn_Position_Fix_Ex::Sog |
Speed over ground in knots.
May be NaN if speed cannot be determined.
Definition at line 268 of file ocpn_plugin.h.
double PlugIn_Position_Fix_Ex::Var |
Magnetic variation in degrees, typically from RMC message.
Definition at line 271 of file ocpn_plugin.h.