#include <tunerstudio.h>
Definition at line 79 of file tunerstudio.h.
◆ TunerstudioThread()
| TunerstudioThread::TunerstudioThread |
( |
const char * |
name | ) |
|
|
inline |
Definition at line 81 of file tunerstudio.h.
83 {
84 }
A base class for a controller that requires its own thread.
◆ setupChannel()
◆ ThreadTask()
| void TunerstudioThread::ThreadTask |
( |
| ) |
|
|
overridevirtual |
Implements ThreadController< CONNECTIVITY_THREAD_STACK >.
Definition at line 743 of file tunerstudio.cpp.
743 {
745
746
748 return;
749 }
750
751
752 while (true) {
755 } else {
757 }
758 }
759}
virtual TsChannelBase * setupChannel()=0
void onDataArrived(bool valid)
static int tsProcessOne(TsChannelBase *tsChannel)
The documentation for this class was generated from the following files: