FlightGear next
|
Inherits Instrumentation::NavRadioComponentWithIdent.
Public Member Functions | |
VOR (SGPropertyNode_ptr rootNode) | |
virtual | ~VOR () |
virtual void | update (double dt, const SGGeod &aircraftPosition) |
virtual void | display (NavIndicator &navIndicator) |
virtual double | getRange_nm (const SGGeod &aircraftPosition) |
![]() | |
NavRadioComponentWithIdent (const std::string &name, SGPropertyNode_ptr rootNode, AudioIdent *audioIdent) | |
virtual | ~NavRadioComponentWithIdent () |
![]() | |
NavRadioComponent (const std::string &name, SGPropertyNode_ptr rootNode) | |
virtual | ~NavRadioComponent () |
virtual void | search (double frequency, const SGGeod &aircraftPosition) |
virtual bool | valid () const |
virtual const std::string | getIdent () const |
Protected Member Functions | |
virtual double | computeSignalQuality_norm (const SGGeod &aircraftPosition) |
virtual FGNavList::TypeFilter * | getNavaidFilter () |
Additional Inherited Members | |
![]() | |
static std::string | getIdentString (const std::string &name, int index) |
![]() | |
static double | sawtooth (double xx) |
![]() | |
SGPropertyNode_ptr | _rootNode |
const std::string | _name |
FGNavRecord * | _navRecord |
PropertyObject< bool > | _serviceable |
PropertyObject< double > | _signalQuality_norm |
PropertyObject< double > | _trueBearingTo_deg |
PropertyObject< double > | _trueBearingFrom_deg |
PropertyObject< double > | _trackDistance_m |
PropertyObject< double > | _slantDistance_m |
PropertyObject< double > | _heightAboveStation_ft |
PropertyObject< std::string > | _ident |
PropertyObject< bool > | _inRange |
PropertyObject< double > | _range_nm |
Definition at line 320 of file newnavradio.cxx.
Instrumentation::VOR::VOR | ( | SGPropertyNode_ptr | rootNode | ) |
Definition at line 382 of file newnavradio.cxx.
|
virtual |
Definition at line 392 of file newnavradio.cxx.
|
protectedvirtual |
Reimplemented from Instrumentation::NavRadioComponent.
Definition at line 407 of file newnavradio.cxx.
|
virtual |
Implements Instrumentation::NavRadioComponent.
Definition at line 449 of file newnavradio.cxx.
|
protectedvirtual |
Implements Instrumentation::NavRadioComponent.
Definition at line 401 of file newnavradio.cxx.
|
virtual |
Reimplemented from Instrumentation::NavRadioComponent.
Definition at line 396 of file newnavradio.cxx.
|
virtual |
Reimplemented from Instrumentation::NavRadioComponentWithIdent.
Definition at line 424 of file newnavradio.cxx.