Index: sources/view/hd/data/treatment/VTreatmentBloodFlow.h =================================================================== diff -u -r88563177f10f20ced98750b2e40036201728131d -r38ae7b93679d05a54fc460dac68891562d7da72d --- sources/view/hd/data/treatment/VTreatmentBloodFlow.h (.../VTreatmentBloodFlow.h) (revision 88563177f10f20ced98750b2e40036201728131d) +++ sources/view/hd/data/treatment/VTreatmentBloodFlow.h (.../VTreatmentBloodFlow.h) (revision 38ae7b93679d05a54fc460dac68891562d7da72d) @@ -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 VTreatmentBloodFlow.h - * \author (last) Behrouz NematiPour - * \date (last) 07-Sep-2020 - * \author (original) Behrouz NematiPour - * \date (original) 26-Aug-2020 + * \file VTreatmentBloodFlow.h + * \author (last) Dara Navaei + * \date (last) 08-May-2024 + * \author (original) Behrouz NematiPour + * \date (original) 11-Apr-2021 * */ #pragma once @@ -18,9 +18,9 @@ #include // Project -#include "main.h" // Doxygen : don't remove +#include "main.h" // Doxygen : do not remove #include "VView.h" -#include "MTreatmentFlowsData.h" +#include "MTreatmentBloodFlowData.h" // namespace namespace View { @@ -43,7 +43,9 @@ PROPERTY( float , bloodFlow_MotorCtlSpeed , 0) PROPERTY( float , bloodFlow_MotorCtlCurrent, 0) PROPERTY( float , bloodFlow_PWMDutyCycle , 0) - PROPERTY( float , bloodFlow_SigStrength , 0) + PROPERTY( quint32, bloodFlow_RotorCount , 0) + PROPERTY( quint32, bloodFlow_PresFlow , 0) + PROPERTY( quint32, bloodFlow_RotorHall , 0) VIEW_DEC(VTreatmentBloodFlow, BloodFlowData) };