Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r0444258d6627e442d76ae6519802a334c73a141d -r08112aa94706fcdda08c5d77e3533768fefbda69 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 0444258d6627e442d76ae6519802a334c73a141d) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 08112aa94706fcdda08c5d77e3533768fefbda69) @@ -17,7 +17,8 @@ #ifndef __SYSTEM_COMM_MESSAGES_H__ #define __SYSTEM_COMM_MESSAGES_H__ - + +#include "AirPump.h" #include "AirTrap.h" #include "BloodFlow.h" #include "BloodLeak.h" @@ -839,9 +840,6 @@ // MSG_ID_HD_SEND_BLOOD_LEAK_EMB_MODE_RESPONSE BOOL sendBloodLeakEmbeddedModeCommandResponse( U08 cmd, U32 responseLen, U08* response ); -// MSG_ID_HD_SEND_ALARMS_COMMAND -void handleResendAllAlarmsCommand( MESSAGE_T* message ); - // MSG_ID_HD_BLOOD_PUMP_SET_PWM void handleTestBloodPumpSetPWM( MESSAGE_T* message ); @@ -854,6 +852,12 @@ // MSG_ID_HD_NV_RECORD_CRC_OVERRIDE void handleTestHDNVRecordCRCOverride( MESSAGE_T *message ); +// MSG_ID_HD_AIR_PUMP_PUBLISH_INTERVAL_OVERRIDE +void handleAirPumpIntervalOverrideRequest( MESSAGE_T* message ); + +// MSG_ID_HD_AIR_PUMP_SET_STATE +void handleAirPumpSetState( MESSAGE_T * message ); + /**@}*/ #endif