Index: firmware/App/Services/FPGA.h =================================================================== diff -u -rccfd15568f1e3d304320c2babb2fd4bcf0413304 -r8bd1ae47aa13a843aa8abd6321ddc050deacb4a6 --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision ccfd15568f1e3d304320c2babb2fd4bcf0413304) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision 8bd1ae47aa13a843aa8abd6321ddc050deacb4a6) @@ -62,13 +62,6 @@ F32 getFPGABloodFlowSignalStrength( void ); F32 getFPGADialysateFlowSignalStrength( void ); -F32 getFPGABloodFlow( void ); -U08 getFPGABloodFlowMeterStatus( void ); -U08 getFPGABloodFlowFastPacketReadCounter( void ); -U08 getFPGABloodFlowSlowPacketReadCounter( void ); -U08 getFPGABloodFlowStatusPacketReadCounter( void ); -U08 getFPGABloodFlowErrorCounter( void ); - F32 getFPGADialysateFlow( void ); U08 getFPGADialysateFlowMeterStatus( void ); U08 getFPGADialysateFlowFastPacketReadCounter( void ); @@ -90,14 +83,8 @@ U16 getFPGAVenousPressureTemperature( void ); U08 getFPGAVenousPressureReadCounter( void ); U16 getFPGABloodPumpOcclusion( void ); -U16 getFPGADialInPumpOcclusion( void ); -U16 getFPGADialOutPumpOcclusion( void ); U08 getFPGABloodPumpOcclusionReadCounter( void ); -U08 getFPGADialInPumpOcclusionReadCounter( void ); -U08 getFPGADialOutPumpOcclusionReadCounter( void ); U08 getFPGABloodPumpOcclusionErrorCounter( void ); -U08 getFPGADialInPumpOcclusionErrorCounter( void ); -U08 getFPGADialOutPumpOcclusionErrorCounter( void ); void setFPGASyringePumpControlFlags( U08 bitFlags ); void setFPGASyringePumpADCandDACControlFlags( U08 bitFlags );