FlightGear next
TACAN Class Reference

Model a TACAN radio. More...

#include <tacan.hxx>

Inherits SGSubsystem, and SGPropertyChangeListener.

Public Member Functions

 TACAN (SGPropertyNode *node)
 
virtual ~TACAN ()
 
void init () override
 
void reinit () override
 
void update (double delta_time_sec) override
 

Static Public Member Functions

static const char * staticSubsystemClassId ()
 

Detailed Description

Model a TACAN radio.

Input properties:

/position/longitude-deg /position/latitude-deg /position/altitude-ft /heading /systems/electrical/outputs/TACAN /instrumentation/"name"/serviceable /instrumentation/"name"/frequencies/selected-mhz

Output properties:

/instrumentation/"name"/in-range /instrumentation/"name"/indicated-distance-nm /instrumentation/"name"/indicated-ground-speed-kt /instrumentation/"name"/indicated-time-kt

Definition at line 39 of file tacan.hxx.

Constructor & Destructor Documentation

◆ TACAN()

TACAN::TACAN ( SGPropertyNode * node)

Definition at line 49 of file tacan.cxx.

◆ ~TACAN()

TACAN::~TACAN ( )
virtual

Definition at line 64 of file tacan.cxx.

Member Function Documentation

◆ init()

void TACAN::init ( )
override

Definition at line 70 of file tacan.cxx.

◆ reinit()

void TACAN::reinit ( )
override

Definition at line 116 of file tacan.cxx.

◆ staticSubsystemClassId()

static const char * TACAN::staticSubsystemClassId ( )
inlinestatic

Definition at line 52 of file tacan.hxx.

◆ update()

void TACAN::update ( double delta_time_sec)
override

Definition at line 122 of file tacan.cxx.


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