Robot Simulator of the Robotics Group for Self-Organization of Control  0.8.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
qmp_internal Namespace Reference

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

Detailed Description

A namespace for internal data structures.

Function Documentation

void* qmp_internal::threadRoutine ( void *  threadIndex)
inline

The routine to be executed by the threads.

Note: Windows threads require a __stdcall routine.