Index: denali.pro.user =================================================================== diff -u -r57ae1448a37f2f480449b2adda7d8a9735390e20 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- denali.pro.user (.../denali.pro.user) (revision 57ae1448a37f2f480449b2adda7d8a9735390e20) +++ denali.pro.user (.../denali.pro.user) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -1,6 +1,6 @@ - + EnvironmentId Index: sources/ApplicationController.cpp =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -75,7 +75,7 @@ */ void ApplicationController::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 } @@ -173,7 +173,7 @@ */ void ApplicationController::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; @@ -233,7 +233,7 @@ */ void ApplicationController::onUSBDriveMount () { - // coco begin validated: This needs user interaction to plug-in USB device + // disabled coco begin validated: This needs user interaction to plug-in USB device // has been tested manually emit didUSBDriveMount(); } @@ -246,7 +246,7 @@ */ void ApplicationController::onUSBDriveUmount() { - // coco begin validated: This needs user interaction to plug-in USB device + // disabled coco begin validated: This needs user interaction to plug-in USB device // has been tested manually emit didUSBDriveUmount(); } @@ -259,7 +259,7 @@ */ void ApplicationController::onUSBDriveRemove() { - // coco begin validated: This needs user interaction to plug-in USB device + // disabled coco begin validated: This needs user interaction to plug-in USB device // has been tested manually emit didUSBDriveRemove(); } @@ -274,7 +274,7 @@ */ void ApplicationController::onSDCardStateChange(bool vIsReady, bool vIsReadOnly) { - // coco begin validated: This needs user interaction to plug-in SD Card + // disabled coco begin validated: This needs user interaction to plug-in SD Card // has been tested manually /// DEBUG: qDebug() << " ***** ApplicationController " << Storage::SDCard_Base_Path_Name << vIsReady; emit didSDCardStateChange(vIsReady, vIsReadOnly); @@ -288,7 +288,7 @@ */ void ApplicationController::onSDCardSpaceTooLow(quint8 vAvailablePercent) { - // coco begin validated: This needs user interaction to plug-in SD Card + // disabled coco begin validated: This needs user interaction to plug-in SD Card // has been tested manually emit didSDCardSpaceTooLow(vAvailablePercent); } @@ -300,7 +300,7 @@ */ void ApplicationController::onExportLog() { - // coco begin validated: This needs user interaction to plug-in USB device + // disabled coco begin validated: This needs user interaction to plug-in USB device // has been tested manually LOG_EXPORT; } @@ -312,7 +312,7 @@ */ void ApplicationController::onExport() { - // coco begin validated: This needs user interaction to plug-in USB device + // disabled coco begin validated: This needs user interaction to plug-in USB device // has been tested manually emit didExport(); } @@ -355,7 +355,7 @@ */ void ApplicationController::createFakeSequencedLongMessage(QVariantList &vData, const int vFakeDataLen) { - // 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 // has been tested manually QByteArray data; @@ -411,7 +411,7 @@ */ void ApplicationController::createFakeSeqAtBeginLongMessage(QVariantList &vData, const int vFakeDataLen) { - // 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 // has been tested manually QByteArray data; Index: sources/MainTimer.cpp =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/MainTimer.cpp (.../MainTimer.cpp) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/MainTimer.cpp (.../MainTimer.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -36,7 +36,7 @@ */ bool MainTimer::init() { - // 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 // has been tested manually if (gFakeInterval) { @@ -69,7 +69,7 @@ static int oH,oM,oS; int cH,cM,cS; QDateTime::currentDateTime().date().getDate(&cy, &cm, &cd); - // coco begin validated: Decided to not to check each second + // disabled coco begin validated: Decided to not to check each second // has been tested manually if (vIncludeTime) { QTime currentTime = QDateTime::currentDateTime().time(); Index: sources/Threads.cpp =================================================================== diff -u -r301c0a2101eb9374145ae274c8d91460fc9a6a62 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/Threads.cpp (.../Threads.cpp) (revision 301c0a2101eb9374145ae274c8d91460fc9a6a62) +++ sources/Threads.cpp (.../Threads.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -69,7 +69,7 @@ */ void quitThread(QThread &vThread) { - // 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. // runs in main thread vThread.quit(); // validated @@ -85,7 +85,7 @@ */ void quitThreads() { - // 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(_CloudSync_Thread ); quitThread(_CanFrame_Thread ); Index: sources/bluetooth/BluetoothInterface.cpp =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/bluetooth/BluetoothInterface.cpp (.../BluetoothInterface.cpp) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/bluetooth/BluetoothInterface.cpp (.../BluetoothInterface.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -85,7 +85,7 @@ if ( _agent ) _agent ->deleteLater(); quitDevice(); - // 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 } @@ -117,7 +117,7 @@ */ void BluetoothInterface::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; Index: sources/canbus/CanInterface.cpp =================================================================== diff -u -r0c983aea7de7480e86739469f5a64ad18b244634 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/canbus/CanInterface.cpp (.../CanInterface.cpp) (revision 0c983aea7de7480e86739469f5a64ad18b244634) +++ sources/canbus/CanInterface.cpp (.../CanInterface.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -47,7 +47,7 @@ if ( _init ) return false; _init = true; - // coco begin validated: Manually tested since required to disable and enable the CANBus + // disabled coco begin validated: Manually tested since required to disable and enable the CANBus if ( ! initDevice() ) return false; // coco end if ( ! testDevice() ) return false; @@ -73,7 +73,7 @@ */ bool CanInterface::init(QThread &vThread) { - // coco begin validated: Manually tested since required to disable and enable the CANBus + // disabled coco begin validated: Manually tested since required to disable and enable the CANBus if ( ! init() ) return false; // coco end initThread(vThread); @@ -87,7 +87,7 @@ */ void CanInterface::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(); // verified } @@ -109,7 +109,7 @@ * \param vEnabled - Enable console output if true */ void CanInterface::enableConsoleOut(bool vEnabled) { - // coco begin validated: This code meant to be used only for debugging and tested manually + // disabled coco begin validated: This code meant to be used only for debugging and tested manually if (_enableConsoleOut == vEnabled) return; _enableConsoleOut = vEnabled; if (_enableConsoleOut) { @@ -127,7 +127,7 @@ */ void CanInterface::initConnections() { - // coco begin validated: Manually tested since required to disable and enable the CANBus + // disabled coco begin validated: Manually tested since required to disable and enable the CANBus if (_canDevice) { // coco end connect(_canDevice, SIGNAL( framesReceived()), @@ -168,7 +168,7 @@ */ void CanInterface::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; @@ -187,7 +187,7 @@ { QString mError; _canDevice = QCanBus::instance()->createDevice(_canType, _canInterface, &mError); - // coco begin validated: Manually tested since required to disable and enable the CANBus + // disabled coco begin validated: Manually tested since required to disable and enable the CANBus if (!_canDevice) { status(tr("Device Creation"), mError); LOG_DEBUG(status()); @@ -220,7 +220,7 @@ */ void CanInterface::quitDevice() { - // coco begin validated: Manually tested since required to disable and enable the CANBus + // disabled coco begin validated: Manually tested since required to disable and enable the CANBus if (!_canDevice) return; // coco end _canDevice->disconnectDevice(); @@ -259,7 +259,7 @@ */ bool CanInterface::transmit(const QCanBusFrame &vFrame) { - // coco begin validated: Manually tested since required to disable and enable the CANBus + // disabled coco begin validated: Manually tested since required to disable and enable the CANBus if( !_canDevice ) return false; //coco end return _canDevice->writeFrame(vFrame); @@ -273,7 +273,7 @@ */ void CanInterface::consoleOut(const QCanBusFrame &vFrame, const QString &vFrameCount) { - // coco begin validated: This code is only for debugging purposes and had been tested manually. + // disabled coco begin validated: This code is only for debugging purposes and had been tested manually. if ( ! _enableConsoleOut ) return; const QString time = QString::fromLatin1("%1.%2 ") @@ -321,7 +321,7 @@ */ FrameCount CanInterface::erCount() { - // coco begin validated: CANBus error handling has been tested manually. + // disabled coco begin validated: CANBus error handling has been tested manually. // since it requires massive can messages sent/received to catch the error Types::safeIncrement(_erFrameCount); return _erFrameCount; @@ -336,7 +336,7 @@ */ QString CanInterface::frameFlags(const QCanBusFrame &vFrame) { - // coco begin validated: CANBus error handling has been tested manually. + // disabled coco begin validated: CANBus error handling has been tested manually. // since it requires massive can messages sent/received to catch the error QString result = QLatin1String(" --- "); @@ -358,7 +358,7 @@ */ void CanInterface::onFrameError(QCanBusDevice::CanBusError vError) { - // coco begin validated: CANBus error handling has been tested manually. + // disabled coco begin validated: CANBus error handling has been tested manually. // since it requires massive can messages sent/received to catch the error erCount(); switch (vError) { @@ -403,13 +403,13 @@ */ void CanInterface::onFrameReceive () { - // coco begin validated: Manually tested since required to disable and enable the CANBus + // disabled coco begin validated: Manually tested since required to disable and enable the CANBus if (!_canDevice) return; // coco end while (_canDevice->framesAvailable()) { const QCanBusFrame frame = _canDevice->readFrame(); rxCount(); - // coco begin validated: This code is only for debugging purposes and had been tested manually. + // disabled coco begin validated: This code is only for debugging purposes and had been tested manually. if ( _enableConsoleOut ) consoleOut(frame, QString("Rx:%1").arg(_rxFrameCount)); // coco end @@ -427,7 +427,7 @@ { bool ok = transmit(vFrame); txCount(); - // coco begin validated: This code is only for debugging purposes and had been tested manually. + // disabled coco begin validated: This code is only for debugging purposes and had been tested manually. if ( _enableConsoleOut ) consoleOut(vFrame, QString("Tx:%1").arg(_txFrameCount)); // coco end 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. Index: sources/canbus/MessageAcknowModel.cpp =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/canbus/MessageAcknowModel.cpp (.../MessageAcknowModel.cpp) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/canbus/MessageAcknowModel.cpp (.../MessageAcknowModel.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -72,7 +72,7 @@ void MessageAcknowModel::quit() { qDeleteAll(_acknowList); - // 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 } @@ -116,7 +116,7 @@ */ void MessageAcknowModel::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; Index: sources/canbus/MessageBuilder.cpp =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/canbus/MessageBuilder.cpp (.../MessageBuilder.cpp) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/canbus/MessageBuilder.cpp (.../MessageBuilder.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -289,7 +289,7 @@ * \param vEnabled */ void MessageBuilder::enableConsoleOut(bool vEnabled) { - // coco begin validated: This code meant to be used only for debugging and tested manually + // disabled coco begin validated: This code meant to be used only for debugging and tested manually if (_enableConsoleOut == vEnabled) return; _enableConsoleOut = vEnabled; if (_enableConsoleOut) { @@ -443,7 +443,7 @@ return; } QByteArray view; - // coco begin validated: printPayload and specially vUseColor is for debugging purposes and has been validated manually. + // disabled coco begin validated: printPayload and specially vUseColor is for debugging purposes and has been validated manually. if (vUseColor) { QList byteList; byteList = vPayload.toHex('.').split('.'); Index: sources/canbus/MessageDispatcher.cpp =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/canbus/MessageDispatcher.cpp (.../MessageDispatcher.cpp) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/canbus/MessageDispatcher.cpp (.../MessageDispatcher.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -75,7 +75,7 @@ */ void MessageDispatcher::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 } @@ -137,7 +137,7 @@ */ void MessageDispatcher::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; @@ -160,7 +160,7 @@ void MessageDispatcher::onFrameReceive(Can_Id vCan_Id, const QByteArray &vPayload) { // Append a message to the list - // coco begin validated: if empty (first condition) is true, it must never check for the complete (second condition) + // 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 @@ -205,7 +205,7 @@ */ void MessageDispatcher::onFailedTransmit(Sequence vSequence) { - // coco begin validated: Is a placeholder and has not been implemented yet + // disabled coco begin validated: Is a placeholder and has not been implemented yet emit didFailedTransmit(vSequence); } // coco end @@ -360,7 +360,7 @@ * \param vData - Data model contains the user acknowledge request information. * \return void */ -/* // coco begin validated: Manually tested. This model class is a placeholder and there is no use case for this now. +/* // disabled coco begin validated: Manually tested. This model class is a placeholder and there is no use case for this now. void MessageDispatcher::onAdjustment(const AlarmClearedConditionRequestData &vData) { QVariantList mData; @@ -800,7 +800,7 @@ #endif } - // coco begin validated: Has been tested manually but in this function this cannot be false because the message interpreter is doing the same validation. + // disabled coco begin validated: Has been tested manually but in this function this cannot be false because the message interpreter is doing the same validation. // still checking here in case the logic has changed therefore buildFrame should still validate the message for developer safety. if ( ! _builder.buildFrames(vActionId, mData, frameList, mSequence) ) { LOG_DEBUG(QString("Incorrect Message cannot be built")); // TODO : LogInfo Improvement @@ -933,7 +933,7 @@ checkAcknowTransmit(vMessage, srcText); // then if needs acknow send it immediately. } - // coco begin validated: Has been validated manually. If MessageInterpreter::interpretMessage fails, this also returns false + // disabled coco begin validated: Has been validated manually. If MessageInterpreter::interpretMessage fails, this also returns false if ( _interpreter.interpretMessage( vMessage, mData ) ) { ok = true; emit didActionReceive(vMessage.actionId, mData); @@ -951,7 +951,7 @@ */ Sequence MessageDispatcher::rxCount() { - // coco begin validated: has been manually validated since it requires so many received messages to reset the seq + // disabled coco begin validated: has been manually validated since it requires so many received messages to reset the seq if ( _rxSequence < SEQUENCE_MAX ) { ++_rxSequence; } else { @@ -968,7 +968,7 @@ */ Sequence MessageDispatcher::txCount() { - // coco begin validated: has been manually validated since it requires so many received messages to reset the seq + // disabled coco begin validated: has been manually validated since it requires so many received messages to reset the seq if ( _txSequence < SEQUENCE_MAX ) { ++_txSequence; } else { Index: sources/canbus/MessageGlobals.h =================================================================== diff -u -r57ae1448a37f2f480449b2adda7d8a9735390e20 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/canbus/MessageGlobals.h (.../MessageGlobals.h) (revision 57ae1448a37f2f480449b2adda7d8a9735390e20) +++ sources/canbus/MessageGlobals.h (.../MessageGlobals.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -352,15 +352,15 @@ bool initialized = false; bool isEmpty () { - // coco begin validated:Has been validated manually. + // disabled coco begin validated:Has been validated manually. // Since the crc is part of the data and there is no message without crc // initialized flag and data.length() == 0 became the same. // It is preferred to keep it as is so that the initialization is independent of data. return !initialized || !data.length(); // coco end } bool isComplete() { - // coco begin validated:Has been validated manually. + // disabled coco begin validated:Has been validated manually. // Since the crc is part of the data and there is no message without crc // then a message would never be empty. // It is preferred to keep it as is so that the initialization is independent of data. Index: sources/canbus/MessageInterpreter.cpp =================================================================== diff -u -r2d5e51a42abdf392801371aea2d2dbcb197a1da2 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/canbus/MessageInterpreter.cpp (.../MessageInterpreter.cpp) (revision 2d5e51a42abdf392801371aea2d2dbcb197a1da2) +++ sources/canbus/MessageInterpreter.cpp (.../MessageInterpreter.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -75,7 +75,7 @@ if ( ! isValidMessage(vMessage, vIdCheck) ) return ok; ok = tModel.fromByteArray(vMessage.data); tModel.toVariantList(vData); - // coco begin validated : Tested manually. This code will never go false + // disabled coco begin validated : Tested manually. This code will never go false // because the isValidMessage is catching errors. // only is checking here for developer safety if logic has changed. if ( ! ok ) return false; @@ -286,7 +286,7 @@ case Gui::GuiActionType::ID_AlarmSilenceReq : INTERPRET_TRANSMIT_MESSAGE(AlarmSilenceRequestData ); break; case Gui::GuiActionType::ID_AlarmUserActionReq : INTERPRET_TRANSMIT_MESSAGE(AlarmUserActionRequestData ); break; case Gui::GuiActionType::ID_AlarmVolumeSetReq : INTERPRET_TRANSMIT_MESSAGE(AdjustHDAlarmVolumeRequestData ); break; - // coco begin validated: Manually tested. This model class is a placeholder for the message 63(0x3F00) and there is no use case for this now. + // disabled coco begin validated: Manually tested. This model class is a placeholder for the message 63(0x3F00) and there is no use case for this now. case Gui::GuiActionType::ID_AlarmClearedConditionReq : INTERPRET_TRANSMIT_MESSAGE(AlarmClearedConditionRequestData ); break; case Gui::GuiActionType::ID_AlarmActiveListReq : INTERPRET_TRSMT_MT_MESSAGE(AlarmActiveListRequestData ); break; case Gui::GuiActionType::ID_AlarmTriggered : INTERPRET_TRANSMIT_MESSAGE(AlarmTriggeredRequestData ); break; @@ -522,7 +522,7 @@ case Gui::GuiActionType::ID_AlarmTriggered : ok = notify(vMessage, vData, Gui::GuiActionType::ID_AlarmTriggered ); break; case Gui::GuiActionType::ID_AlarmCleared : ok = notify(vMessage, vData, Gui::GuiActionType::ID_AlarmCleared ); break; case Gui::GuiActionType::ID_AlarmVolumeSetRsp : ok = notify(vMessage, vData, Gui::GuiActionType::ID_AlarmVolumeSetRsp ); break; - // coco begin validated: Manually tested. This model class is a placeholder for the message 63(0x3F00) and there is no use case for this now. + // disabled coco begin validated: Manually tested. This model class is a placeholder for the message 63(0x3F00) and there is no use case for this now. case Gui::GuiActionType::ID_AlarmClearedConditionRsp : ok = notify(vMessage, vData, Gui::GuiActionType::ID_AlarmClearedConditionRsp ); break; case Gui::GuiActionType::ID_AlarmActiveListRsp : ok = notify(vMessage, vData, Gui::GuiActionType::ID_AlarmActiveListRsp ); break; // coco end @@ -617,7 +617,7 @@ int index = 0; Types::U32 mCanBUSFaultCount; ok = GetValue(vMessage.data, index, mCanBUSFaultCount); - // coco begin validated : developer safety if for any reason length of CanBUSFaultCount set to 0 + // disabled coco begin validated : developer safety if for any reason length of CanBUSFaultCount set to 0 if (ok) { // coco end vData += mCanBUSFaultCount.value; Index: sources/cloudsync/CloudSyncController.cpp =================================================================== diff -u -r0c983aea7de7480e86739469f5a64ad18b244634 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/cloudsync/CloudSyncController.cpp (.../CloudSyncController.cpp) (revision 0c983aea7de7480e86739469f5a64ad18b244634) +++ sources/cloudsync/CloudSyncController.cpp (.../CloudSyncController.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -73,7 +73,7 @@ */ void CloudSyncController::quit() { - // coco begin validated: CloudSync termination is not correctly done in coco!!! + // disabled coco begin validated: CloudSync termination is not correctly done in coco!!! // it has been tested and works perfectly fine in normal run. quitThread(); // validated } @@ -121,7 +121,7 @@ */ void CloudSyncController::quitThread() { - // coco begin validated: CloudSync termination is not correctly done in coco!!! + // disabled coco begin validated: CloudSync termination is not correctly done in coco!!! // it has been tested and works perfectly fine in normal run. if ( ! _thread ) return; Index: sources/device/DeviceController.cpp =================================================================== diff -u -r301c0a2101eb9374145ae274c8d91460fc9a6a62 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/device/DeviceController.cpp (.../DeviceController.cpp) (revision 301c0a2101eb9374145ae274c8d91460fc9a6a62) +++ sources/device/DeviceController.cpp (.../DeviceController.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -85,15 +85,15 @@ */ void DeviceController::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 } // coco end void DeviceController::onRemoveLogs(bool vInProgress) { - // coco begin validated: The log in progress requires user interaction + // disabled coco begin validated: The log in progress requires user interaction // it has been tested and works fine in normal run. _pauseSpaceCheck = vInProgress; } @@ -146,7 +146,7 @@ */ void DeviceController::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; @@ -166,7 +166,7 @@ */ bool DeviceController::usbSeek(QString &vDevice) { - // coco begin validated: Needed User Interaction so tested manually + // disabled coco begin validated: Needed User Interaction so tested manually // This function cannot be tested on any device other than target // because only on device the usb is /dev/sdX# and others are mmblk___ // but on VM and normal Linuxes all drives are /dev/sdX# and cannot be identified as USB. @@ -199,7 +199,7 @@ */ bool DeviceController::driveSpaceCheck(const QString &vPath, qint64 &vTotalBytes, qint64 &vAvailableBytes, bool *vIsReadOnly) { - // coco begin validated: Needed User Interaction to make the device not ready so tested manually + // disabled coco begin validated: Needed User Interaction to make the device not ready so tested manually bool isReadOnly; if (! FileHandler::isMounted(vPath, &isReadOnly)) return false; if (vIsReadOnly) *vIsReadOnly = isReadOnly; @@ -233,7 +233,7 @@ */ void DeviceController::usbCheck() { - // coco begin validated: Needed User Interaction so tested manually + // disabled coco begin validated: Needed User Interaction so tested manually QString device = ""; if (usbSeek(device)) { if (! _umounted ) { @@ -255,7 +255,7 @@ */ void DeviceController::sdcardSpaceCheck() { - // coco begin validated: Needed User Interaction so tested manually + // disabled coco begin validated: Needed User Interaction so tested manually // Old Info ; // Current info static bool mOIsReady ; bool mCIsReady ; @@ -310,7 +310,7 @@ */ void DeviceController::usbError(const QString &vDevice) { - // coco begin validated: This needs user interaction to plug-in/out the USB device + // disabled coco begin validated: This needs user interaction to plug-in/out the USB device // has been tested manually QString error; static QString lastError; @@ -339,7 +339,7 @@ */ void DeviceController::onUSBDriveUmount() { - // coco begin validated: This needs user interaction to plug-in/out the USB device + // disabled coco begin validated: This needs user interaction to plug-in/out the USB device // has been tested manually _umounted = true; } @@ -354,7 +354,7 @@ */ bool DeviceController::usbMount(const QString &vDevice) { - // coco begin validated: This needs user interaction to plug-in the USB device + // disabled coco begin validated: This needs user interaction to plug-in the USB device // has been tested manually bool ok; _usbDrive = vDevice.toLatin1().constData(); @@ -380,7 +380,7 @@ */ bool DeviceController::usbUmount(const QString &vDevice) { - // coco begin validated: This needs user interaction to plug-out the USB device + // disabled coco begin validated: This needs user interaction to plug-out the USB device // has been tested manually bool ok; ok = ::umount(vDevice.toLatin1().constData()) == 0; @@ -404,7 +404,7 @@ */ void DeviceController::usbRemove() { - // coco begin validated: This needs user interaction to plug-out the USB device + // disabled coco begin validated: This needs user interaction to plug-out the USB device // has been tested manually usbUmount(USB_Mount_Point); _umounted = false; Index: sources/gui/GuiController.cpp =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/gui/GuiController.cpp (.../GuiController.cpp) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/gui/GuiController.cpp (.../GuiController.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -56,7 +56,7 @@ */ void GuiController::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 } @@ -111,7 +111,7 @@ */ void GuiController::initThread(QThread &vThread) { - // 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. // runs in main thread Q_ASSERT_X(QThread::currentThread() == qApp->thread() , __func__, "The Class initialization must be done in Main Thread" ); @@ -130,7 +130,7 @@ */ void GuiController::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; @@ -166,7 +166,7 @@ */ void GuiController::doActionTransmit(GuiActionType vAction, const QVariantList &vData) { - // coco begin validated: This is a sample code and currently does nothing + // disabled coco begin validated: This is a sample code and currently does nothing // The handleTransmit is a place holder and currently has not been used. if (! handleTransmit(vAction, vData)) { // coco end @@ -185,7 +185,7 @@ */ bool GuiController::handleTransmit(GuiActionType vAction, const QVariantList &vData) { - // coco begin validated: This is a sample code and currently does nothing + // disabled coco begin validated: This is a sample code and currently does nothing Q_UNUSED(vAction) Q_UNUSED(vData) @@ -237,7 +237,7 @@ */ void GuiController::onUSBDriveMount() { - // coco begin validated: This needs user interaction to plug-in USB device + // disabled coco begin validated: This needs user interaction to plug-in USB device // has been tested manually emit didUSBDriveMount(); } @@ -250,7 +250,7 @@ */ void GuiController::doUSBDriveUmount() { - // coco begin validated: This needs user interaction to plug-out the USB device + // disabled coco begin validated: This needs user interaction to plug-out the USB device // has been tested manually emit didUSBDriveUmount(); } @@ -263,7 +263,7 @@ */ void GuiController::onUSBDriveRemove() { - // coco begin validated: This needs user interaction to plug-out the USB device + // disabled coco begin validated: This needs user interaction to plug-out the USB device // has been tested manually emit didUSBDriveRemove(); } @@ -278,7 +278,7 @@ */ void GuiController::onSDCardStateChange(bool vIsReady, bool vIsReadOnly) { - // coco begin validated: This needs user interaction to plug-out the SD Card + // disabled coco begin validated: This needs user interaction to plug-out the SD Card // has been tested manually /// DEBUG: qDebug() << " ***** GuiController " << Storage::SDCard_Base_Path_Name << vIsReady; emit didSDCardStateChange(vIsReady, vIsReadOnly); @@ -293,7 +293,7 @@ */ void GuiController::onSDCardSpaceTooLow(quint8 vAvailablePercent) { - // coco begin validated: This needs to fill up the SD-Card and test with human interactions. + // disabled coco begin validated: This needs to fill up the SD-Card and test with human interactions. // has been tested manually emit didSDCardSpaceTooLow(vAvailablePercent); } @@ -306,7 +306,7 @@ */ void GuiController::onExport() { - // coco begin validated: This needs user interaction to export to USB device + // disabled coco begin validated: This needs user interaction to export to USB device // has been tested manually emit didExport(); } @@ -319,7 +319,7 @@ */ void GuiController::doExportLog() { - // coco begin validated: This needs user interaction to export to USB device + // disabled coco begin validated: This needs user interaction to export to USB device // has been tested manually emit didExportLog(); } Index: sources/gui/GuiGlobals.cpp =================================================================== diff -u -reaf21ffe52c818b4c8abdb2084582ada9dc78ceb -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision eaf21ffe52c818b4c8abdb2084582ada9dc78ceb) +++ sources/gui/GuiGlobals.cpp (.../GuiGlobals.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -172,7 +172,7 @@ registerQmlTypes(); QObject::connect(_viewer, &MainView::statusChanged, qApp, [=](MainView::Status vStatus) { - // coco begin validated: this portion of the code is handling application initialization + // disabled coco begin validated: this portion of the code is handling application initialization // and if not initialized correctly will terminate the application . // So it had been manually tested. bool ok = vStatus == MainView::Ready; Index: sources/gui/GuiView.cpp =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/gui/GuiView.cpp (.../GuiView.cpp) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/gui/GuiView.cpp (.../GuiView.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -97,7 +97,7 @@ void GuiView::doActionTransmit(GuiActionType vAction, const QVariantList &vData) { // TODO : Remove this code later when Investigated thoroughly. - // coco begin validated: This code later needs to be removed when Investigated thoroughly. + // disabled coco begin validated: This code later needs to be removed when Investigated thoroughly. // has been tested manually emit didActionTransmit(vAction, vData); } @@ -115,7 +115,7 @@ void GuiView::doActionTransmit(GuiActionType vAction, const QVariant &vData) { // TODO : Remove this code later when Investigated thoroughly. - // coco begin validated: This code later needs to be removed when Investigated thoroughly. + // disabled coco begin validated: This code later needs to be removed when Investigated thoroughly. // has been tested manually QVariantList mData; mData += vData; @@ -130,7 +130,7 @@ */ void GuiView::onUSBDriveMount () { - // coco begin validated: This needs user interaction to plug-in USB device + // disabled coco begin validated: This needs user interaction to plug-in USB device // has been tested manually usbReady (true ); usbRemoved (false); @@ -145,7 +145,7 @@ */ void GuiView::doUSBDriveUmount() { - // coco begin validated: This needs user interaction to plug-in USB device + // disabled coco begin validated: This needs user interaction to plug-in USB device // has been tested manually usbReady (false); usbRemoved (false); @@ -160,7 +160,7 @@ */ void GuiView::onUSBDriveRemove() { - // coco begin validated: This needs user interaction to plug-in USB device + // disabled coco begin validated: This needs user interaction to plug-in USB device // has been tested manually usbReady (false); usbRemoved (true ); @@ -177,7 +177,7 @@ */ void GuiView::onSDCardStateChange(bool vIsReady, bool vIsReadOnly) { - // coco begin validated: This needs user interaction to plug-in USB device + // disabled coco begin validated: This needs user interaction to plug-in USB device // has been tested manually /// DEBUG: qDebug() << " ***** GuiView " << Storage::SDCard_Base_Path_Name << vIsReady; sdIsReady (vIsReady ); @@ -192,7 +192,7 @@ */ void GuiView::onSDCardSpaceTooLow(quint8 vAvailablePercent) { - // coco begin validated: This needs to fill up the SD-Card and test with human interactions. + // disabled coco begin validated: This needs to fill up the SD-Card and test with human interactions. // has been tested manually sdTooLowPecent(vAvailablePercent); } @@ -205,7 +205,7 @@ */ void GuiView::onExport() { - // coco begin validated: This needs user interaction to plug-in USB device + // disabled coco begin validated: This needs user interaction to plug-in USB device // has been tested manually emit didExport(); } @@ -218,7 +218,7 @@ */ void GuiView::doExportLog() { - // coco begin validated: This needs user interaction to plug-in USB device + // disabled coco begin validated: This needs user interaction to plug-in USB device // has been tested manually emit didExportLog(); } @@ -237,7 +237,7 @@ */ void GuiView::onSDCardSpaceChange(bool vReady, qint64 vTotal, qint64 vAvailable, quint8 vPercent) { - // coco begin validated: This needs user interaction to change the SD card files system. + // disabled coco begin validated: This needs user interaction to change the SD card files system. // has been tested manually /// DEBUG: qDebug() << vReady << vTotal << vAvailable << vPercent << Storage::Available_Space_Percent; Q_UNUSED(vReady) Index: sources/gui/GuiView.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/gui/GuiView.h (.../GuiView.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/gui/GuiView.h (.../GuiView.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -41,7 +41,7 @@ { Q_OBJECT - // coco begin validated: This needs user interaction to plug-in/out SD Card + // disabled coco begin validated: This needs user interaction to plug-in/out SD Card // has been tested manually PROPERTY(bool, sdIsReady , false) PROPERTY(bool, sdIsReadOnly, false) Index: sources/model/MModel.h =================================================================== diff -u -r301c0a2101eb9374145ae274c8d91460fc9a6a62 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/model/MModel.h (.../MModel.h) (revision 301c0a2101eb9374145ae274c8d91460fc9a6a62) +++ sources/model/MModel.h (.../MModel.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -311,7 +311,7 @@ REGISTER_METATYPE( AlarmStatusData ) \ REGISTER_METATYPE( AlarmTriggeredData ) \ REGISTER_METATYPE( AlarmClearedData ) \ - /* coco begin validated: Manually tested. This model class is a placeholder and there is no use case for this now. + /* disabled coco begin validated: Manually tested. This model class is a placeholder and there is no use case for this now. REGISTER_METATYPE( AlarmClearedConditionData ) \ coco end */ \ REGISTER_METATYPE( DGROPumpData ) \ @@ -366,7 +366,7 @@ REGISTER_METATYPE( AlarmSilenceRequestData ) \ REGISTER_METATYPE( AlarmUserActionRequestData ) \ REGISTER_METATYPE( AlarmActiveListRequestData ) \ - /* coco begin validated: Manually tested. This model class is a placeholder and there is no use case for this now. + /* disabled coco begin validated: Manually tested. This model class is a placeholder and there is no use case for this now. REGISTER_METATYPE( AlarmClearedConditionRequestData ) \ coco end*/ \ REGISTER_METATYPE( AdjustBloodDialysateRequestData ) \ @@ -485,7 +485,7 @@ ACTION_RECEIVE_BRIDGE_CONNECTION(vSOURCE, AlarmStatusData ) \ ACTION_RECEIVE_BRIDGE_CONNECTION(vSOURCE, AlarmTriggeredData ) \ ACTION_RECEIVE_BRIDGE_CONNECTION(vSOURCE, AlarmClearedData ) \ - /* coco begin validated: Manually tested. This model class is a placeholder and there is no use case for this now. + /* disabled coco begin validated: Manually tested. This model class is a placeholder and there is no use case for this now. ACTION_RECEIVE_BRIDGE_CONNECTION(vSOURCE, AlarmClearedConditionData ) \ coco end */ \ ACTION_RECEIVE_BRIDGE_CONNECTION(vSOURCE, DGROPumpData ) \ @@ -602,7 +602,7 @@ ADJUST_TRANSMT_BRIDGE_CONNECTION(vSOURCE, AlarmSilenceRequestData ) \ ADJUST_TRANSMT_BRIDGE_CONNECTION(vSOURCE, AlarmUserActionRequestData ) \ ADJUST_TRANSMT_BRIDGE_CONNECTION(vSOURCE, AlarmActiveListRequestData ) \ - /* coco begin validated: Manually tested. This model class is a placeholder and there is no use case for this now. + /* disabled coco begin validated: Manually tested. This model class is a placeholder and there is no use case for this now. ADJUST_TRANSMT_BRIDGE_CONNECTION(vSOURCE, AlarmClearedConditionRequestData ) \ coco end */ \ @@ -662,7 +662,7 @@ ACTION_RECEIVE_BRIDGE_DEFINITION( AlarmStatusData ) \ ACTION_RECEIVE_BRIDGE_DEFINITION( AlarmTriggeredData ) \ ACTION_RECEIVE_BRIDGE_DEFINITION( AlarmClearedData ) \ - /* coco begin validated: Manually tested. This model class is a placeholder and there is no use case for this now. + /* disabled coco begin validated: Manually tested. This model class is a placeholder and there is no use case for this now. ACTION_RECEIVE_BRIDGE_DEFINITION( AlarmClearedConditionData ) \ coco end */ \ ACTION_RECEIVE_BRIDGE_DEFINITION( DGROPumpData ) \ @@ -779,7 +779,7 @@ ADJUST_TRANSMT_BRIDGE_DEFINITION( AlarmSilenceRequestData ) \ ADJUST_TRANSMT_BRIDGE_DEFINITION( AlarmUserActionRequestData ) \ ADJUST_TRANSMT_BRIDGE_DEFINITION( AlarmActiveListRequestData ) \ - /* coco begin validated: Manually tested. This model class is a placeholder and there is no use case for this now. + /* disabled coco begin validated: Manually tested. This model class is a placeholder and there is no use case for this now. ADJUST_TRANSMT_BRIDGE_DEFINITION( AlarmClearedConditionRequestData ) \ coco end */ \ @@ -829,7 +829,7 @@ ADJUST_TRANSMT_BRIDGE_DEFINITION_NOEMIT( AlarmSilenceRequestData ) \ ADJUST_TRANSMT_BRIDGE_DEFINITION_NOEMIT( AlarmUserActionRequestData ) \ ADJUST_TRANSMT_BRIDGE_DEFINITION_NOEMIT( AlarmActiveListRequestData ) \ - /* coco begin validated: Manually tested. This model class is a placeholder and there is no use case for this now. + /* disabled coco begin validated: Manually tested. This model class is a placeholder and there is no use case for this now. ADJUST_TRANSMT_BRIDGE_DEFINITION_NOEMIT( AlarmClearedConditionRequestData ) \ coco end */ \ @@ -879,7 +879,7 @@ ADJUST_TRANSMT_BRIDGE_DEFINITION_PUBLIC( AlarmSilenceRequestData ) \ ADJUST_TRANSMT_BRIDGE_DEFINITION_PUBLIC( AlarmUserActionRequestData ) \ ADJUST_TRANSMT_BRIDGE_DEFINITION_PUBLIC( AlarmActiveListRequestData ) \ - /* coco begin validated: Manually tested. This model class is a placeholder and there is no use case for this now. + /* disabled coco begin validated: Manually tested. This model class is a placeholder and there is no use case for this now. ADJUST_TRANSMT_BRIDGE_DEFINITION_PUBLIC( AlarmClearedConditionRequestData ) \ coco end */ \ Index: sources/model/dg/adjustment/settings/MAdjustDGRequests.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/model/dg/adjustment/settings/MAdjustDGRequests.h (.../MAdjustDGRequests.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/model/dg/adjustment/settings/MAdjustDGRequests.h (.../MAdjustDGRequests.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -47,7 +47,7 @@ class MAdjustDGDateTimeReq : public MModel { public: quint32 mEpoch; - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. QString toString() { return toString({mEpoch}); } Index: sources/model/dg/data/MDGAccelerometerData.cpp =================================================================== diff -u -rf8b74fc25bbcbc5bd4efba33a84695dee0813ce3 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/model/dg/data/MDGAccelerometerData.cpp (.../MDGAccelerometerData.cpp) (revision f8b74fc25bbcbc5bd4efba33a84695dee0813ce3) +++ sources/model/dg/data/MDGAccelerometerData.cpp (.../MDGAccelerometerData.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -14,7 +14,7 @@ */ #include "MDGAccelerometerData.h" -// coco begin validated: +// disabled coco begin validated: // FIXME: this model was only for the Diagnostic use, and has been removed, // Should be removed from the UI Software if not being used anymore Index: sources/model/dg/data/MDGAccelerometerData.h =================================================================== diff -u -rf8b74fc25bbcbc5bd4efba33a84695dee0813ce3 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/model/dg/data/MDGAccelerometerData.h (.../MDGAccelerometerData.h) (revision f8b74fc25bbcbc5bd4efba33a84695dee0813ce3) +++ sources/model/dg/data/MDGAccelerometerData.h (.../MDGAccelerometerData.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -25,7 +25,7 @@ // forward declarations class tst_models; -// coco begin validated: +// disabled coco begin validated: // FIXME: this model was only for the Diagnostic use, and has been removed, // Should be removed from the UI Software if not being used anymore Index: sources/model/hd/adjustment/disinfect/MDisinfectAdjustRequests.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/model/hd/adjustment/disinfect/MDisinfectAdjustRequests.h (.../MDisinfectAdjustRequests.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/model/hd/adjustment/disinfect/MDisinfectAdjustRequests.h (.../MDisinfectAdjustRequests.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -51,7 +51,7 @@ public: GuiDisinfectDGStates mState = GuiDisinfectDGStates::DG_DISINFECT_NOT_RUNNING_STATE; - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({mState}); @@ -77,7 +77,7 @@ */ class MAdjustDisinfectChemicalConfirmReq : public MModel { public: - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({}); Index: sources/model/hd/adjustment/posttreatment/MPostTreatmentAdjustRequests.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/model/hd/adjustment/posttreatment/MPostTreatmentAdjustRequests.h (.../MPostTreatmentAdjustRequests.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/model/hd/adjustment/posttreatment/MPostTreatmentAdjustRequests.h (.../MPostTreatmentAdjustRequests.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -48,7 +48,7 @@ */ class MAdjustPatientDisconnectionConfirmReq : public MModel { public: - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({}); @@ -74,7 +74,7 @@ */ class MAdjustDisposablesRemovalConfirmReq : public MModel { public: - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({}); @@ -100,7 +100,7 @@ */ class MAdjustTreatmentLogReq : public MModel { public: - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({}); Index: sources/model/hd/adjustment/pretreatment/MPreTreatmentAdjustRequests.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/model/hd/adjustment/pretreatment/MPreTreatmentAdjustRequests.h (.../MPreTreatmentAdjustRequests.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/model/hd/adjustment/pretreatment/MPreTreatmentAdjustRequests.h (.../MPreTreatmentAdjustRequests.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -54,7 +54,7 @@ eInitiate = 1, }; Options requestedState = eUnknown; - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({requestedState}); @@ -117,7 +117,7 @@ float heparinBolusVolume = 0; // mL float dialysateTemp = 0; // Celsius - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({ @@ -167,7 +167,7 @@ eConfirm = 1 }; Options requestedState = eConfirm; - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({requestedState}); @@ -198,7 +198,7 @@ eStart = 1, }; Options requestedState = eStop; - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({requestedState}); @@ -230,7 +230,7 @@ ePassed = 1, }; Options requestedState = eUnknown; - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({requestedState}); @@ -256,7 +256,7 @@ */ class MAdjustConsumablesConfirmReq : public MModel { public: - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({}); @@ -282,7 +282,7 @@ */ class MAdjustDisposablesConfirmReq : public MModel { public: - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({}); @@ -308,7 +308,7 @@ */ class MAdjustDisposablesPrimeReq : public MModel { public: - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({}); @@ -334,7 +334,7 @@ */ class MAdjustPatientConnectionBeginReq : public MModel { public: - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({}); @@ -361,7 +361,7 @@ class MAdjustUltrafiltrationInitReq : public MModel { public: float volume = 0; - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({volume}); @@ -387,7 +387,7 @@ */ class MAdjustPatientConnectionConfirmReq : public MModel { public: - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({}); @@ -413,7 +413,7 @@ */ class MAdjustStartTreatmentReq : public MModel { public: - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({}); Index: sources/model/hd/adjustment/settings/MAdjustHDRequests.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/model/hd/adjustment/settings/MAdjustHDRequests.h (.../MAdjustHDRequests.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/model/hd/adjustment/settings/MAdjustHDRequests.h (.../MAdjustHDRequests.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -50,7 +50,7 @@ class MAdjustHDDateTimeReq : public MModel { public: quint32 mEpoch; - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. QString toString() { return toString({mEpoch}); } @@ -78,7 +78,7 @@ quint32 volume; - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString( { volume } ); @@ -115,7 +115,7 @@ quint16 ver_revis = QString("%1").arg(VER_REVIS ).toUInt(); quint32 ver_comp = QString("%1").arg(SW_COMPATIBILITY_REV).toUInt(); - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({ ver_major , @@ -175,7 +175,7 @@ class MAdjustServiceReq : public MModel { public: - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({}); @@ -207,7 +207,7 @@ quint32 mResult; - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString( { mResult } ); Index: sources/model/hd/adjustment/treatment/MTreatmentAdjustRequests.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/model/hd/adjustment/treatment/MTreatmentAdjustRequests.h (.../MTreatmentAdjustRequests.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/model/hd/adjustment/treatment/MTreatmentAdjustRequests.h (.../MTreatmentAdjustRequests.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -50,7 +50,7 @@ class MAdjustPowerOffReq : public MModel { public: quint8 state; - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({state}); @@ -82,7 +82,7 @@ public: quint32 bloodFlow = 0; quint32 dialysateFlow = 0; - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({bloodFlow , dialysateFlow}); @@ -109,7 +109,7 @@ class MAdjustDurationReq : public MModel { public: quint32 duration = 0; - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({duration}); @@ -137,7 +137,7 @@ public: GuiUFCommands requestedState = GuiUFCommands::UF_CMD_PAUSE; // the requested state. Initially it's running => paused. - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({requestedState}); @@ -164,7 +164,7 @@ class MAdjustUltrafiltrationEditReq : public MModel { public: float volume = 0; - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({volume}); @@ -200,7 +200,7 @@ float volume = 0; Options option = eDuration; - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({volume , option}); @@ -231,7 +231,7 @@ class MAdjustSalineReq : public MModel { public: GuiSalineCommands requestedState = GuiSalineCommands::SALINE_CMD_STOP; // the requested state. Initially it's Stop => start. - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({requestedState}); @@ -262,7 +262,7 @@ class MAdjustHeparinReq : public MModel { public: GuiHeparinCommands requestedState = GuiHeparinCommands::HEPARIN_CMD_PAUSE ; // the requested state. Initially it's running with Initial Bolus. - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({requestedState}); @@ -306,7 +306,7 @@ qint32 mVenousLimitLow = VenousLimitLowDef ; ///< (S32) Venous Pressure Limit Low (mmHg) qint32 mVenousLimitHigh = VenousLimitHighDef ; ///< (S32) Venous Pressure Limit High (mmHg) - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString @@ -342,7 +342,7 @@ class MAdjustRinsebackReq : public MModel { public: GuiRinsebackCommands requestedState = GuiRinsebackCommands::REQUESTED_USER_ACTION_RINSEBACK_CONFIRM_START; // the requested state. - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({requestedState}); @@ -373,7 +373,7 @@ class MAdjustRecirculateReq : public MModel { public: GuiRecirculateCommands requestedState = GuiRecirculateCommands::REQUESTED_USER_ACTION_TX_RECIRC_RECONNECT; // the requested state. - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({requestedState}); @@ -404,7 +404,7 @@ class MAdjustTreatmentEndReq : public MModel { public: GuiTreatmentEndCommands requestedState = GuiTreatmentEndCommands::REQUESTED_USER_ACTION_TX_END_RINSEBACK_START; // the requested state. - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({requestedState}); @@ -433,7 +433,7 @@ class MAlarmSilenceReq : public MModel { public: quint32 silence = 1; - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({silence}); @@ -457,11 +457,11 @@ * | #1:(U32) | \ref alarmID | * */ -// coco begin validated: Manually tested. This model class is a placeholder for the message 63(0x3F00) and there is no use case for this now. +// disabled coco begin validated: Manually tested. This model class is a placeholder for the message 63(0x3F00) and there is no use case for this now. class MAlarmClearedConditionReq : public MModel { public: GuiAlarmID alarmID = GuiAlarmID::ALARM_ID_NO_ALARM; - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({alarmID}); @@ -490,7 +490,7 @@ class MAlarmUserActionReq : public MModel { public: GuiAlarmUserActions action; - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({action}); Index: sources/model/hd/alarm/MAlarmActiveList.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/model/hd/alarm/MAlarmActiveList.h (.../MAlarmActiveList.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/model/hd/alarm/MAlarmActiveList.h (.../MAlarmActiveList.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -43,7 +43,7 @@ */ class MAlarmActiveListReq : public MModel { public: - // coco begin validated : Has been validated manually. + // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString() { return toString({}); Index: sources/model/hd/alarm/MAlarmClearedCondition.cpp =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/model/hd/alarm/MAlarmClearedCondition.cpp (.../MAlarmClearedCondition.cpp) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/model/hd/alarm/MAlarmClearedCondition.cpp (.../MAlarmClearedCondition.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -16,7 +16,7 @@ using namespace Model; -// coco begin validated: Manually tested. This model class is a placeholder for the message 63(0x3F00) and there is no use case for this now. +// disabled coco begin validated: Manually tested. This model class is a placeholder for the message 63(0x3F00) and there is no use case for this now. QVariantList MAlarmClearedCondition::parameters() const { return { _data.mAlarmID.value Index: sources/model/hd/alarm/MAlarmClearedCondition.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/model/hd/alarm/MAlarmClearedCondition.h (.../MAlarmClearedCondition.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/model/hd/alarm/MAlarmClearedCondition.h (.../MAlarmClearedCondition.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -60,7 +60,7 @@ } _data; public: - // coco begin validated: Manually tested. This model class is a placeholder for the message 63(0x3F00) and there is no use case for this now. + // disabled coco begin validated: Manually tested. This model class is a placeholder for the message 63(0x3F00) and there is no use case for this now. Type_Enum typeText() const override { return Type_Enum::eEvent ; } Unit_Enum unitText() const override { return Unit_Enum::eHD ; } QString infoText() const override { return QString("AlarmCondition") ; } Index: sources/model/hd/alarm/MAlarmTriggered.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/model/hd/alarm/MAlarmTriggered.h (.../MAlarmTriggered.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/model/hd/alarm/MAlarmTriggered.h (.../MAlarmTriggered.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -110,7 +110,7 @@ */ class MAlarmTriggeredReq : public MModel { public: - // coco begin validated: Has been validated manually. + // disabled coco begin validated: Has been validated manually. // This object is used statically for now, kept the logic for later usage. QString toString(); // coco end Index: sources/model/hd/data/MHDAccelerometerData.cpp =================================================================== diff -u -rf8b74fc25bbcbc5bd4efba33a84695dee0813ce3 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/model/hd/data/MHDAccelerometerData.cpp (.../MHDAccelerometerData.cpp) (revision f8b74fc25bbcbc5bd4efba33a84695dee0813ce3) +++ sources/model/hd/data/MHDAccelerometerData.cpp (.../MHDAccelerometerData.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -14,7 +14,7 @@ */ #include "MHDAccelerometerData.h" -// coco begin validated: +// disabled coco begin validated: // FIXME: this model was only for the Diagnostic use, and has been removed, // Should be removed from the UI Software if not being used anymore Index: sources/model/hd/data/MHDAccelerometerData.h =================================================================== diff -u -rf8b74fc25bbcbc5bd4efba33a84695dee0813ce3 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/model/hd/data/MHDAccelerometerData.h (.../MHDAccelerometerData.h) (revision f8b74fc25bbcbc5bd4efba33a84695dee0813ce3) +++ sources/model/hd/data/MHDAccelerometerData.h (.../MHDAccelerometerData.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -25,7 +25,7 @@ // forward declarations class tst_models; -// coco begin validated: +// disabled coco begin validated: // FIXME: this model was only for the Diagnostic use, and has been removed, // Should be removed from the UI Software if not being used anymore Index: sources/storage/FileHandler.cpp =================================================================== diff -u -r0c983aea7de7480e86739469f5a64ad18b244634 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/storage/FileHandler.cpp (.../FileHandler.cpp) (revision 0c983aea7de7480e86739469f5a64ad18b244634) +++ sources/storage/FileHandler.cpp (.../FileHandler.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -42,7 +42,7 @@ { static uint count; static QString mCritical; - // coco begin validated : This has been manually test. Needs file system access to produce errors for hundred times. + // disabled coco begin validated : This has been manually test. Needs file system access to produce errors for hundred times. if (mCritical != vMessage || !(count % 1000)) { // coco end count = 0; @@ -72,7 +72,7 @@ QFile::OpenMode openMode = vAppend ? QFile::Text | QFile::Append : QFile::Text | QFile::WriteOnly; - // coco begin validated : This has been manually test. Needs file system access to make file the way it cannot be opened for writing. + // disabled coco begin validated : This has been manually test. Needs file system access to make file the way it cannot be opened for writing. if (! file.open(openMode)) { QString msg = QString("Cannot open file for write (%1). Possible corrupted file system.").arg(vFileName); // here cannot use LOG_XXXX because if the folder cannot be created then the log cannot be written. @@ -144,7 +144,7 @@ */ int FileHandler::copyFolder(const QString &vSource, const QString &vDestination) { - // coco begin validated: This needs user interaction to export to USB device + // disabled coco begin validated: This needs user interaction to export to USB device // has been tested manually since currently it is the only place it has been used. QString cmd = "cp"; QStringList arguments; @@ -164,7 +164,7 @@ */ int FileHandler::moveFolder(const QString &vSource, const QString &vDestination) { - // coco begin validated: This needs user interaction to check the file system + // disabled coco begin validated: This needs user interaction to check the file system // has been tested manually since currently it is the only place it has been used. QString cmd = "mv"; QStringList arguments; @@ -185,7 +185,7 @@ */ int FileHandler::removeFolder(const QString &vFolder) { - // coco begin validated: This needs user interaction to check the file system + // disabled coco begin validated: This needs user interaction to check the file system // has been tested manually since currently it is the only place it has been used. QString cmd = "rm"; QStringList arguments; @@ -214,7 +214,7 @@ for (const auto &info : infoList) { QDateTime fileTime = info.lastModified(); QString fileName = info.absoluteFilePath(); - // coco begin validated : This has been manually tested since requires to change in file system to reproduce the error. + // disabled coco begin validated : This has been manually tested since requires to change in file system to reproduce the error. if (fileTime.isValid()) { if (fileTime.date() <= vDateOlderThan) { if (QFile::remove(fileName)) { @@ -263,7 +263,7 @@ */ bool FileHandler::isMounted(const QString &vPath, bool *vIsReadOnly) { - // coco begin validated: Needed User Interaction to make the device not ready so tested manually + // disabled coco begin validated: Needed User Interaction to make the device not ready so tested manually bool mounted = false; // removing the extra '/' from the vPath if there is to be able to compare to the root path of the storage QString path = vPath.trimmed(); @@ -302,7 +302,7 @@ * if vRetainPercent is used then it contains list of the file(s) to be removed. */ QFileInfoList FileHandler::find(const QString &vPath, QStringList vNameFilters, quint8 vRetainPercent) { - // coco begin validated: Manually tested. Needs to fill up the storage to test some functionalities like vRetainPercent + // disabled coco begin validated: Manually tested. Needs to fill up the storage to test some functionalities like vRetainPercent QFileInfoList fileInfoList; // if all the files need to retain then no file shall be listed in the remove list. @@ -377,7 +377,7 @@ * if vRetainPercent is used then it contains list of the file(s) to be removed. */ QFileInfoList FileHandler::find(const QString &vPath, QStringList vNameFilters) { - // coco begin validated: Needs to manually create specific folder with specific files to check the functionality + // disabled coco begin validated: Needs to manually create specific folder with specific files to check the functionality // manually tested QFileInfoList fileInfoList; QDir dir(vPath); @@ -396,7 +396,7 @@ // coco end quint64 FileHandler::totalSize(const QFileInfoList &vFileInfoList) { - // coco begin validated: Manually tested. requires list of files on file system to test and requires manual specific files for test. + // disabled coco begin validated: Manually tested. requires list of files on file system to test and requires manual specific files for test. quint64 total = 0; for (auto it = vFileInfoList.crbegin(); it != vFileInfoList.crend(); ++it) { total += it->size(); Index: sources/storage/Logger.cpp =================================================================== diff -u -r0c983aea7de7480e86739469f5a64ad18b244634 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/storage/Logger.cpp (.../Logger.cpp) (revision 0c983aea7de7480e86739469f5a64ad18b244634) +++ sources/storage/Logger.cpp (.../Logger.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -70,7 +70,7 @@ */ bool Logger::init(QThread &vThread) { - // coco begin validated: Application is not running in multi-threaded mode for testing + // disabled coco begin validated: Application is not running in multi-threaded mode for testing // it has been tested and works perfectly fine in normal run. if ( ! init() ) return false; initThread(vThread); @@ -115,7 +115,7 @@ */ void Logger::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 } @@ -154,7 +154,7 @@ */ void Logger::initThread(QThread &vThread) { - // coco begin validated: Application is not running in multi-threaded mode for testing + // disabled coco begin validated: Application is not running in multi-threaded mode for testing // it has been tested and works perfectly fine in normal run. // runs in main thread Q_ASSERT_X(QThread::currentThread() == qApp->thread() , __func__, "The Class initialization must be done in Main Thread" ); @@ -172,7 +172,7 @@ */ void Logger::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; @@ -193,7 +193,7 @@ void Logger::checkLogPath() { setLogBasePath(); // try to use /media/sd_card on device - // coco begin validated: It can only happen if the file system is read-only for any reason. + // disabled coco begin validated: It can only happen if the file system is read-only for any reason. // it has been tested and works perfectly fine in normal run. if (! setLogPath()) { // check and create log folders & if unsuccessful then // coco end @@ -229,7 +229,7 @@ bool Logger::setLogPath() { bool ok = true; - // coco begin validated: Has been tested manually, this needs user interaction to check the file system + // disabled coco begin validated: Has been tested manually, this needs user interaction to check the file system if ( ok && ! setLogPath(LogType::eLogEvent) ) ok = false; if ( ok && ! setLogPath(LogType::eLogDatum) ) ok = false; if ( ok && ! setLogPath(LogType::eLogDebug) ) ok = false; @@ -316,7 +316,7 @@ logPathName = _logPathNames[eLogDebug]; _logFileName = logPathName + fileName; FileHandler::write(_logFileName, mContent + "\r\n", true); - // coco begin validated: This code is only for debugging purposes and had been tested manually. + // disabled coco begin validated: This code is only for debugging purposes and had been tested manually. if (_enableConsoleOut) { qDebug().noquote() << mContent; } @@ -331,7 +331,7 @@ */ bool Logger::exportLogs() { - // coco begin validated: This needs user interaction to check the old files deleted + // disabled coco begin validated: This needs user interaction to check the old files deleted // has been tested manually int result = 0; static QString mOSource; @@ -358,7 +358,7 @@ */ bool Logger::concurrentExportLogs() { - // coco begin validated: This needs user interaction to export to USB device + // disabled coco begin validated: This needs user interaction to export to USB device // has been tested manually LOG_DEBUG("Export Logs Start"); QFuture future = QtConcurrent::run(this, &Logger::exportLogs); @@ -373,7 +373,7 @@ */ void Logger::onExportLogs() { - // coco begin validated: This needs user interaction to export to USB device + // disabled coco begin validated: This needs user interaction to export to USB device // has been tested manually LOG_DEBUG(QString("Export Logs Ended: %1").arg(_exportLogsWatcher.result())); emit didExportLogs(); @@ -387,7 +387,7 @@ */ int Logger::removeLogs() { - // coco begin validated: This needs user interaction to check the old files deleted + // disabled coco begin validated: This needs user interaction to check the old files deleted // Storage::FileHandler::find("/media/denali/0CAA-40C1/log/", {"*.err"}, 15); return 0; // has been tested manually LOG_DEBUG(tr("Initializing log clean up")); @@ -449,7 +449,7 @@ */ bool Logger::concurrentRemoveLogs() { - // coco begin validated: This needs user interaction to check the old files deleted + // disabled coco begin validated: This needs user interaction to check the old files deleted // has been tested manually LOG_DEBUG("Remove Logs Starting"); emit didRemoveLogs(true); @@ -465,7 +465,7 @@ */ void Logger::onRemoveLogs() { - // coco begin validated: This needs user interaction to export to USB device + // disabled coco begin validated: This needs user interaction to export to USB device // has been tested manually LOG_DEBUG(tr("Remove Logs Ended: %1").arg(_removeLogsWatcher.result())); emit didRemoveLogs(false); @@ -485,7 +485,7 @@ */ void Logger::onSDCardSpaceChange(bool vReady, qint64 vTotal, qint64 vAvailable, quint8 vPercent) { - // coco begin validated: This needs user interaction to change the SD card files system. + // disabled coco begin validated: This needs user interaction to change the SD card files system. // has been tested manually Q_UNUSED(vTotal ) Q_UNUSED(vAvailable ) @@ -503,7 +503,7 @@ * \param vEnabled - Enable console output if true */ void Logger::enableConsoleOut(bool vEnabled) { - // coco begin validated: This code meant to be used only for debugging and tested manually + // disabled coco begin validated: This code meant to be used only for debugging and tested manually if (_enableConsoleOut == vEnabled) return; _enableConsoleOut = vEnabled; if (_enableConsoleOut) { Index: sources/view/VAdjustmentResponseBase.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/VAdjustmentResponseBase.h (.../VAdjustmentResponseBase.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/VAdjustmentResponseBase.h (.../VAdjustmentResponseBase.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -48,7 +48,7 @@ // friends friend class ::tst_views; - // coco begin validated: + // disabled coco begin validated: // The adjustment_Reason property as quint32 is not used directly in GUI // it will be used as QString text. // has been manually tested that it works perfectly fine if used. Index: sources/view/VEventSpy.cpp =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/VEventSpy.cpp (.../VEventSpy.cpp) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/VEventSpy.cpp (.../VEventSpy.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -40,7 +40,7 @@ void VEventSpy::initConnections() { - // coco begin validated: this code has been manually tested. + // disabled coco begin validated: this code has been manually tested. // This should never happen with the current design and usage. // put here for developer safety if (Gui::_viewer) { @@ -60,7 +60,7 @@ QEvent::Type mType = vEvent->type(); switch (mType) { - // coco begin validated: this code has been manually tested. + // disabled coco begin validated: this code has been manually tested. // the only intention of this code is to be used for EMC testing and has been tested and is working fine. // Mouse case QEvent::Type::MouseButtonDblClick : mouseEventSpy(vEvent, "mD"); break; @@ -95,7 +95,7 @@ * \param vEvent - mouse event * \param vTypeName - mouse button type name */ -// coco begin validated: this code has been manually tested. +// disabled coco begin validated: this code has been manually tested. // the only intention of this code is to be used for EMC testing and has been tested and is working fine. void VEventSpy::mouseEventSpy(QEvent *vEvent, const QString &vTypeName) { @@ -138,7 +138,7 @@ } // coco end -// coco begin validated: this code has been manually tested. +// disabled coco begin validated: this code has been manually tested. // the only intention of this code is to be used for EMC testing and has been tested and is working fine. /*! * \brief VEventSpy::doMouseReset @@ -152,7 +152,7 @@ * \param vEvent - touch event * \param vTypeName - The type of the QEvent which has been shortened e.g. tB: TouchBegin */ -// coco begin validated: this code has been manually tested. +// disabled coco begin validated: this code has been manually tested. // the only intention of this code is to be used for EMC testing and has been tested and is working fine. void VEventSpy::touchEventSpy(QEvent *vEvent, const QString &vTypeName) { @@ -181,7 +181,7 @@ } // coco end -// coco begin validated: this code has been manually tested. +// disabled coco begin validated: this code has been manually tested. // the only intention of this code is to be used for EMC testing and has been tested and is working fine. /*! * \brief VEventSpy::doTouchReset @@ -191,7 +191,7 @@ // coco end -// coco begin validated: this code has been manually tested. +// disabled coco begin validated: this code has been manually tested. // the only intention of this code is to be used for testing and has been tested and is working fine. /*! * \brief VEventSpy::keybdEventSpy Index: sources/view/VEventSpy.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/VEventSpy.h (.../VEventSpy.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/VEventSpy.h (.../VEventSpy.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -39,7 +39,7 @@ // singleton SINGLETON(VEventSpy) - // coco begin validated: this code has been manually tested. + // disabled coco begin validated: this code has been manually tested. // the only intention of this code is to be used for EMC testing and has been tested and is working fine. PROPERTY( quint64 , touchCount , 0 ) PROPERTY( quint64 , touchPoints , 0 ) Index: sources/view/VPowerOff.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/VPowerOff.h (.../VPowerOff.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/VPowerOff.h (.../VPowerOff.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -36,7 +36,7 @@ { Q_OBJECT - // coco begin validated: This property is power off request data and is always true + // disabled coco begin validated: This property is power off request data and is always true // to be always trigger the GUI // also since the signal passe parameter value is used the property getter in not currently used. // manually tested and all of them are working. Index: sources/view/dg/data/VDGAccelerometerData.cpp =================================================================== diff -u -rf8b74fc25bbcbc5bd4efba33a84695dee0813ce3 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/dg/data/VDGAccelerometerData.cpp (.../VDGAccelerometerData.cpp) (revision f8b74fc25bbcbc5bd4efba33a84695dee0813ce3) +++ sources/view/dg/data/VDGAccelerometerData.cpp (.../VDGAccelerometerData.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -17,7 +17,7 @@ // Project #include "GuiController.h" -// coco begin validated: +// disabled coco begin validated: // FIXME: this model was only for the Diagnostic use, and has been removed, // Should be removed from the UI Software if not being used anymore Index: sources/view/dg/data/VDGAccelerometerData.h =================================================================== diff -u -rf8b74fc25bbcbc5bd4efba33a84695dee0813ce3 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/dg/data/VDGAccelerometerData.h (.../VDGAccelerometerData.h) (revision f8b74fc25bbcbc5bd4efba33a84695dee0813ce3) +++ sources/view/dg/data/VDGAccelerometerData.h (.../VDGAccelerometerData.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -22,7 +22,7 @@ #include "VView.h" #include "MDGAccelerometerData.h" -// coco begin validated: +// disabled coco begin validated: // FIXME: this model was only for the Diagnostic use, and has been removed, // Should be removed from the UI Software if not being used anymore Index: sources/view/dg/data/VDGValvesStatesData.h =================================================================== diff -u -r0c983aea7de7480e86739469f5a64ad18b244634 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/dg/data/VDGValvesStatesData.h (.../VDGValvesStatesData.h) (revision 0c983aea7de7480e86739469f5a64ad18b244634) +++ sources/view/dg/data/VDGValvesStatesData.h (.../VDGValvesStatesData.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -36,7 +36,7 @@ { Q_OBJECT - // coco begin validated: Has been tested manually. This is a general messages received trigger, but is not used yet. + // disabled coco begin validated: Has been tested manually. This is a general messages received trigger, but is not used yet. TRIGGER ( bool , refresh , false) // coco end Index: sources/view/dg/data/post/VDGPOSTData.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/dg/data/post/VDGPOSTData.h (.../VDGPOSTData.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/dg/data/post/VDGPOSTData.h (.../VDGPOSTData.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -39,7 +39,7 @@ // friends friend class ::tst_views; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/adjustment/common/VCommonAdjustmentVitals.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/common/VCommonAdjustmentVitals.h (.../VCommonAdjustmentVitals.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/common/VCommonAdjustmentVitals.h (.../VCommonAdjustmentVitals.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -39,7 +39,7 @@ int _timerId = 0; int _timerCounter = 1; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/adjustment/disinfect/VDisinfectAdjustChemicalConfirm.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/disinfect/VDisinfectAdjustChemicalConfirm.h (.../VDisinfectAdjustChemicalConfirm.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/disinfect/VDisinfectAdjustChemicalConfirm.h (.../VDisinfectAdjustChemicalConfirm.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -38,7 +38,7 @@ // friends friend class ::tst_views; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/adjustment/disinfect/VDisinfectAdjustDisinfect.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/disinfect/VDisinfectAdjustDisinfect.h (.../VDisinfectAdjustDisinfect.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/disinfect/VDisinfectAdjustDisinfect.h (.../VDisinfectAdjustDisinfect.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -40,7 +40,7 @@ AdjustDisinfectRequestData _data; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustDisposablesRemovalConfirm.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustDisposablesRemovalConfirm.h (.../VPostTreatmentAdjustDisposablesRemovalConfirm.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustDisposablesRemovalConfirm.h (.../VPostTreatmentAdjustDisposablesRemovalConfirm.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -37,7 +37,7 @@ // friends friend class ::tst_views; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustPatientDisconnectionConfirm.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustPatientDisconnectionConfirm.h (.../VPostTreatmentAdjustPatientDisconnectionConfirm.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustPatientDisconnectionConfirm.h (.../VPostTreatmentAdjustPatientDisconnectionConfirm.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -36,7 +36,7 @@ // friends friend class ::tst_views; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustTreatmentLog.h =================================================================== diff -u -r301c0a2101eb9374145ae274c8d91460fc9a6a62 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustTreatmentLog.h (.../VPostTreatmentAdjustTreatmentLog.h) (revision 301c0a2101eb9374145ae274c8d91460fc9a6a62) +++ sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustTreatmentLog.h (.../VPostTreatmentAdjustTreatmentLog.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -43,7 +43,7 @@ // friends friend class ::tst_views; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentConsumablesConfirm.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentConsumablesConfirm.h (.../VPreTreatmentAdjustmentConsumablesConfirm.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentConsumablesConfirm.h (.../VPreTreatmentAdjustmentConsumablesConfirm.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -36,7 +36,7 @@ // friends friend class ::tst_views; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentDisposablesConfirm.h =================================================================== diff -u -r301c0a2101eb9374145ae274c8d91460fc9a6a62 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentDisposablesConfirm.h (.../VPreTreatmentAdjustmentDisposablesConfirm.h) (revision 301c0a2101eb9374145ae274c8d91460fc9a6a62) +++ sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentDisposablesConfirm.h (.../VPreTreatmentAdjustmentDisposablesConfirm.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -37,7 +37,7 @@ // friends friend class ::tst_views; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentDisposablesPrime.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentDisposablesPrime.h (.../VPreTreatmentAdjustmentDisposablesPrime.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentDisposablesPrime.h (.../VPreTreatmentAdjustmentDisposablesPrime.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -37,7 +37,7 @@ // friends friend class ::tst_views; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentInitTreatment.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentInitTreatment.h (.../VPreTreatmentAdjustmentInitTreatment.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentInitTreatment.h (.../VPreTreatmentAdjustmentInitTreatment.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -37,7 +37,7 @@ // friends friend class ::tst_views; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentPatientConnectionBegin.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentPatientConnectionBegin.h (.../VPreTreatmentAdjustmentPatientConnectionBegin.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentPatientConnectionBegin.h (.../VPreTreatmentAdjustmentPatientConnectionBegin.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -37,7 +37,7 @@ // friends friend class ::tst_views; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentPatientConnectionConfirm.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentPatientConnectionConfirm.h (.../VPreTreatmentAdjustmentPatientConnectionConfirm.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentPatientConnectionConfirm.h (.../VPreTreatmentAdjustmentPatientConnectionConfirm.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -37,7 +37,7 @@ // friends friend class ::tst_views; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentStartTreatment.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentStartTreatment.h (.../VPreTreatmentAdjustmentStartTreatment.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentStartTreatment.h (.../VPreTreatmentAdjustmentStartTreatment.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -37,7 +37,7 @@ // friends friend class ::tst_views; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentUltrafiltrationInit.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentUltrafiltrationInit.h (.../VPreTreatmentAdjustmentUltrafiltrationInit.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentUltrafiltrationInit.h (.../VPreTreatmentAdjustmentUltrafiltrationInit.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -39,7 +39,7 @@ AdjustUltrafiltrationInitRequestData _data; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentWaterSample.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentWaterSample.h (.../VPreTreatmentAdjustmentWaterSample.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentWaterSample.h (.../VPreTreatmentAdjustmentWaterSample.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -37,7 +37,7 @@ // friends friend class ::tst_views; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/adjustment/treatment/VTreatmentAdjustmentDuration.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/treatment/VTreatmentAdjustmentDuration.h (.../VTreatmentAdjustmentDuration.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentDuration.h (.../VTreatmentAdjustmentDuration.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -39,7 +39,7 @@ AdjustDurationRequestData _data; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/adjustment/treatment/VTreatmentAdjustmentEnd.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/treatment/VTreatmentAdjustmentEnd.h (.../VTreatmentAdjustmentEnd.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentEnd.h (.../VTreatmentAdjustmentEnd.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -39,7 +39,7 @@ AdjustTreatmentEndRequestData _data; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/adjustment/treatment/VTreatmentAdjustmentFlows.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/treatment/VTreatmentAdjustmentFlows.h (.../VTreatmentAdjustmentFlows.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentFlows.h (.../VTreatmentAdjustmentFlows.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -39,7 +39,7 @@ AdjustBloodDialysateRequestData _data; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/adjustment/treatment/VTreatmentAdjustmentHeparin.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/treatment/VTreatmentAdjustmentHeparin.h (.../VTreatmentAdjustmentHeparin.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentHeparin.h (.../VTreatmentAdjustmentHeparin.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -39,7 +39,7 @@ AdjustHeparinRequestData _data; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/adjustment/treatment/VTreatmentAdjustmentPressuresLimits.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/treatment/VTreatmentAdjustmentPressuresLimits.h (.../VTreatmentAdjustmentPressuresLimits.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentPressuresLimits.h (.../VTreatmentAdjustmentPressuresLimits.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -39,7 +39,7 @@ AdjustPressuresLimitsRequestData _data; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine @@ -52,7 +52,7 @@ PROPERTY( qint32 , venousLimitLow , _data.VenousLimitLowDef ) PROPERTY( qint32 , venousLimitHigh , _data.VenousLimitHighDef ) - // coco begin validated: Tested manually + // disabled coco begin validated: Tested manually // these are manufacturing default values which will be assigned to the pressure parameters initially. // since after the first change it will be overwritten by user value it has been provided here in case it is needed. CONSTANT( qint32 , arterialLimitLowDef , _data.ArterialLimitLowDef ) // default by PRS354 Index: sources/view/hd/adjustment/treatment/VTreatmentAdjustmentRecirculate.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/treatment/VTreatmentAdjustmentRecirculate.h (.../VTreatmentAdjustmentRecirculate.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentRecirculate.h (.../VTreatmentAdjustmentRecirculate.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -39,7 +39,7 @@ AdjustRecirculateRequestData _data; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/adjustment/treatment/VTreatmentAdjustmentRinseback.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/treatment/VTreatmentAdjustmentRinseback.h (.../VTreatmentAdjustmentRinseback.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentRinseback.h (.../VTreatmentAdjustmentRinseback.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -39,7 +39,7 @@ AdjustRinsebackRequestData _data; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/adjustment/treatment/VTreatmentAdjustmentSaline.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/treatment/VTreatmentAdjustmentSaline.h (.../VTreatmentAdjustmentSaline.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentSaline.h (.../VTreatmentAdjustmentSaline.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -39,7 +39,7 @@ AdjustSalineRequestData _data; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/adjustment/treatment/VTreatmentAdjustmentUltrafiltrationConfirm.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/treatment/VTreatmentAdjustmentUltrafiltrationConfirm.h (.../VTreatmentAdjustmentUltrafiltrationConfirm.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentUltrafiltrationConfirm.h (.../VTreatmentAdjustmentUltrafiltrationConfirm.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -39,7 +39,7 @@ AdjustUltrafiltrationConfirmRequestData _data; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine @@ -48,7 +48,7 @@ // Treatment Ultrafiltration data PROPERTY( float , volume , 0) - // coco begin validated: Manually validated + // disabled coco begin validated: Manually validated // Duration is not used since will be passed each second by TreatmentTime message PROPERTY( quint32 , duration , 0) // Rate has not been decided to be used anywhere yet. Index: sources/view/hd/adjustment/treatment/VTreatmentAdjustmentUltrafiltrationEdit.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/treatment/VTreatmentAdjustmentUltrafiltrationEdit.h (.../VTreatmentAdjustmentUltrafiltrationEdit.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentUltrafiltrationEdit.h (.../VTreatmentAdjustmentUltrafiltrationEdit.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -39,7 +39,7 @@ AdjustUltrafiltrationEditRequestData _data; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/adjustment/treatment/VTreatmentAdjustmentUltrafiltrationState.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/adjustment/treatment/VTreatmentAdjustmentUltrafiltrationState.h (.../VTreatmentAdjustmentUltrafiltrationState.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentUltrafiltrationState.h (.../VTreatmentAdjustmentUltrafiltrationState.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -39,14 +39,14 @@ AdjustUltrafiltrationStateRequestData _data; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine TRIGGER( bool , adjustment , 0) // coco end - // coco begin validated: Manually tested + // disabled coco begin validated: Manually tested // This property should not be used in QML since it need exposed enum // exposed enum usage in QML is not suggested since QML will not error out on any issue // kept for consistency and debugging use cases Index: sources/view/hd/alarm/VAlarmActiveList.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/alarm/VAlarmActiveList.h (.../VAlarmActiveList.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/alarm/VAlarmActiveList.h (.../VAlarmActiveList.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -38,7 +38,7 @@ // friends friend class ::tst_views; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/alarm/VAlarmStatus.cpp =================================================================== diff -u -r05d42674ecc896b23759abce47afd99a85808891 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/alarm/VAlarmStatus.cpp (.../VAlarmStatus.cpp) (revision 05d42674ecc896b23759abce47afd99a85808891) +++ sources/view/hd/alarm/VAlarmStatus.cpp (.../VAlarmStatus.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -23,7 +23,7 @@ ACTION_VIEW_CONNECTION(AlarmStatusData ); ADJUST_VIEW_CONNECTION(AlarmSilenceRequestData ); ADJUST_VIEW_CONNECTION(AlarmUserActionRequestData ); - /* // coco begin validated: Manually tested. This model class is a placeholder and there is no use case for this now. + /* // disabled coco begin validated: Manually tested. This model class is a placeholder and there is no use case for this now. ADJUST_VIEW_CONNECTION(AlarmClearedConditionRequestData ); // coco end */ } @@ -92,7 +92,7 @@ */ void View::VAlarmStatus::doClearCondition() { - // coco begin validated: Manually tested. This model class is a placeholder for the message 63(0x3F00) and there is no use case for this now. + // disabled coco begin validated: Manually tested. This model class is a placeholder for the message 63(0x3F00) and there is no use case for this now. AlarmClearedConditionRequestData data; data.alarmID = GuiAlarmID::ALARM_ID_HD_COMM_TIMEOUT; emit didAdjustment(data); @@ -107,7 +107,7 @@ void VAlarmStatus::onActionReceive(const AlarmStatusData &vData) { GuiAlarmID alarmID = static_cast(vData.mTop); - // coco begin validated: the gDisableTimeout has meant to only being used for debugging purposes. + // disabled coco begin validated: the gDisableTimeout has meant to only being used for debugging purposes. // has been manually tested during debugging which works fine as expected. if (alarmID == GuiAlarmID::ALARM_ID_HD_COMM_TIMEOUT && gDisableTimeout) { LOG_DEBUG(tr("Suppressing HD communication timeout.")); Index: sources/view/hd/alarm/VAlarmStatus.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/alarm/VAlarmStatus.h (.../VAlarmStatus.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/alarm/VAlarmStatus.h (.../VAlarmStatus.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -50,7 +50,7 @@ friend class ::tst_views; READONLY( bool , hasAlarm , false) - // coco begin validated: Has been validated manually + // disabled coco begin validated: Has been validated manually PROPERTY( quint32 , alarm_Priority , 0) PROPERTY( quint32 , alarm_AlarmID , 0) PROPERTY( quint32 , alarm_EscalateIn , 0) Index: sources/view/hd/data/VHDAccelerometerData.cpp =================================================================== diff -u -rf8b74fc25bbcbc5bd4efba33a84695dee0813ce3 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/data/VHDAccelerometerData.cpp (.../VHDAccelerometerData.cpp) (revision f8b74fc25bbcbc5bd4efba33a84695dee0813ce3) +++ sources/view/hd/data/VHDAccelerometerData.cpp (.../VHDAccelerometerData.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -17,7 +17,7 @@ // Project #include "GuiController.h" -// coco begin validated: +// disabled coco begin validated: // FIXME: this model was only for the Diagnostic use, and has been removed, // Should be removed from the UI Software if not being used anymore Index: sources/view/hd/data/VHDAccelerometerData.h =================================================================== diff -u -rf8b74fc25bbcbc5bd4efba33a84695dee0813ce3 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/data/VHDAccelerometerData.h (.../VHDAccelerometerData.h) (revision f8b74fc25bbcbc5bd4efba33a84695dee0813ce3) +++ sources/view/hd/data/VHDAccelerometerData.h (.../VHDAccelerometerData.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -22,7 +22,7 @@ #include "VView.h" #include "MHDAccelerometerData.h" -// coco begin validated: +// disabled coco begin validated: // FIXME: this model was only for the Diagnostic use, and has been removed, // Should be removed from the UI Software if not being used anymore Index: sources/view/hd/data/post/VHDPOSTData.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/data/post/VHDPOSTData.h (.../VHDPOSTData.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/data/post/VHDPOSTData.h (.../VHDPOSTData.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -39,7 +39,7 @@ // friends friend class ::tst_views; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/hd/data/treatment/VHDTreatmentStatesData.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/data/treatment/VHDTreatmentStatesData.h (.../VHDTreatmentStatesData.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/data/treatment/VHDTreatmentStatesData.h (.../VHDTreatmentStatesData.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -39,7 +39,7 @@ { Q_OBJECT - // coco begin validated: Manually tested + // disabled coco begin validated: Manually tested // This property should not be used in QML since it need exposed enum // exposed enum usage in QML is not suggested since QML will not error out on any issue // kept for consistency and debugging use cases @@ -59,7 +59,7 @@ // ---- Treatment states // ---- Treatment states - Basics - // coco begin validated: Manually tested + // disabled coco begin validated: Manually tested // not used yet since the Treatment Start/stop/end has not been implemented yet. PROPERTY( bool , txStart , false) ///< TREATMENT_START_STATE = 0 # Start treatment - initialize treatment and go to blood prime state PROPERTY( bool , txBloodPrime , false) ///< TREATMENT_BLOOD_PRIME_STATE = 1 # Prime blood-side of dialyzer with gradual ramp for 1 min. while dialyzer is bypassed. No dialysis or UF taking place. No treatment time. @@ -71,7 +71,7 @@ // coco end // ---- Ultrafiltration states - // coco begin validated: Manually tested + // disabled coco begin validated: Manually tested // not useful for UI more FW state entry // kept for consistency PROPERTY( bool , ufStart , false) ///< UF_START_STATE = 0 # Start state of the ultrafiltration state machine Index: sources/view/hd/data/treatment/VTreatmentPressureOcclusion.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/data/treatment/VTreatmentPressureOcclusion.h (.../VTreatmentPressureOcclusion.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/data/treatment/VTreatmentPressureOcclusion.h (.../VTreatmentPressureOcclusion.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -38,7 +38,7 @@ PROPERTY( float , arterialPressure , 0) PROPERTY( float , venousPressure , 0) - // coco begin validated: These three properties have not been used in GUI. + // disabled coco begin validated: These three properties have not been used in GUI. // has been manually tested that it works perfectly fine if used. PROPERTY( quint32 , bloodPumpOcclusion , 0) PROPERTY( quint32 , dialysateInletPumpOcclusion , 0) Index: sources/view/hd/data/treatment/VTreatmentUltrafiltration.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/data/treatment/VTreatmentUltrafiltration.h (.../VTreatmentUltrafiltration.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/data/treatment/VTreatmentUltrafiltration.h (.../VTreatmentUltrafiltration.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -36,7 +36,7 @@ { Q_OBJECT - // coco begin validated : Manually validated + // disabled coco begin validated : Manually validated PROPERTY( float, minimum , 0.000 ) // no message to update this value and is 0 for now. // coco end PROPERTY( float, maximum , 0.600 ) Index: sources/view/settings/VAdjustmentAlarmVolume.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/settings/VAdjustmentAlarmVolume.h (.../VAdjustmentAlarmVolume.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/settings/VAdjustmentAlarmVolume.h (.../VAdjustmentAlarmVolume.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -39,7 +39,7 @@ AdjustHDAlarmVolumeRequestData _data; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/settings/VAdjustmentService.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/settings/VAdjustmentService.h (.../VAdjustmentService.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/settings/VAdjustmentService.h (.../VAdjustmentService.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -40,7 +40,7 @@ const QString _serviceDateFormat = "yyyy/MM/dd"; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/view/settings/VAdjustmentVersions.h =================================================================== diff -u -r301c0a2101eb9374145ae274c8d91460fc9a6a62 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/settings/VAdjustmentVersions.h (.../VAdjustmentVersions.h) (revision 301c0a2101eb9374145ae274c8d91460fc9a6a62) +++ sources/view/settings/VAdjustmentVersions.h (.../VAdjustmentVersions.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -47,7 +47,7 @@ const QString _dgVerDeviceFormat = "%1.%2.%3.%4.%5"; const QString _dgVerFPGAFormat = "%1.%2.%3.%4"; - // coco begin validated: + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine Index: sources/wifi/WifiInterface.cpp =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/wifi/WifiInterface.cpp (.../WifiInterface.cpp) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/wifi/WifiInterface.cpp (.../WifiInterface.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -185,7 +185,7 @@ */ void WifiInterface::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(); } @@ -198,7 +198,7 @@ */ void WifiInterface::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;