FlightGear next
|
Model a static air system. More...
#include <static.hxx>
Inherits SGSubsystem.
Public Member Functions | |
StaticSystem (SGPropertyNode *node) | |
StaticSystem (int i) | |
virtual | ~StaticSystem () |
void | bind () override |
void | init () override |
void | reinit () override |
void | unbind () override |
void | update (double dt) override |
Static Public Member Functions | |
static const char * | staticSubsystemClassId () |
Model a static air system.
Input properties:
/environment/pressure-inhg /systems/"name"/serviceable /orientation/alpha-deg /orientation/side-slip-rad /velocities/mach
Output properties:
/systems/"name"/pressure-inhg
TODO: support alternate air with errors
Definition at line 36 of file static.hxx.
StaticSystem::StaticSystem | ( | SGPropertyNode * | node | ) |
Definition at line 24 of file static.cxx.
StaticSystem::StaticSystem | ( | int | i | ) |
|
virtual |
Definition at line 34 of file static.cxx.
|
override |
Definition at line 63 of file static.cxx.
|
override |
Definition at line 39 of file static.cxx.
|
override |
Definition at line 56 of file static.cxx.
|
inlinestatic |
Definition at line 51 of file static.hxx.
|
override |
Definition at line 68 of file static.cxx.
|
override |
Definition at line 73 of file static.cxx.