FlightGear next
Instrumentation::NavIndicator Class Reference

Public Member Functions

 NavIndicator (SGPropertyNode *rootNode)
 
virtual ~NavIndicator ()
 
void setCDI (double norm)
 set the normalized CDI deflection
 
void setGS (double norm)
 set the normalized GS deflection
 
void setGS (bool enabled)
 
void showFrom (bool on)
 
void showTo (bool on)
 
void setSelectedCourse (double course)
 
double getSelectedCourse () const
 
void setSignalQuality (double signalQuality)
 

Detailed Description

Definition at line 51 of file newnavradio.cxx.

Constructor & Destructor Documentation

◆ NavIndicator()

Instrumentation::NavIndicator::NavIndicator ( SGPropertyNode * rootNode)
inline

Definition at line 53 of file newnavradio.cxx.

◆ ~NavIndicator()

virtual Instrumentation::NavIndicator::~NavIndicator ( )
inlinevirtual

Definition at line 67 of file newnavradio.cxx.

Member Function Documentation

◆ getSelectedCourse()

double Instrumentation::NavIndicator::getSelectedCourse ( ) const
inline

Definition at line 113 of file newnavradio.cxx.

◆ setCDI()

void Instrumentation::NavIndicator::setCDI ( double norm)
inline

set the normalized CDI deflection

Parameters
normthe cdi deflection normalized [-1..1]

Definition at line 73 of file newnavradio.cxx.

◆ setGS() [1/2]

void Instrumentation::NavIndicator::setGS ( bool enabled)
inline

Definition at line 90 of file newnavradio.cxx.

◆ setGS() [2/2]

void Instrumentation::NavIndicator::setGS ( double norm)
inline

set the normalized GS deflection

Parameters
normthe gs deflection normalized to [-1..1]

Definition at line 83 of file newnavradio.cxx.

◆ setSelectedCourse()

void Instrumentation::NavIndicator::setSelectedCourse ( double course)
inline

Definition at line 108 of file newnavradio.cxx.

◆ setSignalQuality()

void Instrumentation::NavIndicator::setSignalQuality ( double signalQuality)
inline

Definition at line 118 of file newnavradio.cxx.

◆ showFrom()

void Instrumentation::NavIndicator::showFrom ( bool on)
inline

Definition at line 98 of file newnavradio.cxx.

◆ showTo()

void Instrumentation::NavIndicator::showTo ( bool on)
inline

Definition at line 103 of file newnavradio.cxx.


The documentation for this class was generated from the following file: