#include <myahrs_plus.hpp>
|
| void | join () |
| |
| bool | start (void *(*thread_proc)(void *), void *arg, size_t stack_size=16 *1024) |
| |
| | Thread () |
| |
Definition at line 550 of file myahrs_plus.hpp.
| WithRobot::Platform::Thread::Thread |
( |
| ) |
|
|
inline |
| void WithRobot::Platform::Thread::join |
( |
| ) |
|
|
inline |
| bool WithRobot::Platform::Thread::start |
( |
void *(*)(void *) |
thread_proc, |
|
|
void * |
arg, |
|
|
size_t |
stack_size = 16*1024 |
|
) |
| |
|
inline |
| pthread_t WithRobot::Platform::Thread::thread |
|
private |
The documentation for this class was generated from the following file: