Searched refs:demod_type_in (Results 1 – 2 of 2) sorted by relevance
359 void DemodulatorInstance::setDemodulatorType(const std::string& demod_type_in) { in setDemodulatorType() argument363 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()
79 void setDemodulatorType(const std::string& demod_type_in);