FlightGear next
|
Model an instantaneous VSI tied to the external pressure. More...
#include <inst_vertical_speed_indicator.hxx>
Inherits SGSubsystem.
Public Member Functions | |
InstVerticalSpeedIndicator (SGPropertyNode *node) | |
virtual | ~InstVerticalSpeedIndicator () |
void | init () override |
void | reinit () override |
void | update (double dt) override |
Static Public Member Functions | |
static const char * | staticSubsystemClassId () |
Model an instantaneous VSI tied to the external pressure.
Input properties:
/instrumentation/inst-vertical-speed-indicator/serviceable /environment/pressure-inhg /environment/pressure-sea-level-inhg /sim/freeze/master
Output properties:
/instrumentation/inst-vertical-speed-indicator/indicated-speed-fps /instrumentation/inst-vertical-speed-indicator/indicated-speed-fpm
Definition at line 52 of file inst_vertical_speed_indicator.hxx.
InstVerticalSpeedIndicator::InstVerticalSpeedIndicator | ( | SGPropertyNode * | node | ) |
Definition at line 138 of file inst_vertical_speed_indicator.cxx.
|
virtual |
Definition at line 156 of file inst_vertical_speed_indicator.cxx.
|
override |
Definition at line 163 of file inst_vertical_speed_indicator.cxx.
|
override |
Definition at line 188 of file inst_vertical_speed_indicator.cxx.
|
inlinestatic |
Definition at line 64 of file inst_vertical_speed_indicator.hxx.
|
override |
Definition at line 197 of file inst_vertical_speed_indicator.cxx.