Index: sources/canbus/MessageDispatcher.cpp =================================================================== diff -u -r79e076cece4ba503be6c3834eb68d1e5cb1b882f -r4a67c01045f365be38f1a12a8572c0070d343e1e --- sources/canbus/MessageDispatcher.cpp (.../MessageDispatcher.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) +++ sources/canbus/MessageDispatcher.cpp (.../MessageDispatcher.cpp) (revision 4a67c01045f365be38f1a12a8572c0070d343e1e) @@ -79,7 +79,7 @@ // it has been tested and works perfectly fine in normal run. quitThread(); // validated } -// coco end +// disabled coco end /*! * \brief Message Handler connections definition @@ -145,7 +145,7 @@ // runs in thread moveToThread(qApp->thread()); // validated } -// coco end +// disabled coco end /*! * \brief MessageDispatcher::onFrameReceive @@ -163,7 +163,7 @@ // disabled coco begin validated: if empty (first condition) is true, it must never check for the complete (second condition) // because if the list is empty there is no last() item if (_messageList[vCan_Id].isEmpty() || _messageList[vCan_Id].last().isComplete()) { - // coco end + // disabled coco end _messageList[vCan_Id].append(Message()); } @@ -208,7 +208,7 @@ // disabled coco begin validated: Is a placeholder and has not been implemented yet emit didFailedTransmit(vSequence); } -// coco end +// disabled coco end /*! * \brief MessageDispatcher::onActionTransmit @@ -367,7 +367,7 @@ mData += vData.alarmID; onActionTransmit(GuiActionType::ID_AlarmClearedConditionReq, mData); } -// coco end */ +// disabled coco end */ /** * \details This method transmits the Saline Bolus Adjustment Denali message. @@ -806,7 +806,7 @@ LOG_DEBUG(QString("Incorrect Message cannot be built")); // TODO : LogInfo Improvement return; } - // coco end + // disabled coco end if (mNeedsAcknow) { // NOTE : here vSequence should be used which is not negative // because when we get the Acknow it is not the negative @@ -938,7 +938,7 @@ ok = true; emit didActionReceive(vMessage.actionId, mData); } - // coco end + // disabled coco end _messageList[vMessage.can_id].removeLast(); return ok; @@ -959,7 +959,7 @@ } return _rxSequence; } -// coco end +// disabled coco end /*! * \brief MessageDispatcher::txCount @@ -976,7 +976,7 @@ } return _txSequence; } -// coco end +// disabled coco end /*! * \brief MessageDispatcher::needsAcknow