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);
None.
An implicit call to OpenRtConsole is made when the first write to the console is made from an INtime application.
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 6.0 | intime/rt/include/rtbase.h | rt.h | rt.lib |