Critical Link MityCam SoC Firmware  1.0
Critical Link MityCam SoC Firmware
TempMonitorJob.h
Go to the documentation of this file.
1 #ifndef TEMPMONITORJOB_H
2 #define TEMPMONITORJOB_H
3 
4 #include "Job.h"
5 
6 class tcTempMonitorJob : public tcJob
7 {
8 public:
10 
11  // tcJob interface
12 public:
13  int execute();
14 };
15 
16 #endif // TEMPMONITORJOB_H
Job.h
tcTempMonitorJob
Definition: TempMonitorJob.h:6
tcTempMonitorJob::execute
int execute()
run the job
Definition: TempMonitorJob.cpp:9
tcJob
The tcJob class is the base class for jobs that get added to the tcPeriodicJobThread.
Definition: Job.h:14
tcTempMonitorJob::tcTempMonitorJob
tcTempMonitorJob()
Definition: TempMonitorJob.cpp:3