8 #ifndef INTERFACES_POTENTIOMETER_H
9 #define INTERFACES_POTENTIOMETER_H
11 #include "PIDSource.h"
25 virtual double Get()
const = 0;
virtual void SetPIDSourceType(PIDSourceType pidSource) override
Set which parameter you are using as a process control variable.
Definition: Potentiometer.cpp:11
Interface for potentiometers.
Definition: Potentiometer.h:16
PIDSource interface is a generic sensor source for the PID class.
Definition: PIDSource.h:18
virtual double Get() const =0
Common interface for getting the current value of a potentiometer.