Index: firmware/App/Controllers/SyringePump.h =================================================================== diff -u -r24b2fe72608344e67ef37234085d15ad5e4fcc37 -r39c791d03f363ce2c684597080fc8c2f5515976f --- firmware/App/Controllers/SyringePump.h (.../SyringePump.h) (revision 24b2fe72608344e67ef37234085d15ad5e4fcc37) +++ firmware/App/Controllers/SyringePump.h (.../SyringePump.h) (revision 39c791d03f363ce2c684597080fc8c2f5515976f) @@ -95,6 +95,7 @@ BOOL isSyringePlungerFound( void ); BOOL isSyringeVolumeAdequate( void ); BOOL isSyringePumpPrimed( void ); +BOOL isSyringePumpRunning( void ); F32 getSyringePumpVolumeDelivered( void ); BOOL testSetSyringePumpDataPublishIntervalOverride( U32 value );