MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / getChannelizerType

Method getChannelizerType

src/CubicSDR.cpp:709–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707}
708
709SDRPostThreadChannelizerType CubicSDR::getChannelizerType() {
710
711 if (sdrPostThread && !sdrPostThread->isTerminated()) {
712 return sdrPostThread->getChannelizerType();
713 }
714
715 return SDRPostThreadChannelizerType::SDRPostPFBCH;
716}
717
718long long CubicSDR::getFrequency() {
719 return frequency;

Callers

nothing calls this directly

Calls 1

isTerminatedMethod · 0.45

Tested by

no test coverage detected