FlightGear next
|
Inherits Instrumentation::NavRadioComponent.
Inherited by Instrumentation::LOC, and Instrumentation::VOR.
Public Member Functions | |
NavRadioComponentWithIdent (const std::string &name, SGPropertyNode_ptr rootNode, AudioIdent *audioIdent) | |
virtual | ~NavRadioComponentWithIdent () |
void | update (double dt, const SGGeod &aircraftPosition) |
![]() | |
NavRadioComponent (const std::string &name, SGPropertyNode_ptr rootNode) | |
virtual | ~NavRadioComponent () |
virtual void | search (double frequency, const SGGeod &aircraftPosition) |
virtual double | getRange_nm (const SGGeod &aircraftPosition) |
virtual void | display (NavIndicator &navIndicator)=0 |
virtual bool | valid () const |
virtual const std::string | getIdent () const |
Static Protected Member Functions | |
static std::string | getIdentString (const std::string &name, int index) |
![]() | |
static double | sawtooth (double xx) |
Additional Inherited Members | |
![]() | |
virtual double | computeSignalQuality_norm (const SGGeod &aircraftPosition) |
virtual FGNavList::TypeFilter * | getNavaidFilter ()=0 |
![]() | |
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 182 of file newnavradio.cxx.
Instrumentation::NavRadioComponentWithIdent::NavRadioComponentWithIdent | ( | const std::string & | name, |
SGPropertyNode_ptr | rootNode, | ||
AudioIdent * | audioIdent ) |
Definition at line 202 of file newnavradio.cxx.
|
virtual |
Definition at line 211 of file newnavradio.cxx.
|
staticprotected |
Definition at line 195 of file newnavradio.cxx.
|
virtual |
Reimplemented from Instrumentation::NavRadioComponent.
Reimplemented in Instrumentation::VOR.
Definition at line 216 of file newnavradio.cxx.