Index: sources/view/dg/data/VDGDrainPumpData.h =================================================================== diff -u -rf688ed9f1c64a2603a6d10fbb090b257a43e1f6f -r26433c42f2efa2cb18af95f523581c7eeeff049d --- sources/view/dg/data/VDGDrainPumpData.h (.../VDGDrainPumpData.h) (revision f688ed9f1c64a2603a6d10fbb090b257a43e1f6f) +++ sources/view/dg/data/VDGDrainPumpData.h (.../VDGDrainPumpData.h) (revision 26433c42f2efa2cb18af95f523581c7eeeff049d) @@ -1,14 +1,14 @@ /*! * - * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. + * Copyright (c) 2020-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 VDGDrainPumpData.h - * \author (last) Behrouz NematiPour - * \date (last) 12-Feb-2021 - * \author (original) Behrouz NematiPour + * \author (last) Dara Navaei + * \date (last) 05-Mar-2024 + * \author (original) Behrouz NemaiPour * \date (original) 02-Jul-2020 * */ @@ -18,7 +18,7 @@ #include // Project -#include "main.h" // Doxygen : don't remove +#include "main.h" // Doxygen : do not remove #include "VView.h" #include "MDGDrainPumpData.h" @@ -36,10 +36,14 @@ { Q_OBJECT - PROPERTY( quint32 , rpmi , 0) - PROPERTY( quint32 , dac , 0) - PROPERTY( quint32 , state , 0) - PROPERTY( quint32 , rpmo , 0) + PROPERTY( quint32 , rpmi , 0) + PROPERTY( quint32 , dac , 0) + PROPERTY( quint32 , state , 0) + PROPERTY( quint32 , rpmo , 0) + PROPERTY( float , targetFLPMO , 0) + PROPERTY( float , currentA , 0) + PROPERTY( quint32 , direction , 0) + PROPERTY( quint32 , maxonRPM , 0) VIEW_DEC(VDGDrainPump, DGDrainPumpData) };