#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 745 of file tunerstudio.cpp.
745 {
747
748
750 return;
751 }
752
753
754 while (true) {
757 } else {
759 }
760 }
761}
virtual TsChannelBase * setupChannel()=0
void onDataArrived(bool valid)
static int tsProcessOne(TsChannelBase *tsChannel)
The documentation for this class was generated from the following files: