INtime SDK Help
stop_RT_trace (INscope)
INtime SDK v6 > About INtime > Other system libraries > INscope API > stop_RT_trace (INscope)

Stops the trace, locks the buffer and causes a notification to be sent to INScope that indicates a trace is complete.

Stops the trace, locks the buffer and causes a notification to be sent to INscope that indicates a trace is complete.

Note:   This call is safe to use within interrupt handlers.
int stop_RT_trace(void);

Parameters

None.

Return Values

0 (zero)
Success.
-1
Failure. The INscope RT Server Component is not loaded on the INtime node.

Requirements

Versions Defined in Include Link to
INtime 3.1 intime/rt/include/traceapi.h traceapi.h traceapi.lib

See Also

INscope functions