Index: sources/canbus/MessageInterpreter.h =================================================================== diff -u -rb22dd46db3def5d3c36d36c319f0bea89bf018d9 -rca2d407720dc1828ade54ddb48a41bbfe2d900fd --- sources/canbus/MessageInterpreter.h (.../MessageInterpreter.h) (revision b22dd46db3def5d3c36d36c319f0bea89bf018d9) +++ sources/canbus/MessageInterpreter.h (.../MessageInterpreter.h) (revision ca2d407720dc1828ade54ddb48a41bbfe2d900fd) @@ -53,8 +53,10 @@ // list of the unhandled messages with their definition to be able to log them like the ones which are not unhandled and have models. // it is the quickest to add them to support the V&V team. QMap _messageList { - { 0x6A00 /*QString("0x6A00").toUInt(0,16)*/, { "FluidLeak","U32" }}, - { 0x6C00 /*QString("0x6C00").toUInt(0,16)*/, { "BloodLeak","U32","U32" }}, + // /*QString("0x6A00").toUInt(0,16)*/ + { 0x6A00 , { "FluidLeak","U32" }}, + { 0x6C00 , { "BloodLeak","U32","U32" }}, + { 0x4900 , { "TxStopPrg","U32","U32" }}, }; bool isType (const Message &vMessage, Gui::GuiActionType vType) const;