Index: sources/view/hd/data/treatment/VTreatmentBloodFlow.cpp =================================================================== diff -u -r88563177f10f20ced98750b2e40036201728131d -r38ae7b93679d05a54fc460dac68891562d7da72d --- sources/view/hd/data/treatment/VTreatmentBloodFlow.cpp (.../VTreatmentBloodFlow.cpp) (revision 88563177f10f20ced98750b2e40036201728131d) +++ sources/view/hd/data/treatment/VTreatmentBloodFlow.cpp (.../VTreatmentBloodFlow.cpp) (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.cpp - * \author (last) Behrouz NematiPour - * \date (last) 31-Aug-2020 - * \author (original) Behrouz NematiPour - * \date (original) 26-Aug-2020 + * \file VTreatmentBloodFlow.cpp + * \author (last) Dara Navaei + * \date (last) 08-May-2024 + * \author (original) Behrouz NematiPour + * \date (original) 11-Apr-2021 * */ #include "VTreatmentBloodFlow.h" @@ -28,5 +28,7 @@ bloodFlow_MotorCtlSpeed (vData.mMotorCtlSpeed ); bloodFlow_MotorCtlCurrent (vData.mMotorCtlCurrent ); bloodFlow_PWMDutyCycle (vData.mPWMDutyCycle ); - bloodFlow_SigStrength (vData.mSigStrength ); + bloodFlow_RotorCount (vData.mRotorCount ); + bloodFlow_PresFlow (vData.mPresFlow ); + bloodFlow_RotorHall (vData.mRotorHall ); }