Index: sources/model/hd/data/treatment/MTreatmentDialysateFlowData.h =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -r482949dd876ebec823e955670b3d9f3834e9c215 --- sources/model/hd/data/treatment/MTreatmentDialysateFlowData.h (.../MTreatmentDialysateFlowData.h) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/model/hd/data/treatment/MTreatmentDialysateFlowData.h (.../MTreatmentDialysateFlowData.h) (revision 482949dd876ebec823e955670b3d9f3834e9c215) @@ -36,15 +36,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 * @@ -73,6 +74,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; public: @@ -90,6 +92,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 }; MDialysateFlow() { }