From 2ef7d2bdf1ca4a6b9ee207e4a43f3116f55c0274 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Tue, 9 May 2017 19:23:52 -0300 Subject: Several solutions implemented --- Project/Gain.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/Gain.h') diff --git a/Project/Gain.h b/Project/Gain.h index 8844372..b2552fc 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); protected: double m_value = 1.0; -- cgit