Index: sources/model/hd/adjustment/MTreatmentAdjustDurationResponse.h =================================================================== diff -u -rf55997d0ae3f14b8dbe1cfad700edc73d5cdd80b -r4d969a04e6d80a6d2f6b756a4b87aecd6356e6a9 --- sources/model/hd/adjustment/MTreatmentAdjustDurationResponse.h (.../MTreatmentAdjustDurationResponse.h) (revision f55997d0ae3f14b8dbe1cfad700edc73d5cdd80b) +++ sources/model/hd/adjustment/MTreatmentAdjustDurationResponse.h (.../MTreatmentAdjustDurationResponse.h) (revision 4d969a04e6d80a6d2f6b756a4b87aecd6356e6a9) @@ -27,20 +27,29 @@ namespace Model { /*! - * \brief The MTreatmentDurationchangeResponse class + * \brief The MAdjustDurationResponse class * \details The treatment duration change response model * - * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(U32) | #3:(U32) | #5:(F32) | - * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: |:--: | - * |0x1B00| 0x020 | 6 | Rsp | Y | HD | UI | Treatment Duration change Response | \ref Data::mAccepted | \ref Data::mReason | \ref Data::mDuration | \ref Data::mUFVolume | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: | + * |0x1B00| 0x020 | 6 | Rsp | Y | HD | UI | Treatment Duration change Response | * * | Payload || * | || + * | #1:(U32) | \ref Data::mAccepted | + * | #2:(U32) | \ref Data::mReason | + * | #3:(U32) | \ref Data::mDuration | + * | #4:(F32) | \ref Data::mUFVolume | * - * - * * \sa Data * + *