Index: MsgDefs.h =================================================================== diff -u -r9e3ad630dc285c366eeda613e086caaedd974a3d -rb7b2b0bda2943c2914868c6f0958221f181351fa --- MsgDefs.h (.../MsgDefs.h) (revision 9e3ad630dc285c366eeda613e086caaedd974a3d) +++ MsgDefs.h (.../MsgDefs.h) (revision b7b2b0bda2943c2914868c6f0958221f181351fa) @@ -133,6 +133,8 @@ MSG_ID_HD_CONTINUE_TO_TREATMENT_RESPONSE = 0x65, ///< HD response to user request to continue to treatment MSG_ID_UI_PATIENT_CONNECTION_CONFIRM = 0x66, ///< UI user has confirmed patient connection completed MSG_ID_HD_PATIENT_CONNECTION_CONFIRM_RESPONSE = 0x67, ///< HD response to user confirmation of patient connection + MSG_ID_UI_CONSUMABLE_INSTALL_CONFIRM = 0x68, ///< UI user has confirmed consumable install + MSG_ID_HD_SYRINGE_PUMP_DATA = 0x69, ///< HD broadcast of syringe pump data #ifdef EMC_TEST_BUILD MSG_ID_CAN_ERROR_COUNT = 0x999, // test code in support of EMC testing