Peritoneal Dialysis Capstone
Controlling catheter for peritoneal dialysis
Loading...
Searching...
No Matches
IInput.h
Go to the documentation of this file.
1
4
5
#ifndef IINPUT_H
6
#define IINPUT_H
7
13
class
IInput
{
14
public
:
15
virtual
~IInput
() =
default
;
16
23
virtual
float
getValue
() = 0;
24
};
25
26
#endif
// IINPUT_H
IInput
An analog input interface.
Definition
IInput.h:13
IInput::~IInput
virtual ~IInput()=default
IInput::getValue
virtual float getValue()=0
Samples this input.
lib
Input
IInput.h
Generated by
1.16.1