Index: sources/model/dg/data/MDGLoadCellReadingsData.h =================================================================== diff -u -r90bcc276f2a879169fef20e9168711cf906c0e54 -r3aab84456cfbdc4c4f495975ba9b8968eb844309 --- sources/model/dg/data/MDGLoadCellReadingsData.h (.../MDGLoadCellReadingsData.h) (revision 90bcc276f2a879169fef20e9168711cf906c0e54) +++ sources/model/dg/data/MDGLoadCellReadingsData.h (.../MDGLoadCellReadingsData.h) (revision 3aab84456cfbdc4c4f495975ba9b8968eb844309) @@ -31,9 +31,6 @@ friend class ::tst_models; // Load Cell Readings Data Rs1 Prim. (F32) Rs1 Bkup (F32) Rs2 Prim. (F32) Rs2 Bkup (F32) - Type_Enum typeText () const override { return Type_Enum::eDatum; } - Unit_Enum unitText () const override { return Unit_Enum::eDG ; } - QString infoText () const override { return QString("LoadCell"); } QVariantList parameters() const override; struct { @@ -44,6 +41,11 @@ } _data; public: + + Type_Enum typeText () const override { return Type_Enum::eDatum ; } + Unit_Enum unitText () const override { return Unit_Enum::eDG ; } + QString infoText () const override { return QString("LoadCell"); } + struct Data { float mReservoir1Prim = 0; /*!< Reservoir1 Prim value of type float extracted out */ float mReservoir1Bkup = 0; /*!< Reservoir1 Bkup value of type float extracted out */