Home
last modified time | relevance | path

Searched defs:freqKhz (Results 1 – 8 of 8) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/uan/model/
H A Duan-prop-model-thorp.cc77 UanPropModelThorp::GetAttenDbKyd (double freqKhz) in GetAttenDbKyd()
84 UanPropModelThorp::GetAttenDbKm (double freqKhz) in GetAttenDbKm()
/dports/games/flightgear/flightgear-2020.3.11/src/ATC/
H A DCommStation.cxx33 CommStation::findByFreq(int freqKhz, const SGGeod& pos, FGPositioned::Filter* filt) in findByFreq()
/dports/misc/mnn/MNN-1.2.0/tools/cpp/
H A DgetPerformance.cpp63 int freqKhz = -1; in getFreqKhz() local
/dports/games/flightgear/flightgear-2020.3.11/src/Navaids/
H A Dnavlist.cxx192 int freqKhz = static_cast<int>(freq * 100 + 0.5); in findByFreq() local
228 int freqKhz = static_cast<int>(freq * 100 + 0.5); in findByFreq() local
H A DNavDataCache.cxx775 int freqKhz = sqlite3_column_int(loadCommStation, 1); in loadComm() local
2390 NavDataCache::findCommByFreq(int freqKhz, const SGGeod& aPos, FGPositioned::Filter* aFilter) in findCommByFreq()
2422 NavDataCache::findNavaidsByFreq(int freqKhz, const SGGeod& aPos, FGPositioned::Filter* aFilter) in findNavaidsByFreq()
2442 NavDataCache::findNavaidsByFreq(int freqKhz, FGPositioned::Filter* aFilter) in findNavaidsByFreq()
/dports/games/flightgear/flightgear-2020.3.11/utils/fgcom/
H A Dfgcom.cxx341 int freqKhz = 10 * static_cast<int>(freq * 100 + 0.25); in getClosestAirportForFreq() local
/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/
H A Dcommradio.cxx624 int freqKhz = static_cast<int>(_frequency * 1000 + 0.5); in update() local
/dports/games/flightgear/flightgear-2020.3.11/src/Airports/
H A Dapt_loader.cxx709 int freqKhz = std::stoi(token[1]); in parseCommLine() local