Home
last modified time | relevance | path

Searched refs:demod_type_in (Results 1 – 2 of 2) sorted by relevance

/dports/comms/cubicsdr/CubicSDR-0248e5a/src/demod/
H A DDemodulatorInstance.cpp359 void DemodulatorInstance::setDemodulatorType(const std::string& demod_type_in) { in setDemodulatorType() argument
363 if ((!currentDemodType.empty()) && (currentDemodType != demod_type_in)) { in setDemodulatorType()
373 demodulatorPreThread->setDemodType(demod_type_in); in setDemodulatorType()
375 …if (!currentDemodType.empty() && lastModemBandwidth.find(demod_type_in) != lastModemBandwidth.end(… in setDemodulatorType()
376 lastbw = lastModemBandwidth[demod_type_in]; in setDemodulatorType()
379 lastbw = Modem::getModemDefaultSampleRate(demod_type_in); in setDemodulatorType()
H A DDemodulatorInstance.h79 void setDemodulatorType(const std::string& demod_type_in);