Index: sources/model/dg/adjustment/settings/MAdjustDGVersionsResponse.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r34861b44547037950fcf398accc7649f7fac4529 --- sources/model/dg/adjustment/settings/MAdjustDGVersionsResponse.h (.../MAdjustDGVersionsResponse.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/model/dg/adjustment/settings/MAdjustDGVersionsResponse.h (.../MAdjustDGVersionsResponse.h) (revision 34861b44547037950fcf398accc7649f7fac4529) @@ -36,14 +36,15 @@ * * | Payload || * | || - * | #1:(U08) | \ref Data::mMajor | - * | #2:(U08) | \ref Data::mMinor | - * | #3:(U08) | \ref Data::mMicro | - * | #4:(U16) | \ref Data::mBuild | - * | #5:(U08) | \ref Data::mFPGAId | - * | #6:(U08) | \ref Data::mFPGAMajor | - * | #7:(U08) | \ref Data::mFPGAMinor | - * | #8:(U08) | \ref Data::mFPGALab | + * | #1:(U08) | \ref Data::mMajor | + * | #2:(U08) | \ref Data::mMinor | + * | #3:(U08) | \ref Data::mMicro | + * | #4:(U16) | \ref Data::mBuild | + * | #5:(U08) | \ref Data::mFPGAId | + * | #6:(U08) | \ref Data::mFPGAMajor | + * | #7:(U08) | \ref Data::mFPGAMinor | + * | #8:(U08) | \ref Data::mFPGALab | + * | #9:(U32) | \ref Data::mCompatibilty Rev | * * \sa Data * \sa MAdjustVersionsDGResponse : DG Versions Response Data @@ -64,14 +65,15 @@ QVariantList parameters() const override; struct { - Types::U08 mMajor ; - Types::U08 mMinor ; - Types::U08 mMicro ; - Types::U16 mBuild ; - Types::U08 mFPGAId ; - Types::U08 mFPGAMajor ; - Types::U08 mFPGAMinor ; - Types::U08 mFPGALab ; + Types::U08 mMajor ; + Types::U08 mMinor ; + Types::U08 mMicro ; + Types::U16 mBuild ; + Types::U08 mFPGAId ; + Types::U08 mFPGAMajor ; + Types::U08 mFPGAMinor ; + Types::U08 mFPGALab ; + Types::U32 mCompatibilityRev ; } _data; public: @@ -81,14 +83,15 @@ QString infoText () const override { return QString("Version") ; } struct Data { - quint8 mMajor = 0; /*!< DG Versions Major value of type quint8 extracted out */ - quint8 mMinor = 0; /*!< DG Versions Minor value of type quint8 extracted out */ - quint8 mMicro = 0; /*!< DG Versions Micro value of type quint8 extracted out */ - quint16 mBuild = 0; /*!< DG Versions Build value of type quint16 extracted out */ - quint8 mFPGAId = 0; /*!< DG Versions FPGA ID value of type quint8 extracted out */ - quint8 mFPGAMajor = 0; /*!< DG Versions FPGA Major value of type quint8 extracted out */ - quint8 mFPGAMinor = 0; /*!< DG Versions FPGA Minor value of type quint8 extracted out */ - quint8 mFPGALab = 0; /*!< DG Versions FPGA Lab value of type quint8 extracted out */ + quint8 mMajor = 0; /*!< DG Versions Major value of type quint8 extracted out */ + quint8 mMinor = 0; /*!< DG Versions Minor value of type quint8 extracted out */ + quint8 mMicro = 0; /*!< DG Versions Micro value of type quint8 extracted out */ + quint16 mBuild = 0; /*!< DG Versions Build value of type quint16 extracted out */ + quint8 mFPGAId = 0; /*!< DG Versions FPGA ID value of type quint8 extracted out */ + quint8 mFPGAMajor = 0; /*!< DG Versions FPGA Major value of type quint8 extracted out */ + quint8 mFPGAMinor = 0; /*!< DG Versions FPGA Minor value of type quint8 extracted out */ + quint8 mFPGALab = 0; /*!< DG Versions FPGA Lab value of type quint8 extracted out */ + quint32 mCompatibilityRev = 0; /*!< DG Compatibility Revision */ }; MAdjustVersionsDGResponse () { }