Index: sources/canbus/messageglobals.h =================================================================== diff -u -rd1907168ef46faa6de1ada400cad789f8379041f -r074b32b5cc08f41f2d9ce0d021f2151b76bba5ad --- sources/canbus/messageglobals.h (.../messageglobals.h) (revision d1907168ef46faa6de1ada400cad789f8379041f) +++ sources/canbus/messageglobals.h (.../messageglobals.h) (revision 074b32b5cc08f41f2d9ce0d021f2151b76bba5ad) @@ -77,6 +77,12 @@ {Gui::GuiActionType::ID_AlarmSilenceRsp , 5 * 4 }, // 5 parameters 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 , 0 }, + {Gui::GuiActionType::ID_EndTreatmentReq , 0 }, + + // ---- {Gui::GuiActionType::ID_TreatmentRanges , 6 * 4 }, // 6 parameters each 4bytes {Gui::GuiActionType::ID_TreatmentStates , 3 * 4 }, // 3 parameters each 4bytes @@ -104,6 +110,9 @@ {Gui::GuiActionType::ID_AdjustUltrafiltrationConfirmRsp , 5 * 4 }, // ---- + {Gui::GuiActionType::ID_PrimingData , 3 * 4 }, // 3 parameters each 4bytes + + // ---- {Gui::GuiActionType::ID_CANBusFaultCount , 1 }, {Gui::GuiActionType::ID_RawData , 255 }, {Gui::GuiActionType::ID_Acknow , 0 },