Index: firmware/App/Services/FPGA.h =================================================================== diff -u -r98eaa905f2487013d5e9af76bf064f872332c2fe -re6f3a632890f96a5aa282922d11df148bdd06587 --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision 98eaa905f2487013d5e9af76bf064f872332c2fe) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision e6f3a632890f96a5aa282922d11df148bdd06587) @@ -68,10 +68,10 @@ U08 getFPGARTDErrorCount( void ); U08 getFPGARTDReadCount( void ); -U32 getFPGATHDoTemp( void ); +U32 getFPGATRoTemp( void ); -U08 getFPGATHDoErrorCount( void ); -U08 getFPGATHDoReadCount( void ); +U08 getFPGATRoErrorCount( void ); +U08 getFPGATRoReadCount( void ); U32 getFPGATDiTemp( void ); @@ -101,6 +101,8 @@ U08 getFPGACPoErrorCount( void ); U32 getFPGACPo( void ); +U08 getFPGAConcentratePumpsFault( void ); + U08 getFPGAEmstatOutByte( void ); U08 getFPGAEmstatRxErrCount( void ); U16 getFPGAEmstatRxFifoCount( void ); @@ -122,7 +124,7 @@ U16 getFPGABoardTemp( void ); U32 getFPGALoadCellsA1B1Temp( void ); U32 getFPGALoadCellsA2B2Temp( void ); -U32 getFPGATHDoInternalTemp( void ); +U32 getFPGATRoInternalTemp( void ); U32 getFPGATDiInternalTemp( void ); U32 getFPGACondSnsrInternalTemp( void ); @@ -132,8 +134,14 @@ U08 getFPGAADC2ReadCount( void ); U08 getFPGAADC2ErrorCount( void ); -BOOL noFPGAFluidLeakDetected( void); +BOOL noFPGAFluidLeakDetected( void ); +U16 getFPGATimerCount( void ); + +U08 getFPGAGFluidDoorStatus( void ); +U08 getFPGADialysateCapStatus( void ); +U08 getFPGAConcentrateCapStatus( void ); + /**@}*/ #endif