Index: sources/canbus/messageinterpreter.cpp =================================================================== diff -u -rd2035a8728794afeefaa244bf8d1597926d945f5 -r93b6ad6b18c505fedab37d95dc87be61db48641c --- sources/canbus/messageinterpreter.cpp (.../messageinterpreter.cpp) (revision d2035a8728794afeefaa244bf8d1597926d945f5) +++ sources/canbus/messageinterpreter.cpp (.../messageinterpreter.cpp) (revision 93b6ad6b18c505fedab37d95dc87be61db48641c) @@ -1,16 +1,16 @@ /*! - * + * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. - * + * * \file messageinterpreter.cpp * \author (last) Peter Lucia * \date (last) 29-Jun-2020 * \author (original) Behrouz NematiPour * \date (original) 13-Dec-2019 - * + * */ #include "messageinterpreter.h" @@ -323,8 +323,7 @@ case Gui::GuiActionType::ID_AlarmStatus : ok = alarmStatus (vMessage, vData); break; case Gui::GuiActionType::ID_AlarmTriggered : ok = alarmTriggered (vMessage, vData); break; case Gui::GuiActionType::ID_AlarmCleared : ok = alarmCleared (vMessage, vData); break; - case Gui::GuiActionType::ID_AlarmSilenceRsp : ok = alarmSilence (vMessage, vData); break; // Don't think we are going to have response and it is only an Ack. - + // Adjustment Response Messages case Gui::GuiActionType::ID_AdjustDurationRsp : EMIT_RECEIVE_SIGNAL(Gui::GuiActionType::ID_AdjustDurationRsp , Model::MAdjustDurationResponse ); break; case Gui::GuiActionType::ID_AdjustBloodDialysateRsp : EMIT_RECEIVE_SIGNAL(Gui::GuiActionType::ID_AdjustBloodDialysateRsp , Model::MAdjustBloodDialysateResponse ); break;