Index: sources/view/dg/data/VDGAccelerometerData.h =================================================================== diff -u -rf688ed9f1c64a2603a6d10fbb090b257a43e1f6f -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/view/dg/data/VDGAccelerometerData.h (.../VDGAccelerometerData.h) (revision f688ed9f1c64a2603a6d10fbb090b257a43e1f6f) +++ sources/view/dg/data/VDGAccelerometerData.h (.../VDGAccelerometerData.h) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) @@ -1,15 +1,15 @@ /*! * - * Copyright (c) 2020-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 VDGAccelerometerData.h - * \author (last) Peman Montazemi - * \date (last) 20-Oct-2020 - * \author (original) Peman Montazemi - * \date (original) 20-Oct-2020 + * \file VDGAccelerometerData.h + * \author (last) Behrouz NematiPour + * \date (last) 18-Apr-2022 + * \author (original) Behrouz NematiPour + * \date (original) 12-Feb-2021 * */ #pragma once @@ -18,10 +18,14 @@ #include // Project -#include "main.h" // Doxygen : don't remove +#include "main.h" // Doxygen : do not remove #include "VView.h" #include "MDGAccelerometerData.h" +// disabled coco begin validated: +// FIXME: this model was only for the Diagnostic use, and has been removed, +// Should be removed from the UI Software if not being used anymore + // namespace namespace View { @@ -48,3 +52,5 @@ VIEW_DEC(VDGAccelerometer, DGAccelerometerData) }; } + +// disabled coco end