RtfwStartMonitoring

RtfwStartMonitoring starts wRTOS Monitoring.

Syntax

Copy
bool RtfwStartMonitoring(
);

Parameters

This function has no parameters.

Return Value

If the function succeeds, it returns TRUE. If the function fails, it returns FALSE. Call GetLastError to obtain an error code.

Possible error codes:

Error code Meaning

RT_ERROR_MONITORING_STARTED

Monitoring is already started.

RT_ERROR_SUBSYSTEM_NOT_STARTED

The wRTOS Subsystem is not started.

Remarks

Monitoring cannot be started when it’s disabled, nor can it be disabled when it’s started.

Requirements

Minimum supported version Header Library

wRTOS 1.0 SDK

RtfwApi.h

RtfwApi.lib

See Also: