Index: sources/model/hd/data/treatment/MTreatmentRinsebackData.h =================================================================== diff -u -rf8b74fc25bbcbc5bd4efba33a84695dee0813ce3 -r301c0a2101eb9374145ae274c8d91460fc9a6a62 --- sources/model/hd/data/treatment/MTreatmentRinsebackData.h (.../MTreatmentRinsebackData.h) (revision f8b74fc25bbcbc5bd4efba33a84695dee0813ce3) +++ sources/model/hd/data/treatment/MTreatmentRinsebackData.h (.../MTreatmentRinsebackData.h) (revision 301c0a2101eb9374145ae274c8d91460fc9a6a62) @@ -50,9 +50,9 @@ *

Logging info

* | || * | || - * | typeText | Datum | - * | unitText | HD | - * | infoText | Rinseback | + * | typeText | Datum | + * | unitText | HD | + * | infoText | RinsebackData | * */ class MTreatmentRinseback : public MAbstract { @@ -73,17 +73,17 @@ 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("Rinseback") ; } + Type_Enum typeText() const override { return Type_Enum::eDatum ; } + Unit_Enum unitText() const override { return Unit_Enum::eHD ; } + QString infoText() const override { return QString("RinsebackData") ; } struct Data { - float mTarget = 0; ///< Target volume - float mCurrent = 0; ///< Current volume - quint32 mRate = 0; ///< Current flow rate - quint32 mTimeoutTotal = 0; ///< Total Timeout - quint32 mTimeoutCountDown = 0; ///< Current Timeout count down - bool mIsCompleted = 0; ///< Rinseback is complete + float mTarget = 0; ///< Target volume of rinseback delivery + float mCurrent = 0; ///< Current volume of rinseback delivery + quint32 mRate = 0; ///< Current flow rate of rinseback delivery + quint32 mTimeoutTotal = 0; ///< Total Timeout of rinseback delivery + quint32 mTimeoutCountDown = 0; ///< Current Timeout count down of rinseback delivery + quint32 mIsCompleted = 0; ///< Safety Volume of rinseback delivery }; public: