Orxonox  0.0.5 Codename: Arcturus
Namespaces | Functions
Sleep.h File Reference

Functions declarations to make the current thread sleep.
More...

#include "UtilPrereqs.h"

Go to the source code of this file.

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...
 

Detailed Description

Functions declarations to make the current thread sleep.