Index: firmware/App/Services/FPGA.h =================================================================== diff -u -r85a18ee758116bb8e19b80b18f166a691a464bb7 -r1240b612f790f931825aba86ec37f37eccce9336 --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision 85a18ee758116bb8e19b80b18f166a691a464bb7) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision 1240b612f790f931825aba86ec37f37eccce9336) @@ -111,11 +111,8 @@ void getFPGAAccelStatus( U16 *cnt, U16 *accelFPGAFaultReg ); void getFPGAAirTrapLevels( BOOL *airAtLower, BOOL *airAtUpper ); -BOOL getFPGAArterialAirBubbleStatus( void ); -BOOL getFPGAVenousAirBubbleStatus( void ); void setFPGASensorTest( U08 sensorTest ); -BOOL getFPGABloodLeakDetectorStatus( void ); OPN_CLS_STATE_T getFPGADoorState( void ); @@ -124,6 +121,17 @@ BOOL noFPGAFluidLeakDetected( void ); +BOOL noFPGABloodLeakDetected( void ); +BOOL FPGABloodLeakZeroDetected( void ); +void setFPGABloodLeakZero( void ); +void clearFPGABloodLeakZero( void ); +void setFPGABloodLeakSelfTest( void ); +void clearFPGABloodLeakSelfTest( void ); + +BOOL noFPGABubbleDetected( U32 bubble ); +void setFPGABubbleSelfTest( U32 bubble ); +void clearFPGABubbleSelfTest( U32 bubble ); + void setFPGAValveDialyzerInletPosition( S16 setPoint ); S16 getFPGAValveDialyzerInletPosition( void ); U16 getFPGAValveDialyzerInletCurrentCounts( void );