S2OPC OPCUA Toolkit
|
Go to the source code of this file.
Typedefs | |
typedef void | tPtrFct(void *) |
Functions | |
SOPC_ReturnStatus | P_THREAD_Init (SOPC_Thread *ptrWks, tPtrFct *fct, void *args, int priority, const char *taskName) |
SOPC_ReturnStatus | P_THREAD_Join (SOPC_Thread p) |
void | P_THREAD_Sleep (uint32_t milliseconds) |
typedef void tPtrFct(void *) |
SOPC_ReturnStatus P_THREAD_Init | ( | SOPC_Thread * | ptrWks, |
tPtrFct * | fct, | ||
void * | args, | ||
int | priority, | ||
const char * | taskName ) |
SOPC_ReturnStatus P_THREAD_Join | ( | SOPC_Thread | p | ) |
void P_THREAD_Sleep | ( | uint32_t | milliseconds | ) |