Orxonox
0.0.5 Codename: Arcturus
|
Implementation of three sleep functions.More...
Namespaces | |
orxonox | |
Die Wagnis Klasse hat die folgenden Aufgaben: | |
Functions | |
void | orxonox::msleep (unsigned long milliseconds) |
Makes the thread sleep for a few milliseconds. More... | |
void | orxonox::sleep (unsigned long seconds) |
Makes the thread sleep for a few seconds. More... | |
void | orxonox::usleep (unsigned long microseconds) |
Makes the thread sleep for a few microseconds. More... | |
Implementation of three sleep functions.