Index: Common.h =================================================================== diff -u -r3a298c433a5d3c01a8426ed8a7175d3876dbe646 -rd7c0cec59ada2133f82b4b3d1c35f0b4ee992355 --- Common.h (.../Common.h) (revision 3a298c433a5d3c01a8426ed8a7175d3876dbe646) +++ Common.h (.../Common.h) (revision d7c0cec59ada2133f82b4b3d1c35f0b4ee992355) @@ -350,6 +350,17 @@ F32 baroTempSensor; ///< Barometric temperature sensor } TEMPERATURE_SENSORS_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; ///< Wait to switch active reservoir time in milliseconds. + F32 dialysateFlowLPM; ///< Dialysate flow rate in L/min. + BOOL usePriTargetTempEquation; ///< Use primary heater target temperature estimation equation or not. +} DG_CMD_DIALYSATE_HEATING_PARAMS_T; + /// Loadcell measurements struct. typedef struct {