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

#include <InterruptThread.h>

Inheritance diagram for tcInterruptThread:
Collaboration diagram for tcInterruptThread:

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
 

Constructor & Destructor Documentation

◆ tcInterruptThread()

tcInterruptThread::tcInterruptThread ( std::string  asFile)

◆ ~tcInterruptThread()

tcInterruptThread::~tcInterruptThread ( )
virtual

Member Function Documentation

◆ run()

void * tcInterruptThread::run ( )
virtual

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

Returns
the return value when the Thread exits.

Implements tcThread.


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