FlightGear next
|
Model a non-instantaneous VSI tied to the static port. More...
#include <vertical_speed_indicator.hxx>
Inherits SGSubsystem.
Public Member Functions | |
VerticalSpeedIndicator (SGPropertyNode *node) | |
virtual | ~VerticalSpeedIndicator () |
void | init () override |
void | reinit () override |
void | update (double dt) override |
Static Public Member Functions | |
static const char * | staticSubsystemClassId () |
Model a non-instantaneous VSI tied to the static port.
Input properties:
/instrumentation/"name"/serviceable "static_port"/pressure-inhg
Output properties:
/instrumentation/"name"/indicated-speed-fpm /instrumentation/"name"/indicated-speed-mps /instrumentation/"name"/indicated-speed-kts
Definition at line 38 of file vertical_speed_indicator.hxx.
VerticalSpeedIndicator::VerticalSpeedIndicator | ( | SGPropertyNode * | node | ) |
Definition at line 27 of file vertical_speed_indicator.cxx.
|
virtual |
Definition at line 36 of file vertical_speed_indicator.cxx.
|
override |
Definition at line 41 of file vertical_speed_indicator.cxx.
|
override |
Definition at line 58 of file vertical_speed_indicator.cxx.
|
inlinestatic |
Definition at line 50 of file vertical_speed_indicator.hxx.
|
override |
Definition at line 71 of file vertical_speed_indicator.cxx.