diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-12-03 10:31:22 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-12-03 10:31:22 +0200 |
| commit | 0ea0fb6ffb5ae6b211ac8c26769483568715b38d (patch) | |
| tree | cbe971dc1984b6e1f2d4d5c65cd0f9c0df8bbeb0 /Software/PMR/Messages/Debugging | |
| parent | 21d1ee10a3235311b496147f8d234cb79f0db958 (diff) | |
| download | Tango-0ea0fb6ffb5ae6b211ac8c26769483568715b38d.tar.gz Tango-0ea0fb6ffb5ae6b211ac8c26769483568715b38d.zip | |
change SetupDebugDisributorsRequest for an easier interface. add SetupDebugDisributorsRequest/Response message type
Diffstat (limited to 'Software/PMR/Messages/Debugging')
| -rw-r--r-- | Software/PMR/Messages/Debugging/SetupDebugDisributorsRequest.proto | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Software/PMR/Messages/Debugging/SetupDebugDisributorsRequest.proto b/Software/PMR/Messages/Debugging/SetupDebugDisributorsRequest.proto index d3ec6f556..6cf07a0c9 100644 --- a/Software/PMR/Messages/Debugging/SetupDebugDisributorsRequest.proto +++ b/Software/PMR/Messages/Debugging/SetupDebugDisributorsRequest.proto @@ -1,9 +1,12 @@ syntax = "proto3"; +import "DebugDistributorType.proto"; + package Tango.PMR.Debugging; option java_package = "com.twine.tango.pmr.debugging"; message SetupDebugDisributorsRequest { - repeated bool DistributorActive = 1; + DebugDistributorType DebugDistributor = 1; + bool DistributorActive = 2; }
\ No newline at end of file |
