Index: sources/model/hd/adjustment/MTreatmentAdjustUltrafiltrationEditResponse.h =================================================================== diff -u -r246bf68b01c9249f2a74dddbba67f49807937fa2 -r4d969a04e6d80a6d2f6b756a4b87aecd6356e6a9 --- sources/model/hd/adjustment/MTreatmentAdjustUltrafiltrationEditResponse.h (.../MTreatmentAdjustUltrafiltrationEditResponse.h) (revision 246bf68b01c9249f2a74dddbba67f49807937fa2) +++ sources/model/hd/adjustment/MTreatmentAdjustUltrafiltrationEditResponse.h (.../MTreatmentAdjustUltrafiltrationEditResponse.h) (revision 4d969a04e6d80a6d2f6b756a4b87aecd6356e6a9) @@ -2,13 +2,14 @@ * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. * \copyright - * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, - * IN PART OR IN WHOLE, - * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. + * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN + * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * \file MTreatmentAdjustUltrafiltrationEditResponse.h - * \date 6/2/2020 - * \author Behrouz NematiPour + * \file MTreatmentAdjustUltrafiltrationEditResponse.h + * \author (last) Behrouz NemaiPour + * \date (last) 16-Jul-2020 + * \author (original) Behrouz NemaiPour + * \date (original) 02-Jul-2020 * */ #pragma once @@ -25,6 +26,37 @@ namespace Model { +/*! + * \brief The MAdjustUltrafiltrationEditResponse class + * \details The UF vol. change response model + * + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: | + * |0x1300| 0x020 | 6 | Rsp | Y | HD | UI | UF Vol. Change 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 | + * | | | + * | #6:(S32) | \ref Data::mDurationDiff | + * | #7:(F32) | \ref Data::mRateDiff | + * | #8:(F32) | \ref Data::mRateOld | + * + * \sa Data + * + *

Logging info

+ * | || + * | || + * | typeText | Event | + * | unitText | HD | + * | infoText | AdjustUFEdit | + * + */ class MAdjustUltrafiltrationEditResponse : public MAdjustUltrafiltrationConfirmResponse { @@ -55,7 +87,6 @@ Data data() const; }; - } typedef Model::MAdjustUltrafiltrationEditResponse::Data AdjustUltrafiltrationEditResponseData;