Index: sources/canbus/MessageGlobals.h =================================================================== diff -u -re58be51c4aa52938af250db3ee579e98de08542c -rc3a1e077ddeba65709084f9af5dd756741db8b4f --- sources/canbus/MessageGlobals.h (.../MessageGlobals.h) (revision e58be51c4aa52938af250db3ee579e98de08542c) +++ sources/canbus/MessageGlobals.h (.../MessageGlobals.h) (revision c3a1e077ddeba65709084f9af5dd756741db8b4f) @@ -78,11 +78,11 @@ {Gui::GuiActionType::ID_AlarmUserAckReq , 1 * 4 }, // 1 parameter each 4bytes // ---- - {Gui::GuiActionType::ID_StartTreatmentReq , 1 * 4 }, // 1 parameters each 4bytes - {Gui::GuiActionType::ID_StartTreatmentRsp , 2 * 4 }, // 2 parameters each 4bytes - {Gui::GuiActionType::ID_ConfirmTreatmentReq , 1 * 4 }, // 1 parameters each 4bytes - {Gui::GuiActionType::ID_EndTreatmentReq , 0 }, - {Gui::GuiActionType::ID_EndTreatmentRsp , 0 }, + {Gui::GuiActionType::ID_TreatmentStartReq , 1 * 4 }, // 1 parameters each 4bytes + {Gui::GuiActionType::ID_TreatmentStartRsp , 2 * 4 }, // 2 parameters each 4bytes + {Gui::GuiActionType::ID_TreatmentConfirmReq , 1 * 4 }, // 1 parameters each 4bytes + {Gui::GuiActionType::ID_TreatmentEndReq , 0 }, + {Gui::GuiActionType::ID_TreatmentEndRsp , 0 }, // ---- {Gui::GuiActionType::ID_TreatmentRanges , 6 * 4 }, // 6 parameters each 4bytes @@ -105,8 +105,8 @@ {Gui::GuiActionType::ID_AdjustUltrafiltrationEditRsp , 8 * 4 }, // 8 parameters each 4bytes // --- - {Gui::GuiActionType::ID_CreateTreatmentReq , 17 * 4 }, // 17 parameters, each 4 bytes - {Gui::GuiActionType::ID_CreateTreatmentRsp , 18 * 4 }, // 18 parameters, each 4 bytes + {Gui::GuiActionType::ID_TreatmentCreateReq , 17 * 4 }, // 17 parameters, each 4 bytes + {Gui::GuiActionType::ID_TreatmentCreateRsp , 18 * 4 }, // 18 parameters, each 4 bytes // ---- {Gui::GuiActionType::ID_AdjustUltrafiltrationConfirmReq , 2 * 4 }, // 2 parameters each 4bytes