Index: sources/model/hd/data/treatment/MTreatmentBloodFlowData.h =================================================================== diff -u -ra9b3b248a786b93bf6dfd8c29946d708d18dde9a -re305f7fba8aa7293eedc322bb96306ca7e1380d7 --- sources/model/hd/data/treatment/MTreatmentBloodFlowData.h (.../MTreatmentBloodFlowData.h) (revision a9b3b248a786b93bf6dfd8c29946d708d18dde9a) +++ sources/model/hd/data/treatment/MTreatmentBloodFlowData.h (.../MTreatmentBloodFlowData.h) (revision e305f7fba8aa7293eedc322bb96306ca7e1380d7) @@ -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() { }