aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Debugging/SetupDebugDisributorsRequest.proto
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-04-01 00:13:57 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-04-01 00:13:57 +0300
commitdf688ddc3e919acd254d79b73eaa22bd73d92062 (patch)
tree534f836094074642234dcaaff17d8341acedf020 /Software/PMR/Messages/Debugging/SetupDebugDisributorsRequest.proto
parent67903ba41edc58090b41c782036acc1fd05548ea (diff)
downloadTango-df688ddc3e919acd254d79b73eaa22bd73d92062.tar.gz
Tango-df688ddc3e919acd254d79b73eaa22bd73d92062.zip
prepare protobuf for debug distributors control
Diffstat (limited to 'Software/PMR/Messages/Debugging/SetupDebugDisributorsRequest.proto')
-rw-r--r--Software/PMR/Messages/Debugging/SetupDebugDisributorsRequest.proto9
1 files changed, 9 insertions, 0 deletions
diff --git a/Software/PMR/Messages/Debugging/SetupDebugDisributorsRequest.proto b/Software/PMR/Messages/Debugging/SetupDebugDisributorsRequest.proto
new file mode 100644
index 000000000..d3ec6f556
--- /dev/null
+++ b/Software/PMR/Messages/Debugging/SetupDebugDisributorsRequest.proto
@@ -0,0 +1,9 @@
+syntax = "proto3";
+
+package Tango.PMR.Debugging;
+option java_package = "com.twine.tango.pmr.debugging";
+
+message SetupDebugDisributorsRequest
+{
+ repeated bool DistributorActive = 1;
+} \ No newline at end of file