Index: sources/model/dg/data/MDGDrainPumpData.h =================================================================== diff -u -rf498a8439de814de93748f2f20315ce69900378e -r124c2e38e72a1a655d9d479c9c7a1cd8c5d5e6c4 --- sources/model/dg/data/MDGDrainPumpData.h (.../MDGDrainPumpData.h) (revision f498a8439de814de93748f2f20315ce69900378e) +++ sources/model/dg/data/MDGDrainPumpData.h (.../MDGDrainPumpData.h) (revision 124c2e38e72a1a655d9d479c9c7a1cd8c5d5e6c4) @@ -1,13 +1,13 @@ /*! * - * Copyright (c) 2020-2023 Diality Inc. - All Rights Reserved. + * Copyright (c) 2020-2025 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 MDGDrainPumpData.h - * \author (last) Behrouz NematiPour - * \date (last) 12-Feb-2021 + * \author (last) Dara Navaei + * \date (last) 05-Mar-2024 * \author (original) Behrouz NemaiPour * \date (original) 02-Jul-2020 * @@ -43,6 +43,7 @@ * | #5:(F32) | \ref Data::mTargetFLPMO | * | #6:(F32) | \ref Data::mCurrentA | * | #7:(U32) | \ref Data::mDirection | + * | #8:(U32) | \ref Data::mMaxonRPM \ * * * \sa Data @@ -70,6 +71,7 @@ Types::F32 mTargetFLPMO ; Types::F32 mCurrentA ; Types::U32 mDirection ; + Types::U32 mMaxonRPM ; } _data; public: @@ -86,6 +88,7 @@ float mTargetFLPMO = 0; ///< target Outlet Flow LPM float mCurrentA = 0; ///< drain Pump Current A quint32 mDirection = 0; ///< drain Pump Direction + quint32 mMaxonRPM = 0; ///< drain pump Maxon RPM }; MDGDrainPump () { }