S2OPC OPCUA Toolkit
Loading...
Searching...
No Matches
p_sopc_threads.h File Reference

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 Documentation

◆ tPtrFct

typedef void tPtrFct(void *)

Function Documentation

◆ P_THREAD_Init()

SOPC_ReturnStatus P_THREAD_Init ( SOPC_Thread * ptrWks,
tPtrFct * fct,
void * args,
int priority,
const char * taskName )

◆ P_THREAD_Join()

SOPC_ReturnStatus P_THREAD_Join ( SOPC_Thread p)

◆ P_THREAD_Sleep()

void P_THREAD_Sleep ( uint32_t milliseconds)