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.

CreateGlobalMarker

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE

Function Syntax

long createGlobalMarker (char markerName[], char makerDesc []);

Description

Sets a marker in the CANoe DE product Trace Window, Graphics Window and State Tracker. The set marker can be displayed with the shortcut menu Show in the marker bar of these windows.

Parameters

  • markerName: Name of the marker.
  • makerDesc: Description of the marker.

Return Values

Example

on key 'a'
// sets a marker by pressing key <a>
{
  createGlobalMarker("speed", "speedDesc");
}