Index: firmware/App/Controllers/DialOutFlow.h =================================================================== diff -u -r68aefeff8890cdfa956c7bfdf0d4505b4ac25cb7 -ra4e044315bbfaaeff11cb9391485897458a48a5f --- firmware/App/Controllers/DialOutFlow.h (.../DialOutFlow.h) (revision 68aefeff8890cdfa956c7bfdf0d4505b4ac25cb7) +++ firmware/App/Controllers/DialOutFlow.h (.../DialOutFlow.h) (revision a4e044315bbfaaeff11cb9391485897458a48a5f) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2019-2022 Diality Inc. - All Rights Reserved. +* Copyright (c) 2020-2022 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file DialOutFlow.h * -* @author (last) Sean Nash -* @date (last) 02-Dec-2020 +* @author (last) Michael Garthwaite +* @date (last) 20-Sep-2022 * * @author (original) Sean * @date (original) 24-Jan-2020 @@ -74,8 +74,9 @@ void signalDialOutControl( void ); BOOL homeDialOutPump( void ); BOOL isDialOutPumpRunning( void ); +BOOL isDialOutPumpRampComplete( void ); -// SELF_TEST_STATUS_T execDialOutFlowTest( void ); // TODO - implement later +SELF_TEST_STATUS_T execDialOutFlowTest( void ); F32 getTotalTargetDialOutUFVolumeInMl( void ); F32 getTotalMeasuredUFVolumeInMl( void ); @@ -99,6 +100,7 @@ BOOL testResetMeasuredDialOutPumpMCSpeedOverride( void ); BOOL testSetMeasuredDialOutPumpMCCurrentOverride( F32 value ); BOOL testResetMeasuredDialOutPumpMCCurrentOverride( void ); +BOOL testSetDialOutPumpTargetDutyCycle( F32 value ); /**@}*/