Index: sources/view/dg/data/VDGDrainPumpData.cpp =================================================================== diff -u -rf498a8439de814de93748f2f20315ce69900378e -r124c2e38e72a1a655d9d479c9c7a1cd8c5d5e6c4 --- sources/view/dg/data/VDGDrainPumpData.cpp (.../VDGDrainPumpData.cpp) (revision f498a8439de814de93748f2f20315ce69900378e) +++ sources/view/dg/data/VDGDrainPumpData.cpp (.../VDGDrainPumpData.cpp) (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 VDGDrainPumpData.cpp - * \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 * @@ -28,4 +28,5 @@ targetFLPMO ( vData.mTargetFLPMO ); currentA ( vData.mCurrentA ); direction ( vData.mDirection ); + maxonRPM ( vData.mMaxonRPM ); }