INtime SDK Help
OpenRtConsole

Open a system console connection.

On INtime for Windows this call opens a console Window which is dedicated to the current process. The title bar of the console Window contains a message identifying the INtime node and the process which created the console.

On INtime Distributed RTOS this call creates a connection to the system console.

BOOLEAN 
OpenRtConsole(VOID);

Parameters

None.

Remarks

An implicit call to OpenRtConsole is made when the first write to the console is made from an INtime application.

Requirements

Versions Defined in Include Link to
INtime 6.0 intime/rt/include/rtbase.h rt.h rt.lib

See Also