Skip to main content

GetGroundTruthObject

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

Function Syntax

C#
CAPL

Description

Gets ground truth object as string by a ground truth id.

Parameters

  • uint64 groundTruthId: The id of the ground truth object

Return Values

The name of the ground truth object as string.

Example

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

CAPL

C#