Index: firmware/App/Controllers/DialOutFlow.h =================================================================== diff -u -r37a9fd8f15e413db5337371a7d1a1cb65567af7c -r5c7b301b677c60519a9d89f4624c6020958de752 --- firmware/App/Controllers/DialOutFlow.h (.../DialOutFlow.h) (revision 37a9fd8f15e413db5337371a7d1a1cb65567af7c) +++ firmware/App/Controllers/DialOutFlow.h (.../DialOutFlow.h) (revision 5c7b301b677c60519a9d89f4624c6020958de752) @@ -7,8 +7,8 @@ * * @file DialOutFlow.h * -* @author (last) Darren Cox -* @date (last) 10-Mar-2022 +* @author (last) Michael Garthwaite +* @date (last) 20-Sep-2022 * * @author (original) Sean * @date (original) 24-Jan-2020 @@ -48,16 +48,6 @@ F32 dopCalcRate; ///< Latest calculated DPo flow rate. F32 ufCalcRate; ///< Latest calculated UF rate. } DIAL_OUT_FLOW_DATA_T; - -/// Payload record structure for a load cell data message. -typedef struct -{ - F32 res1PrimaryLoadCell; - F32 res1BackupLoadCell; - F32 res2PrimaryLoadCell; - F32 res2BackupLoadCell; -} LOAD_CELL_READINGS_PAYLOAD_T; - #pragma pack(pop) // ********** public function prototypes ********** @@ -100,6 +90,7 @@ BOOL testResetMeasuredDialOutPumpMCSpeedOverride( void ); BOOL testSetMeasuredDialOutPumpMCCurrentOverride( F32 value ); BOOL testResetMeasuredDialOutPumpMCCurrentOverride( void ); +BOOL testSetDialOutPumpTargetDutyCycle( F32 value ); /**@}*/