Index: sources/model/dg/data/post/MDGPostSingleResultData.h =================================================================== diff -u -r667baa15f6fc3a9438dae68ded8cee26c2ca7450 -r2f0d1d22a15f0ddb459c6527b4746439f66bfe1b --- sources/model/dg/data/post/MDGPostSingleResultData.h (.../MDGPostSingleResultData.h) (revision 667baa15f6fc3a9438dae68ded8cee26c2ca7450) +++ sources/model/dg/data/post/MDGPostSingleResultData.h (.../MDGPostSingleResultData.h) (revision 2f0d1d22a15f0ddb459c6527b4746439f66bfe1b) @@ -27,7 +27,7 @@ namespace Model { /*! - * rief The MDGPostSingleResult class + * \brief The MDGPostSingleResult class * \details Model for a single DG post result * * | MSG | CAN ID | Type | Ack | Src | Dst | Description | @@ -45,9 +45,9 @@ *

Logging info

* | || * | || - * | typeText | Event | - * | unitText | DG | - * | infoText | DGPostSingleResult | + * | typeText | Event | + * | unitText | DG | + * | infoText | DGPOSTItem | * */ @@ -65,9 +65,9 @@ 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("DGPostSingleResult") ;} + Type_Enum typeText () const override { return Type_Enum::eDatum ;} + Unit_Enum unitText () const override { return Unit_Enum::eDG ;} + QString infoText () const override { return QString("DGPOSTItem") ;} struct Data { quint32 mResult;