(SGReferenced doesn't provide it)
protected:
virtual bool configure( const std::string & nodeName, SGPropertyNode_ptr configNode) = 0;
public:
+ virtual ~DigitalFilterImplementation() {}
DigitalFilterImplementation();
virtual void initialize( double output ) {}
virtual double compute( double dt, double input ) = 0;
*/
virtual bool configure( const std::string & nodeName, SGPropertyNode_ptr configNode ) { return false; }
public:
+ virtual ~FlipFlopImplementation() {}
/**
* @brief evaluates the output state from the input lines
* @param dt the elapsed time in seconds from since the last call