sysDefineVariableLongLong
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE Note Variables defined with this function can only be accessed using thesysGetVariable.../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
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