Index: sources/model/hd/adjustment/treatment/MTreatmentAdjustRequests.h =================================================================== diff -u -r712f4c8a1b2382919300895b4422b831471044a3 -r9f558b81ef69d1b43a75c390b5faadce0a891df1 --- sources/model/hd/adjustment/treatment/MTreatmentAdjustRequests.h (.../MTreatmentAdjustRequests.h) (revision 712f4c8a1b2382919300895b4422b831471044a3) +++ sources/model/hd/adjustment/treatment/MTreatmentAdjustRequests.h (.../MTreatmentAdjustRequests.h) (revision 9f558b81ef69d1b43a75c390b5faadce0a891df1) @@ -145,7 +145,7 @@ * * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: | - * |0x1000| 0x100 | 9 | Req | Y | UI | HD | UF Pause/Resume | + * |0x4700| 0x041 | 9 | Req | Y | UI | HD | UF Pause/Resume | * * | Payload || * | || @@ -194,27 +194,20 @@ * * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: | - * |0x1500| 0x100 | 9 | Req | Y | UI | HD | UF Vol. Change User Confirm | + * |0x4100| 0x041 | 9 | Req | Y | UI | HD | UF Vol. Change User Confirm | * * | Payload || * | || * | #1:(F32) | \ref volume | - * | #2:(U32) | \ref option | * * \sa Options * */ class MAdjustUltrafiltrationConfirmReq : public MModel { public: - enum Options : quint32 { - eDuration = Gui::GuiActions::UF_ADJ_TREATMENT_TIME, - eRate = Gui::GuiActions::UF_ADJ_UF_RATE, - }; - float volume = 0; - Options option = eDuration; QString toString() { - return toString({volume , option}); + return toString({volume}); } static QString toString(const QVariantList &vParameters) { return MModel::toString("AdjustUFConfirm", vParameters);