TRC Module
2-468
All trace constants except TRC_GBLTARG are switched off initially. To
enable tracing you can use calls to TRC_enable or the DSP/BIOS
→
RTA
Control Panel, which uses the TRC module internally. You do not need
to enable tracing for messages written with LOG_printf or LOG_event
and statistics added with STS_add or STS_delta.
Your program can call the TRC_enable and TRC_disable operations to
explicitly start and stop event logging or statistics accumulation in
response to conditions encountered during real-time execution. This
enables you to preserve the specific log or statistics information you need
to see.