![]() |
libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
#include <moThread.h>
Public Member Functions | |
| moThread () | |
| virtual | ~moThread () |
| bool | CreateThread () |
| bool | KillThread () |
| bool | ThreadExists () |
| bool | SendThreadMessage (int message) |
Definition at line 54 of file moThread.h.
| moThread::moThread | ( | ) |
Definition at line 34 of file moThread.cpp.
|
virtual |
Definition at line 38 of file moThread.cpp.
| bool moThread::CreateThread | ( | ) |
Definition at line 43 of file moThread.cpp.
| bool moThread::KillThread | ( | ) |
Definition at line 59 of file moThread.cpp.
| bool moThread::SendThreadMessage | ( | int | message | ) |
Definition at line 79 of file moThread.cpp.
| bool moThread::ThreadExists | ( | ) |
Definition at line 75 of file moThread.cpp.