Index: sources/canbus/messageglobals.h =================================================================== diff -u -r5963f00ffd2c557d3ae06a5deea05032a3a3bd68 -rfeb3423b373dc2a2c4267ef9fcb4d924d738423d --- sources/canbus/messageglobals.h (.../messageglobals.h) (revision 5963f00ffd2c557d3ae06a5deea05032a3a3bd68) +++ sources/canbus/messageglobals.h (.../messageglobals.h) (revision feb3423b373dc2a2c4267ef9fcb4d924d738423d) @@ -28,10 +28,11 @@ * So the data collector has to collect this amount of bytes as payload of a message. */ const QHash payloadLen { - {GuiActionType::PowerOff , 1 }, - {GuiActionType::KeepAlive , 0 }, - {GuiActionType::BloodFlow , 7 * 4 } , // 7 parameters each 4bytes - {GuiActionType::String , 255 }, + {GuiActionType::PowerOff , 1 }, + {GuiActionType::KeepAlive , 0 }, + {GuiActionType::BloodFlow , 7 * 4 } , // 7 parameters each 4bytes + {GuiActionType::DialysateFlow , 7 * 4 } , // 7 parameters each 4bytes + {GuiActionType::String , 255 }, }; /*!