Home
last modified time | relevance | path

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

/dports/games/flightgear/flightgear-2020.3.11/src/ATC/
H A DATISEncoder.hxx84 virtual std::string getWindMaxDirection( SGPropertyNode_ptr );
H A DATISEncoder.cxx129 handlerMap.insert( std::make_pair( "wind-to", &ATISEncoder::getWindMaxDirection )); in ATISEncoder()
468 string ATISEncoder::getWindMaxDirection( SGPropertyNode_ptr ) in getWindMaxDirection() function in ATISEncoder