| 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 363 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 370 of file ocpn_plugin.h.
| double Plugin_Active_Leg_Info::Btw | 
Bearing to waypoint in degrees true.
Definition at line 367 of file ocpn_plugin.h.
| double Plugin_Active_Leg_Info::Dtw | 
Distance to waypoint in nautical miles.
Definition at line 368 of file ocpn_plugin.h.
| wxString Plugin_Active_Leg_Info::wp_name | 
Name of destination waypoint for the active leg.
Definition at line 369 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 365 of file ocpn_plugin.h.