Index: MsgDefs.h =================================================================== diff -u -r96b7dbe87e6f61e73c21b68fb1f9c9e9f893b3e5 -r7c005c65e2523da5e5de8924d6492f5519a6f0b1 --- MsgDefs.h (.../MsgDefs.h) (revision 96b7dbe87e6f61e73c21b68fb1f9c9e9f893b3e5) +++ MsgDefs.h (.../MsgDefs.h) (revision 7c005c65e2523da5e5de8924d6492f5519a6f0b1) @@ -141,7 +141,9 @@ MSG_ID_UI_START_TREATMENT_REQUEST = 0x71, ///< UI user has requested to start treatment MSG_ID_HD_START_TREATMENT_RESPONSE = 0x72, ///< HD response to user request to start treatment MSG_ID_UI_DISPOSABLE_REMOVAL_CONFIRM = 0x73, ///< UI user has confirmed disposable removal - MSG_ID_HD_TREATMENT_LOG_DATA = 0x74, ///< HD sends treatment log data to UI message + MSG_ID_UI_DISPOSABLE_REMOVAL_CONFIRM_RESPONSE = 0x74, ///< HD response to user confirmation of disposable removal + MSG_ID_HD_TREATMENT_LOG_DATA = 0x75, ///< HD sends treatment log data to UI message + MSG_ID_HD_POST_TREATMENT_STATE = 0x76, ///< HD broadcast of post-treatment state #ifdef EMC_TEST_BUILD MSG_ID_CAN_ERROR_COUNT = 0x999, // test code in support of EMC testing