Index: sources/model/td/adjustment/treatment/MTreatmentAdjustDurationConfirmResponse.h =================================================================== diff -u -r266c2f5a2566834a1384a936736d2f01d07e4e08 -rdd02afaf66a118eb50deb9313e6a809dd17b5864 --- sources/model/td/adjustment/treatment/MTreatmentAdjustDurationConfirmResponse.h (.../MTreatmentAdjustDurationConfirmResponse.h) (revision 266c2f5a2566834a1384a936736d2f01d07e4e08) +++ sources/model/td/adjustment/treatment/MTreatmentAdjustDurationConfirmResponse.h (.../MTreatmentAdjustDurationConfirmResponse.h) (revision dd02afaf66a118eb50deb9313e6a809dd17b5864) @@ -39,8 +39,8 @@ * | #2:(U32) | \ref Data::mReason | * | | | * | #4:(U32) | \ref Data::mDuration | - * | #3:(F32) | \ref Data::mUFVolumeRemoved | - * | #5:(F32) | \ref Data::mUFSetVolume | + * | #3:(F32) | \ref Data::mUFVolumeGoal | + * | #5:(F32) | \ref Data::mUFRate | * * \sa Data * @@ -64,8 +64,8 @@ quint32 mReason = 0; /*!< Reason value of type quint32 extracted out */ quint32 mDuration = 0; /*!< duration value of type quint32 extracted out */ - float mUFVolumeRemoved = 0; /*!< UF volume removed value of type float extracted out */ - float mUFSetVolume = 0; /*!< UF set volume value of type float extracted out */ + float mUFVolumeGoal = 0; /*!< UF volume goal value of type float extracted out */ + float mUFRate = 0; /*!< UF rate value of type float extracted out */ }; protected: @@ -74,8 +74,8 @@ Types::U32 mReason ; Types::U32 mDuration ; - Types::F32 mUFVolumeRemoved ; - Types::F32 mUFSetVolume ; + Types::F32 mUFVolumeGoal ; + Types::F32 mUFRate ; } _data; public: