Configure and Control (RTFW) API Reference

RTFW is a native DLL that allows C/C++ applications to configure and control the wRTOS Subsystem programmatically. This interface provides similar functionality as the Managed Code Framework.

The configuration functions of this interface get and set configuration values that will be used on the next start of the wRTOS Subsystem. This means that if the Subsystem is running, changes may not take effect until a restart occurs. Considering this, the values you get may not match the values in use by the currently running Subsystem, since they may have already been changed after the Subsystem was started.

Recommendations for using the RTFW library:

Note: RTFW libraries can only be used in Windows applications.

Note: Network functionality was rearchitected for wRTOS 1.0. Network functions in RTX64 4.x and previous versions are incompatible with wRTOS 1.0.

Topics: