FlightGear next
|
#include "flipflop.hxx"
#include "functor.hxx"
#include <simgear/misc/inputvalue.hxx>
#include <Main/fg_props.hxx>
Go to the source code of this file.
Classes | |
class | FGXMLAutopilot::RSFlipFlopImplementation |
Flip flop implementation for a RS flip flop with dominant RESET. More... | |
class | FGXMLAutopilot::SRFlipFlopImplementation |
Flip flop implementation for a RS flip flop with dominant SET. More... | |
class | FGXMLAutopilot::ClockedFlipFlopImplementation |
Base class for clocked flip flop implementation. More... | |
class | FGXMLAutopilot::JKFlipFlopImplementation |
Implements a JK flip flop as a clocked flip flop. More... | |
class | FGXMLAutopilot::DFlipFlopImplementation |
Implements a D (delay) flip flop. More... | |
class | FGXMLAutopilot::TFlipFlopImplementation |
Implements a T (toggle) flip flop. More... | |
class | FGXMLAutopilot::MonoFlopImplementation |
Implements a monostable flip flop. More... | |
Namespaces | |
namespace | FGXMLAutopilot |
Variables | |
static map< string, FunctorBase< FlipFlopImplementation > * > | componentForge |
SGSubsystemMgr::Registrant< FlipFlop > | registrantFlipFlop |
|
static |
Definition at line 402 of file flipflop.cxx.
SGSubsystemMgr::Registrant<FlipFlop> registrantFlipFlop |
Definition at line 501 of file flipflop.cxx.