Index: sources/model/hd/data/MHDBloodLeakData.h =================================================================== diff -u -rf8b74fc25bbcbc5bd4efba33a84695dee0813ce3 -r301c0a2101eb9374145ae274c8d91460fc9a6a62 --- sources/model/hd/data/MHDBloodLeakData.h (.../MHDBloodLeakData.h) (revision f8b74fc25bbcbc5bd4efba33a84695dee0813ce3) +++ sources/model/hd/data/MHDBloodLeakData.h (.../MHDBloodLeakData.h) (revision 301c0a2101eb9374145ae274c8d91460fc9a6a62) @@ -38,25 +38,25 @@ * * | Payload || * | || - * | #01:(U32) | \ref Data::mBloodLeakStatus | - * | #02:(U32) | \ref Data::mBloodLeakState | - * | #03:(U32) | \ref Data::mBloodLeakZeroStatusCounter | - * | #04:(U32) | \ref Data::mBloodLeakCounter | - * | #05:(u32) | \ref Data::mBloodLeakZeroedStatus | - * | #06:(U32) | \ref Data::mBloodLeakDetectSetPoint | - * | #07:(U32) | \ref Data::mBloodLeakDetectLevel | - * | #08:(U32) | \ref Data::mBloodLeakStatusCount | - * | #09:(U32) | \ref Data::mBloodLeakLEDIntensity | - * | #10:(U32) | \ref Data::mBloodLeakRegisterCounter | + * | #1:(U32) | \ref Data::mBloodLeakStatus | + * | #2:(U32) | \ref Data::mBloodLeakState | + * | #3:(U32) | \ref Data::mBloodLeakZeroStatusCounter | + * | #4:(U32) | \ref Data::mBloodLeakCounter | + * | #5:(u32) | \ref Data::mBloodLeakZeroedStatus | + * | #6:(U32) | \ref Data::mBloodLeakDetectSetPoint | + * | #7:(U32) | \ref Data::mBloodLeakDetectLevel | + * | #8:(U32) | \ref Data::mBloodLeakStatusCount | + * | #9:(U32) | \ref Data::mBloodLeakLEDIntensity | + * | #9:(U32) | \ref Data::mBloodLeakRegisterCounter | * * \sa Data * *

Logging info

* | || * | || - * | typeText | Datum | - * | unitText | HD | - * | infoText | BloodLeak | + * | typeText | Datum | + * | unitText | HD | + * | infoText | BloodLeakData | * */ class MHDBloodLeakData : public MAbstract { @@ -81,9 +81,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("BloodLeak") ; } + Type_Enum typeText() const override { return Type_Enum::eDatum ; } + Unit_Enum unitText() const override { return Unit_Enum::eHD ; } + QString infoText() const override { return QString("BloodLeakData") ; } struct Data { quint32 mBloodLeakStatus = 0;