FlightGear next
|
#include <marker_beacon.hxx>
Inherits AbstractInstrument, and SGPropertyChangeListener.
Public Types | |
enum | fgMkrBeacType { NOBEACON = 0 , INNER , MIDDLE , OUTER } |
Public Member Functions | |
FGMarkerBeacon (SGPropertyNode *node) | |
~FGMarkerBeacon () | |
void | bind () override |
void | init () override |
void | reinit () override |
void | unbind () override |
void | update (double dt) override |
void | search () |
void | valueChanged (SGPropertyNode *val) override |
Static Public Member Functions | |
static const char * | staticSubsystemClassId () |
Additional Inherited Members | |
![]() | |
void | readConfig (SGPropertyNode *config, std::string defaultName) |
void | initServicePowerProperties (SGPropertyNode *node) |
bool | isServiceableAndPowered () const |
std::string | nodePath () const |
std::string | name () const |
int | number () const |
void | unbind () override |
void | setMinimumSupplyVolts (double v) |
void | setDefaultPowerSupplyPath (const std::string &p) |
specify the default path to use to power the instrument, if it's non- standard. | |
virtual bool | isPowerSwitchOn () const |
Definition at line 37 of file marker_beacon.hxx.
Enumerator | |
---|---|
NOBEACON | |
INNER | |
MIDDLE | |
OUTER |
Definition at line 41 of file marker_beacon.hxx.
FGMarkerBeacon::FGMarkerBeacon | ( | SGPropertyNode * | node | ) |
Definition at line 70 of file marker_beacon.cxx.
FGMarkerBeacon::~FGMarkerBeacon | ( | ) |
Definition at line 87 of file marker_beacon.cxx.
|
override |
Definition at line 128 of file marker_beacon.cxx.
|
override |
Definition at line 93 of file marker_beacon.cxx.
|
override |
Definition at line 120 of file marker_beacon.cxx.
void FGMarkerBeacon::search | ( | ) |
Definition at line 294 of file marker_beacon.cxx.
|
inlinestatic |
Definition at line 59 of file marker_beacon.hxx.
|
override |
Definition at line 139 of file marker_beacon.cxx.
|
override |
Definition at line 158 of file marker_beacon.cxx.
|
override |
Definition at line 395 of file marker_beacon.cxx.