Functions
Thread.cpp File Reference
#include <iostream>
#include "Thread.h"
#include <sstream>
#include "ros/ros.h"
Include dependency graph for Thread.cpp:

Go to the source code of this file.

Functions

void threadWrapper (Thread *instance)

Function Documentation

void threadWrapper ( Thread instance)

Wrapper function that executes the function that should run in a separate thread. This wrapper is necessary on the x86 platform when using the GNU C++ compiler to work around a bug in its code generation (incorrect stack alignment).

Parameters:
instanceA pointer to the Thread-object which run method will be executed when the POSIX-thread is startet

Definition at line 31 of file Thread.cpp.



robbie_architecture
Author(s): Viktor Seib
autogenerated on Mon Oct 6 2014 02:53:09