Index: firmware/App/Controllers/PistonPumpControl.h =================================================================== diff -u -r322747d530c1b8205be257557e53dcfe9caad50a -re0fc678329b0cb25dd76fa5e23cc1f487851f0ec --- firmware/App/Controllers/PistonPumpControl.h (.../PistonPumpControl.h) (revision 322747d530c1b8205be257557e53dcfe9caad50a) +++ firmware/App/Controllers/PistonPumpControl.h (.../PistonPumpControl.h) (revision e0fc678329b0cb25dd76fa5e23cc1f487851f0ec) @@ -63,9 +63,11 @@ void execPistonPumpController( void ); // Execute the piston pump control state machine void startPistonPumpCycle( PISTON_PUMPS_T pumpId, U32 cycleCount, F32 targetVolume_ml, F32 speed ); // Set the piston pump parameters void stopPistonPumpCycle( PISTON_PUMPS_T pumpId ); // Stop the piston pump +void processPistonPumpDosingTrigger( void ); // Process doding pump trigger control BOOL testDDPistonPumpControlDataPublishIntervalOverride( MESSAGE_T *message ); // To override the piston pump control data publish interval BOOL testDDPistonPumpStartStopOverride( MESSAGE_T *message ); // To override the piston pump start/stop control +BOOL testDDPistonPumpFillAfterDispenseOverride( MESSAGE_T *message ); // To override the piston pump fill after dispense control /**@}*/