This method creates a thread.
Signaturevirtual OMOSThread* createOMOSThread (void tfunc(void *),
void *param, const char* const threadName = NULL,
const long stackSize = OMOSThread::DefaultStackSize)
= 0;
Parameterstfunc
The thread function
param
The parameters for tfunc
threadName
The name of the thread
stackSize
The stack size