Critical Link MityCam SoC Firmware  1.0
Critical Link MityCam SoC Firmware
tcUIThread Class Reference

This class forms the user input thread for the menu. More...

#include <tcCommandExecutiveBase.h>

Inheritance diagram for tcUIThread:
Collaboration diagram for tcUIThread:

Public Member Functions

 tcUIThread (tcCommandExecutiveBase *exec)
 
void * run ()
 
- Public Member Functions inherited from tcThread
 tcThread ()
 
virtual ~tcThread ()
 
void join ()
 
virtual void start ()
 
virtual void stop ()
 

Protected Attributes

tcCommandExecutiveBasem_exec
 
- Protected Attributes inherited from tcThread
bool mbKillThread
 

Additional Inherited Members

- Static Public Attributes inherited from tcThread
static const int HIGHEST_PRIORITY = -2
 
static const int HIGH_PRIORITY = -1
 
static const int NORMAL_PRIORITY = 0
 
static const int LOW_PRIORITY = 1
 
static const int LOWEST_PRIORITY = 2
 
- Protected Member Functions inherited from tcThread
void setPriority (int anRelativePriority)
 

Detailed Description

This class forms the user input thread for the menu.

Constructor & Destructor Documentation

◆ tcUIThread()

tcUIThread::tcUIThread ( tcCommandExecutiveBase exec)
inline

Member Function Documentation

◆ run()

void* tcUIThread::run ( )
inlinevirtual

Subclassers implement the run loop of the thread in this method.

Returns
the return value when the Thread exits.

Implements tcThread.

Member Data Documentation

◆ m_exec

tcCommandExecutiveBase* tcUIThread::m_exec
protected

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