Index: sources/model/hd/data/treatment/MTreatmentBloodFlowData.h =================================================================== diff -u -r32ca8b84563394e35720ec2da6e607d45a128f39 -r38ae7b93679d05a54fc460dac68891562d7da72d --- sources/model/hd/data/treatment/MTreatmentBloodFlowData.h (.../MTreatmentBloodFlowData.h) (revision 32ca8b84563394e35720ec2da6e607d45a128f39) +++ sources/model/hd/data/treatment/MTreatmentBloodFlowData.h (.../MTreatmentBloodFlowData.h) (revision 38ae7b93679d05a54fc460dac68891562d7da72d) @@ -1,13 +1,13 @@ /*! * - * Copyright (c) 2022-2023 Diality Inc. - All Rights Reserved. + * Copyright (c) 2022-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 MTreatmentBloodFlowData.h - * \author (last) Michael Garthwaite - * \date (last) 16-Feb-2022 + * \author (last) Dara Navaei + * \date (last) 08-May-2024 * \author (original) Michael Garthwaite * \date (original) 09-Feb-2022 * @@ -35,15 +35,16 @@ * * | Payload || * | || - * | #1:(S32) | \ref Data::mFlowSetPoint | - * | #2:(F32) | \ref Data::mMeasuredFlow | - * | #3:(F32) | \ref Data::mRotorSpeed | - * | #4:(F32) | \ref Data::mMotorSpeed | - * | #5:(F32) | \ref Data::mMotorCtlSpeed | - * | #6:(F32) | \ref Data::mMotorCtlCurrent | - * | #7:(F32) | \ref Data::mPWMDutyCycle | - * | #8:(U32) | \ref Data::mRotorCount | - * | #9:(U32) | \ref Data::mPresFlow | + * | #1 :(S32) | \ref Data::mFlowSetPoint | + * | #2 :(F32) | \ref Data::mMeasuredFlow | + * | #3 :(F32) | \ref Data::mRotorSpeed | + * | #4 :(F32) | \ref Data::mMotorSpeed | + * | #5 :(F32) | \ref Data::mMotorCtlSpeed | + * | #6 :(F32) | \ref Data::mMotorCtlCurrent | + * | #7 :(F32) | \ref Data::mPWMDutyCycle | + * | #8 :(U32) | \ref Data::mRotorCount | + * | #9 :(U32) | \ref Data::mPresFlow | + * | #10:(U32) | \ref Data::mRotorHall | * * \sa Data * @@ -70,6 +71,7 @@ Types::F32 mPWMDutyCycle ; ///< PWM Duty Cycle in % Types::U32 mRotorCount ; ///< Rotor Count Types::U32 mPresFlow ; ///< Prescribed flow rate + Types::U32 mRotorHall ; ///< Rotor hall sensor value } _data; QVariantList parameters() const override; @@ -88,6 +90,7 @@ float mPWMDutyCycle = 0; ///< PWM Duty Cycle in % quint32 mRotorCount = 0; ///< Rotor Count quint32 mPresFlow = 0; ///< Prescribed flow rate + quint32 mRotorHall = 0; ///< Rotor Hall Sensor Value }; MBloodFlow() { }