36 SGSharedPtr<class DigitalFilterImplementation> _implementation;
46 const std::string& cfg_name,
47 SGPropertyNode& prop_root )
override;
48 void update(
bool firstTime,
double dt)
override;
59 virtual bool configure( SGPropertyNode& prop_root,
60 SGPropertyNode& cfg );
AnalogComponent()
A constructor for an analog component.
static const char * staticSubsystemClassId()
bool configure(SGPropertyNode &cfg_node, const std::string &cfg_name, SGPropertyNode &prop_root) override
This method configures this analog component from a property node.
void update(bool firstTime, double dt) override
pure virtual function to be implemented by the derived classes.
InitializeTo _initializeTo