diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-04-01 00:13:57 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-04-01 00:13:57 +0300 |
| commit | df688ddc3e919acd254d79b73eaa22bd73d92062 (patch) | |
| tree | 534f836094074642234dcaaff17d8341acedf020 /Software/PMR/Messages/Debugging/SetupDebugDisributorsRequest.proto | |
| parent | 67903ba41edc58090b41c782036acc1fd05548ea (diff) | |
| download | Tango-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.proto | 9 |
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 |
