Index: firmware/App/Services/FPGA.h =================================================================== diff -u -ra303cd4258157a8fbcbd8af4dd2bbaadec1a736c -rb64c49fdcf2b6d95e61e63f8e258c4e600935bbd --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision a303cd4258157a8fbcbd8af4dd2bbaadec1a736c) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision b64c49fdcf2b6d95e61e63f8e258c4e600935bbd) @@ -17,7 +17,7 @@ #ifndef __FPGA_H__ #define __FPGA_H__ -#include "Common.h" +#include "DGCommon.h" #include "Interrupts.h" // ********** public definitions ********** @@ -34,5 +34,16 @@ U16 getFPGAStatus( void ); void setFPGAControl( U16 ctrl ); +U32 getFPGALoadCellA1( void ); +U32 getFPGALoadCellA2( void ); +U32 getFPGALoadCellB1( void ); +U32 getFPGALoadCellB2( void ); +F32 getFPGABloodFlow( void ); +F32 getFPGADialysateFlow( void ); +U16 getFPGAArterialPressure( void ); +U16 getFPGAVenousPressure( void ); +U16 getFPGABloodPumpOcclusion( void ); +U16 getFPGADialInPumpOcclusion( void ); +U16 getFPGADialOutPumpOcclusion( void ); #endif