Skip to main content
Open topic with navigation

GNSSOnLastWpReached

CAPL Functions » J1939 » GNSS NL » GNSSOnLastWpReached

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void GNSSOnLastWpReached();

Description

This function is called when the last waypoint of the waypoint list has been reached. The GNSS receiver waits at this point until a new waypoint is inserted into the waypoint list.

Parameters

Return Values

Example

void GNSSOnLastWpReached()
{
  write( "Last waypoint is reached" );
}