RtcplGetTraceEnable

The function RtcplGetTraceEnable gets the current subsystem tracing behavior.

Syntax

BOOL RtcplGetTraceEnable(
    PDWORD Level);

Parameters

Enable

A pointer to a DWORD that indicates how tracing is enabled. The value of Enable can be either:

Return Values

TRUE if the function succeeds, FALSE if the function fails

Remarks

The RTX subsystem supports two different tracing behaviors, described in the table below. 

Trace Enable Value

Behavior

GENERAL_ENABLE

Internal tracing functionality is enabled on subsystem startup. The logging session provides information for any rtss process running on the system. Although this provides valuable information, a small overhead cost is added to the system even when logging is not in use.

GENERAL_DISABLE

Internal tracing functionality is only enabled during a logging session. This requires less overhead, but only those rtss processes that are created after either the Rtsslogger or Timeview are started will be logged.

Requirements

Header RtxProp.h
Library RtxProp.lib

See Also:

RtcplSetTraceEnable

RtTraceEvent

IntervalZero.com | Support | Give Feedback