Index: sources/model/hd/adjustment/treatment/MTreatmentAdjustUltrafiltrationEditResponse.h =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r5d142e2ec2aa4bdfd2567eb521c7208f76e16ae7 --- sources/model/hd/adjustment/treatment/MTreatmentAdjustUltrafiltrationEditResponse.h (.../MTreatmentAdjustUltrafiltrationEditResponse.h) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/model/hd/adjustment/treatment/MTreatmentAdjustUltrafiltrationEditResponse.h (.../MTreatmentAdjustUltrafiltrationEditResponse.h) (revision 5d142e2ec2aa4bdfd2567eb521c7208f76e16ae7) @@ -41,9 +41,9 @@ * | | | * | #3:(F32) | \ref Data::mVolume | * | #4:(U32) | \ref Data::mDuration | - * | #5:(F32) | \ref Data::mRate | + * | #5:(S32) | \ref Data::mDurationDiff | * | | | - * | #6:(S32) | \ref Data::mDurationDiff | + * | #6:(F32) | \ref Data::mRate | * | #7:(F32) | \ref Data::mRateDiff | * | #8:(F32) | \ref Data::mRateOld | * @@ -65,6 +65,9 @@ public: QString stringPrefix = "AdjustUFEdit"; + //NOTE: The correct order is followed in cpp to fill in the values regarding the payload byte orders. + // The struct here is just the values not in correct order + // since has been inherited from the confirm to borrow some struct variables. struct Data : public MAdjustUltrafiltrationConfirmResponse::Data { qint32 mDurationDiff= 0; /*!< durationDiff value of type quint32 extracted out */ float mRateDiff = 0; /*!< rateDiff value of type float extracted out */