Index: sources/view/hd/data/treatment/VTreatmentBloodFlow.h =================================================================== diff -u -rfc329c788fe9453983072bee937ccbc95b4ed6e4 -r10f39b63ce8a992280ab123f05a5eb44a27c121b --- sources/view/hd/data/treatment/VTreatmentBloodFlow.h (.../VTreatmentBloodFlow.h) (revision fc329c788fe9453983072bee937ccbc95b4ed6e4) +++ sources/view/hd/data/treatment/VTreatmentBloodFlow.h (.../VTreatmentBloodFlow.h) (revision 10f39b63ce8a992280ab123f05a5eb44a27c121b) @@ -20,7 +20,7 @@ // Project #include "main.h" // Doxygen : do not remove #include "VView.h" -#include "MTreatmentFlowsData.h" +#include "MTreatmentBloodFlowData.h" // namespace namespace View { @@ -43,7 +43,7 @@ PROPERTY( float , bloodFlow_MotorCtlSpeed , 0) PROPERTY( float , bloodFlow_MotorCtlCurrent, 0) PROPERTY( float , bloodFlow_PWMDutyCycle , 0) - PROPERTY( float , bloodFlow_SigStrength , 0) + PROPERTY( quint32, bloodFlow_RotorCount , 0) VIEW_DEC(VTreatmentBloodFlow, BloodFlowData) };