Index: firmware/App/Controllers/SyringePump.h =================================================================== diff -u -rf25fbefbf6baa354b26dcbe17787821124b56c82 -rdb22e9d530c5c9d62b02e6dcc72ed96fb67c165a --- firmware/App/Controllers/SyringePump.h (.../SyringePump.h) (revision f25fbefbf6baa354b26dcbe17787821124b56c82) +++ firmware/App/Controllers/SyringePump.h (.../SyringePump.h) (revision db22e9d530c5c9d62b02e6dcc72ed96fb67c165a) @@ -78,6 +78,8 @@ BOOL isSyringeDetected( void ); BOOL isSyringePumpHome( void ); BOOL isSyringePumpStopped( void ); +BOOL isSyringePlungerFound( void ); +BOOL isSyringePumpPrimed( void ); F32 getSyringePumpVolumeDelivered( void ); SELF_TEST_STATUS_T execSyringePumpTest( void );