Index: sources/model/dg/data/MDGHeatersData.h =================================================================== diff -u -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 -rd8027c74c31ed6c4212d3fbb9a1523eedb7d685d --- sources/model/dg/data/MDGHeatersData.h (.../MDGHeatersData.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) +++ sources/model/dg/data/MDGHeatersData.h (.../MDGHeatersData.h) (revision d8027c74c31ed6c4212d3fbb9a1523eedb7d685d) @@ -29,9 +29,9 @@ * \brief The MDGHeaters class * \details The DG heaters data model * - * | MSG | CAN ID | M.Box | Type | Ack | Src | Dest | Description | #1 | #2 | #3 | #4 | #5 | #6 | #7 | #8 | - * |:---:|:------:|:-----:|:----:|:---:|:---:|:----:|:-----------:|:--:|:--:|:--:|:--:|:--:|:--:|:--:|:--:| - * | | | | | | | | | | | | | | | | | + * | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description | #1:(U32) | #2:(U32) | #3:(U32) | + * |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |:--: |:--: |:--: | + * |0x2C00| 0x080 | 8 | 2 Hz | N | DG | All | DG Heaters Data | mMainPrimaryDC | mSmallPrimaryDC | mTrimmerDC | * * \sa Data * @@ -57,9 +57,9 @@ QString infoText () const override { return QString("Heaters"); } struct Data { - quint32 mMainPrimaryDC = 0; /*!< Reservoir1 Prim value of type float extracted out */ - quint32 mSmallPrimaryDC = 0; /*!< Reservoir1 Bkup value of type float extracted out */ - quint32 mTrimmerDC = 0; /*!< Reservoir2 Prim value of type float extracted out */ + quint32 mMainPrimaryDC = 0; ///< main Primary DC + quint32 mSmallPrimaryDC = 0; ///< small Primary DC + quint32 mTrimmerDC = 0; ///< trimmer DC }; MDGHeaters () {}