33#ifndef FGACCELEROMETER_H
34#define FGACCELEROMETER_H
42#include "FGSensorOrientation.h"
137 bool Run (
void)
override;
140 std::shared_ptr<FGPropagate> Propagate;
141 std::shared_ptr<FGAccelerations> Accelerations;
142 std::shared_ptr<FGMassBalance> MassBalance;
147 void Debug(
int from)
override;
Encapsulates a Accelerometer component for the flight control system.
This class implements a 3 element column vector.
Encapsulates the Flight Control System (FCS) functionality.
Encapsulates a SensorOrientation capability for a sensor.
Encapsulates a Sensor component for the flight control system.