stopLogging
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
void stopLogging(); // from 1void stopLogging(char strLoggingBlockName[]); // from 2void stopLogging(char strLoggingBlockName[], long postTriggerTime); // from 3
Description
- Stops all Logging Blocks immediately bypassing all logging trigger settings.
- Stops a Logging Block with name strLoggingBlockName immediately bypassing all logging trigger settings.
- Stops a Logging Block with name strLoggingBlockName bypassing all logging trigger settings.
- Functions also sets a post-trigger time to a value of the postTriggerTime.
Parameters
-
strLoggingBlockName: Name of the Logging Block.
- Note: If you use the function in standalone mode and if you activated logging and Trigger Block in the standalone mode configuration settings you can address the (single) Logging Block available in this case by passing an empty string as parameter.
- postTriggerTime: Post-trigger time interval in ms.