| 707 | } |
| 708 | |
| 709 | SDRPostThreadChannelizerType CubicSDR::getChannelizerType() { |
| 710 | |
| 711 | if (sdrPostThread && !sdrPostThread->isTerminated()) { |
| 712 | return sdrPostThread->getChannelizerType(); |
| 713 | } |
| 714 | |
| 715 | return SDRPostThreadChannelizerType::SDRPostPFBCH; |
| 716 | } |
| 717 | |
| 718 | long long CubicSDR::getFrequency() { |
| 719 | return frequency; |
nothing calls this directly
no test coverage detected