#include <cmwfwthread.h>
Collaboration diagram for cmwfwThread:
Public Methods | |
cmwfwThread (void *(*f)(void *),void *) | |
This is the JTC-implementation of the thread wrapper. | |
~cmwfwThread () | |
This is the JTC-implementation of the thread wrapper. | |
bool | run () |
This is the JTC-implementation of the thread wrapper. | |
bool | kill () |
bool | sendSignal (int) |
void* | requestStop () |
This is the JTC-implementation of the thread wrapper. | |
bool | isRunning () |
This is the JTC-implementation of the thread wrapper. | |
Private Methods | |
void | heaperr (int line) |
Private Attributes | |
bool | running |
void* (* | thr_routine )(void *) |
cmwfwThreadComm | thr_param |
JTCThreadHandle | theThread |
|
This is the JTC-implementation of the thread wrapper.
Definition at line 26 of file cmwfwthread.cc. |
|
This is the JTC-implementation of the thread wrapper.
Definition at line 49 of file cmwfwthread.cc. |
|
|
|
This is the JTC-implementation of the thread wrapper.
Definition at line 104 of file cmwfwthread.cc. |
|
|
|
This is the JTC-implementation of the thread wrapper.
Definition at line 87 of file cmwfwthread.cc. |
|
This is the JTC-implementation of the thread wrapper.
Definition at line 68 of file cmwfwthread.cc. |
|
|
|
Definition at line 32 of file cmwfwthread.h. |
|
Definition at line 35 of file cmwfwthread.h. |
|
Definition at line 34 of file cmwfwthread.h. |
|
|