Index: sources/canbus/MessageGlobals.h =================================================================== diff -u -rb80f8f84f21f86ad4c962a2c690447c572498e0b -r62d2c598af12892df80874509d4a79104e497850 --- sources/canbus/MessageGlobals.h (.../MessageGlobals.h) (revision b80f8f84f21f86ad4c962a2c690447c572498e0b) +++ sources/canbus/MessageGlobals.h (.../MessageGlobals.h) (revision 62d2c598af12892df80874509d4a79104e497850) @@ -133,6 +133,7 @@ {Gui::GuiActionType::ID_TDBatteryData , 2 * 4 }, // 2 parameters each 4bytes //// TODO: The payload is TBD (as indicated by the provided screen items) {Gui::GuiActionType::ID_TDTemperatureData , 1 * 4 }, // 1 parameters each 4bytes //// TODO: The payload is TBD (as indicated by the provided screen items) {Gui::GuiActionType::ID_TreatmentParametersSetPointData , 3 * 4 }, // 3 parameters each 4bytes + {Gui::GuiActionType::ID_TestMessage , 1 * 4 }, // 1 parameters each 4bytes //// NOTE: MSG ID USED FOR FW DEV TESTING // ---- TODO : AFTER GIVING IT SOME THOUGHT, IT SEEMS WE CAN GET THESE LEN FROM THE MODEL AND DO NOT NEED TO HAVE THIS BUT NEED TO INVESTIGATE MORE. {Gui::GuiActionType::ID_AlarmStatus , 4 * 3 + 2 }, // 3 parameters each 4bytes + 1 parameter 2bytes