|
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 [0-360). | |
| 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 279 of file ocpn_plugin.h.
| double PlugIn_Position_Fix::Cog |
Course over ground in degrees [0-360).
Definition at line 283 of file ocpn_plugin.h.
| time_t PlugIn_Position_Fix::FixTime |
UTC time of fix as time_t value.
Definition at line 286 of file ocpn_plugin.h.
| double PlugIn_Position_Fix::Lat |
Latitude in decimal degrees.
Definition at line 281 of file ocpn_plugin.h.
| double PlugIn_Position_Fix::Lon |
Longitude in decimal degrees.
Definition at line 282 of file ocpn_plugin.h.
| int PlugIn_Position_Fix::nSats |
Number of satellites used in the fix.
Definition at line 287 of file ocpn_plugin.h.
| double PlugIn_Position_Fix::Sog |
Speed over ground in knots.
Definition at line 284 of file ocpn_plugin.h.
| double PlugIn_Position_Fix::Var |
Magnetic variation in degrees, typically from RMC message.
Definition at line 285 of file ocpn_plugin.h.