Index: sources/view/hd/data/treatment/VHDTreatmentStatesData.h =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/view/hd/data/treatment/VHDTreatmentStatesData.h (.../VHDTreatmentStatesData.h) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/view/hd/data/treatment/VHDTreatmentStatesData.h (.../VHDTreatmentStatesData.h) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -39,7 +39,7 @@ { Q_OBJECT - // coco begin validated: Manually tested + // disabled coco begin validated: Manually tested // This property should not be used in QML since it need exposed enum // exposed enum usage in QML is not suggested since QML will not error out on any issue // kept for consistency and debugging use cases @@ -59,7 +59,7 @@ // ---- Treatment states // ---- Treatment states - Basics - // coco begin validated: Manually tested + // disabled coco begin validated: Manually tested // not used yet since the Treatment Start/stop/end has not been implemented yet. PROPERTY( bool , txStart , false) ///< TREATMENT_START_STATE = 0 # Start treatment - initialize treatment and go to blood prime state PROPERTY( bool , txBloodPrime , false) ///< TREATMENT_BLOOD_PRIME_STATE = 1 # Prime blood-side of dialyzer with gradual ramp for 1 min. while dialyzer is bypassed. No dialysis or UF taking place. No treatment time. @@ -71,7 +71,7 @@ // coco end // ---- Ultrafiltration states - // coco begin validated: Manually tested + // disabled coco begin validated: Manually tested // not useful for UI more FW state entry // kept for consistency PROPERTY( bool , ufStart , false) ///< UF_START_STATE = 0 # Start state of the ultrafiltration state machine