Super class | zdGPSKit.NMEA.Sentence |
---|---|
Namespace | zdGPSKit.NMEA |
This is the Waypoint Arrival Alarm sentence. It's generated by some units to indicate the Status of arrival (i.e. entering the arrival circle, or passing the perpendicular of the course line) at the destination waypoint.
Super class |
---|
Constructor( inNMEA0183DataChunk As String ) |
The only parameter needed is a NMEA 0183 sentence without the '$
' prefix and the checksum value.
Syntax |
---|
ArrivalCircleEntered() As String |
Returns True
if you have entered the arrival circle.
Syntax |
---|
KmCircleRadiusKm() As Double |
Returns the proximity circle radius in Kilometers.
Syntax |
---|
CircleRadiusMiles() As Double |
Returns the proximity circle radius in Miles.
Syntax |
---|
CircleRadiusNautical() As Double |
Returns the proximity circle radius in Nautical miles.
Syntax |
---|
CircleRadiusUnity() As Variant |
The unity used by the native value of the proximity circle radius. 'N
' For nautical mile.
Syntax |
---|
PassingPerpendicular() As Boolean |
Returns True
if you are passing the perpendicular of the course line.
Syntax |
---|
WaypointName() As Variant |
The name of the waypoint, center of the proximity circle.