Index: sources/model/td/adjustment/treatment/MTreatmentAdjustUltrafiltrationConfirmResponse.h =================================================================== diff -u -raa03f07a386a12895435facfff9f4bff9f7a45f0 -r8325066ffcce349e21df74e33bd3d298d3042ef3 --- sources/model/td/adjustment/treatment/MTreatmentAdjustUltrafiltrationConfirmResponse.h (.../MTreatmentAdjustUltrafiltrationConfirmResponse.h) (revision aa03f07a386a12895435facfff9f4bff9f7a45f0) +++ sources/model/td/adjustment/treatment/MTreatmentAdjustUltrafiltrationConfirmResponse.h (.../MTreatmentAdjustUltrafiltrationConfirmResponse.h) (revision 8325066ffcce349e21df74e33bd3d298d3042ef3) @@ -31,24 +31,20 @@ * * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: | - * |0x6700| 0x040 | 6 | Rsp | Y | HD | UI | UF Vol. Change Confirmation Response | + * |0x6700| 0x040 | 6 | Rsp | Y | TD | UI | UF Vol. Change Confirmation Response | * * | Payload || * | || * | #1:(U32) | \ref Data::mAccepted | * | #2:(U32) | \ref Data::mReason | - * | | | - * | #3:(F32) | \ref Data::mVolume | - * | #4:(U32) | \ref Data::mDuration | - * | #5:(F32) | \ref Data::mRate | * * \sa Data * *

Logging info

* | || * | || * | typeText | Event | - * | unitText | HD | + * | unitText | TD | * | infoText | AdjustUFConfirm | * */ @@ -62,20 +58,12 @@ struct Data { bool mAccepted = 0; /*!< Accepted value of type quint32 extracted out */ quint32 mReason = 0; /*!< Reason value of type quint32 extracted out */ - - float mVolume = 0; /*!< volume value of type float extracted out */ - quint32 mDuration = 0; /*!< duration value of type quint32 extracted out */ - float mRate = 0; /*!< rate value of type float extracted out */ }; protected: struct _Data { Types::U32 mAccepted ; Types::U32 mReason ; - - Types::F32 mVolume ; - Types::U32 mDuration ; - Types::F32 mRate ; } _data; public: