|
Peritoneal Dialysis Capstone
Controlling catheter for peritoneal dialysis
|
An analog input interface. More...
#include <IInput.h>

Public Member Functions | |
| virtual | ~IInput ()=default |
| virtual float | getValue ()=0 |
| Samples this input. | |
An analog input interface.
Mainly exists so that PotentiometerInput can be mocked in unit tests.
|
virtualdefault |
|
pure virtual |
Samples this input.
Implemented in PotentiometerInput.