Index: firmware/App/Controllers/DGInterface.h =================================================================== diff -u -r2c85a6499b030fa3021cd5d8567af9dbc01bf552 -r565ed0856be2fcf1443e3ec4cb8fe023b2c14db4 --- firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 2c85a6499b030fa3021cd5d8567af9dbc01bf552) +++ firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 565ed0856be2fcf1443e3ec4cb8fe023b2c14db4) @@ -127,6 +127,7 @@ U32 getDGSubMode( void ); DG_RESERVOIR_ID_T getDGActiveReservoir( void ); DG_RESERVOIR_ID_T getDGInactiveReservoir( void ); +BOOL hasDGCompletedReservoirSwitch( void ); F32 getDGPressure( DG_PRESSURE_SENSORS_T sensorID ); U32 getDGROPumpPressureSetPt( void ); F32 getDGROPumpFlowRateMlMin( void );