Index: sources/model/dg/data/MDGDrainPumpData.h =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -rb7310738257f7a0efc48cdb955a5e11b79343677 --- sources/model/dg/data/MDGDrainPumpData.h (.../MDGDrainPumpData.h) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/model/dg/data/MDGDrainPumpData.h (.../MDGDrainPumpData.h) (revision b7310738257f7a0efc48cdb955a5e11b79343677) @@ -43,6 +43,7 @@ * | #5:(F32) | \ref Data::mTargetFLPMO | * | #6:(F32) | \ref Data::mCurrentA | * | #7:(U32) | \ref Data::mDirection | + * | #8:(U32) | \ref Data::mMaxonRPM \ * * * \sa Data @@ -70,6 +71,7 @@ Types::F32 mTargetFLPMO ; Types::F32 mCurrentA ; Types::U32 mDirection ; + Types::U32 mMaxonRPM ; } _data; public: @@ -86,6 +88,7 @@ float mTargetFLPMO = 0; ///< target Outlet Flow LPM float mCurrentA = 0; ///< drain Pump Current A quint32 mDirection = 0; ///< drain Pump Direction + quint32 mMaxonRPM = 0; ///< drain pump Maxon RPM }; MDGDrainPump () { }