FlightGear next
PitotSystem Class Reference

Model a pitot air system. More...

#include <pitot.hxx>

Inherits SGSubsystem.

Public Member Functions

 PitotSystem (SGPropertyNode *node)
 
virtual ~PitotSystem ()
 
void bind () override
 
void init () override
 
void unbind () override
 
void update (double dt) override
 

Static Public Member Functions

static const char * staticSubsystemClassId ()
 

Detailed Description

Model a pitot air system.

The output is the sum of static and dynamic pressure (not just the dynamic pressure).

Input properties:

/systems/"name"/serviceable /environment/pressure-inhg /velocities/mach

Output properties:

/systems/"name"/total-pressure-inhg /systems/"name"/measured-total-pressure-inhg

Definition at line 39 of file pitot.hxx.

Constructor & Destructor Documentation

◆ PitotSystem()

PitotSystem::PitotSystem ( SGPropertyNode * node)

Definition at line 21 of file pitot.cxx.

◆ ~PitotSystem()

PitotSystem::~PitotSystem ( )
virtual

Definition at line 30 of file pitot.cxx.

Member Function Documentation

◆ bind()

void PitotSystem::bind ( )
override

Definition at line 54 of file pitot.cxx.

◆ init()

void PitotSystem::init ( )
override

Definition at line 35 of file pitot.cxx.

◆ staticSubsystemClassId()

static const char * PitotSystem::staticSubsystemClassId ( )
inlinestatic

Definition at line 52 of file pitot.hxx.

◆ unbind()

void PitotSystem::unbind ( )
override

Definition at line 59 of file pitot.cxx.

◆ update()

void PitotSystem::update ( double dt)
override

Definition at line 64 of file pitot.cxx.


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