Index: firmware/App/Controllers/DialInFlow.h =================================================================== diff -u -rccfd15568f1e3d304320c2babb2fd4bcf0413304 -r8bd1ae47aa13a843aa8abd6321ddc050deacb4a6 --- firmware/App/Controllers/DialInFlow.h (.../DialInFlow.h) (revision ccfd15568f1e3d304320c2babb2fd4bcf0413304) +++ firmware/App/Controllers/DialInFlow.h (.../DialInFlow.h) (revision 8bd1ae47aa13a843aa8abd6321ddc050deacb4a6) @@ -56,20 +56,19 @@ BOOL setDialInPumpTargetFlowRate( U32 flowRate, MOTOR_DIR_T dir, PUMP_CONTROL_MODE_T mode ); void signalDialInPumpHardStop( void ); -void signalDialInPumpRotorHallSensor( void ); +void signalDialInPumpRotorHallSensor( void ); BOOL homeDialInPump( void ); BOOL isDialInPumpRunning( void ); SELF_TEST_STATUS_T execDialInFlowTest( void ); S32 getTargetDialInFlowRate( void ); -F32 getMeasuredDialInFlowRate( void ); -F32 getMeasuredDialInFlowSignalStrength( void ); +F32 getMeasuredDialInFlowRate( void ); F32 getMeasuredDialInPumpRotorSpeed( void ); F32 getMeasuredDialInPumpSpeed( void ); F32 getMeasuredDialInPumpMCSpeed( void ); F32 getMeasuredDialInPumpMCCurrent( void ); -F32 getDialInPumpPWMDutyCyclePct( void ); +F32 getDialInPumpPWMDutyCyclePct( BOOL init ); BOOL testSetDialInFlowDataPublishIntervalOverride( U32 value ); BOOL testResetDialInFlowDataPublishIntervalOverride( void ); @@ -84,8 +83,6 @@ BOOL testResetMeasuredDialInPumpMCSpeedOverride( void ); BOOL testSetMeasuredDialInPumpMCCurrentOverride( F32 value ); BOOL testResetMeasuredDialInPumpMCCurrentOverride( void ); -BOOL testSetMeasuredDialInFlowSignalStrengthOverride( F32 value ); -BOOL testResetMeasuredDialInFlowSignalStrengthOverride( void ); /**@}*/