Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r0444258d6627e442d76ae6519802a334c73a141d -r4bae2d153f4242a52c8602df3e5161d6f1f122ef --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 0444258d6627e442d76ae6519802a334c73a141d) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 4bae2d153f4242a52c8602df3e5161d6f1f122ef) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2019-2022 Diality Inc. - All Rights Reserved. +* Copyright (c) 2019-2023 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file SystemCommMessages.h * * @author (last) Dara Navaei -* @date (last) 14-Dec-2022 +* @date (last) 03-Jan-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -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" @@ -854,6 +855,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