Skip to main content

GetHostVehicle

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

Function Syntax

C#
GroundTruthAccess.GetHostVehicle.Call();
CAPL
GroundTruthAccess.GetHostVehicle.Call();

Description

Gets the name of the host vehicle for the current ground truth. This host vehicle must be a moving object and defines a kind of center for the ground truth.

Parameters

Return Values

Name of host vehicle as string.

Example

CAPL

C#