Peritoneal Dialysis Capstone
Controlling catheter for peritoneal dialysis
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CCatheterControllerThe main encapsulating class containing our business logic
 CChannelA control channel from one input to one output
 CIDisplayAn interface for displaying important values related to the system
 CSerialDisplayAn implementation of IDisplay that uses the HAL to write to the serial output
 CTFTDisplayAn implementation of IDisplay for TFT color displays
 CIHALA hardware abstraction layer interface
 CArduinoHALAn implementation of IHAL for Arduino
 CIInputAn analog input interface
 CPotentiometerInputThe implementation of IInput
 CIOutputAn analog output interface
 CPWMOutputThe implementation of IOutput
 CTFTDisplay::LayoutThe positions of UI elements
 CTFTDriverA low-level interface to a TFT display
 CAdafruitTFTDriverAn implementation of TFTDriver for the Adafruit 0.96" 160x80 Color TFT Display
 CTFTPointThe position of a pixel on a TFT display, given in Cartesian coordinates