Index: firmware/App/Services/Reservoirs.h =================================================================== diff -u -rdb291cc22fd8f10e6e47cad468e14ed5590a94f2 -rbb643418e1f0c59ca3ee75c642aaa1f31850069e --- firmware/App/Services/Reservoirs.h (.../Reservoirs.h) (revision db291cc22fd8f10e6e47cad468e14ed5590a94f2) +++ firmware/App/Services/Reservoirs.h (.../Reservoirs.h) (revision bb643418e1f0c59ca3ee75c642aaa1f31850069e) @@ -40,12 +40,12 @@ { U32 reservoirsExecState; ///< Reservoirs exec state. F32 activeReservoirUFVolML; ///< Active reservoir ultrafiltration volume milliliters. - F32 activeReservoirVolSpentML; - F32 dilLevelPct; - F32 recircLevelPct; - U32 timeDepletionMS; - U32 timeWaitFillMS; - F32 tempRemoveTargetFillFlow; + F32 activeReservoirVolSpentML; ///< Active reservoir volume spent in milliliters. + F32 dilLevelPct; ///< Dilution level in percent. + F32 recircLevelPct; ///< Recirculation level in percent. + U32 timeDepletionMS; ///< Time depletion in milliseconds. + U32 timeWaitFillMS; ///< Time wait to fill in milliseconds. + F32 tempRemoveTargetFillFlow; ///< Temperature target fill flow in C. } RESERVOIRS_MANAGEMENT_DATA_T; // ********** public function prototypes **********