Index: sources/gui/qml/main.qml =================================================================== diff -u -r6d75606a09a42cd8477aaadbc652171a6623b520 -ra471fb4ea8141e82e46344e00ec790410b09fceb --- sources/gui/qml/main.qml (.../main.qml) (revision 6d75606a09a42cd8477aaadbc652171a6623b520) +++ sources/gui/qml/main.qml (.../main.qml) (revision a471fb4ea8141e82e46344e00ec790410b09fceb) @@ -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 }