diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-10-13 08:22:16 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-10-13 08:22:16 +0300 |
| commit | ba2a878dece82a2b950d75138d1cd847da257843 (patch) | |
| tree | 84eeb7a792d62ea128fedf8d8c78732589840d7f /Software/PMR | |
| parent | 9c59f5be697bd0a1a7992239a3701dd7670747ec (diff) | |
| parent | a24721751785a8e99023ae85814f5126845d3c5f (diff) | |
| download | Tango-ba2a878dece82a2b950d75138d1cd847da257843.tar.gz Tango-ba2a878dece82a2b950d75138d1cd847da257843.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/PMR')
| -rw-r--r-- | Software/PMR/Messages/Debugging/StartDebugLogResponse.proto | 2 | ||||
| -rw-r--r-- | Software/PMR/Messages/Stubs/ProgressRequest.proto | 3 | ||||
| -rw-r--r-- | Software/PMR/Messages/Stubs/ProgressResponse.proto | 1 |
3 files changed, 1 insertions, 5 deletions
diff --git a/Software/PMR/Messages/Debugging/StartDebugLogResponse.proto b/Software/PMR/Messages/Debugging/StartDebugLogResponse.proto index 3375b8887..b8aa1a3f1 100644 --- a/Software/PMR/Messages/Debugging/StartDebugLogResponse.proto +++ b/Software/PMR/Messages/Debugging/StartDebugLogResponse.proto @@ -12,6 +12,6 @@ message StartDebugLogResponse int32 LineNumber = 3; int32 Filter = 4; string Message = 5; - int32 ModuleId = 6; + int32 ModuleId = 6; int32 Parameter = 7; }
\ No newline at end of file diff --git a/Software/PMR/Messages/Stubs/ProgressRequest.proto b/Software/PMR/Messages/Stubs/ProgressRequest.proto index add15a9d0..7ba54710b 100644 --- a/Software/PMR/Messages/Stubs/ProgressRequest.proto +++ b/Software/PMR/Messages/Stubs/ProgressRequest.proto @@ -7,7 +7,4 @@ message ProgressRequest { int32 Amount = 1; int32 Delay = 2; - uint32 Param1 = 3; - uint32 Param2 = 4; - uint32 Param3 = 5; }
\ No newline at end of file diff --git a/Software/PMR/Messages/Stubs/ProgressResponse.proto b/Software/PMR/Messages/Stubs/ProgressResponse.proto index f5bf0b462..554ab65f6 100644 --- a/Software/PMR/Messages/Stubs/ProgressResponse.proto +++ b/Software/PMR/Messages/Stubs/ProgressResponse.proto @@ -6,5 +6,4 @@ option java_package = "com.twine.tango.pmr.stubs"; message ProgressResponse { double Progress = 1; - uint32 Info = 2; }
\ No newline at end of file |
