|
Peritoneal Dialysis Capstone
Controlling catheter for peritoneal dialysis
|
A control channel from one input to one output. More...
#include <Channel.h>

Public Member Functions | |
| Channel (IInput &input, IOutput &output) | |
| void | update () |
| Read from the input and write to the output. | |
| float | getOutputValue () |
| Get the current output value duty cycle (between zero and one). | |
Private Attributes | |
| IInput & | input |
| IOutput & | output |
A control channel from one input to one output.
| float Channel::getOutputValue | ( | ) |
Get the current output value duty cycle (between zero and one).
| void Channel::update | ( | ) |
Read from the input and write to the output.
|
private |
|
private |