accLoggerStop (Function) |
Top Previous Next |
This function will stop logging. The logger must first have been started with accLoggerStart.
Inputs: Event : BOOL (Default FALSE) If TRUE, then a "Logging stopped" event will be raised. Note: this will overrule the configuration setting for raising a "Logging stopped" event.
Returns: INT
Declaration: FUNCTION accLoggerStop : INT;
Example: INCLUDE rtcu.inc |