#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 741 of file tunerstudio.cpp.
741 {
743
744
746 return;
747 }
748
749
750 while (true) {
753 } else {
755 }
756 }
757}
virtual TsChannelBase * setupChannel()=0
void onDataArrived(bool valid)
static int tsProcessOne(TsChannelBase *tsChannel)
The documentation for this class was generated from the following files: