Index: firmware/App/Controllers/DGInterface.h =================================================================== diff -u -rcbaa57803fa8359407a799fca0cde6ae2c486bd7 -r72e4c11140e7a0d186c3a6e58ef724b7e126bab8 --- firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision cbaa57803fa8359407a799fca0cde6ae2c486bd7) +++ firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 72e4c11140e7a0d186c3a6e58ef724b7e126bab8) @@ -149,6 +149,7 @@ DG_RESERVOIR_ID_T getDGInactiveReservoir( void ); BOOL hasDGCompletedReservoirSwitch( void ); BOOL getDialysateFlowDataFreshFlag( void ); +BOOL getLoadCellDataFreshFlag(void); F32 getDGDialysateFlowRateLMin( void ); F32 getLoadCellWeight( LOAD_CELL_ID_T loadCellID ); F32 getReservoirWeight( DG_RESERVOIR_ID_T resID );