diff options
Diffstat (limited to 'Project/Gain.h')
-rw-r--r-- | Project/Gain.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/Gain.h b/Project/Gain.h index 8844372..bb9c3ce 100644 --- a/Project/Gain.h +++ b/Project/Gain.h @@ -24,6 +24,8 @@ class Gain : public ControlElement virtual void SetValue(double value); virtual double GetValue() const { return m_value; } virtual void UpdatePoints(); + + virtual bool Solve(double input, double timeStep); protected: double m_value = 1.0; |