Index: sources/canbus/FrameInterface.cpp =================================================================== diff -u -r0c983aea7de7480e86739469f5a64ad18b244634 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/canbus/FrameInterface.cpp (.../FrameInterface.cpp) (revision 0c983aea7de7480e86739469f5a64ad18b244634) +++ sources/canbus/FrameInterface.cpp (.../FrameInterface.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -74,7 +74,7 @@ */ void FrameInterface::quit() { - // coco begin validated: Application termination is not correctly done in coco!!! + // disabled coco begin validated: Application termination is not correctly done in coco!!! // it has been tested and works perfectly fine in normal run. quitThread(); // validated } @@ -123,7 +123,7 @@ */ void FrameInterface::quitThread() { - // coco begin validated: Application termination is not correctly done in coco!!! + // disabled coco begin validated: Application termination is not correctly done in coco!!! // it has been tested and works perfectly fine in normal run. if ( ! _thread ) return; @@ -190,7 +190,7 @@ case eChlid_HD_DG : channelGroup = ChannelGroup::eChannel_Ignores; break; - // coco begin validated: The HD/DG communication has not been defined and implemented yet. + // disabled coco begin validated: The HD/DG communication has not been defined and implemented yet. case eChlid_DG_HD : // coco end // this channel is used for DG CheckIn for HW support and testing for now. @@ -200,7 +200,7 @@ case eChlid_HD_UI : case eChlid_HD_Alarm : case eChlid_HD_Sync : - // coco begin validated: The UI/DG communication has not been defined and implemented yet. + // disabled coco begin validated: The UI/DG communication has not been defined and implemented yet. case eChlid_DG_Alarm : case eChlid_DG_UI : case eChlid_DG_Sync : @@ -209,7 +209,7 @@ channelGroup = ChannelGroup::eChannel_Listens; break; - // coco begin validated: The UI Alarm and Sync messages has not been defined and implemented yet. + // disabled coco begin validated: The UI Alarm and Sync messages has not been defined and implemented yet. case eChlid_UI_Alarm : case eChlid_UI_Sync : //case eChlid_UI_DG : @@ -221,7 +221,7 @@ break; } - // coco begin validated: manually tested + // disabled coco begin validated: manually tested if (vOK) *vOK = ok; if (vDebugChanngel) *vDebugChanngel = debugChannel; @@ -317,7 +317,7 @@ void FrameInterface::trnsmtHead() { if ( _txFrameList.isEmpty() ) { - // coco begin validated: This is a fake data generator for CANBus missing/swapped frames Testing + // disabled coco begin validated: This is a fake data generator for CANBus missing/swapped frames Testing // will never be executed on the product and shall be removed after the CANBus issues has been resolved. // has been tested manually if ( gSendEmptyKeepAwake ) { @@ -356,7 +356,7 @@ */ void FrameInterface::appendHead(Can_Id vCan_Id, const QByteArray &vData) { - // coco begin validated: has been manually tested by sending over 4000 frames and not received by any other node. + // disabled coco begin validated: has been manually tested by sending over 4000 frames and not received by any other node. if (_txFrameList.count() >= _txFrameList_Max) { static quint32 i = 0; if ( i % 60 == 0 ) { // log only for the first time and each minute.