SickThread.cpp
Go to the documentation of this file.
1 //
2 // SickThread.cpp
3 //
4 
5 #include "SickThread.hpp"
6 
7 void* wrapper_prerun(void* state)
8 {
9  reinterpret_cast<ThreadWrapperBase*>(state)->thread_entry();
10  return 0;
11 }
12 
13 
void * wrapper_prerun(void *state)
Definition: SickThread.cpp:7


libsick_ldmrs
Author(s): SICK AG , Martin Günther , Jochen Sprickerhof
autogenerated on Mon Oct 26 2020 03:27:30