Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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" );
}