Index: sources/view/dg/data/VDGDrainPumpData.h =================================================================== diff -u -r12e7b6dda53cf8db7707c7fa55dcf6137e7d6997 -r26433c42f2efa2cb18af95f523581c7eeeff049d --- sources/view/dg/data/VDGDrainPumpData.h (.../VDGDrainPumpData.h) (revision 12e7b6dda53cf8db7707c7fa55dcf6137e7d6997) +++ sources/view/dg/data/VDGDrainPumpData.h (.../VDGDrainPumpData.h) (revision 26433c42f2efa2cb18af95f523581c7eeeff049d) @@ -1,15 +1,15 @@ /*! * - * 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 NemaiPour - * \date (last) 02-Jul-2020 - * \author (original) Behrouz NemaiPour - * \date (original) 02-Jul-2020 + * \file VDGDrainPumpData.h + * \author (last) Dara Navaei + * \date (last) 05-Mar-2024 + * \author (original) Behrouz NemaiPour + * \date (original) 02-Jul-2020 * */ #pragma once @@ -18,9 +18,9 @@ #include // Project -#include "main.h" // Doxygen : don't remove -#include "MModel.h" +#include "main.h" // Doxygen : do not remove #include "VView.h" +#include "MDGDrainPumpData.h" // namespace namespace View { @@ -36,8 +36,14 @@ { Q_OBJECT - PROPERTY( quint32 , rpm , 0) - PROPERTY( quint32 , dac , 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) };