Index: sources/gui/qml/dialogs/DiagnosticsDialog.qml =================================================================== diff -u -r9d27f14c2b528c0f199004614f10d55589e08614 -r5b0ca11dbb81526e44972b30c96f9e95a8a430a3 --- sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision 9d27f14c2b528c0f199004614f10d55589e08614) +++ sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision 5b0ca11dbb81526e44972b30c96f9e95a8a430a3) @@ -159,12 +159,10 @@ y: row(0) model: [ vTDSwitches.door , - vTreatmentBloodFlow.rotorHall, ] label: [ "door (H9) ", - "rHall (H6) ", ] } Index: sources/model/dd/adjustment/settings/MAdjustDDVersionsResponse.cpp =================================================================== diff -u -rf9abb75101e8cbe4c3a388361cfd3bbf592605f8 -r5b0ca11dbb81526e44972b30c96f9e95a8a430a3 --- sources/model/dd/adjustment/settings/MAdjustDDVersionsResponse.cpp (.../MAdjustDDVersionsResponse.cpp) (revision f9abb75101e8cbe4c3a388361cfd3bbf592605f8) +++ sources/model/dd/adjustment/settings/MAdjustDDVersionsResponse.cpp (.../MAdjustDDVersionsResponse.cpp) (revision 5b0ca11dbb81526e44972b30c96f9e95a8a430a3) @@ -60,6 +60,6 @@ data.mFPGAMajor = _data.mFPGAMajor .value; data.mFPGAMinor = _data.mFPGAMinor .value; data.mFPGALab = _data.mFPGALab .value; - data.mCompatibilityRev = _data.mCompatibilityRev .value; + data.mCompatibilityRev = _data.mCompatibilityRev .value; return data; } Index: sources/model/dd/data/MDDGenDialysateData.h =================================================================== diff -u -r9d27f14c2b528c0f199004614f10d55589e08614 -r5b0ca11dbb81526e44972b30c96f9e95a8a430a3 --- sources/model/dd/data/MDDGenDialysateData.h (.../MDDGenDialysateData.h) (revision 9d27f14c2b528c0f199004614f10d55589e08614) +++ sources/model/dd/data/MDDGenDialysateData.h (.../MDDGenDialysateData.h) (revision 5b0ca11dbb81526e44972b30c96f9e95a8a430a3) @@ -72,14 +72,14 @@ Types::F32 mD9Pressure ; Types::F32 mD18Pressure ; Types::F32 mD51Pressure ; - Types::U32 mIsDialGood ; + Types::U32 mIsDialGood ; } _data; public: Type_Enum typeText () const override { return Type_Enum::eDatum ; } Unit_Enum unitText () const override { return Unit_Enum::eDD ; } - QString infoText () const override { return QString("GenDial"); } + QString infoText () const override { return QString("GenDial") ; } struct Data{ quint32 mGenDialysateExec = 0; ///< Generate dialysate execution state @@ -90,7 +90,7 @@ float mHydNegativePressure = 0; ///< Hydraulics chamber negative pressure float mHydPositivePressure = 0; ///< Hydraulics chamber positive pressure float mSpendPressure = 0; ///< Spent Dialysate positive pressure - quint32 mIsDialGood = 0; ///< Ready to deliver dialysate or not + quint32 mIsDialGood = 0; ///< Ready to deliver dialysate or not }; MDDGenDialysateData () { } Index: sources/model/td/data/MTDVoltageData.h =================================================================== diff -u -r9d27f14c2b528c0f199004614f10d55589e08614 -r5b0ca11dbb81526e44972b30c96f9e95a8a430a3 --- sources/model/td/data/MTDVoltageData.h (.../MTDVoltageData.h) (revision 9d27f14c2b528c0f199004614f10d55589e08614) +++ sources/model/td/data/MTDVoltageData.h (.../MTDVoltageData.h) (revision 5b0ca11dbb81526e44972b30c96f9e95a8a430a3) @@ -35,17 +35,17 @@ * * | Payload || * | || - * | #1:(F32) | \ref Data::m1_2V | - * | #2:(F32) | \ref Data::m3_3V | - * | #3:(F32) | \ref Data::mLogic5V | - * | #4:(F32) | \ref Data::mSensors5V | - * | #5:(F32) | \ref Data::m24V | - * | #6:(F32) | \ref Data::mRegen24V | - * | #7:(F32) | \ref Data::mFpgaAdcRef | - * | #8:(F32) | \ref Data::mPresRef | - * | #9:(F32) | \ref Data::mFpgaVcc | - * | #10:(F32)| \ref Data::mFpgaVaux | - * | #11:(F32)| \ref Data::mFpgaVpvn | + * | #01:(F32) | \ref Data::m1_2V | + * | #02:(F32) | \ref Data::m3_3V | + * | #03:(F32) | \ref Data::mLogic5V | + * | #04:(F32) | \ref Data::mSensors5V | + * | #05:(F32) | \ref Data::m24V | + * | #06:(F32) | \ref Data::mRegen24V | + * | #07:(F32) | \ref Data::mFpgaAdcRef | + * | #08:(F32) | \ref Data::mPresRef | + * | #09:(F32) | \ref Data::mFpgaVcc | + * | #10:(F32) | \ref Data::mFpgaVaux | + * | #11:(F32) | \ref Data::mFpgaVpvn | * * \sa Data *