Index: sources/model/hd/data/treatment/MTreatmentRecirculateData.h =================================================================== diff -u -r88563177f10f20ced98750b2e40036201728131d -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/model/hd/data/treatment/MTreatmentRecirculateData.h (.../MTreatmentRecirculateData.h) (revision 88563177f10f20ced98750b2e40036201728131d) +++ sources/model/hd/data/treatment/MTreatmentRecirculateData.h (.../MTreatmentRecirculateData.h) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) @@ -1,15 +1,15 @@ /*! * - * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. + * Copyright (c) 2021-2024 Diality Inc. - All Rights Reserved. * \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 MTreatmentRecirculateData.h * \author (last) Behrouz NematiPour - * \date (last) 10-Feb-2021 + * \date (last) 09-Mar-2022 * \author (original) Behrouz NematiPour - * \date (original) 10-Feb-2021 + * \date (original) 11-Apr-2021 * */ #pragma once @@ -46,9 +46,9 @@ *

Logging info

* | || * | || - * | typeText | Datum | - * | unitText | HD | - * | infoText | RecirculateData | + * | typeText | Datum | + * | unitText | HD | + * | infoText | Recirculate | * */ class MTreatmentRecirculate : public MAbstract { @@ -65,9 +65,9 @@ public: - Type_Enum typeText() const override { return Type_Enum::eDatum ; } - Unit_Enum unitText() const override { return Unit_Enum::eHD ; } - QString infoText() const override { return QString("RecirculateData") ; } + Type_Enum typeText() const override { return Type_Enum::eDatum ; } + Unit_Enum unitText() const override { return Unit_Enum::eHD ; } + QString infoText() const override { return QString("Recirculate") ; } struct Data { quint32 mTimeoutTotal = 0; ///< Total Timeout of Recirculate delivery