Index: firmware/App/Controllers/SyringePump.h =================================================================== diff -u -rbb144484d4d22e3f24a280eda9c8abf9570a443a -r42b82bcd2bb2c2fa07349108e6b2bd9995173fa4 --- firmware/App/Controllers/SyringePump.h (.../SyringePump.h) (revision bb144484d4d22e3f24a280eda9c8abf9570a443a) +++ firmware/App/Controllers/SyringePump.h (.../SyringePump.h) (revision 42b82bcd2bb2c2fa07349108e6b2bd9995173fa4) @@ -148,19 +148,20 @@ BOOL isSyringePumpPreLoaded( void ); F32 getSyringePumpVolumeDelivered( void ); -BOOL testSyringePumpOperationRequest( SYRINGE_PUMP_OP_PAYLOAD_T opParams ); +BOOL testSyringePumpOperationRequest( MESSAGE_T *message ); BOOL testSyringePumpDataPublishIntervalOverride( MESSAGE_T *message ); BOOL testSyringePumpMeasuredRateOverride( MESSAGE_T *message ); -BOOL testHeprinBolusTargetRateOverride( MESSAGE_T *message ); BOOL testSyringePumpMeasuredForceOverride( MESSAGE_T *message ); BOOL testSyringePumpMeasuredSyringeDetectOverride( MESSAGE_T *message ); BOOL testSyringePumpMeasuredHomeOverride( MESSAGE_T *message ); BOOL testSyringePumpMeasuredPositionOverride( MESSAGE_T *message ); BOOL testSyringePumpMeasuredVolumeOverride( MESSAGE_T *message ); -BOOL testSyringePumpStatus( MESSAGE_T *message ); -BOOL testSyringePumpEncoderStatus( MESSAGE_T *message ); -BOOL testSyringePumpADCandDACStatus( MESSAGE_T *message ); -BOOL testSyringePumpADCReadCounter( MESSAGE_T *message ); +BOOL testSyringePumpStatusOverride( MESSAGE_T *message ); +BOOL testSyringePumpEncoderStatusOverride( MESSAGE_T *message ); +BOOL testSyringePumpADCandDACStatusOverride( MESSAGE_T *message ); +BOOL testSyringePumpADCReadCounterOverride( MESSAGE_T *message ); +BOOL testSyringePumpDACVrefOverride( MESSAGE_T *message ); +BOOL testHeparinBolusTargetRateOverride( MESSAGE_T *message ); /**@}*/