Index: firmware/App/Controllers/DrainPump.h =================================================================== diff -u -ra2c32d4d221603054ca9ad7a097112caebf08c4e -rdf0a0b9ce1414b00b381e516714f9089d8e4ae21 --- firmware/App/Controllers/DrainPump.h (.../DrainPump.h) (revision a2c32d4d221603054ca9ad7a097112caebf08c4e) +++ firmware/App/Controllers/DrainPump.h (.../DrainPump.h) (revision df0a0b9ce1414b00b381e516714f9089d8e4ae21) @@ -51,6 +51,8 @@ void execDrainPumpMonitor( void ); void execDrainPumpController( void ); +SELF_TEST_STATUS_T execDrainPumpSelfTest( void ); + BOOL setDrainPumpTargetRPM( U32 rpm ); BOOL setDrainPumpTargetRPMDelayed( U32 rpm, U32 delayMs ); @@ -63,6 +65,8 @@ F32 getTargetDrainPumpOutletPressure( void ); BOOL isDrainPumpOn( void ); +F32 getRecirculationDrainVol( void ); + BOOL testSetDrainPumpDataPublishIntervalOverride( U32 value ); BOOL testResetDrainPumpDataPublishIntervalOverride( void );