Index: sources/model/hd/data/treatment/MTreatmentRinsebackData.h =================================================================== diff -u -r4ae0f0abdbe4edfcd93dbf5b0240417f1f079586 -r45cc119e54711893ccc2b9d600412b8f51b7764f --- sources/model/hd/data/treatment/MTreatmentRinsebackData.h (.../MTreatmentRinsebackData.h) (revision 4ae0f0abdbe4edfcd93dbf5b0240417f1f079586) +++ sources/model/hd/data/treatment/MTreatmentRinsebackData.h (.../MTreatmentRinsebackData.h) (revision 45cc119e54711893ccc2b9d600412b8f51b7764f) @@ -41,7 +41,8 @@ * | #3:(U32) | \ref Data::mRate | * | #4:(U32) | \ref Data::mTimeoutTotal | * | #5:(U32) | \ref Data::mTimeoutCountDown| - * | #6:(F32) | \ref Data::mIsCompleted | + * | #6:(U32) | \ref Data::mIsCompleted | + * | #7:(U32) | \ref Data::mIsRecircAllowed | * * \sa Data * \sa MAdjustRinsebackReq : Rinseback Request @@ -69,6 +70,7 @@ Types::U32 mTimeoutTotal ; Types::U32 mTimeoutCountDown; Types::U32 mIsCompleted ; + Types::U32 mIsRecircAllowed ; } _data; public: @@ -84,6 +86,7 @@ quint32 mTimeoutTotal = 0; ///< Total Timeout quint32 mTimeoutCountDown = 0; ///< Current Timeout count down bool mIsCompleted = 0; ///< Rinseback is complete + bool mIsRecircAllowed = 0; ///< Rinseback is allowed }; public: