Index: firmware/App/Services/FPGA.h =================================================================== diff -u -r0d94694b64f936805dd6c2f71fde1840bc9c1311 -rf639bbc47806ddcefdbdce78a377cd87050872e5 --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision 0d94694b64f936805dd6c2f71fde1840bc9c1311) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision f639bbc47806ddcefdbdce78a377cd87050872e5) @@ -50,11 +50,6 @@ void setFPGAAcidPumpSetStepSpeed( U16 stepSpeed ); void setFPGABicarbSetStepSpeed( U16 stepSpeed ); -// DVT set functions -void setFPGAAcidPumpControl( U08 control ); -void setFPGABicarbPumpControl( U08 control ); -// DVT set functions - void getFPGAVersions( U08 *Id, U08 *Maj, U08 *Min, U08 *Lab ); U16 getFPGAValveStates( void ); U16 getFPGAROPumpFlowRate( void ); @@ -75,22 +70,18 @@ U08 getFPGARTDReadCount( void ); U32 getFPGATRoTemp( void ); - U08 getFPGATRoErrorCount( void ); U08 getFPGATRoReadCount( void ); U32 getFPGATDiTemp( void ); - U08 getFPGATDiErrorCount( void ); U08 getFPGATDiReadCount( void ); U16 getFPGAPrimaryHeaterTemp( void ); - U08 getFPGAPrimaryHeaterFlags( void ); U08 getFPGAPrimaryHeaterReadCount( void ); U16 getFPGATrimmerHeaterTemp( void ); - U08 getFPGATrimmerHeaterFlags( void ); U08 getFPGATrimmerHeaterReadCount( void ); @@ -147,6 +138,10 @@ U08 getFPGADialysateCapStatus( void ); U08 getFPGAConcentrateCapStatus( void ); +//***************** DVT Functions ***************************/ +void setFPGAAcidPumpControl( U08 control ); +void setFPGABicarbPumpControl( U08 control ); + U08 getFPGABaroReadCount( void ); U08 getFPGABaroErrorCount( void ); U16 getFPGABaroPressureSensitivity( void ); @@ -162,6 +157,11 @@ U16 getFPGAEmstatCPiCPoRxFifoCount( void ); U08 getFPGAEmstatCPiCPoRxErrCount( void ); +U32 getFPGATHdTemp( void ); +U32 getFPGATHdInternalTemp( void ); +U08 getFPGATHdReadCount( void ); +U08 getFPGATHdErrorCount( void ); + /**@}*/ #endif