FlightGear next
|
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 () |
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
|
inlinestatic |