Project
Loading...
Searching...
No Matches
qThreadParam Class Reference

#include <threadserver.h>

Inherited by qThreadParamCls< S >.

Public Member Functions

 qThreadParam ()
 
 ~qThreadParam ()
 
bool WaitForTask ()
 

Public Attributes

int32_t threadNum
 

Protected Attributes

int32_t pinCPU
 
qSem threadMutex [2]
 
volatile bool terminate
 

Friends

template<class S , class T >
class qThreadCls
 

Detailed Description

Definition at line 34 of file threadserver.h.

Constructor & Destructor Documentation

◆ qThreadParam()

qThreadParam::qThreadParam ( )
inline

Definition at line 40 of file threadserver.h.

◆ ~qThreadParam()

qThreadParam::~qThreadParam ( )
inline

Definition at line 49 of file threadserver.h.

Member Function Documentation

◆ WaitForTask()

bool qThreadParam::WaitForTask ( )
inline

Definition at line 56 of file threadserver.h.

Friends And Related Symbol Documentation

◆ qThreadCls

template<class S , class T >
friend class qThreadCls
friend

Definition at line 37 of file threadserver.h.

Member Data Documentation

◆ pinCPU

int32_t qThreadParam::pinCPU
protected

Definition at line 66 of file threadserver.h.

◆ terminate

volatile bool qThreadParam::terminate
protected

Definition at line 68 of file threadserver.h.

◆ threadMutex

qSem qThreadParam::threadMutex[2]
protected

Definition at line 67 of file threadserver.h.

◆ threadNum

int32_t qThreadParam::threadNum

Definition at line 63 of file threadserver.h.


The documentation for this class was generated from the following file: