![]() |
EEROS
1.0.0.0
API for the EEROS Real-Time Robotics Framework
|
#include <Thread.hpp>


Public Member Functions | |
| Thread () | |
| virtual | ~Thread () |
| virtual std::string | getId () const |
| virtual void | join () |
Protected Member Functions | |
| Thread (std::function< void()> t) | |
| virtual void | run () |
Protected Attributes | |
| std::thread | t |
| eeros::logger::Logger | log |
| Thread::Thread | ( | ) |
|
virtual |
|
protected |
|
virtual |
|
virtual |
|
protectedvirtual |
|
protected |
|
protected |