#include "sick_scan/sick_scan_base.h"#include <thread>#include "sick_scan/tcp/BasicDatatypes.hpp"#include "sick_scan/sick_ros_wrapper.h"#include <unistd.h>

Go to the source code of this file.
Classes | |
| class | SickThread< T, M > |
| Wrapper class for posix threads. More... | |
| class | ThreadWrapperBase |
Macros | |
| #define | SICKTHREAD_HPP |
Functions | |
| void * | wrapper_prerun (void *) |
| #define SICKTHREAD_HPP |
Definition at line 6 of file SickThread.hpp.
| void* wrapper_prerun | ( | void * | ) |
Definition at line 7 of file SickThread.cpp.