Index: sources/model/hd/data/posttreatment/MPostTreatmentStatesData.h =================================================================== diff -u -r88563177f10f20ced98750b2e40036201728131d -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/model/hd/data/posttreatment/MPostTreatmentStatesData.h (.../MPostTreatmentStatesData.h) (revision 88563177f10f20ced98750b2e40036201728131d) +++ sources/model/hd/data/posttreatment/MPostTreatmentStatesData.h (.../MPostTreatmentStatesData.h) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) @@ -1,13 +1,13 @@ /*! * - * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. + * Copyright (c) 2021-2024 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. * * \file MPostTreatmentStatesData.h * \author (last) Behrouz NematiPour - * \date (last) 11-Apr-2021 + * \date (last) 30-Mar-2023 * \author (original) Behrouz NematiPour * \date (original) 11-Apr-2021 * @@ -31,13 +31,14 @@ * \details The post treatment states data model * These are states of the post treatment. * - * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | - * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: | - * |0x7700| 0x040 | 7 | 1 Hz | N | HD | All | Post-Treatment States Data | + * | MSG | CAN ID | Type | Ack | Src | Dst | Description | + * |:----:|:------:|:------:|:---:|:---:|:---:|:-----------: | + * |0x7700| 0x040 | 1 Hz | N | HD | All | Post-Treatment States Data | * * | Payload || * | || - * | #1:(U32) | \ref Data::mState | + * | #1:(U32) | \ref Data::mSubMode | + * | #2:(U32) | \ref Data::mDrainState | * * \sa Data * \sa HD_Post_Treatment_Mode_States @@ -59,6 +60,7 @@ struct { Types::U32 mSubMode ; ///< State - HD_Post_Treatment_Mode_States + Types::U32 mDrainState ; ///< State - Drain_States - Post-Treatment drain reservoirs state machine [Not currently being used] } _data; public: @@ -69,6 +71,7 @@ struct Data { quint32 mSubMode = 0; ///< State - HD_Post_Treatment_Mode_States + quint32 mDrainState = 0; ///< State - ??? }; MPostTreatmentStates() { }