Index: firmware/App/Controllers/SyringePump.h =================================================================== diff -u -r88fd90befbce61886ae47ad7d20ec863319cfa34 -racb165deff7036d41bbe12678f35cd9539012838 --- firmware/App/Controllers/SyringePump.h (.../SyringePump.h) (revision 88fd90befbce61886ae47ad7d20ec863319cfa34) +++ firmware/App/Controllers/SyringePump.h (.../SyringePump.h) (revision acb165deff7036d41bbe12678f35cd9539012838) @@ -54,9 +54,12 @@ BOOL primeSyringePump( void ); BOOL startHeparinBolus( F32 flowRate ); BOOL startHeparinContinuous( F32 flowRate ); +BOOL setSyringePumpDACVref( F32 vRef ); BOOL isSyringeDetected( void ); BOOL isSyringePumpHome( void ); +BOOL isSyringePumpStopped( void ); +F32 getSyringePumpVolumeDelivered( void ); SELF_TEST_STATUS_T execSyringePumpTest( void );