Index: firmware/App/Controllers/DGInterface.h =================================================================== diff -u -r768316a02d297b8075f87e43693b1ce2a7c99dea -r0d72d4eb8c11fa1391d4b291efb291fa3f64f53d --- firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 768316a02d297b8075f87e43693b1ce2a7c99dea) +++ firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 0d72d4eb8c11fa1391d4b291efb291fa3f64f53d) @@ -99,17 +99,6 @@ BOOL isDGUsageInfoAvailable; ///< Flag to indicate DG usage info is available. } DG_SERVICE_AND_USAGE_DATA_T; -/// Dialysate heating parameters -typedef struct -{ - F32 trimmerTargetTemperature; ///< Trimmer target temperature - U32 timeReservoirCycleMS; ///< Reservoir cycle time in milliseconds - F32 timeReservoirFillMS; ///< Reservoir fill time in milliseconds - U32 timeReservoirWait2SwitchMS; ///< Reservoir wait to switch time in milliseconds - F32 dialysateFlowLPM; ///< Dialysate flow in L/min - BOOL usePriTargetTempEquation; ///< Use primary heater target temperature estimation equation or not. -} DG_CMD_DIALYSATE_HEATING_PARAMS_T; - // ********** public function prototypes ********** void initDGInterface( void );