Home
last modified time | relevance | path

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

/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/KLN89/
H A Dkln89_page_apt.cxx350 s = GPSitoa(_kln89->_approachFP->waypoints.size()); in Update()
357 …_kln89->DrawText(_kln89->_approachFP->waypoints[_kln89->_approachFP->waypoints.size()-1]->id, 2, 4… in Update()
362 if(_uLinePos > _kln89->_approachFP->waypoints.size()) { in Update()
627 _kln89->_approachFP->waypoints.clear(); in EntPressed()
631 _kln89->_approachFP->waypoints.push_back(wp); in EntPressed()
643 _kln89->_approachFP->waypoints.push_back(wp); in EntPressed()
648 _maxULinePos = _kln89->_approachFP->waypoints.size() + 1; in EntPressed()
707 _kln89->_approachFP->waypoints.clear(); in EntPressed()
711 _kln89->_approachFP->waypoints.push_back(wp); in EntPressed()
719 _kln89->_approachFP->waypoints.push_back(wp); in EntPressed()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/
H A Ddclgps.hxx490 GPSFlightPlan* _approachFP; // Current approach - not necessarily loaded. member in DCLGPS
H A Ddclgps.cxx219 _approachFP = new GPSFlightPlan; in DCLGPS()
223 delete _approachFP; // Don't need to delete the waypoints inside since they point to in ~DCLGPS()