MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / DemodServiceLoopAdapter

Function DemodServiceLoopAdapter

TransceiverRAD1/Transceiver.cpp:901–908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

899}
900
901void *DemodServiceLoopAdapter(Demodulator *demodulator)
902{
903 while(1) {
904 demodulator->driveDemod(false);
905 pthread_testcancel();
906 }
907 return NULL;
908}
909
910void *TransmitPriorityQueueServiceLoopAdapter(ThreadStruct *ts)
911{

Callers

nothing calls this directly

Calls 1

driveDemodMethod · 0.80

Tested by

no test coverage detected