mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-08-26 21:55:21 -04:00
Minor tweaks and cleanup
- add functions to access SDRPostThread
This commit is contained in:
@@ -377,6 +377,10 @@ DemodulatorMgr &CubicSDR::getDemodMgr() {
|
||||
return demodMgr;
|
||||
}
|
||||
|
||||
SDRPostThread *CubicSDR::getSDRPostThread() {
|
||||
return sdrPostThread;
|
||||
}
|
||||
|
||||
void CubicSDR::bindDemodulator(DemodulatorInstance *demod) {
|
||||
if (!demod) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user