Index: firmware/App/Controllers/DGInterface.h =================================================================== diff -u -r9a45dcbdfae33fc06479d99b8d52bada8f682194 -r182a81ed78f66f05ef286e2456c6c86f5e4f3e28 --- firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 9a45dcbdfae33fc06479d99b8d52bada8f682194) +++ firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 182a81ed78f66f05ef286e2456c6c86f5e4f3e28) @@ -33,12 +33,7 @@ // ********** public definitions ********** #define DEFAULT_TARGET_FILL_FLOW_RATE_LPM 0.8 ///< Default target fill flow rate in L/min. - -// 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. -#define SLOW_DIALYSATE_FLOW_ML_MIN 250 ///< Threshold for slow dialysate flow designation. +#define DRAIN_RESERVOIR_TO_VOLUME_ML 0 ///< Drain reservoir to this volume (in mL) during treatment. /// DG Concentrate ratios data structure. typedef struct @@ -122,9 +117,7 @@ void execDGInterfaceMonitor( void ); -void initTreatmentReservoirMgmt( void ); // TODO remove void dialysisResumed( void ); -void execTreatmentReservoirMgmt( void ); // TODO remove DG_OP_MODE_T getDGOpMode( void ); U32 getDGSubMode( void );