|
World of Rigid Bodies (WoRB)
|
Implementation of platform dependent functions (like Pause()). More...
#include <unistd.h>#include <cstdarg>#include <cstdio>#include <cstdlib>
Go to the source code of this file.
Namespaces | |
| namespace | WoRB |
Functions | |
| void | WoRB::Pause (unsigned long ms) |
| Pauses execution for the given amount of milliseconds. | |
| void | WoRB::Printf (const char *format,...) |
| User defined ANSI C printf-style output routine. | |
| void | WoRB::glutForegroundWindow () |
| Brings the current GLUT window to the foreground. | |
| void | WoRB::OnGlutError (const char *format, va_list args) |
| void | WoRB::OnGlutWarning (const char *format, va_list args) |
| void | WoRB::SevereError (const char *errorId, const char *format,...) |
| Reports a severe error (with errorId compatible with MATLAB) and quits. | |
Implementation of platform dependent functions (like Pause()).
Definition in file Platform.cpp.