Index: firmware/App/Controllers/DialInFlow.h =================================================================== diff -u -ra4e044315bbfaaeff11cb9391485897458a48a5f -red39a4c00ef51318dfced8372eabcbee3ce03c52 --- firmware/App/Controllers/DialInFlow.h (.../DialInFlow.h) (revision a4e044315bbfaaeff11cb9391485897458a48a5f) +++ firmware/App/Controllers/DialInFlow.h (.../DialInFlow.h) (revision ed39a4c00ef51318dfced8372eabcbee3ce03c52) @@ -70,6 +70,7 @@ F32 getMeasuredDialInPumpMCSpeed( void ); F32 getMeasuredDialInPumpMCCurrent( void ); F32 getDialInPumpPWMDutyCyclePct( BOOL init ); +U32 getDialInPumpRotorCount( void ); BOOL testSetDialInFlowDataPublishIntervalOverride( U32 value ); BOOL testResetDialInFlowDataPublishIntervalOverride( void ); @@ -84,7 +85,9 @@ BOOL testResetMeasuredDialInPumpMCSpeedOverride( void ); BOOL testSetMeasuredDialInPumpMCCurrentOverride( F32 value ); BOOL testResetMeasuredDialInPumpMCCurrentOverride( void ); -BOOL testSetDialInPumpTargetDutyCycle( F32 value ); +BOOL testSetDialInPumpTargetDutyCycle( F32 value ); +BOOL testSetDialysateInPumpRotorCountOverride( void ); +BOOL testResetDialysateInPumpRotorCountOverride( void ); /**@}*/