Index: sources/ApplicationController.h =================================================================== diff -u -rb38ddcaebab3033a52139f8ad7a4178e2bda3cff -rc70ae33e19c08779ce89e2f1728f2d1af7b5c100 --- sources/ApplicationController.h (.../ApplicationController.h) (revision b38ddcaebab3033a52139f8ad7a4178e2bda3cff) +++ sources/ApplicationController.h (.../ApplicationController.h) (revision c70ae33e19c08779ce89e2f1728f2d1af7b5c100) @@ -1,13 +1,13 @@ /*! * - * Copyright (c) 2020-2023 Diality Inc. - All Rights Reserved. + * Copyright (c) 2020-2024 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 ApplicationController.h - * \author (last) Behrouz NematiPour - * \date (last) 08-Aug-2023 + * \author (last) Dara Navaei + * \date (last) 26-Mar-2024 * \author (original) Behrouz NematiPour * \date (original) 26-Aug-2020 * @@ -83,6 +83,7 @@ void postDoneRequest(); void versionsRequest(); + void institutionalRequest(); void alarmTrigger (Gui::GuiAlarmID vAlarmID, bool vSend = false, bool vSingle = false); @@ -113,6 +114,7 @@ void onSettingsUpdate(); + void onOSVersion (bool vPass); void onPOSTEthernet (bool vPass); void onPOSTWiFi (bool vPass); void onPOSTBluetooth (bool vPass); @@ -128,11 +130,13 @@ void onTreatmentRangesDone(bool vPass); signals: + void didPOSTOSVersion (bool vPass); void didPOSTEthernet (bool vPass); void didPOSTWireless (bool vPass); void didPOSTBluetooth (bool vPass); void didPOSTCloudSync (bool vPass); + void didPOSTOSVersionData (const QString &vOSVersion ); void didPOSTEthernetData (const QString &vMacAddress); void didPOSTWirelessData (const QString &vMacAddress); void didPOSTBluetoothData (const QString &vMacAddress);