Index: leahi.pro =================================================================== diff -u -r0cb2630813e6f7216adaf990f4129deb87b849bf -r3d13050e0319cf30a1686b58c8f2328f6860910a --- leahi.pro (.../leahi.pro) (revision 0cb2630813e6f7216adaf990f4129deb87b849bf) +++ leahi.pro (.../leahi.pro) (revision 3d13050e0319cf30a1686b58c8f2328f6860910a) @@ -143,12 +143,15 @@ sources/device/DeviceController.h \ sources/model/dd/adjustment/settings/MAdjustDDSerialNumberResponse.h \ sources/model/dd/adjustment/settings/MAdjustDDVersionsResponse.h \ + sources/model/dd/data/MDDConcentratePumpData.h \ sources/model/dd/data/MDDConductivityData.h \ + sources/model/dd/data/MDDDialysatePumpData.h \ sources/model/dd/data/MDDGenDialysateData.h \ sources/model/dd/data/MDDHeatersData.h \ sources/model/dd/data/MDDLevelData.h \ sources/model/dd/data/MDDPressuresData.h \ sources/model/dd/data/MDDTemperaturesData.h \ + sources/model/dd/data/MDDValvesStatesData.h \ sources/model/td/adjustment/settings/MAdjustTDSerialNumberResponse.h \ sources/model/td/adjustment/settings/MAdjustTDVersionsRequest.h \ sources/model/td/adjustment/settings/MAdjustTDVersionsResponse.h \ @@ -178,12 +181,15 @@ \ # ---------- Models - TD - Data //// ----- @LEAHIZED sources/model/td/data/MTDOpModeData.h \ \ # ---------- Views - TD - Data - States //// ----- @LEAHIZED + sources/view/dd/data/VDDConcentratePumpData.h \ sources/view/dd/data/VDDConductivityData.h \ + sources/view/dd/data/VDDDialysatePumpData.h \ sources/view/dd/data/VDDGenDialysateData.h \ sources/view/dd/data/VDDHeatersData.h \ sources/view/dd/data/VDDLevelData.h \ sources/view/dd/data/VDDPressuresData.h \ sources/view/dd/data/VDDTemperaturesData.h \ + sources/view/dd/data/VDDValvesStatesData.h \ sources/view/hd/data/VTreatmentRanges.h \ sources/view/td/data/VTDAirTrapData.h \ sources/view/td/data/VTDBatteryData.h \ @@ -298,7 +304,6 @@ sources/model/dg/data/MDGOperationModeData.h \ sources/model/dg/data/MDGReservoirData.h \ sources/model/dg/data/MDGROPumpData.h \ - sources/model/dg/data/MDGValvesStatesData.h \ sources/model/dg/data/MDGAccelerometerData.h \ \ # CANBus sources/canbus/CanInterface.h \ @@ -402,7 +407,6 @@ sources/view/dg/data/VDGLoadCellReadingsData.h \ sources/view/dg/data/VDGROPumpData.h \ sources/view/dg/data/VDGReservoirData.h \ - sources/view/dg/data/VDGValvesStatesData.h \ sources/view/dg/data/VDGAccelerometerData.h \ \ # Storage sources/storage/StorageGlobals.h \ @@ -440,12 +444,15 @@ sources/device/DeviceController.cpp \ sources/model/dd/adjustment/settings/MAdjustDDSerialNumberResponse.cpp \ sources/model/dd/adjustment/settings/MAdjustDDVersionsResponse.cpp \ + sources/model/dd/data/MDDConcentratePumpData.cpp \ sources/model/dd/data/MDDConductivityData.cpp \ + sources/model/dd/data/MDDDialysatePumpData.cpp \ sources/model/dd/data/MDDGenDialysateData.cpp \ sources/model/dd/data/MDDHeatersData.cpp \ sources/model/dd/data/MDDLevelData.cpp \ sources/model/dd/data/MDDPressuresData.cpp \ sources/model/dd/data/MDDTemperaturesData.cpp \ + sources/model/dd/data/MDDValvesStatesData.cpp \ sources/model/td/adjustment/settings/MAdjustTDSerialNumberResponse.cpp \ sources/model/td/adjustment/settings/MAdjustTDVersionsRequest.cpp \ sources/model/td/adjustment/settings/MAdjustTDVersionsResponse.cpp \ @@ -466,12 +473,15 @@ sources/model/ui/data/MUIBloodPressureData.cpp \ sources/storage/Settings.cpp \ sources/storage/TreatmentLog.cpp \ + sources/view/dd/data/VDDConcentratePumpData.cpp \ sources/view/dd/data/VDDConductivityData.cpp \ + sources/view/dd/data/VDDDialysatePumpData.cpp \ sources/view/dd/data/VDDGenDialysateData.cpp \ sources/view/dd/data/VDDHeatersData.cpp \ sources/view/dd/data/VDDLevelData.cpp \ sources/view/dd/data/VDDPressuresData.cpp \ sources/view/dd/data/VDDTemperaturesData.cpp \ + sources/view/dd/data/VDDValvesStatesData.cpp \ sources/view/hd/data/post/VHDPOSTData.cpp \ sources/bluetooth/BluetoothInterface.cpp \ sources/cloudsync/CloudSyncController.cpp \ @@ -581,7 +591,6 @@ sources/model/dg/data/MDGOperationModeData.cpp \ sources/model/dg/data/MDGReservoirData.cpp \ sources/model/dg/data/MDGROPumpData.cpp \ - sources/model/dg/data/MDGValvesStatesData.cpp \ sources/model/dg/data/MDGAccelerometerData.cpp \ \ # CANBus sources/canbus/CanInterface.cpp \ @@ -690,7 +699,6 @@ sources/view/dg/data/VDGOperationModeData.cpp \ sources/view/dg/data/VDGROPumpData.cpp \ sources/view/dg/data/VDGReservoirData.cpp \ - sources/view/dg/data/VDGValvesStatesData.cpp \ sources/view/dg/data/VDGAccelerometerData.cpp \ \ # Storage sources/storage/StorageGlobals.cpp \