Index: copyright =================================================================== diff -u -r9a3ee027dbc33f39ee7df2a9dc5a7897c6b1854d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- copyright (.../copyright) (revision 9a3ee027dbc33f39ee7df2a9dc5a7897c6b1854d) +++ copyright (.../copyright) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,13 +1,13 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * \copyright + * \\copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * \file %FILENAME% - * \date %DATE% - * \author Behrouz NematiPour + * \\file %FILENAME% + * \\date %DATE% + * \\author Behrouz NematiPour * */ Index: denali.pro =================================================================== diff -u -r7ade985f2bd6ab1d8dd50ed6353d348a0619a803 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- denali.pro (.../denali.pro) (revision 7ade985f2bd6ab1d8dd50ed6353d348a0619a803) +++ denali.pro (.../denali.pro) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,6 +1,6 @@ QT += widgets qml quick serialbus concurrent CONFIG += c++17 warn_on -QMAKE_CXXFLAGS += -Wall -Werror # -save-temps +QMAKE_CXXFLAGS += -Wall -Werror -Wimplicit-fallthrough # -save-temps #CONFIG += disable_crc disable_crc { Index: sources/canbus/caninterface.cpp =================================================================== diff -u -rd3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/canbus/caninterface.cpp (.../caninterface.cpp) (revision d3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d) +++ sources/canbus/caninterface.cpp (.../caninterface.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -17,14 +17,14 @@ #include #include +// stl +#include + // Project #include "logger.h" #include "messageglobals.h" #include "frameinterface.h" -// stl -#include - // namespace using namespace Can; Index: sources/canbus/frameinterface.cpp =================================================================== diff -u -rd3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/canbus/frameinterface.cpp (.../frameinterface.cpp) (revision d3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d) +++ sources/canbus/frameinterface.cpp (.../frameinterface.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file frameinterface.cpp - * date 10/26/2019 - * author Behrouz NematiPour + * \file frameinterface.cpp + * \date 10/26/2019 + * \author Behrouz NematiPour * */ #include "frameinterface.h" Index: sources/canbus/frameinterface.h =================================================================== diff -u -rd3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/canbus/frameinterface.h (.../frameinterface.h) (revision d3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d) +++ sources/canbus/frameinterface.h (.../frameinterface.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file frameinterface.h - * date 10/26/2019 - * author Behrouz NematiPour + * \file frameinterface.h + * \date 10/26/2019 + * \author Behrouz NematiPour * */ #pragma once Index: sources/canbus/messageacknowmodel.cpp =================================================================== diff -u -r634824d6fce314971aa236e508024bd154562c9d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/canbus/messageacknowmodel.cpp (.../messageacknowmodel.cpp) (revision 634824d6fce314971aa236e508024bd154562c9d) +++ sources/canbus/messageacknowmodel.cpp (.../messageacknowmodel.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file messageacknowmodel.cpp - * date 1/17/2020 - * author Behrouz NematiPour + * \file messageacknowmodel.cpp + * \date 1/17/2020 + * \author Behrouz NematiPour * */ #include "messageacknowmodel.h" Index: sources/canbus/messageacknowmodel.h =================================================================== diff -u -r805119c460b4a266d6401c8705f4427e7fbe270f -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/canbus/messageacknowmodel.h (.../messageacknowmodel.h) (revision 805119c460b4a266d6401c8705f4427e7fbe270f) +++ sources/canbus/messageacknowmodel.h (.../messageacknowmodel.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file messageacknowmodel.h - * date 1/17/2020 - * author Behrouz NematiPour + * \file messageacknowmodel.h + * \date 1/17/2020 + * \author Behrouz NematiPour * */ #pragma once Index: sources/canbus/messagebuilder.cpp =================================================================== diff -u -rd3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/canbus/messagebuilder.cpp (.../messagebuilder.cpp) (revision d3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d) +++ sources/canbus/messagebuilder.cpp (.../messagebuilder.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file messagebuilder.cpp - * date 12/6/2019 - * author Behrouz NematiPour + * \file messagebuilder.cpp + * \date 12/6/2019 + * \author Behrouz NematiPour * */ #include "messagebuilder.h" Index: sources/canbus/messagebuilder.h =================================================================== diff -u -rd3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/canbus/messagebuilder.h (.../messagebuilder.h) (revision d3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d) +++ sources/canbus/messagebuilder.h (.../messagebuilder.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file messagebuilder.h - * date 12/6/2019 - * author Behrouz NematiPour + * \file messagebuilder.h + * \date 12/6/2019 + * \author Behrouz NematiPour * */ #pragma once Index: sources/canbus/messagedispatcher.cpp =================================================================== diff -u -r5626bf604947efe5a80c9ca51802aab1a70a6939 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/canbus/messagedispatcher.cpp (.../messagedispatcher.cpp) (revision 5626bf604947efe5a80c9ca51802aab1a70a6939) +++ sources/canbus/messagedispatcher.cpp (.../messagedispatcher.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file messagepacker.cpp - * date 12/9/2019 - * author Behrouz NematiPour + * \file messagepacker.cpp + * \date 12/9/2019 + * \author Behrouz NematiPour * */ #include "messagedispatcher.h" Index: sources/canbus/messagedispatcher.h =================================================================== diff -u -r5c5fa01738826261e0b3647db6b7b3fc26b04251 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/canbus/messagedispatcher.h (.../messagedispatcher.h) (revision 5c5fa01738826261e0b3647db6b7b3fc26b04251) +++ sources/canbus/messagedispatcher.h (.../messagedispatcher.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file messagepacker.h - * date 12/9/2019 - * author Behrouz NematiPour + * \file messagepacker.h + * \date 12/9/2019 + * \author Behrouz NematiPour * */ #pragma once Index: sources/canbus/messageglobals.h =================================================================== diff -u -r5c5fa01738826261e0b3647db6b7b3fc26b04251 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/canbus/messageglobals.h (.../messageglobals.h) (revision 5c5fa01738826261e0b3647db6b7b3fc26b04251) +++ sources/canbus/messageglobals.h (.../messageglobals.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file MessageGlobals.h - * date 12/6/2019 - * author Behrouz NematiPour + * \file MessageGlobals.h + * \date 12/6/2019 + * \author Behrouz NematiPour * */ #pragma once Index: sources/canbus/messageinterpreter.cpp =================================================================== diff -u -r9ec7a27375189ad75f0bef142cd6beb386db0955 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/canbus/messageinterpreter.cpp (.../messageinterpreter.cpp) (revision 9ec7a27375189ad75f0bef142cd6beb386db0955) +++ sources/canbus/messageinterpreter.cpp (.../messageinterpreter.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file messageinterpreter.cpp - * date 12/11/2019 - * author Behrouz NematiPour + * \file messageinterpreter.cpp + * \date 12/11/2019 + * \author Behrouz NematiPour * */ #include "messageinterpreter.h" Index: sources/canbus/messageinterpreter.h =================================================================== diff -u -r5c5fa01738826261e0b3647db6b7b3fc26b04251 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/canbus/messageinterpreter.h (.../messageinterpreter.h) (revision 5c5fa01738826261e0b3647db6b7b3fc26b04251) +++ sources/canbus/messageinterpreter.h (.../messageinterpreter.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file messageinterpreter.h - * date 12/11/2019 - * author Behrouz NematiPour + * \file messageinterpreter.h + * \date 12/11/2019 + * \author Behrouz NematiPour * */ #pragma once Index: sources/gui/guiglobals.cpp =================================================================== diff -u -rd07ec81c7002ed2ac60c1dfc3101fb820e88211c -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/gui/guiglobals.cpp (.../guiglobals.cpp) (revision d07ec81c7002ed2ac60c1dfc3101fb820e88211c) +++ sources/gui/guiglobals.cpp (.../guiglobals.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file guiglobals.cpp - * date 10/27/2019 - * author Behrouz NematiPour + * \file guiglobals.cpp + * \date 10/27/2019 + * \author Behrouz NematiPour * */ #include "guiglobals.h" Index: sources/gui/guiglobals.h =================================================================== diff -u -r9ec7a27375189ad75f0bef142cd6beb386db0955 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/gui/guiglobals.h (.../guiglobals.h) (revision 9ec7a27375189ad75f0bef142cd6beb386db0955) +++ sources/gui/guiglobals.h (.../guiglobals.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,18 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright - + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, - * IN PART OR IN WHOLE, - * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. - * - * file guiglobals.h - * date 10/27/2019 - * author Behrouz NematiPour + * \file guiglobals.h + * \date 10/27/2019 + * \author Behrouz NematiPour * */ #pragma once @@ -35,13 +31,12 @@ * \details * *** This enum could use the Msg_IDs enum in MsgDefs.h, ***\n * *** But that enum has values in Normal (BigEndian) ***\n - * *** So it has to be converted, each time it is refferenced. ***\n + * *** So it has to be converted, each time it is referenced. ***\n * *** Since an enum is a constant value, ***\n - * *** I don't see any point in calculating it on each reference. ***\n - * *** Therefore I preffered to keep them as constant values ***\n - * *** Exactly as it is goint to be shown/used in denali messages ***\n + * *** There is no point in calculating it on each reference. ***\n + * *** Therefore it is preffered to keep them as constant values ***\n + * *** Exactly as it is going to be shown/used in denali messages ***\n * *** then it can be compared exactly the way it is with no conversion.***\n - * *** Also if anychanges happens here the code has to be revised anyway***\n */ enum GuiActionsType_Enum /*: quint16 QML doesn't support enum types */ { Unknown = 0x0000, Index: sources/gui/guiview.cpp =================================================================== diff -u -r5c5fa01738826261e0b3647db6b7b3fc26b04251 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/gui/guiview.cpp (.../guiview.cpp) (revision 5c5fa01738826261e0b3647db6b7b3fc26b04251) +++ sources/gui/guiview.cpp (.../guiview.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -82,7 +82,6 @@ void GuiView::onActionReceive (GuiActionType vAction, const QVariantList &vData) { // process the evaluation and notify GUI - // process ... emit didActionReceive (vAction, vData); } @@ -96,7 +95,7 @@ void GuiView::doActionTransmit(GuiActionType vAction, const QVariantList &vData) { // TODO : Remove this code later when Investigated throughly. - // coco begin validated: This code later needs to be removed when Investigated throughly. + // coco begin validated: This code later needs to be removed when Investigated thoroughly. // has been tested manually emit didActionTransmit(vAction, vData); } Index: sources/main.h =================================================================== diff -u -r634824d6fce314971aa236e508024bd154562c9d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/main.h (.../main.h) (revision 634824d6fce314971aa236e508024bd154562c9d) +++ sources/main.h (.../main.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,18 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright - + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, - * IN PART OR IN WHOLE, - * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. - * - * file main.h - * date 10/25/2019 - * author Behrouz NematiPour + * \file main.h + * \date 10/25/2019 + * \author Behrouz NematiPour * */ #pragma once Index: sources/model/malarmstatus.cpp =================================================================== diff -u -r595ed1fbe8066960afd4c8fea168208e81b173d9 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/model/malarmstatus.cpp (.../malarmstatus.cpp) (revision 595ed1fbe8066960afd4c8fea168208e81b173d9) +++ sources/model/malarmstatus.cpp (.../malarmstatus.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file alarmstatus.cpp - * date 3/9/2020 - * author Behrouz NematiPour + * \file alarmstatus.cpp + * \date 3/9/2020 + * \author Behrouz NematiPour * */ #include "malarmstatus.h" Index: sources/model/malarmstatus.h =================================================================== diff -u -r595ed1fbe8066960afd4c8fea168208e81b173d9 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/model/malarmstatus.h (.../malarmstatus.h) (revision 595ed1fbe8066960afd4c8fea168208e81b173d9) +++ sources/model/malarmstatus.h (.../malarmstatus.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file alarmstatus.h - * date 3/9/2020 - * author Behrouz NematiPour + * \file alarmstatus.h + * \date 3/9/2020 + * \author Behrouz NematiPour * */ #pragma once Index: sources/model/mmodel.h =================================================================== diff -u -r5c5fa01738826261e0b3647db6b7b3fc26b04251 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/model/mmodel.h (.../mmodel.h) (revision 5c5fa01738826261e0b3647db6b7b3fc26b04251) +++ sources/model/mmodel.h (.../mmodel.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file models.h - * date 3/4/2020 - * author Behrouz NematiPour + * \file models.h + * \date 3/4/2020 + * \author Behrouz NematiPour * */ #pragma once Index: sources/model/mpoweroff.cpp =================================================================== diff -u -r595ed1fbe8066960afd4c8fea168208e81b173d9 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/model/mpoweroff.cpp (.../mpoweroff.cpp) (revision 595ed1fbe8066960afd4c8fea168208e81b173d9) +++ sources/model/mpoweroff.cpp (.../mpoweroff.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -6,9 +6,9 @@ * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file mpower.cpp - * date 3/9/2020 - * author Behrouz NematiPour + * \file mpower.cpp + * \date 3/9/2020 + * \author Behrouz NematiPour * */ #include "mpoweroff.h" @@ -27,6 +27,10 @@ vData += _data.mStatus .value; } +/*! + * \brief MPowerOff::fromByteArray + * \param vByteArray + */ void MPowerOff::fromByteArray(const QByteArray &vByteArray) { int index = 0; // message data start position Types::getValue<>(vByteArray, index, _data.mStatus ); Index: sources/model/mpoweroff.h =================================================================== diff -u -r595ed1fbe8066960afd4c8fea168208e81b173d9 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/model/mpoweroff.h (.../mpoweroff.h) (revision 595ed1fbe8066960afd4c8fea168208e81b173d9) +++ sources/model/mpoweroff.h (.../mpoweroff.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file mpower.h - * date 3/9/2020 - * author Behrouz NematiPour + * \file mpower.h + * \date 3/9/2020 + * \author Behrouz NematiPour * */ #pragma once Index: sources/model/mtreatmentadjustblooddialysateresponse.cpp =================================================================== diff -u -r5c5fa01738826261e0b3647db6b7b3fc26b04251 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/model/mtreatmentadjustblooddialysateresponse.cpp (.../mtreatmentadjustblooddialysateresponse.cpp) (revision 5c5fa01738826261e0b3647db6b7b3fc26b04251) +++ sources/model/mtreatmentadjustblooddialysateresponse.cpp (.../mtreatmentadjustblooddialysateresponse.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file mtreatmentadjustblooddialysateresponse.cpp - * date 3/23/2020 - * author Behrouz NematiPour + * \file mtreatmentadjustblooddialysateresponse.cpp + * \date 3/23/2020 + * \author Behrouz NematiPour * */ #include "mtreatmentadjustblooddialysateresponse.h" Index: sources/model/mtreatmentadjustblooddialysateresponse.h =================================================================== diff -u -r5c5fa01738826261e0b3647db6b7b3fc26b04251 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/model/mtreatmentadjustblooddialysateresponse.h (.../mtreatmentadjustblooddialysateresponse.h) (revision 5c5fa01738826261e0b3647db6b7b3fc26b04251) +++ sources/model/mtreatmentadjustblooddialysateresponse.h (.../mtreatmentadjustblooddialysateresponse.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file mtreatmentadjustblooddialysateresponse.h - * date 3/23/2020 - * author Behrouz NematiPour + * \file mtreatmentadjustblooddialysateresponse.h + * \date 3/23/2020 + * \author Behrouz NematiPour * */ #pragma once Index: sources/model/mtreatmentadjustdurationresponse.cpp =================================================================== diff -u -r5c5fa01738826261e0b3647db6b7b3fc26b04251 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/model/mtreatmentadjustdurationresponse.cpp (.../mtreatmentadjustdurationresponse.cpp) (revision 5c5fa01738826261e0b3647db6b7b3fc26b04251) +++ sources/model/mtreatmentadjustdurationresponse.cpp (.../mtreatmentadjustdurationresponse.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file mtreatmentpressureocclusion.cpp - * date 3/23/2020 - * author Behrouz NematiPour + * \file mtreatmentpressureocclusion.cpp + * \date 3/23/2020 + * \author Behrouz NematiPour * */ #include "mtreatmentadjustdurationresponse.h" Index: sources/model/mtreatmentadjustdurationresponse.h =================================================================== diff -u -r5c5fa01738826261e0b3647db6b7b3fc26b04251 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/model/mtreatmentadjustdurationresponse.h (.../mtreatmentadjustdurationresponse.h) (revision 5c5fa01738826261e0b3647db6b7b3fc26b04251) +++ sources/model/mtreatmentadjustdurationresponse.h (.../mtreatmentadjustdurationresponse.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file mtreatmentadjustduration.h - * date 4/27/2020 - * author Behrouz NematiPour + * \file mtreatmentadjustduration.h + * \date 4/27/2020 + * \author Behrouz NematiPour * */ #pragma once Index: sources/model/mtreatmentflows.cpp =================================================================== diff -u -r3bdf58e8bee7d76eb19c1116738ff1e2c534ccc7 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/model/mtreatmentflows.cpp (.../mtreatmentflows.cpp) (revision 3bdf58e8bee7d76eb19c1116738ff1e2c534ccc7) +++ sources/model/mtreatmentflows.cpp (.../mtreatmentflows.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file mflows.cpp - * date 3/9/2020 - * author Behrouz NematiPour + * \file mflows.cpp + * \date 3/9/2020 + * \author Behrouz NematiPour * */ #include "mtreatmentflows.h" Index: sources/model/mtreatmentflows.h =================================================================== diff -u -r7edbf109108511ddf6066758bdb7aa29f9d8fad3 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/model/mtreatmentflows.h (.../mtreatmentflows.h) (revision 7edbf109108511ddf6066758bdb7aa29f9d8fad3) +++ sources/model/mtreatmentflows.h (.../mtreatmentflows.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file mflows.h - * date 3/9/2020 - * author Behrouz NematiPour + * \file mflows.h + * \date 3/9/2020 + * \author Behrouz NematiPour * */ #pragma once Index: sources/model/mtreatmentoutletflow.cpp =================================================================== diff -u -r595ed1fbe8066960afd4c8fea168208e81b173d9 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/model/mtreatmentoutletflow.cpp (.../mtreatmentoutletflow.cpp) (revision 595ed1fbe8066960afd4c8fea168208e81b173d9) +++ sources/model/mtreatmentoutletflow.cpp (.../mtreatmentoutletflow.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file mtreatmentultrafiltration.cpp - * date 3/9/2020 - * author Behrouz NematiPour + * \file mtreatmentultrafiltration.cpp + * \date 3/9/2020 + * \author Behrouz NematiPour * */ #include "mtreatmentoutletflow.h" Index: sources/model/mtreatmentoutletflow.h =================================================================== diff -u -r595ed1fbe8066960afd4c8fea168208e81b173d9 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/model/mtreatmentoutletflow.h (.../mtreatmentoutletflow.h) (revision 595ed1fbe8066960afd4c8fea168208e81b173d9) +++ sources/model/mtreatmentoutletflow.h (.../mtreatmentoutletflow.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file mtreatmentultrafiltration.h - * date 3/9/2020 - * author Behrouz NematiPour + * \file mtreatmentultrafiltration.h + * \date 3/9/2020 + * \author Behrouz NematiPour * */ #pragma once Index: sources/model/mtreatmentpressureocclusion.cpp =================================================================== diff -u -r35959dd708a5c4fdf02626306441e5a77e7f7782 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/model/mtreatmentpressureocclusion.cpp (.../mtreatmentpressureocclusion.cpp) (revision 35959dd708a5c4fdf02626306441e5a77e7f7782) +++ sources/model/mtreatmentpressureocclusion.cpp (.../mtreatmentpressureocclusion.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file mtreatmentpressureocclusion.cpp - * date 3/23/2020 - * author Behrouz NematiPour + * \file mtreatmentpressureocclusion.cpp + * \date 3/23/2020 + * \author Behrouz NematiPour * */ #include "mtreatmentpressureocclusion.h" Index: sources/model/mtreatmentpressureocclusion.h =================================================================== diff -u -r35959dd708a5c4fdf02626306441e5a77e7f7782 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/model/mtreatmentpressureocclusion.h (.../mtreatmentpressureocclusion.h) (revision 35959dd708a5c4fdf02626306441e5a77e7f7782) +++ sources/model/mtreatmentpressureocclusion.h (.../mtreatmentpressureocclusion.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file mtreatmentpressureocclusion.h - * date 3/23/2020 - * author Behrouz NematiPour + * \file mtreatmentpressureocclusion.h + * \date 3/23/2020 + * \author Behrouz NematiPour * */ #pragma once Index: sources/model/mtreatmentranges.cpp =================================================================== diff -u -rd3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/model/mtreatmentranges.cpp (.../mtreatmentranges.cpp) (revision d3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d) +++ sources/model/mtreatmentranges.cpp (.../mtreatmentranges.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file mtreatmentranges.cpp - * date 3/30/2020 - * author Behrouz NematiPour + * \file mtreatmentranges.cpp + * \date 3/30/2020 + * \author Behrouz NematiPour * */ #include "mtreatmentranges.h" Index: sources/model/mtreatmentranges.h =================================================================== diff -u -rd3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/model/mtreatmentranges.h (.../mtreatmentranges.h) (revision d3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d) +++ sources/model/mtreatmentranges.h (.../mtreatmentranges.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file mtreatmentranges.h - * date 3/30/2020 - * author Behrouz NematiPour + * \file mtreatmentranges.h + * \date 3/30/2020 + * \author Behrouz NematiPour * */ #pragma once Index: sources/model/mtreatmenttime.cpp =================================================================== diff -u -r595ed1fbe8066960afd4c8fea168208e81b173d9 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/model/mtreatmenttime.cpp (.../mtreatmenttime.cpp) (revision 595ed1fbe8066960afd4c8fea168208e81b173d9) +++ sources/model/mtreatmenttime.cpp (.../mtreatmenttime.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file mtreatmenttime.cpp - * date 3/9/2020 - * author Behrouz NematiPour + * \file mtreatmenttime.cpp + * \date 3/9/2020 + * \author Behrouz NematiPour * */ #include "mtreatmenttime.h" Index: sources/model/mtreatmenttime.h =================================================================== diff -u -r595ed1fbe8066960afd4c8fea168208e81b173d9 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/model/mtreatmenttime.h (.../mtreatmenttime.h) (revision 595ed1fbe8066960afd4c8fea168208e81b173d9) +++ sources/model/mtreatmenttime.h (.../mtreatmenttime.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file mtreatmenttime.h - * date 3/9/2020 - * author Behrouz NematiPour + * \file mtreatmenttime.h + * \date 3/9/2020 + * \author Behrouz NematiPour * */ #pragma once Index: sources/storage/storageglobals.cpp =================================================================== diff -u -r56d00a82669a7a2c00ab90109a89dbec8db27527 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/storage/storageglobals.cpp (.../storageglobals.cpp) (revision 56d00a82669a7a2c00ab90109a89dbec8db27527) +++ sources/storage/storageglobals.cpp (.../storageglobals.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file storageglobals.cpp - * date 1/2/2020 - * author Behrouz NematiPour + * \file storageglobals.cpp + * \date 1/2/2020 + * \author Behrouz NematiPour * */ Index: sources/storage/storageglobals.h =================================================================== diff -u -r415f3e16ff6e572c8ce7e7b3576e82ce8b44c6ce -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/storage/storageglobals.h (.../storageglobals.h) (revision 415f3e16ff6e572c8ce7e7b3576e82ce8b44c6ce) +++ sources/storage/storageglobals.h (.../storageglobals.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file storageglobals.h - * date 1/2/2020 - * author Behrouz NematiPour + * \file storageglobals.h + * \date 1/2/2020 + * \author Behrouz NematiPour * */ #pragma once Index: sources/storage/usbwatcher.cpp =================================================================== diff -u -rd3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/storage/usbwatcher.cpp (.../usbwatcher.cpp) (revision d3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d) +++ sources/storage/usbwatcher.cpp (.../usbwatcher.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file usbwatcher.cpp - * date 12/31/2019 - * author Behrouz NematiPour + * \file usbwatcher.cpp + * \date 12/31/2019 + * \author Behrouz NematiPour * */ #include "usbwatcher.h" Index: sources/storage/usbwatcher.h =================================================================== diff -u -rd3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/storage/usbwatcher.h (.../usbwatcher.h) (revision d3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d) +++ sources/storage/usbwatcher.h (.../usbwatcher.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file usbwatcher.h - * date 12/31/2019 - * author Behrouz NematiPour + * \file usbwatcher.h + * \date 12/31/2019 + * \author Behrouz NematiPour * */ #pragma once Index: sources/threads.cpp =================================================================== diff -u -reea63d68fc0fb269f8dec64d99f488bcad117220 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/threads.cpp (.../threads.cpp) (revision eea63d68fc0fb269f8dec64d99f488bcad117220) +++ sources/threads.cpp (.../threads.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file threads.cpp - * date 1/6/2020 - * author Behrouz NematiPour + * \file threads.cpp + * \date 1/6/2020 + * \author Behrouz NematiPour * */ #include "threads.h" Index: sources/threads.h =================================================================== diff -u -r939d1bae9a394697d46ca913a2dc3442bf8ef82f -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/threads.h (.../threads.h) (revision 939d1bae9a394697d46ca913a2dc3442bf8ef82f) +++ sources/threads.h (.../threads.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file threads.h - * date 1/6/2020 - * author Behrouz NematiPour + * \file threads.h + * \date 1/6/2020 + * \author Behrouz NematiPour * */ #pragma once Index: sources/utility/format.cpp =================================================================== diff -u -r5c5fa01738826261e0b3647db6b7b3fc26b04251 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/utility/format.cpp (.../format.cpp) (revision 5c5fa01738826261e0b3647db6b7b3fc26b04251) +++ sources/utility/format.cpp (.../format.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file format.cpp - * date 12/16/2019 - * author Behrouz NematiPour + * \file format.cpp + * \date 12/16/2019 + * \author Behrouz NematiPour * */ #include "format.h" @@ -46,7 +46,7 @@ * \return The QByteAttay of the value vData if can't be converted 0x00 will be returned * \note Regarding the QVariant type conversion, if cannot be converted 0 will be returned * This rule has been used and also to be consistent followed the sae rule. - * \note This method converts both float and double to F32 and returnds its QByteArray representation. + * \note This method converts both float and double to F32 and returns its QByteArray representation. */ QByteArray Format::fromVariant(const QVariant &vData) { Index: sources/utility/format.h =================================================================== diff -u -r11909fd034451197eeb590176e4a8c52657cdab8 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/utility/format.h (.../format.h) (revision 11909fd034451197eeb590176e4a8c52657cdab8) +++ sources/utility/format.h (.../format.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file format.h - * date 12/16/2019 - * author Behrouz NematiPour + * \file format.h + * \date 12/16/2019 + * \author Behrouz NematiPour * */ #pragma once Index: sources/utility/types.cpp =================================================================== diff -u -rd3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/utility/types.cpp (.../types.cpp) (revision d3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d) +++ sources/utility/types.cpp (.../types.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file types.cpp - * date 12/26/2019 - * author Behrouz NematiPour + * \file types.cpp + * \date 12/26/2019 + * \author Behrouz NematiPour * */ #include "types.h" Index: sources/utility/types.h =================================================================== diff -u -rd3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/utility/types.h (.../types.h) (revision d3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d) +++ sources/utility/types.h (.../types.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file types.h - * date 12/13/2019 - * author Behrouz NematiPour + * \file types.h + * \date 12/13/2019 + * \author Behrouz NematiPour * */ #pragma once Index: sources/view/valarmstatus.cpp =================================================================== diff -u -r11909fd034451197eeb590176e4a8c52657cdab8 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/view/valarmstatus.cpp (.../valarmstatus.cpp) (revision 11909fd034451197eeb590176e4a8c52657cdab8) +++ sources/view/valarmstatus.cpp (.../valarmstatus.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file valarmstatus.cpp - * date 3/6/2020 - * author Behrouz NematiPour + * \file valarmstatus.cpp + * \date 3/6/2020 + * \author Behrouz NematiPour * */ #include "valarmstatus.h" Index: sources/view/valarmstatus.h =================================================================== diff -u -r95c671ab7037af055db551456a719ff67bf10262 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/view/valarmstatus.h (.../valarmstatus.h) (revision 95c671ab7037af055db551456a719ff67bf10262) +++ sources/view/valarmstatus.h (.../valarmstatus.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file valarmstatus.h - * date 3/6/2020 - * author Behrouz NematiPour + * \file valarmstatus.h + * \date 3/6/2020 + * \author Behrouz NematiPour * */ #pragma once Index: sources/view/vpoweroff.cpp =================================================================== diff -u -r95c671ab7037af055db551456a719ff67bf10262 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/view/vpoweroff.cpp (.../vpoweroff.cpp) (revision 95c671ab7037af055db551456a719ff67bf10262) +++ sources/view/vpoweroff.cpp (.../vpoweroff.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file vpoweroff.cpp - * date 3/9/2020 - * author Behrouz NematiPour + * \file vpoweroff.cpp + * \date 3/9/2020 + * \author Behrouz NematiPour * */ #include "vpoweroff.h" Index: sources/view/vpoweroff.h =================================================================== diff -u -r95c671ab7037af055db551456a719ff67bf10262 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/view/vpoweroff.h (.../vpoweroff.h) (revision 95c671ab7037af055db551456a719ff67bf10262) +++ sources/view/vpoweroff.h (.../vpoweroff.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file vpoweroff.h - * date 3/9/2020 - * author Behrouz NematiPour + * \file vpoweroff.h + * \date 3/9/2020 + * \author Behrouz NematiPour * */ #pragma once Index: sources/view/vtreatmentadjustmentsresponse.cpp =================================================================== diff -u -r95c671ab7037af055db551456a719ff67bf10262 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/view/vtreatmentadjustmentsresponse.cpp (.../vtreatmentadjustmentsresponse.cpp) (revision 95c671ab7037af055db551456a719ff67bf10262) +++ sources/view/vtreatmentadjustmentsresponse.cpp (.../vtreatmentadjustmentsresponse.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file vtreatmentadjustmentsresponse.cpp - * date 3/29/2020 - * author Behrouz NematiPour + * \file vtreatmentadjustmentsresponse.cpp + * \date 3/29/2020 + * \author Behrouz NematiPour * */ #include "vtreatmentadjustmentsresponse.h" Index: sources/view/vtreatmentadjustmentsresponse.h =================================================================== diff -u -r95c671ab7037af055db551456a719ff67bf10262 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/view/vtreatmentadjustmentsresponse.h (.../vtreatmentadjustmentsresponse.h) (revision 95c671ab7037af055db551456a719ff67bf10262) +++ sources/view/vtreatmentadjustmentsresponse.h (.../vtreatmentadjustmentsresponse.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file vtreatmentadjustmentsresponse.h - * date 3/29/2020 - * author Behrouz NematiPour + * \file vtreatmentadjustmentsresponse.h + * \date 3/29/2020 + * \author Behrouz NematiPour * */ #pragma once Index: sources/view/vtreatmentbloodflow.cpp =================================================================== diff -u -r595ed1fbe8066960afd4c8fea168208e81b173d9 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/view/vtreatmentbloodflow.cpp (.../vtreatmentbloodflow.cpp) (revision 595ed1fbe8066960afd4c8fea168208e81b173d9) +++ sources/view/vtreatmentbloodflow.cpp (.../vtreatmentbloodflow.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file vtreatmentbloodflow.cpp - * date 3/9/2020 - * author Behrouz NematiPour + * \file vtreatmentbloodflow.cpp + * \date 3/9/2020 + * \author Behrouz NematiPour * */ #include "vtreatmentbloodflow.h" Index: sources/view/vtreatmentbloodflow.h =================================================================== diff -u -r95c671ab7037af055db551456a719ff67bf10262 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/view/vtreatmentbloodflow.h (.../vtreatmentbloodflow.h) (revision 95c671ab7037af055db551456a719ff67bf10262) +++ sources/view/vtreatmentbloodflow.h (.../vtreatmentbloodflow.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file vtreatmentbloodflow.h - * date 3/9/2020 - * author Behrouz NematiPour + * \file vtreatmentbloodflow.h + * \date 3/9/2020 + * \author Behrouz NematiPour * */ #pragma once Index: sources/view/vtreatmentdialysateflow.cpp =================================================================== diff -u -r595ed1fbe8066960afd4c8fea168208e81b173d9 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/view/vtreatmentdialysateflow.cpp (.../vtreatmentdialysateflow.cpp) (revision 595ed1fbe8066960afd4c8fea168208e81b173d9) +++ sources/view/vtreatmentdialysateflow.cpp (.../vtreatmentdialysateflow.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file vtreatmentflows.cpp - * date 3/3/2020 - * author Behrouz NematiPour + * \file vtreatmentflows.cpp + * \date 3/3/2020 + * \author Behrouz NematiPour * */ #include "vtreatmentdialysateflow.h" Index: sources/view/vtreatmentdialysateflow.h =================================================================== diff -u -r95c671ab7037af055db551456a719ff67bf10262 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/view/vtreatmentdialysateflow.h (.../vtreatmentdialysateflow.h) (revision 95c671ab7037af055db551456a719ff67bf10262) +++ sources/view/vtreatmentdialysateflow.h (.../vtreatmentdialysateflow.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file vtreatmentflows.h - * date 3/3/2020 - * author Behrouz NematiPour + * \file vtreatmentflows.h + * \date 3/3/2020 + * \author Behrouz NematiPour * */ #pragma once Index: sources/view/vtreatmentpressureocclusion.cpp =================================================================== diff -u -rfe9182d85a7e707c5a476331e03ed493371f7f7f -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/view/vtreatmentpressureocclusion.cpp (.../vtreatmentpressureocclusion.cpp) (revision fe9182d85a7e707c5a476331e03ed493371f7f7f) +++ sources/view/vtreatmentpressureocclusion.cpp (.../vtreatmentpressureocclusion.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file vtreatmentpressureocclusion.cpp - * date 3/24/2020 - * author Behrouz NematiPour + * \file vtreatmentpressureocclusion.cpp + * \date 3/24/2020 + * \author Behrouz NematiPour * */ #include "vtreatmentpressureocclusion.h" Index: sources/view/vtreatmentpressureocclusion.h =================================================================== diff -u -r95c671ab7037af055db551456a719ff67bf10262 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/view/vtreatmentpressureocclusion.h (.../vtreatmentpressureocclusion.h) (revision 95c671ab7037af055db551456a719ff67bf10262) +++ sources/view/vtreatmentpressureocclusion.h (.../vtreatmentpressureocclusion.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file vtreatmentpressureocclusion.h - * date 3/24/2020 - * author Behrouz NematiPour + * \file vtreatmentpressureocclusion.h + * \date 3/24/2020 + * \author Behrouz NematiPour * */ #pragma once Index: sources/view/vtreatmentranges.cpp =================================================================== diff -u -r8f6f7c11390e3ed6d918f1717d8e8b7ae5b7e5c6 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/view/vtreatmentranges.cpp (.../vtreatmentranges.cpp) (revision 8f6f7c11390e3ed6d918f1717d8e8b7ae5b7e5c6) +++ sources/view/vtreatmentranges.cpp (.../vtreatmentranges.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file vtreatmentranges.cpp - * date 3/31/2020 - * author Behrouz NematiPour + * \file vtreatmentranges.cpp + * \date 3/31/2020 + * \author Behrouz NematiPour * */ #include "vtreatmentranges.h" Index: sources/view/vtreatmentranges.h =================================================================== diff -u -r95c671ab7037af055db551456a719ff67bf10262 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/view/vtreatmentranges.h (.../vtreatmentranges.h) (revision 95c671ab7037af055db551456a719ff67bf10262) +++ sources/view/vtreatmentranges.h (.../vtreatmentranges.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file vtreatmentranges.h - * date 3/31/2020 - * author Behrouz NematiPour + * \file vtreatmentranges.h + * \date 3/31/2020 + * \author Behrouz NematiPour * */ #pragma once Index: sources/view/vtreatmenttime.cpp =================================================================== diff -u -r595ed1fbe8066960afd4c8fea168208e81b173d9 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/view/vtreatmenttime.cpp (.../vtreatmenttime.cpp) (revision 595ed1fbe8066960afd4c8fea168208e81b173d9) +++ sources/view/vtreatmenttime.cpp (.../vtreatmenttime.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file vtreatmenttime.cpp - * date 3/6/2020 - * author Behrouz NematiPour + * \file vtreatmenttime.cpp + * \date 3/6/2020 + * \author Behrouz NematiPour * */ #include "vtreatmenttime.h" Index: sources/view/vtreatmenttime.h =================================================================== diff -u -r95c671ab7037af055db551456a719ff67bf10262 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/view/vtreatmenttime.h (.../vtreatmenttime.h) (revision 95c671ab7037af055db551456a719ff67bf10262) +++ sources/view/vtreatmenttime.h (.../vtreatmenttime.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file vtreatmenttime.h - * date 3/6/2020 - * author Behrouz NematiPour + * \file vtreatmenttime.h + * \date 3/6/2020 + * \author Behrouz NematiPour * */ #pragma once Index: sources/view/vtreatmentultrafiltration.cpp =================================================================== diff -u -r595ed1fbe8066960afd4c8fea168208e81b173d9 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/view/vtreatmentultrafiltration.cpp (.../vtreatmentultrafiltration.cpp) (revision 595ed1fbe8066960afd4c8fea168208e81b173d9) +++ sources/view/vtreatmentultrafiltration.cpp (.../vtreatmentultrafiltration.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file vtreatmentultrafiltration.cpp - * date 3/5/2020 - * author Behrouz NematiPour + * \file vtreatmentultrafiltration.cpp + * \date 3/5/2020 + * \author Behrouz NematiPour * */ #include "vtreatmentultrafiltration.h" Index: sources/view/vtreatmentultrafiltration.h =================================================================== diff -u -r95c671ab7037af055db551456a719ff67bf10262 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/view/vtreatmentultrafiltration.h (.../vtreatmentultrafiltration.h) (revision 95c671ab7037af055db551456a719ff67bf10262) +++ sources/view/vtreatmentultrafiltration.h (.../vtreatmentultrafiltration.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file vtreatmentultrafiltration.h - * date 3/5/2020 - * author Behrouz NematiPour + * \file vtreatmentultrafiltration.h + * \date 3/5/2020 + * \author Behrouz NematiPour * */ #pragma once Index: sources/view/vview.h =================================================================== diff -u -r5c5fa01738826261e0b3647db6b7b3fc26b04251 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/view/vview.h (.../vview.h) (revision 5c5fa01738826261e0b3647db6b7b3fc26b04251) +++ sources/view/vview.h (.../vview.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file vview.h - * date 3/9/2020 - * author Behrouz NematiPour + * \file vview.h + * \date 3/9/2020 + * \author Behrouz NematiPour * */ #pragma once Index: unittests/tst_acknow.cpp =================================================================== diff -u -rd364178ab42a711fa1e0a41f05c61aa4b4489de0 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- unittests/tst_acknow.cpp (.../tst_acknow.cpp) (revision d364178ab42a711fa1e0a41f05c61aa4b4489de0) +++ unittests/tst_acknow.cpp (.../tst_acknow.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file tst_acknow.cpp - * date 01/21/2020 - * author Behrouz NematiPour + * \file tst_acknow.cpp + * \date 01/21/2020 + * \author Behrouz NematiPour * */ #include "tst_acknow.h" @@ -147,9 +147,9 @@ /*! * \brief tst_acknow::tst_AcknowModel_onAcknowReceive_Incorrect - * \details Tries to remove a seq from acknow model which we don't expect + * \details Tries to remove a seq from acknow model which is not expected * (there was no message send with this seq which required qcknow) - * and the seq should not exists before and after removal + * and the seq should not exist before and after removal * this is a test for qt hash test used for acknow model * \param vSequence */ Index: unittests/tst_acknow.h =================================================================== diff -u -rd364178ab42a711fa1e0a41f05c61aa4b4489de0 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- unittests/tst_acknow.h (.../tst_acknow.h) (revision d364178ab42a711fa1e0a41f05c61aa4b4489de0) +++ unittests/tst_acknow.h (.../tst_acknow.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file tst_acknow.h - * date 01/21/2020 - * author Behrouz NematiPour + * \file tst_acknow.h + * \date 01/21/2020 + * \author Behrouz NematiPour * */ #pragma once @@ -45,7 +45,6 @@ void tst_AcknowModel_Transmit_Normal(); void tst_AcknowModel_Transmit_Acknow(); - void tst_AcknowModel_onAcknowReceive_Correct(); void tst_AcknowModel_onAcknowReceive_Incorrect(); Index: unittests/tst_canbus.cpp =================================================================== diff -u -rd3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- unittests/tst_canbus.cpp (.../tst_canbus.cpp) (revision d3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d) +++ unittests/tst_canbus.cpp (.../tst_canbus.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file tst_canbus.cpp - * date 11/21/2019 - * author Behrouz NematiPour + * \file tst_canbus.cpp + * \date 11/21/2019 + * \author Behrouz NematiPour * */ #include "tst_canbus.h" Index: unittests/tst_canbus.h =================================================================== diff -u -rd3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- unittests/tst_canbus.h (.../tst_canbus.h) (revision d3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d) +++ unittests/tst_canbus.h (.../tst_canbus.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file tst_canbus.h - * date 11/21/2019 - * author Behrouz NematiPour + * \file tst_canbus.h + * \date 11/21/2019 + * \author Behrouz NematiPour * */ #pragma once Index: unittests/tst_initializations.cpp =================================================================== diff -u -rd3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- unittests/tst_initializations.cpp (.../tst_initializations.cpp) (revision d3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d) +++ unittests/tst_initializations.cpp (.../tst_initializations.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file tst_initializations.cpp - * date 4/17/2020 - * author Behrouz NematiPour + * \file tst_initializations.cpp + * \date 4/17/2020 + * \author Behrouz NematiPour * */ #include "tst_initializations.h" Index: unittests/tst_initializations.h =================================================================== diff -u -rd3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- unittests/tst_initializations.h (.../tst_initializations.h) (revision d3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d) +++ unittests/tst_initializations.h (.../tst_initializations.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file tst_initializations.h - * date 4/17/2020 - * author Behrouz NematiPour + * \file tst_initializations.h + * \date 4/17/2020 + * \author Behrouz NematiPour * */ #pragma once Index: unittests/tst_logging.cpp =================================================================== diff -u -rab540f19f0e4ca657d5bf5844560392ccf8456d9 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- unittests/tst_logging.cpp (.../tst_logging.cpp) (revision ab540f19f0e4ca657d5bf5844560392ccf8456d9) +++ unittests/tst_logging.cpp (.../tst_logging.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file tst_logging.cpp - * date 01/07/2020 - * author Behrouz NematiPour + * \file tst_logging.cpp + * \date 01/07/2020 + * \author Behrouz NematiPour * */ #include "tst_logging.h" Index: unittests/tst_logging.h =================================================================== diff -u -rab540f19f0e4ca657d5bf5844560392ccf8456d9 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- unittests/tst_logging.h (.../tst_logging.h) (revision ab540f19f0e4ca657d5bf5844560392ccf8456d9) +++ unittests/tst_logging.h (.../tst_logging.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file tst_logging.h - * date 01/07/2019 - * author Behrouz NematiPour + * \file tst_logging.h + * \date 01/07/2019 + * \author Behrouz NematiPour * */ #pragma once Index: unittests/tst_messaging.cpp =================================================================== diff -u -r634824d6fce314971aa236e508024bd154562c9d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- unittests/tst_messaging.cpp (.../tst_messaging.cpp) (revision 634824d6fce314971aa236e508024bd154562c9d) +++ unittests/tst_messaging.cpp (.../tst_messaging.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file tst_messaging.cpp - * date 4/20/2020 - * author Behrouz NematiPour + * \file tst_messaging.cpp + * \date 4/20/2020 + * \author Behrouz NematiPour * */ #include "tst_messaging.h" @@ -24,6 +24,10 @@ tst_messaging::tst_messaging(QObject *parent) : QObject(parent) { } +/*! + * \brief tst_messaging::tst_MessageInterpreter_isType + * \details Tests MessageInterpreter isType method + */ void tst_messaging::tst_MessageInterpreter_isType() { Can::MessageInterpreter iMsg; @@ -34,6 +38,10 @@ QVERIFY(! iMsg.isType(msg, Gui::GuiActionType::BloodFlow)); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_isPayloadLenValid + * \details Tests MessageInterpreter isPayloadLenValid method + */ void tst_messaging::tst_MessageInterpreter_isPayloadLenValid() { Can::MessageInterpreter iMsg; @@ -43,6 +51,10 @@ QVERIFY( ! iMsg.isPayloadLenValid(msg, Gui::GuiActionType::AdjustBloodDialysateReq)); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_getPowerOffData_isType + * \details Tests MessageInterpreter getPowerOffData method Message Type checking + */ void tst_messaging::tst_MessageInterpreter_getPowerOffData_isType() { Can::MessageInterpreter iMsg; @@ -54,6 +66,10 @@ QVERIFY( ! iMsg.getPowerOffData(msg, data)); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_getPowerOffData_payloadLen + * \details Tests MessageInterpreter getPowerOffData method Message payload length check + */ void tst_messaging::tst_MessageInterpreter_getPowerOffData_payloadLen() { Can::MessageInterpreter iMsg; @@ -65,6 +81,10 @@ QVERIFY( ! iMsg.getPowerOffData(msg, data)); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_powerOffData + * \details Tests MessageInterpreter powerOffData method Message payload length check + */ void tst_messaging::tst_MessageInterpreter_powerOffData() { Can::MessageInterpreter iMsg; @@ -75,6 +95,10 @@ QVERIFY( ! iMsg.powerOffData(msg, data)); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_getBloodFlowData_isType + * \details Tests MessageInterpreter getBloodFlowData method Message Type checking + */ void tst_messaging::tst_MessageInterpreter_getBloodFlowData_isType() { Can::MessageInterpreter iMsg; @@ -86,6 +110,10 @@ QVERIFY( ! iMsg.getBloodFlowData(msg, data)); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_getBloodFlowData_payloadLen + * \details Tests MessageInterpreter getBloodFlowData method Message payload length check + */ void tst_messaging::tst_MessageInterpreter_getBloodFlowData_payloadLen() { Can::MessageInterpreter iMsg; @@ -97,6 +125,10 @@ QVERIFY( ! iMsg.getBloodFlowData(msg, data)); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_bloodFlowData + * \details Tests MessageInterpreter bloodFlowData method Message payload length check + */ void tst_messaging::tst_MessageInterpreter_bloodFlowData() { Can::MessageInterpreter iMsg; @@ -108,6 +140,10 @@ QVERIFY( data.isEmpty()); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_getDialysateInletFlowData_isType + * \details Tests MessageInterpreter getDialysateInletFlowData method Message Type checking + */ void tst_messaging::tst_MessageInterpreter_getDialysateInletFlowData_isType() { Can::MessageInterpreter iMsg; @@ -119,6 +155,10 @@ QVERIFY( ! iMsg.getDialysateInletFlowData(msg, data)); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_getDialysateInletFlowData_payloadLen + * \details Tests MessageInterpreter getDialysateInletFlowData method Message payload length check + */ void tst_messaging::tst_MessageInterpreter_getDialysateInletFlowData_payloadLen() { Can::MessageInterpreter iMsg; @@ -130,6 +170,10 @@ QVERIFY( ! iMsg.getDialysateInletFlowData(msg, data)); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_dialysateInletFlowData + * \details Tests MessageInterpreter dialysateInletFlowData method Message payload length check + */ void tst_messaging::tst_MessageInterpreter_dialysateInletFlowData() { Can::MessageInterpreter iMsg; @@ -141,6 +185,10 @@ QVERIFY( data.isEmpty()); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_getDialysateOutletFlowData_isType + * \details Tests MessageInterpreter getDialysateOutletFlowData method Message Type checking + */ void tst_messaging::tst_MessageInterpreter_getDialysateOutletFlowData_isType() { Can::MessageInterpreter iMsg; @@ -152,6 +200,10 @@ QVERIFY( ! iMsg.getDialysateOutletFlowData(msg, data)); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_getDialysateOutletFlowData_payloadLen + * \details Tests MessageInterpreter getDialysateOutletFlowData method Message payload length check + */ void tst_messaging::tst_MessageInterpreter_getDialysateOutletFlowData_payloadLen() { Can::MessageInterpreter iMsg; @@ -163,6 +215,10 @@ QVERIFY( ! iMsg.getDialysateOutletFlowData(msg, data)); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_dialysateOutletFlowData + * \details Tests MessageInterpreter dialysateOutletFlowData method Message payload length check + */ void tst_messaging::tst_MessageInterpreter_dialysateOutletFlowData() { Can::MessageInterpreter iMsg; @@ -174,6 +230,10 @@ QVERIFY( data.isEmpty()); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_getTreatmentTime_isType + * \details Tests MessageInterpreter getTreatmentTime method Message Type checking + */ void tst_messaging::tst_MessageInterpreter_getTreatmentTime_isType() { Can::MessageInterpreter iMsg; @@ -185,6 +245,10 @@ QVERIFY( ! iMsg.getTreatmentTime(msg, data)); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_getTreatmentTime_payloadLen + * \details Tests MessageInterpreter getTreatmentTime method Message payload length check + */ void tst_messaging::tst_MessageInterpreter_getTreatmentTime_payloadLen() { Can::MessageInterpreter iMsg; @@ -196,6 +260,10 @@ QVERIFY( ! iMsg.getTreatmentTime(msg, data)); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_treatmentTime + * \details Tests MessageInterpreter treatmentTime method Message payload length check + */ void tst_messaging::tst_MessageInterpreter_treatmentTime() { Can::MessageInterpreter iMsg; @@ -207,6 +275,10 @@ QVERIFY( data.isEmpty()); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_getAlarmStatus_isType + * \details Tests MessageInterpreter getAlarmStatus method Message Type check + */ void tst_messaging::tst_MessageInterpreter_getAlarmStatus_isType() { Can::MessageInterpreter iMsg; @@ -218,6 +290,10 @@ QVERIFY( ! iMsg.getAlarmStatus(msg, data)); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_getAlarmStatus_payloadLen + * \details Test MessageInterpreter getAlarmStatus method Message payload length check + */ void tst_messaging::tst_MessageInterpreter_getAlarmStatus_payloadLen() { Can::MessageInterpreter iMsg; @@ -229,6 +305,10 @@ QVERIFY( ! iMsg.getAlarmStatus(msg, data)); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_alarmStatus + * \details Tests MessageInterpreter alarmStatus method Message payload length check + */ void tst_messaging::tst_MessageInterpreter_alarmStatus() { Can::MessageInterpreter iMsg; @@ -240,6 +320,10 @@ QVERIFY( data.isEmpty()); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_getPressureOcclusionData_isType + * \details Tests MessageInterpreter getPressureOcclusionData method Message Type check + */ void tst_messaging::tst_MessageInterpreter_getPressureOcclusionData_isType() { Can::MessageInterpreter iMsg; @@ -251,6 +335,10 @@ QVERIFY( ! iMsg.getPressureOcclusionData(msg, data)); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_getPressureOcclusionData_payloadLen + * \details Tests MessageInterpreter getPressureOcclusionData method Message payload length check + */ void tst_messaging::tst_MessageInterpreter_getPressureOcclusionData_payloadLen() { Can::MessageInterpreter iMsg; @@ -262,6 +350,10 @@ QVERIFY( ! iMsg.getPressureOcclusionData(msg, data)); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_pressureOcclusionData + * \details Tests MessageInterpreter pressureOcclusionData method Message payload length check + */ void tst_messaging::tst_MessageInterpreter_pressureOcclusionData() { Can::MessageInterpreter iMsg; @@ -273,6 +365,10 @@ QVERIFY( data.isEmpty()); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_adjustBloodDialysateData_isType + * \details Tests MessageInterpreter adjustBloodDialysateData method Message Type check + */ void tst_messaging::tst_MessageInterpreter_adjustBloodDialysateData_isType() { Can::MessageInterpreter iMsg; @@ -283,6 +379,10 @@ QVERIFY( ! iMsg.adjustBloodDialysateData(msg, list)); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_adjustBloodDialysateData_payloadLen + * \details Tests MessageInterpreter adjustBloodDialysateData method Message payload length check + */ void tst_messaging::tst_MessageInterpreter_adjustBloodDialysateData_payloadLen() { Can::MessageInterpreter iMsg; @@ -293,6 +393,10 @@ QVERIFY( ! iMsg.adjustBloodDialysateData(msg, list)); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_adjustDurationData_isType + * \details Tests MessageInterpreter adjustDurationData method Message Type check + */ void tst_messaging::tst_MessageInterpreter_adjustDurationData_isType() { Can::MessageInterpreter iMsg; @@ -303,6 +407,10 @@ QVERIFY( ! iMsg.adjustDurationData(msg, list)); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_adjustDurationData_payloadLen + * \details Tests MessageInterpreter adjustDurationData method Message payload length check + */ void tst_messaging::tst_MessageInterpreter_adjustDurationData_payloadLen() { Can::MessageInterpreter iMsg; @@ -313,6 +421,10 @@ QVERIFY( ! iMsg.adjustDurationData(msg, list)); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_treatmentRangesData_isType + * \details Tests MessageInterpreter treatmentRangesData method Message Type check + */ void tst_messaging::tst_MessageInterpreter_treatmentRangesData_isType() { Can::MessageInterpreter iMsg; @@ -323,6 +435,10 @@ QVERIFY( ! iMsg.treatmentRangesData(msg, list)); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_treatmentRangesData_payloadLen + * \details Tests MessageInterpreter treatmentRangesData method Message payload length check + */ void tst_messaging::tst_MessageInterpreter_treatmentRangesData_payloadLen() { Can::MessageInterpreter iMsg; @@ -333,6 +449,11 @@ QVERIFY( ! iMsg.treatmentRangesData(msg, list)); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_interpretMessage_String + * \details Tests MessageInterpreter interpretMessage to handle String message type + * if data is empty (count==0) + */ void tst_messaging::tst_MessageInterpreter_interpretMessage_String() { Can::MessageInterpreter iMsg; @@ -341,6 +462,11 @@ QVERIFY(payload.isEmpty()); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_interpretMessage_AdjustBloodDialysateReq + * \details Tests MessageInterpreter interpretMessage to handle AdjustBloodDialysateReq message type + * if data is empty (count==0) + */ void tst_messaging::tst_MessageInterpreter_interpretMessage_AdjustBloodDialysateReq() { Can::MessageInterpreter iMsg; @@ -349,6 +475,11 @@ QVERIFY(payload.isEmpty()); } +/*! + * \brief tst_messaging::tst_MessageInterpreter_interpretMessage_AdjustDurationReq + * \details Tests MessageInterpreter interpretMessage to handle AdjustDurationReq message type + * if data is empty (count==0) + */ void tst_messaging::tst_MessageInterpreter_interpretMessage_AdjustDurationReq() { Can::MessageInterpreter iMsg; @@ -357,6 +488,10 @@ QVERIFY(payload.isEmpty()); } +/*! + * \brief tst_messaging::tst_MessageBuilder_addActionId + * \details Tests addActionId() method usage of MessageBuilder + */ void tst_messaging::tst_MessageBuilder_addActionId() { Can::MessageBuilder bMsg; @@ -365,6 +500,12 @@ QVERIFY( payload.isEmpty()); } +/*! + * \brief tst_messaging::tst_MessageBuilder_addData_shorterLen + * \details Tests Data length of shorter than expected + * in addData() method of MessageBuilder + + */ void tst_messaging::tst_MessageBuilder_addData_shorterLen() { Can::MessageBuilder bMsg; @@ -373,6 +514,11 @@ QVERIFY( payload.isEmpty()); } +/*! + * \brief tst_messaging::tst_MessageBuilder_addData_LongerThanMax + * \details Tests Data length of longer than maximum accepted + * in addData() method of MessageBuilder + */ void tst_messaging::tst_MessageBuilder_addData_LongerThanMax() { Can::MessageBuilder bMsg; @@ -385,6 +531,10 @@ QVERIFY( ! payload.isEmpty()); } +/*! + * \brief tst_messaging::tst_MessageBuilder_checkCRC + * \details Tests checkCRC() method usage of MessageBuilder + */ void tst_messaging::tst_MessageBuilder_checkCRC() { Can::MessageBuilder bMsg; @@ -393,13 +543,21 @@ QVERIFY( ! bMsg.checkCRC(data, vExpected, vActual)); } +/*! + * \brief tst_messaging::tst_MessageBuilder_getHeader + * \details Tests getHeader() method usage of MessageBuilder + */ void tst_messaging::tst_MessageBuilder_getHeader() { Can::MessageBuilder bMsg; QByteArray payload; QVERIFY(bMsg.getHeader(payload).isEmpty()); } +/*! + * \brief tst_messaging::tst_MessageBuilder_buildFrames_addActionId + * \details Tests addActionId() method usage of MessageBuilder in buildFrames method + */ void tst_messaging::tst_MessageBuilder_buildFrames_addActionId() { Can::MessageBuilder bMsg; @@ -409,6 +567,10 @@ QVERIFY( ! bMsg.buildFrames(Gui::GuiActionType::Unknown, data, framelist, seq)); } +/*! + * \brief tst_messaging::tst_MessageBuilder_buildFrames_addData + * \details Tests addData() method usage of MessageBuilder in buildFrames method + */ void tst_messaging::tst_MessageBuilder_buildFrames_addData() { Can::MessageBuilder bMsg; @@ -418,6 +580,10 @@ QVERIFY( ! bMsg.buildFrames(Gui::GuiActionType::PowerOff, data, framelist, seq)); } +/*! + * \brief tst_messaging::tst_MessageBuilder_buildFrames_eLenCanFrame + * \details Tests canFrameLength check in buildFrames method of MessageBuilder + */ void tst_messaging::tst_MessageBuilder_buildFrames_eLenCanFrame() { Can::MessageBuilder bMsg; @@ -437,7 +603,11 @@ QVERIFY( bMsg.buildFrames(Gui::GuiActionType::String, data, framelist, seq)); } -void tst_messaging::tst_MessageBuilder_actionTransmit() +/*! + * \brief tst_messaging::tst_MessageDispatcher_actionTransmit + * \details Tests MessageDispatcher actionTransmit() + */ +void tst_messaging::tst_MessageDispatcher_actionTransmit() { Can::MessageDispatcher dMsg; QVariantList data; Index: unittests/tst_messaging.h =================================================================== diff -u -r634824d6fce314971aa236e508024bd154562c9d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- unittests/tst_messaging.h (.../tst_messaging.h) (revision 634824d6fce314971aa236e508024bd154562c9d) +++ unittests/tst_messaging.h (.../tst_messaging.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file tst_messaging.h - * date 4/20/2020 - * author Behrouz NematiPour + * \file tst_messaging.h + * \date 4/20/2020 + * \author Behrouz NematiPour * */ #pragma once @@ -21,7 +21,6 @@ { Q_OBJECT - public: explicit tst_messaging(QObject *parent = nullptr); @@ -78,7 +77,8 @@ void tst_MessageBuilder_buildFrames_addActionId(); void tst_MessageBuilder_buildFrames_addData(); void tst_MessageBuilder_buildFrames_eLenCanFrame(); - void tst_MessageBuilder_actionTransmit(); + + void tst_MessageDispatcher_actionTransmit(); }; Index: unittests/tst_models.cpp =================================================================== diff -u -r634824d6fce314971aa236e508024bd154562c9d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- unittests/tst_models.cpp (.../tst_models.cpp) (revision 634824d6fce314971aa236e508024bd154562c9d) +++ unittests/tst_models.cpp (.../tst_models.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file tst_models.cpp - * date 04/16/2020 - * author Behrouz NematiPour + * \file tst_models.cpp + * \date 04/16/2020 + * \author Behrouz NematiPour * */ #include "tst_models.h" Index: unittests/tst_models.h =================================================================== diff -u -r634824d6fce314971aa236e508024bd154562c9d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- unittests/tst_models.h (.../tst_models.h) (revision 634824d6fce314971aa236e508024bd154562c9d) +++ unittests/tst_models.h (.../tst_models.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file tst_models.h - * date 04/16/2020 - * author Behrouz NematiPour + * \file tst_models.h + * \date 04/16/2020 + * \author Behrouz NematiPour * */ #pragma once Index: unittests/tst_threads.cpp =================================================================== diff -u -rd3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- unittests/tst_threads.cpp (.../tst_threads.cpp) (revision d3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d) +++ unittests/tst_threads.cpp (.../tst_threads.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file tst_threads.cpp - * date 4/19/2020 - * author Behrouz NematiPour + * \file tst_threads.cpp + * \date 4/19/2020 + * \author Behrouz NematiPour * */ #include "tst_threads.h" Index: unittests/tst_threads.h =================================================================== diff -u -rd3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- unittests/tst_threads.h (.../tst_threads.h) (revision d3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d) +++ unittests/tst_threads.h (.../tst_threads.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file tst_threads.h - * date 4/19/2020 - * author Behrouz NematiPour + * \file tst_threads.h + * \date 4/19/2020 + * \author Behrouz NematiPour * */ #pragma once Index: unittests/tst_utilities.cpp =================================================================== diff -u -r4295d12645b607b7c0cca8733c3d9eb5f538b418 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- unittests/tst_utilities.cpp (.../tst_utilities.cpp) (revision 4295d12645b607b7c0cca8733c3d9eb5f538b418) +++ unittests/tst_utilities.cpp (.../tst_utilities.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file tst_utilities.cpp - * date 01/08/2020 - * author Behrouz NematiPour + * \file tst_utilities.cpp + * \date 01/08/2020 + * \author Behrouz NematiPour * */ #include "tst_utilities.h" Index: unittests/tst_utilities.h =================================================================== diff -u -rfd9d9c1f190781f5ff1bc23a732f9424f9434002 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- unittests/tst_utilities.h (.../tst_utilities.h) (revision fd9d9c1f190781f5ff1bc23a732f9424f9434002) +++ unittests/tst_utilities.h (.../tst_utilities.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file tst_utilities.h - * date 01/08/2019 - * author Behrouz NematiPour + * \file tst_utilities.h + * \date 01/08/2019 + * \author Behrouz NematiPour * */ #pragma once Index: unittests/tst_views.cpp =================================================================== diff -u -rb6840f334e5b693ba8e5a5090a510280f9733115 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- unittests/tst_views.cpp (.../tst_views.cpp) (revision b6840f334e5b693ba8e5a5090a510280f9733115) +++ unittests/tst_views.cpp (.../tst_views.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file tst_views.cpp - * date 4/19/2020 - * author Behrouz NematiPour + * \file tst_views.cpp + * \date 4/19/2020 + * \author Behrouz NematiPour * */ #include "tst_views.h" Index: unittests/tst_views.h =================================================================== diff -u -rd3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- unittests/tst_views.h (.../tst_views.h) (revision d3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d) +++ unittests/tst_views.h (.../tst_views.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file tst_views.h - * date 4/19/2020 - * author Behrouz NematiPour + * \file tst_views.h + * \date 4/19/2020 + * \author Behrouz NematiPour * */ #pragma once