Navigation and Viewing Framework
Configurable navigation and viewing setups for various display types in the VR lab
|
Contains functions for console inputs and outputs. More...
Namespaces | |
lib-server.ConsoleIO | |
Functions | |
def | lib-server.ConsoleIO.print_warning |
Prints a colored warning message on the console. More... | |
def | lib-server.ConsoleIO.print_error |
Prints a colored error message on the console and ends the application optionally. More... | |
def | lib-server.ConsoleIO.print_message |
Prints a colored information message on the console. More... | |
def | lib-server.ConsoleIO.print_headline |
Prints a colored headline on the console. More... | |
def | lib-server.ConsoleIO.print_subheadline |
Prints a subheadline on the console. More... | |
def | lib-server.ConsoleIO.get_calling_filename |
Gets the filename from which one of the print functions was called. More... | |
Variables | |
string | lib-server.ConsoleIO.color_reset = '\033[0m' |
string | lib-server.ConsoleIO.color_warning = '\033[1;93m' |
string | lib-server.ConsoleIO.color_error = '\033[1;91m' |
string | lib-server.ConsoleIO.color_message = '\033[1;92m' |
string | lib-server.ConsoleIO.color_headline = '\033[1;94m' |
Contains functions for console inputs and outputs.