Skip to main content

TestReportAddMiscInfo

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

Function Syntax

TestReportAddMiscInfo (char name[], char description[], ...);

Description

With these functions, information pairs of name and description (e.g. “parameter value V0” and “3.7 V”) can be taken up into an additional information area in the report. The additional information area must be created previously with TestReportAddMiscInfoBlock. If this function is used and there is no corresponding information area, then a warning will be generated in the Write Window and a new information area will be created automatically. In this information area, any number of information pairs can be written with this function.

Parameters

The format string has the same meaning as with the write function and is described there.
  • name: Information pair of name and description.
  • description: Information pair of name and description.

Return Values

Example

See example: TestReportAdd* Functions TestReportAddMiscInfoBlockTestReportAddExtendedInfoTestReportAddEngineerInfoTestReportAddSetupInfoTestReportAddSUTInfo