Skip to main content

output (CAN)

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

Function Syntax

  • void output(message msg); // form 1
  • void output(errorFrame); // form 2

Description

Outputs a message (form 1) or an Error Frame (form 2) from the program block.

Parameters

  • msg: Variable of type message.
  • errorFrame: Variable of type errorFrame.

Return Values

Example

output(msg) Example
output(errorFrame) Example
Except for the first channel for all other channels the key word errorFrame has to be qualified with the number of the CAN channel.