From f7d320bcc6651d0c85bad73b52b14ba050a40c18 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 9 Dec 2018 16:59:07 +0200 Subject: Refactored PPC firmware upgrade. --- .../MachineUpdate/IMachineUpdateManager.cs | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs index 21fce7261..08124154b 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs @@ -9,10 +9,7 @@ namespace Tango.PPC.Common.MachineUpdate { public interface IMachineUpdateManager { - /// - /// Gets the current setup step. - /// - MachineUpdateSteps CurrentStep { get; } + MachineUpdateProgress Status { get; } /// /// Occurs when there is a text log message available. @@ -20,19 +17,9 @@ namespace Tango.PPC.Common.MachineUpdate event EventHandler ProgressLog; /// - /// Gets the downloading packages step progress. - /// - double DownloadingPackagesProgress { get; } - - /// - /// Gets the downloading packages step status. - /// - String DownloadingPackagesStatus { get; } - - /// - /// Occurs when the has changed. + /// Occurs when the update has made some progress. /// - event EventHandler ProgressStep; + event EventHandler Progress; /// /// Performs a machine update using the specified serial number and machine service address. -- cgit v1.3.1