Skip to main content
Open topic with navigation CAPL Functions » System Variables » sysDefineVariableLongLong

sysDefineVariableLongLong

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE Note Variables defined with this function can only be accessed using the sysGetVariable.../sysSetVariable... functions where namespace and variable name are given as string parameters. The variable can only be created with an available namespace. The namespace can be created with sysDefineNamespace.

Function Syntax

long sysDefineVariableLongLong(char namespace[], char variable[], int64 initialValue);

Description

Defines a variable of the Int64 type.

Parameters

  • namespace: name of the namespace
  • variable: name of the variable
  • initialValue: initial value of the variable

Example

sysDefineVariableLong