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

Logging info

* | || * | || - * | typeText | Event | - * | unitText | HD | - * | infoText | HDPostSingleResult | + * | typeText | Event | + * | unitText | HD | + * | infoText | HDPOSTItem | * */ @@ -65,9 +65,9 @@ public: - Type_Enum typeText () const override { return Type_Enum::eDatum ;} - Unit_Enum unitText () const override { return Unit_Enum::eHD ;} - QString infoText () const override { return QString("HDPostSingleResult") ;} + Type_Enum typeText () const override { return Type_Enum::eDatum ;} + Unit_Enum unitText () const override { return Unit_Enum::eHD ;} + QString infoText () const override { return QString("HDPOSTItem") ;} struct Data { quint32 mResult;