Index: firmware/App/Controllers/ROPump.h =================================================================== diff -u -ra7bf3ca23ea37a61000379facae628a31b3ecc59 -r482f4465ccdb813922de506bf780e29f4fb2f84b --- firmware/App/Controllers/ROPump.h (.../ROPump.h) (revision a7bf3ca23ea37a61000379facae628a31b3ecc59) +++ firmware/App/Controllers/ROPump.h (.../ROPump.h) (revision 482f4465ccdb813922de506bf780e29f4fb2f84b) @@ -22,7 +22,7 @@ /** * @defgroup ROPump ROPump - * @brief RO Pump monitor/controller module. Controls and monitors the RO pump. + * @brief RO Pump monitor and controller module. Controls and monitors the RO pump. * * @addtogroup ROPump * @{ @@ -45,10 +45,10 @@ BOOL isReverseOsmosisPumpOn( void ); SELF_TEST_STATUS_T execROPumpTest( void ); + +U32 getTargetROPumpPressure( void ); +F32 getMeasuredROFlowRate( void ); -DATA_GET_PROTOTYPE( U32, getTargetROPumpPressure ); -DATA_GET_PROTOTYPE( F32, getMeasuredROFlowRate ); - BOOL testSetROPumpDataPublishIntervalOverride( U32 value ); BOOL testResetROPumpDataPublishIntervalOverride( void ); BOOL testSetTargetROPumpPressureOverride( U32 value );