Skip to main content

Update

CAPL Functions » ADAS » Update Valid for: CANoe DE Note
This CAPL function is also available as C# function.

Function Syntax

C#
void Update.Call();
CAPL
void Update.Call();

Description

A call of this method for a sensor sends all data of the sensor and the detected objects that were marked as completed.

Parameters

Return Values

Example

In the examples it is assumed in each case that a DO object of the type IScenarioManager was created.

CAPL

C#