Index: sources/canbus/messageglobals.h =================================================================== diff -u -r8c69137f18382bdc55a5678e6ed44a7683fe4dea -r732bc047743c99a157cf147f5313194867c1f5e3 --- sources/canbus/messageglobals.h (.../messageglobals.h) (revision 8c69137f18382bdc55a5678e6ed44a7683fe4dea) +++ sources/canbus/messageglobals.h (.../messageglobals.h) (revision 732bc047743c99a157cf147f5313194867c1f5e3) @@ -36,12 +36,13 @@ * So the data collector has to collect this amount of bytes as payload of a message. */ const QHash payloadLen { - {Gui::GuiActionType::PowerOff , 1 }, - {Gui::GuiActionType::KeepAlive , 0 }, - {Gui::GuiActionType::BloodFlow , 7 * 4 }, // 7 parameters each 4bytes - {Gui::GuiActionType::DialysateFlow , 7 * 4 }, // 7 parameters each 4bytes - {Gui::GuiActionType::String , 255 }, - {Gui::GuiActionType::Acknow , 0 }, + {Gui::GuiActionType::PowerOff , 1 }, + {Gui::GuiActionType::KeepAlive , 0 }, + {Gui::GuiActionType::BloodFlow , 7 * 4 }, // 7 parameters each 4bytes + {Gui::GuiActionType::DialysateInletFlow , 7 * 4 }, // 7 parameters each 4bytes + {Gui::GuiActionType::DialysateOutletFlow, 7 * 4 }, // 7 parameters each 4bytes + {Gui::GuiActionType::String , 255 }, + {Gui::GuiActionType::Acknow , 0 }, }; /*!