|
FlightGear next
|
Inherits Instrumentation::NavRadioComponent.
Public Member Functions | |
| GS (SGPropertyNode_ptr rootNode) | |
| virtual | ~GS () |
| virtual void | update (double dt, const SGGeod &aircraftPosition) |
| virtual void | search (double frequency, const SGGeod &aircraftPosition) |
| virtual void | display (NavIndicator &navIndicator) |
| virtual double | getRange_nm (const SGGeod &aircraftPosition) |
Public Member Functions inherited from Instrumentation::NavRadioComponent | |
| NavRadioComponent (const std::string &name, SGPropertyNode_ptr rootNode) | |
| virtual | ~NavRadioComponent () |
| virtual bool | valid () const |
| virtual const std::string | getIdent () const |
Protected Member Functions | |
| virtual FGNavList::TypeFilter * | getNavaidFilter () |
Protected Member Functions inherited from Instrumentation::NavRadioComponent | |
| virtual double | computeSignalQuality_norm (const SGGeod &aircraftPosition) |
Additional Inherited Members | |
Static Protected Member Functions inherited from Instrumentation::NavRadioComponent | |
| static double | sawtooth (double xx) |
Protected Attributes inherited from Instrumentation::NavRadioComponent | |
| 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 624 of file newnavradio.cxx.
| Instrumentation::GS::GS | ( | SGPropertyNode_ptr | rootNode | ) |
Definition at line 689 of file newnavradio.cxx.
|
virtual |
Definition at line 698 of file newnavradio.cxx.
|
virtual |
Implements Instrumentation::NavRadioComponent.
Definition at line 794 of file newnavradio.cxx.
|
protectedvirtual |
Implements Instrumentation::NavRadioComponent.
Definition at line 702 of file newnavradio.cxx.
|
virtual |
Reimplemented from Instrumentation::NavRadioComponent.
Definition at line 708 of file newnavradio.cxx.
|
virtual |
Reimplemented from Instrumentation::NavRadioComponent.
Definition at line 738 of file newnavradio.cxx.
|
virtual |
Reimplemented from Instrumentation::NavRadioComponent.
Definition at line 759 of file newnavradio.cxx.