diff options
| author | Shai Frieder <Shai.Frieder@twine-s.com> | 2019-10-31 10:14:56 +0200 |
|---|---|---|
| committer | Shai Frieder <Shai.Frieder@twine-s.com> | 2019-10-31 10:14:56 +0200 |
| commit | f30109bbda4fbc3f9c72aa63559f919b1b19b940 (patch) | |
| tree | ed8b492eed92d9d50631240c0b89cb7628578b40 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs | |
| parent | 83d531de5f1026471ef774a85db4f654d985245e (diff) | |
| parent | 4aca8247565596d6c12ba73242d599dc42887625 (diff) | |
| download | Tango-f30109bbda4fbc3f9c72aa63559f919b1b19b940.tar.gz Tango-f30109bbda4fbc3f9c72aa63559f919b1b19b940.zip | |
Take the remot
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/IMachineUpdateManager.cs | 4 |
1 files changed, 3 insertions, 1 deletions
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. /// </summary> /// <param name="serialNumber">The serial number.</param> + /// <param name="setupFirmware">if set to <c>true</c> updates the embedded device firmware.</param> + /// <param name="setupFPGA">if set to <c>true</c> updates the embedded device FPGA version and other parameters.</param> /// <returns></returns> - Task<MachineUpdateResult> Update(String serialNumber); + Task<MachineUpdateResult> Update(String serialNumber, bool setupFirmware, bool setupFPGA); /// <summary> /// Performs a machine update using the specified software update package path. |
