Index: firmware/App/Services/FpgaDD.h =================================================================== diff -u -r3cc784af591b14e5d292f92c796db70bcbd5a40b -re3ea1f5251b7a7af6e47b9e013c3cfc11466e255 --- firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision 3cc784af591b14e5d292f92c796db70bcbd5a40b) +++ firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision e3ea1f5251b7a7af6e47b9e013c3cfc11466e255) @@ -137,7 +137,7 @@ U16 getFPGAD74CondTemp( void ); U32 getFPGAD74CondData( void ); -// Pumps (Concentrate and Gear pumps ) +// Pumps (Dosing and Gear pumps ) void setFPGAD11PumpSetStepSpeed( U16 stepSpeed ); void setFPGAD10PumpSetStepSpeed( U16 stepSpeed ); void setFPGAD76PumpSetStepSpeed( U16 stepSpeed ); @@ -154,7 +154,9 @@ U08 getFPGAD11PumpControlStatus( void ); U08 getFPGAD10PumpControlStatus( void ); U08 getFPGAD76PumpControlStatus( void ); -//TODO : UF pump park yet to defined in HDD +U08 getFPGAUFPumpFault( void ); +BOOL getFPGAD76PumpParkFault( void ); +BOOL getFPGAD76PumpIsParked( void ); U08 getFPGAConcentratePumpsFault( void ); BOOL getFPGAD11PumpIsParked( void ); BOOL getFPGAD10PumpIsParked( void );