diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-12-15 16:13:47 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-12-15 16:13:47 +0200 |
| commit | 24292197223caf2ffa1a771c38b2e2f7418ad03e (patch) | |
| tree | 0c2733e1e27b219a188239c7d0ccfd252d20fd8b /Software/PMR/Messages/ThreadLoading/StartThreadLoadingResponse.proto | |
| parent | 13c57f7ccabadd3ed75ffaef195d35c15c2a8c68 (diff) | |
| download | Tango-24292197223caf2ffa1a771c38b2e2f7418ad03e.tar.gz Tango-24292197223caf2ffa1a771c38b2e2f7418ad03e.zip | |
Added PowerDown and ThreadLoading to PMR.
Removed old ThreadLoading from PMR diagnostics.
Diffstat (limited to 'Software/PMR/Messages/ThreadLoading/StartThreadLoadingResponse.proto')
| -rw-r--r-- | Software/PMR/Messages/ThreadLoading/StartThreadLoadingResponse.proto | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Software/PMR/Messages/ThreadLoading/StartThreadLoadingResponse.proto b/Software/PMR/Messages/ThreadLoading/StartThreadLoadingResponse.proto new file mode 100644 index 000000000..be8136741 --- /dev/null +++ b/Software/PMR/Messages/ThreadLoading/StartThreadLoadingResponse.proto @@ -0,0 +1,12 @@ +syntax = "proto3"; + +import "ThreadLoadingState.proto"; + +package Tango.PMR.ThreadLoading; +option java_package = "com.twine.tango.pmr.threadloading"; + +message StartThreadLoadingResponse +{ + ThreadLoadingState State = 1; + string ErrorReason = 2; +}
\ No newline at end of file |
