|
FlightGear next
|
Model an electrically-powered master reference gyro. More...
#include <mrg.hxx>
Inherits SGSubsystem.
Public Member Functions | |
| MasterReferenceGyro (SGPropertyNode *node) | |
| MasterReferenceGyro () | |
| virtual | ~MasterReferenceGyro () |
| 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 an electrically-powered master reference gyro.
Input properties:
/instrumentation/"name"/config/tumble-flag /instrumentation/"name"/serviceable /instrumentation/"name"/caged-flag /instrumentation/"name"/tumble-norm /orientation/pitch-deg /orientation/roll-deg
Output properties:
/instrumentation/"name"/indicated-pitch-deg /instrumentation/"name"/indicated-roll-deg /instrumentation/"name"/tumble-norm
| MasterReferenceGyro::MasterReferenceGyro | ( | SGPropertyNode * | node | ) |
| MasterReferenceGyro::MasterReferenceGyro | ( | ) |
|
inlinestatic |