| 899 | } |
| 900 | |
| 901 | void *DemodServiceLoopAdapter(Demodulator *demodulator) |
| 902 | { |
| 903 | while(1) { |
| 904 | demodulator->driveDemod(false); |
| 905 | pthread_testcancel(); |
| 906 | } |
| 907 | return NULL; |
| 908 | } |
| 909 | |
| 910 | void *TransmitPriorityQueueServiceLoopAdapter(ThreadStruct *ts) |
| 911 | { |
nothing calls this directly
no test coverage detected