Home
last modified time | relevance | path

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

/dports/games/flightgear/flightgear-2020.3.11/src/Navaids/
H A Dpositioned.cxx176 {"ground", FREQ_GROUND}, in typeFromName()
199 {"gnd", FREQ_GROUND}, in typeFromName()
253 case FREQ_GROUND: return "ground"; in nameForType()
H A Dpositioned.hxx76 FREQ_GROUND, enumerator
H A DNavDataCache.cxx1070 case FGPositioned::FREQ_GROUND: in loadById()
2397 sqlite3_bind_int(d->findCommByFreq, 2, FGPositioned::FREQ_GROUND); in findCommByFreq()
/dports/games/flightgear/flightgear-2020.3.11/src/Network/
H A Dfgcom.cxx662 } else if( apt->type() == FGPositioned::FREQ_GROUND ) { in getAirportCode()
/dports/games/flightgear/flightgear-2020.3.11/src/Airports/
H A Dapt_loader.cxx756 case 53: ty = FGPositioned::FREQ_GROUND; break; in parseCommLine()
H A Dairport.cxx902 FGPositioned::FREQ_GROUND, in commStations()
/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/KLN89/
H A Dkln89_page_apt.cxx479 case FGPositioned::FREQ_GROUND: in UpdateAirport()