Index: firmware/App/Controllers/DGInterface.h =================================================================== diff -u -r09e6cf9de34acf18f6e1138bf56ac0edb4821186 -r549119eae64732f124d22df66de4fc88c56193c0 --- firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 09e6cf9de34acf18f6e1138bf56ac0edb4821186) +++ firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 549119eae64732f124d22df66de4fc88c56193c0) @@ -31,7 +31,8 @@ */ // ********** public definitions ********** - + +// TODO remove the #defines #define DRAIN_RESERVOIR_TO_VOLUME_ML 0 ///< Drain reservoir to this volume (in mL) during treatment. #define FILL_RESERVOIR_TO_VOLUME_ML 1700 ///< Fill reservoir to this volume (in mL) during treatment. #define FILL_RESERVOIR_TO_VOLUME_LOW_FLOW_ML 1300 ///< Fill reservoir to this volume (in mL) during treatment if dialysate flow is slow. @@ -111,9 +112,9 @@ void execDGInterfaceMonitor( void ); -void initTreatmentReservoirMgmt( void ); +void initTreatmentReservoirMgmt( void ); // TODO remove void dialysisResumed( void ); -void execTreatmentReservoirMgmt( void ); +void execTreatmentReservoirMgmt( void ); // TODO remove DG_OP_MODE_T getDGOpMode( void ); U32 getDGSubMode( void );