Index: firmware/App/Controllers/DGInterface.h =================================================================== diff -u -r5addd92e279ebc0871364fee70e3ac74db21001a -rf3c8ef49b4bef41b606325e3db0e053a7a72d98f --- firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 5addd92e279ebc0871364fee70e3ac74db21001a) +++ firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision f3c8ef49b4bef41b606325e3db0e053a7a72d98f) @@ -40,7 +40,7 @@ { F32 acidMixingRatio; ///< Acid mixing ratio F32 bicarbMixingRatio; ///< Bicarb mixing ratio - U32 fillPrepTimeMS; ///< Fill prepare time in milliseconds + U32 timeFillPrepMS; ///< Fill prepare time in milliseconds } DG_MIXING_RATIOS_T; /// Dialysate flow meter data structure. @@ -55,6 +55,15 @@ U32 resID; ///< Active reservoir ID U32 setFillToVolumeMl; ///< Reservoir set fill to target volume in ml U32 setDrainToVolumeMl; ///< Reservoir set drain to target volume in ml + U32 timeReservoirCycleMS; + U32 timeReservoirFill2SwitchMS; + F32 timeUFDecayMS; + F32 tempUFFill; + F32 tempReservoirUseActual; + F32 tempReservoirEndFill; + F32 tempAvgFill; + F32 tempLastFill; + F32 timereservoirFill; } DG_RESERVOIRS_DATA_PAYLOAD_T; /// Payload record structure for DG temperature sensors data message.