summaryrefslogtreecommitdiffstats
path: root/Project/RateLimiter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/RateLimiter.h')
-rw-r--r--Project/RateLimiter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/RateLimiter.h b/Project/RateLimiter.h
index b1e669c..49596db 100644
--- a/Project/RateLimiter.h
+++ b/Project/RateLimiter.h
@@ -26,6 +26,8 @@ class RateLimiter : public ControlElement
virtual bool Solve(double input, double timeStep);
+ virtual Element* GetCopy();
+
protected:
double m_upLimit = 5.0;
double m_lowLimit = -5.0;