|
Peritoneal Dialysis Capstone
Controlling catheter for peritoneal dialysis
|
| CCatheterController | The main encapsulating class containing our business logic |
| CChannel | A control channel from one input to one output |
| CIDisplay | An interface for displaying important values related to the system |
| CSerialDisplay | An implementation of IDisplay that uses the HAL to write to the serial output |
| CTFTDisplay | An implementation of IDisplay for TFT color displays |
| CIHAL | A hardware abstraction layer interface |
| CArduinoHAL | An implementation of IHAL for Arduino |
| CIInput | An analog input interface |
| CPotentiometerInput | The implementation of IInput |
| CIOutput | An analog output interface |
| CPWMOutput | The implementation of IOutput |
| CTFTDisplay::Layout | The positions of UI elements |
| CTFTDriver | A low-level interface to a TFT display |
| CAdafruitTFTDriver | An implementation of TFTDriver for the Adafruit 0.96" 160x80 Color TFT Display |
| CTFTPoint | The position of a pixel on a TFT display, given in Cartesian coordinates |