aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Stubs Collection/stubs/MidTankControl.cs
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-07-04 15:57:56 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-07-04 15:57:56 +0300
commitfdf45caba5c70e4a368ab5fc62398ac3cccc697c (patch)
treec60b9c924b085ff8af3f614af22b852dd3b7c22a /Software/Stubs Collection/stubs/MidTankControl.cs
parent1246a201b4600899b4e11243ffb9ff300674750d (diff)
downloadTango-fdf45caba5c70e4a368ab5fc62398ac3cccc697c.tar.gz
Tango-fdf45caba5c70e4a368ab5fc62398ac3cccc697c.zip
Stubs collection
Diffstat (limited to 'Software/Stubs Collection/stubs/MidTankControl.cs')
-rw-r--r--Software/Stubs Collection/stubs/MidTankControl.cs17
1 files changed, 17 insertions, 0 deletions
diff --git a/Software/Stubs Collection/stubs/MidTankControl.cs b/Software/Stubs Collection/stubs/MidTankControl.cs
new file mode 100644
index 000000000..69517d99b
--- /dev/null
+++ b/Software/Stubs Collection/stubs/MidTankControl.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Text;
+using System.Linq;
+using System.Drawing;
+using System.Diagnostics;
+using System.Windows.Forms;
+using System.Threading;
+using System.Threading.Tasks;
+using System.Collections.Generic;
+using Tango.MachineStudio.Stubs;
+
+public void OnExecute(StubManager stubManager)
+{
+stubManager.Run("StubFpgaWriteRegRequest" ,0x600008e2, 0);
+stubManager.Run("StubFpgaReadRegRequest" ,0x600008e2);
+}
+