OpenCPN Partial API docs
|
Information about the currently active route leg. More...
#include <ocpn_plugin.h>
Public Attributes | |
double | Xte |
Cross track error in nautical miles, negative values indicate left side of track. | |
double | Btw |
Bearing to waypoint in degrees true. | |
double | Dtw |
Distance to waypoint in nautical miles. | |
wxString | wp_name |
Name of destination waypoint for the active leg. | |
bool | arrival |
True when vessel is within the arrival circle of the destination waypoint. | |
Information about the currently active route leg.
Definition at line 304 of file ocpn_plugin.h.
bool Plugin_Active_Leg_Info::arrival |
True when vessel is within the arrival circle of the destination waypoint.
Definition at line 311 of file ocpn_plugin.h.
double Plugin_Active_Leg_Info::Btw |
Bearing to waypoint in degrees true.
Definition at line 308 of file ocpn_plugin.h.
double Plugin_Active_Leg_Info::Dtw |
Distance to waypoint in nautical miles.
Definition at line 309 of file ocpn_plugin.h.
wxString Plugin_Active_Leg_Info::wp_name |
Name of destination waypoint for the active leg.
Definition at line 310 of file ocpn_plugin.h.
double Plugin_Active_Leg_Info::Xte |
Cross track error in nautical miles, negative values indicate left side of track.
Definition at line 306 of file ocpn_plugin.h.