Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
|
This class forms the user input thread for the menu. More...
#include <tcCommandExecutiveBase.h>
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 | |
tcCommandExecutiveBase * | m_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) |
This class forms the user input thread for the menu.
|
inline |
|
inlinevirtual |
Subclassers implement the run loop of the thread in this method.
Implements tcThread.
|
protected |