Index: sources/model/hd/adjustment/treatment/MTreatmentAdjustUltrafiltrationStateResponse.h =================================================================== diff -u -ra58f91b077c8131bea3dbde0fc338adb113fc9f3 -r1ea05b21849b7ee431804166f8e206f623c39509 --- sources/model/hd/adjustment/treatment/MTreatmentAdjustUltrafiltrationStateResponse.h (.../MTreatmentAdjustUltrafiltrationStateResponse.h) (revision a58f91b077c8131bea3dbde0fc338adb113fc9f3) +++ sources/model/hd/adjustment/treatment/MTreatmentAdjustUltrafiltrationStateResponse.h (.../MTreatmentAdjustUltrafiltrationStateResponse.h) (revision 1ea05b21849b7ee431804166f8e206f623c39509) @@ -32,13 +32,12 @@ * * | MSG | CAN ID | M.Box | Type | Ack | Src | Dest | Description | * |:----:|:------:|:-----:|:----:|:---:|:---:|:----:|:------------------------:| - * |0x4100| 0x020 | 6 | Rsp | Y | HD | UI | UF Pause/Resume Response | + * |0x4800| 0x020 | 6 | Rsp | Y | HD | UI | UF Pause/Resume Response | * * | Payload || * | || * | #1:(U32) | \ref Data::mAccepted | * | #2:(U32) | \ref Data::mReason | - * | #3:(U32) | \ref Data::mState | * * \sa Data * \sa MAdjustUltrafiltrationStateReq : Ultrafiltration state change Request @@ -61,7 +60,6 @@ struct { Types::U32 mAccepted; Types::U32 mReason ; - Types::U32 mUFState ; } _data; public: @@ -72,7 +70,6 @@ struct Data { bool mAccepted = 0; /*!< Accepted value of type quint32 extracted out */ quint32 mReason = 0; /*!< Reason value of type quint32 extracted out */ - quint32 mUFState = 0; /*!< UF State value of type quint32 extracted out */ }; MAdjustUltrafiltrationStateResponse() { }