41#include "models/FGFCS.h"
51FGGyro::FGGyro(FGFCS* fcs, Element* element) : FGSensor(fcs, element),
52 FGSensorOrientation(element)
54 Propagate = fcs->GetExec()->GetPropagate();
68bool FGGyro::Run(
void )
73 Rates = Propagate->GetPQRi();
80 ProcessSensorSignal();
106void FGGyro::Debug(
int from)
108 string ax[4] = {
"none",
"X",
"Y",
"Z"};
110 if (debug_lvl <= 0)
return;
114 cout <<
" Axis: " << ax[axis] << endl;
117 if (debug_lvl & 2 ) {
118 if (from == 0) cout <<
"Instantiated: FGGyro" << endl;
119 if (from == 1) cout <<
"Destroyed: FGGyro" << endl;
121 if (debug_lvl & 4 ) {
123 if (debug_lvl & 8 ) {
125 if (debug_lvl & 16) {
127 if (debug_lvl & 64) {