|
FlightGear next
|
Classes | |
| class | AnalogComponent |
| Base class for analog autopilot components. More... | |
| class | Autopilot |
| A SGSubsystemGroup implementation to serve as a collection of Components. More... | |
| class | ClockedFlipFlopImplementation |
| Base class for clocked flip flop implementation. More... | |
| class | CoherentNoiseFilterImplementation |
| class | Component |
| Base class for other autopilot components. More... | |
| class | CreateAndConfigureFunctor |
| class | DampedOscillationFilterImplementation |
| class | DerivativeFilterImplementation |
| class | DFlipFlopImplementation |
| Implements a D (delay) flip flop. More... | |
| class | DigitalComponent |
| Base class for digital autopilot components. More... | |
| class | DigitalFilter |
| brief@ DigitalFilter - a selection of digital filters More... | |
| class | DigitalFilterImplementation |
| class | DigitalOutput |
| Models a digital output bound to a property. More... | |
| class | ExponentialFilterImplementation |
| class | FlipFlop |
| A simple flipflop implementation. More... | |
| class | FlipFlopImplementation |
| Interface for a flip flop implementation. More... | |
| class | FunctorBase |
| class | GainFilterImplementation |
| class | HighPassFilterImplementation |
| class | IntegratorFilterImplementation |
| class | JKFlipFlopImplementation |
| Implements a JK flip flop as a clocked flip flop. More... | |
| class | LeadLagFilterImplementation |
| class | Logic |
| A simple logic class writing <condition> to a property. More... | |
| class | MonoFlopImplementation |
| Implements a monostable flip flop. More... | |
| class | MovingAverageFilterImplementation |
| class | NoiseSpikeFilterImplementation |
| class | PIDController |
| Roy Ovesen's PID controller. More... | |
| class | PISimpleController |
| A simplistic P [ + I ] PI controller. More... | |
| class | Predictor |
| Simple moving average filter converts input value to predicted value "seconds". More... | |
| class | RateLimitFilterImplementation |
| class | ReciprocalFilterImplementation |
| class | RSFlipFlopImplementation |
| Flip flop implementation for a RS flip flop with dominant RESET. More... | |
| class | SRFlipFlopImplementation |
| Flip flop implementation for a RS flip flop with dominant SET. More... | |
| class | TFlipFlopImplementation |
| Implements a T (toggle) flip flop. More... | |
Typedefs | |
| typedef SGSharedPtr< DigitalOutput > | DigitalOutput_ptr |
| typedef SGSharedPtr<DigitalOutput> FGXMLAutopilot::DigitalOutput_ptr |
Definition at line 82 of file digitalcomponent.hxx.