FlightGear next
InstVerticalSpeedIndicator Class Reference

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 ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ InstVerticalSpeedIndicator()

InstVerticalSpeedIndicator::InstVerticalSpeedIndicator ( SGPropertyNode * node)

Definition at line 138 of file inst_vertical_speed_indicator.cxx.

◆ ~InstVerticalSpeedIndicator()

InstVerticalSpeedIndicator::~InstVerticalSpeedIndicator ( )
virtual

Definition at line 156 of file inst_vertical_speed_indicator.cxx.

Member Function Documentation

◆ init()

void InstVerticalSpeedIndicator::init ( )
override

Definition at line 163 of file inst_vertical_speed_indicator.cxx.

◆ reinit()

void InstVerticalSpeedIndicator::reinit ( )
override

Definition at line 188 of file inst_vertical_speed_indicator.cxx.

◆ staticSubsystemClassId()

static const char * InstVerticalSpeedIndicator::staticSubsystemClassId ( )
inlinestatic

Definition at line 64 of file inst_vertical_speed_indicator.hxx.

◆ update()

void InstVerticalSpeedIndicator::update ( double dt)
override

Definition at line 197 of file inst_vertical_speed_indicator.cxx.


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