Index: leahi.pro =================================================================== diff -u -rb3f0f9afa498c5892f39745c36b9762ec957a468 -r0cb2630813e6f7216adaf990f4129deb87b849bf --- leahi.pro (.../leahi.pro) (revision b3f0f9afa498c5892f39745c36b9762ec957a468) +++ leahi.pro (.../leahi.pro) (revision 0cb2630813e6f7216adaf990f4129deb87b849bf) @@ -145,6 +145,10 @@ sources/model/dd/adjustment/settings/MAdjustDDVersionsResponse.h \ sources/model/dd/data/MDDConductivityData.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/td/adjustment/settings/MAdjustTDSerialNumberResponse.h \ sources/model/td/adjustment/settings/MAdjustTDVersionsRequest.h \ sources/model/td/adjustment/settings/MAdjustTDVersionsResponse.h \ @@ -176,6 +180,10 @@ \ # ---------- Views - TD - Data - States //// ----- @LEAHIZED sources/view/dd/data/VDDConductivityData.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/hd/data/VTreatmentRanges.h \ sources/view/td/data/VTDAirTrapData.h \ sources/view/td/data/VTDBatteryData.h \ @@ -286,16 +294,12 @@ sources/model/dg/data/MDGDebugText.h \ sources/model/dg/data/MDGGeneralEvent.h \ sources/model/dg/data/MDGDrainPumpData.h \ - sources/model/dg/data/MDGHeatersData.h \ sources/model/dg/data/MDGLoadCellReadingsData.h \ sources/model/dg/data/MDGOperationModeData.h \ - sources/model/dg/data/MDGPressuresData.h \ sources/model/dg/data/MDGReservoirData.h \ sources/model/dg/data/MDGROPumpData.h \ - sources/model/dg/data/MDGTemperaturesData.h \ sources/model/dg/data/MDGValvesStatesData.h \ sources/model/dg/data/MDGAccelerometerData.h \ - sources/model/dg/data/MDDLevelData.h \ \ # CANBus sources/canbus/CanInterface.h \ sources/canbus/FrameInterface.h \ @@ -395,15 +399,11 @@ \ # ---------- Views - DG - Data sources/view/dg/data/VDGOperationModeData.h \ sources/view/dg/data/VDGDrainPumpData.h \ - sources/view/dg/data/VDGHeatersData.h \ sources/view/dg/data/VDGLoadCellReadingsData.h \ - sources/view/dg/data/VDGPressuresData.h \ sources/view/dg/data/VDGROPumpData.h \ sources/view/dg/data/VDGReservoirData.h \ - sources/view/dg/data/VDGTemperaturesData.h \ sources/view/dg/data/VDGValvesStatesData.h \ sources/view/dg/data/VDGAccelerometerData.h \ - sources/view/dg/data/VDDLevelData.h \ \ # Storage sources/storage/StorageGlobals.h \ sources/storage/Logger.h \ @@ -442,6 +442,10 @@ sources/model/dd/adjustment/settings/MAdjustDDVersionsResponse.cpp \ sources/model/dd/data/MDDConductivityData.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/td/adjustment/settings/MAdjustTDSerialNumberResponse.cpp \ sources/model/td/adjustment/settings/MAdjustTDVersionsRequest.cpp \ sources/model/td/adjustment/settings/MAdjustTDVersionsResponse.cpp \ @@ -464,6 +468,10 @@ sources/storage/TreatmentLog.cpp \ sources/view/dd/data/VDDConductivityData.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/hd/data/post/VHDPOSTData.cpp \ sources/bluetooth/BluetoothInterface.cpp \ sources/cloudsync/CloudSyncController.cpp \ @@ -569,16 +577,12 @@ sources/model/dg/data/MDGDebugText.cpp \ sources/model/dg/data/MDGGeneralEvent.cpp \ sources/model/dg/data/MDGDrainPumpData.cpp \ - sources/model/dg/data/MDGHeatersData.cpp \ sources/model/dg/data/MDGLoadCellReadingsData.cpp \ sources/model/dg/data/MDGOperationModeData.cpp \ - sources/model/dg/data/MDGPressuresData.cpp \ sources/model/dg/data/MDGReservoirData.cpp \ sources/model/dg/data/MDGROPumpData.cpp \ - sources/model/dg/data/MDGTemperaturesData.cpp \ sources/model/dg/data/MDGValvesStatesData.cpp \ sources/model/dg/data/MDGAccelerometerData.cpp \ - sources/model/dg/data/MDDLevelData.cpp \ \ # CANBus sources/canbus/CanInterface.cpp \ sources/canbus/FrameInterface.cpp \ @@ -682,16 +686,12 @@ \ # ---------- Views - DG - States \ # ---------- Views - DG - Data sources/view/dg/data/VDGDrainPumpData.cpp \ - sources/view/dg/data/VDGHeatersData.cpp \ sources/view/dg/data/VDGLoadCellReadingsData.cpp \ sources/view/dg/data/VDGOperationModeData.cpp \ - sources/view/dg/data/VDGPressuresData.cpp \ sources/view/dg/data/VDGROPumpData.cpp \ sources/view/dg/data/VDGReservoirData.cpp \ - sources/view/dg/data/VDGTemperaturesData.cpp \ sources/view/dg/data/VDGValvesStatesData.cpp \ sources/view/dg/data/VDGAccelerometerData.cpp \ - sources/view/dg/data/VDDLevelData.cpp \ \ # Storage sources/storage/StorageGlobals.cpp \ sources/storage/FileHandler.cpp \