Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
|
#include <InterruptThread.h>
Public Member Functions | |
tcInterruptThread (std::string asFile) | |
virtual | ~tcInterruptThread () |
virtual void * | run () |
Public Member Functions inherited from tcThread | |
tcThread () | |
virtual | ~tcThread () |
void | join () |
virtual void | start () |
virtual void | stop () |
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) |
Protected Attributes inherited from tcThread | |
bool | mbKillThread |
tcInterruptThread::tcInterruptThread | ( | std::string | asFile | ) |
|
virtual |
|
virtual |
Subclassers implement the run loop of the thread in this method.
Implements tcThread.