Home
last modified time | relevance | path

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

/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/
H A Ddclgps.hxx270 inline bool GetOBSMode() const { return(_obsMode); } in GetOBSMode() function in DCLGPS
H A Ddclgps.cxx244 _tiedProperties.Tie("obs-mode", this, &DCLGPS::GetOBSMode); in bind()