Index: sources/gui/qml/main.qml =================================================================== diff -u -r6d2d7392d9fbae0d24a79fabd0619d446025a946 -rb80f8f84f21f86ad4c962a2c690447c572498e0b --- sources/gui/qml/main.qml (.../main.qml) (revision 6d2d7392d9fbae0d24a79fabd0619d446025a946) +++ sources/gui/qml/main.qml (.../main.qml) (revision b80f8f84f21f86ad4c962a2c690447c572498e0b) @@ -107,6 +107,15 @@ import VDDGenDialysate 0.1 import VDDLevel 0.1 import VDDBloodLeak 0.1 +// FP Data +import VFPValvesStates 0.1 +import VFPROPump 0.1 +import VFPPressures 0.1 +import VFPLevel 0.1 +import VFPFlow 0.1 +import VFPConductivity 0.1 +import VFPTemperature 0.1 +import VFPBoostPump 0.1 // In-Treatment - Adjustemnt import VTreatmentAdjustmentDuration 0.1 import VTreatmentAdjustmentFlows 0.1 @@ -215,7 +224,7 @@ VTreatmentRinseback { id: vTreatmentRinseback } VTreatmentRecirculate { id: vTreatmentRecirculate } VTreatmentStop { id: vTreatmentStop } - // ---- DG + // ---- DD VDGDrainPump { id: vDGDrainPump } VDDHeaters { id: vDDHeaters } VDGLoadCellReadings { id: vDGLoadCellReadings } @@ -232,6 +241,15 @@ VDDGenDialysate { id: vDDGenDialysate } VDDLevel { id: vDDLevel } VDDBloodLeak { id: vDDBloodLeak } + // --- FP Data + VFPValvesStates { id: vFPValvesStates } + VFPROPump { id: vFPROPump } + VFPPressures { id: vFPPressures } + VFPLevel { id: vFPLevel } + VFPFlow { id: vFPFlow } + VFPConductivity { id: vFPConductivity } + VFPTemperature { id: vFPTemperature } + VFPBoostPump { id: vFPBoostPump } // --- Pre-Treatment Progress Data VPreTreatmentAdjustmentInitTreatment { id: vPreTreatmentAdjustmentInitTreatment } VDGFilterFlush { id: vDGFilterFlush }