| Functions | |
| void | printInConsole (const std::stringstream &strStream) | 
| Variables | |
| simInt | consoleHandle = -1 | 
| bool | ConsoleIsOpen = 0 | 
This namespace contains the function to create and print an external console in V-rep
| void ConsoleHandler::printInConsole | ( | const std::stringstream & | strStream | ) | 
This function print a messagge in the external console. If it is the first message, the console is created.
Definition at line 16 of file ConsoleHandler.cpp.
| simInt ConsoleHandler::consoleHandle = -1 | 
Definition at line 12 of file ConsoleHandler.cpp.
| bool ConsoleHandler::ConsoleIsOpen = 0 | 
Definition at line 11 of file ConsoleHandler.cpp.