From 27671ba7c2a09b201a9fe92b11bad482ab93f93f Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 30 Oct 2019 14:05:30 +0200 Subject: Implemented PPC rollback procedures. --- .../PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (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 e6c91ec10..85d61d4cc 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs @@ -26,8 +26,10 @@ namespace Tango.PPC.Common.MachineUpdate /// Performs a machine update using the specified serial number and machine service address. /// /// The serial number. + /// if set to true updates the embedded device firmware. + /// if set to true updates the embedded device FPGA version and other parameters. /// - Task Update(String serialNumber); + Task Update(String serialNumber, bool setupFirmware, bool setupFPGA); /// /// Performs a machine update using the specified software update package path. -- cgit v1.3.1