TestReportStartRecording
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE NoteThis function can only be used in test units with report configured to use Test Report Viewer format.
Function Syntax
testReportStartRecording(signal aSignal);testReportStartRecording(signal aSignal, char alias[]);testReportStartRecording(sysvar aSysVar);testReportStartRecording(sysvar aSysVar, char alias[]);testReportStartRecording(valueHandle* aDOMember);testReportStartRecording(valueHandle* aDOMember, char alias[]);
Description
Starts the recording of a symbol in the test report. Optionally, an alias for the symbol to show in the test report instead of the symbol name can be set. If the recording is not explicitly stopped it will be automatically stopped at the end of the test unit (or at the end of each execution cycle, respectively).Parameters
- aSignal: The signal to be recorded.
- aSysVar: The system variable to be recorded.
- aDOMember: The distributed object member to be recorded.
- alias: The alias to show instead of the symbol name.