Index: sources/model/MDGDebugText.h =================================================================== diff -u -rf55997d0ae3f14b8dbe1cfad700edc73d5cdd80b -r4d969a04e6d80a6d2f6b756a4b87aecd6356e6a9 --- sources/model/MDGDebugText.h (.../MDGDebugText.h) (revision f55997d0ae3f14b8dbe1cfad700edc73d5cdd80b) +++ sources/model/MDGDebugText.h (.../MDGDebugText.h) (revision 4d969a04e6d80a6d2f6b756a4b87aecd6356e6a9) @@ -28,28 +28,30 @@ * \brief The MDGDebugText class * \details the Debug Text Message from DG * - * | MSG | CAN ID | M.Box | Type | Ack | Src | Dest | Description | Payload | - * |:----:|:------:|:-----:|:----:|:---:|:---:|:----:|:---------------------------------------:|:----------------------------------------------------------:| - * |0xFFF2| 0x070 | 17 | Event| N | DG | UI | DG debug text for UI to log ASCII text | 40 bytes, null term text + msg overhead will take 6 frames | + * | MSG | CAN ID | M.Box | Type | Ack | Src | Dest | Description | + * |:----:|:------:|:-----:|:----:|:---:|:---:|:----:|:---------------------------------------:| + * |0xFFF2| 0x070 | 17 | Event| N | DG | UI | DG debug text for UI to log ASCII text | * - * | Payload || - * | || + * | Payload | + * | | + * | 40 bytes, null term text + msg overhead will take 6 frames | * - * Logging info : + * \sa Data * - * | typeText | unitText | infoText | - * |:---------:|:--------:|:--------:| - * | Datum | HD | Debug | + *

Logging info

+ * | || + * | || + * | typeText | Datum | + * | unitText | DG | + * | infoText | Debug | * - * \sa Data */ class MDGDebugText : public MAbstract { // friends friend class ::tst_models; QVariantList parameters() const override; - QString _data; public: