Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
A namespace for internal data structures. More...
Classes | |
class | ParallelTask |
A base class for parallel task classes which are defined by a set of macros. More... | |
class | ParallelTaskManager |
A singleton class to manage parallel code tasks. More... | |
struct | PlatformThreadObjects |
Functions | |
void * | threadRoutine (void *threadIndex) |
The routine to be executed by the threads. More... | |
A namespace for internal data structures.
|
inline |
The routine to be executed by the threads.
Note: Windows threads require a __stdcall routine.