Index: firmware/App/Controllers/ROPump.h =================================================================== diff -u -re0cdf49eb0f54239e5d765282e0952cea7ded1bd -r66cc826068b54bc436cde0fae70a05ba6c1ac974 --- firmware/App/Controllers/ROPump.h (.../ROPump.h) (revision e0cdf49eb0f54239e5d765282e0952cea7ded1bd) +++ firmware/App/Controllers/ROPump.h (.../ROPump.h) (revision 66cc826068b54bc436cde0fae70a05ba6c1ac974) @@ -8,7 +8,7 @@ * @file ROPump.h * * @author (last) Dara Navaei -* @date (last) 23-Feb-2022 +* @date (last) 31-Mar-2022 * * @author (original) Sean * @date (original) 04-Apr-2020 @@ -43,7 +43,7 @@ U32 roPumpState; ///< RO pump current state. F32 roPumpTgtFlowRateLM; ///< RO pump target flow rate in L/min F32 roPumpFBDutyCycle; ///< RO pump feedback duty cycle. - F32 roPumpRawFlowRateMLP; ///< RO pump raw flow rate in mL/min. + F32 roPumpMeasFlowWithConcPumps; ///< RO pump measured flow with the concentrate pumps. } RO_PUMP_DATA_T; // ********** public function prototypes ********** @@ -63,6 +63,7 @@ F32 getTargetROPumpFlowRate( void ); F32 getMeasuredROFlowRateLPM( void ); +F32 getMeasuredROFlowRateWithConcPumpsLPM( void ); F32 getTargetROPumpPressure( void );