Home
last modified time | relevance | path

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

/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/
H A Dcommradio.cxx490 std::string _soundPrefix; member in Instrumentation::CommRadioImpl
505 _soundPrefix = name() + "_" + std::to_string(number()) + "_"; in CommRadioImpl()
677 const string noiseRef = _soundPrefix + "_noise"; in updateAudio()
678 const string atisRef = _soundPrefix + "_atis"; in updateAudio()
718 _sampleGroup->remove(_soundPrefix + "_noise"); in stopAudio()
719 _sampleGroup->remove(_soundPrefix + "_atis"); in stopAudio()