Index: leahi.pro =================================================================== diff -u -rc66898d4ac69b72f1b9cc59e3039e7d9a1e59154 -r5877fcd370d06d60a9773929b71166eaf4a2f98d --- leahi.pro (.../leahi.pro) (revision c66898d4ac69b72f1b9cc59e3039e7d9a1e59154) +++ leahi.pro (.../leahi.pro) (revision 5877fcd370d06d60a9773929b71166eaf4a2f98d) @@ -153,6 +153,7 @@ \ # Controllers sources/ApplicationController.h \ sources/device/DeviceController.h \ + sources/model/confirm/MDuetConfirmTDi.h \ sources/model/dd/adjustment/settings/MAdjustDDSerialNumberResponse.h \ sources/model/dd/adjustment/settings/MAdjustDDVersionsResponse.h \ sources/model/dd/data/MDDBloodLeakData.h \ @@ -334,7 +335,6 @@ sources/model/td/adjustment/posttreatment/MPostTreatmentAdjustDisposablesRemovalConfirmResponse.h \ sources/model/td/adjustment/posttreatment/MPostTreatmentAdjustPatientDisconnectionConfirmResponse.h \ \ # ---------- Models - confirm - sources/model/confirm/MDuetConfirmHDi.h \ \ # ---------- Models - POST sources/model/dg/data/post/MDGPostFinalResultData.h \ sources/model/dg/data/post/MDGPostSingleResultData.h \ @@ -523,6 +523,7 @@ \ # Controllers sources/ApplicationController.cpp \ sources/device/DeviceController.cpp \ + sources/model/confirm/MDuetConfirmTDi.cpp \ sources/model/dd/adjustment/settings/MAdjustDDSerialNumberResponse.cpp \ sources/model/dd/adjustment/settings/MAdjustDDVersionsResponse.cpp \ sources/model/dd/data/MDDBloodLeakData.cpp \ @@ -633,7 +634,6 @@ sources/model/td/adjustment/treatment/MTreatmentAdjustVitalsResponse.cpp \ sources/model/td/adjustment/treatment/MTreatmentAdjustRinsebackResponse.cpp \ \ # ---------- Models - CONFIRM - sources/model/confirm/MDuetConfirmHDi.cpp \ \ # ---------- Models - POST sources/model/dg/data/post/MDGPostFinalResultData.cpp \ sources/model/dg/data/post/MDGPostSingleResultData.cpp \ Index: sources/canbus/MessageInterpreter.cpp =================================================================== diff -u -rbf57221d2e46597ae61607ee90272653c30b9a37 -r5877fcd370d06d60a9773929b71166eaf4a2f98d --- sources/canbus/MessageInterpreter.cpp (.../MessageInterpreter.cpp) (revision bf57221d2e46597ae61607ee90272653c30b9a37) +++ sources/canbus/MessageInterpreter.cpp (.../MessageInterpreter.cpp) (revision 5877fcd370d06d60a9773929b71166eaf4a2f98d) @@ -526,7 +526,6 @@ case Gui::GuiActionType::ID_AdjustPatientConnectionConfirmRsp : ok = notify(vMessage, vData, Gui::GuiActionType::ID_AdjustPatientConnectionConfirmRsp ); break; case Gui::GuiActionType::ID_AdjustStartTreatmentRsp : ok = notify(vMessage, vData, Gui::GuiActionType::ID_AdjustStartTreatmentRsp ); break; case Gui::GuiActionType::ID_AdjustWaterSampleData : ok = notify(vMessage, vData, Gui::GuiActionType::ID_AdjustWaterSampleData ); break; -// case Gui::GuiActionType::ID_AdjustWaterSampleTimeout : ok = notify(vMessage, vData, Gui::GuiActionType::ID_AdjustWaterSampleTimeout ); break; // ----- In-Treatment - Datum case Gui::GuiActionType::ID_TreatmentTime : ok = notify(vMessage, vData, Gui::GuiActionType::ID_TreatmentTime ); break;