Home
last modified time | relevance | path

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

/dports/comms/cubicsdr/CubicSDR-0248e5a/src/demod/
H A DDemodulatorInstance.cpp362 std::string currentDemodType = demodulatorPreThread->getDemodType(); in setDemodulatorType() local
363 if ((!currentDemodType.empty()) && (currentDemodType != demod_type_in)) { in setDemodulatorType()
364 lastModemSettings[currentDemodType] = demodulatorPreThread->readModemSettings(); in setDemodulatorType()
365 lastModemBandwidth[currentDemodType] = demodulatorPreThread->getBandwidth(); in setDemodulatorType()
375 …if (!currentDemodType.empty() && lastModemBandwidth.find(demod_type_in) != lastModemBandwidth.end(… in setDemodulatorType()