Index: sources/model/dg/data/MDGAccelerometerData.cpp =================================================================== diff -u -r93b6bd48e2aec1fca4f2b5b79dcefffa49e9ce16 -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/model/dg/data/MDGAccelerometerData.cpp (.../MDGAccelerometerData.cpp) (revision 93b6bd48e2aec1fca4f2b5b79dcefffa49e9ce16) +++ sources/model/dg/data/MDGAccelerometerData.cpp (.../MDGAccelerometerData.cpp) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) @@ -1,19 +1,23 @@ /*! * - * 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 MDGAccelerometerData.cpp - * \author (last) Peman Montazemi - * \date (last) 20-Oct-2020 - * \author (original) Peman Montazemi - * \date (original) 20-Oct-2020 + * \file MDGAccelerometerData.cpp + * \author (last) Behrouz NematiPour + * \date (last) 18-Apr-2022 + * \author (original) Behrouz NematiPour + * \date (original) 12-Feb-2021 * */ #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 + using namespace Model; QVariantList MDGAccelerometer::parameters() const { @@ -66,3 +70,5 @@ data.mZTilt = _data.mZTilt .value; return data; } + +// disabled coco end