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/ThreadLoadingState.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/ThreadLoadingState.proto')
| -rw-r--r-- | Software/PMR/Messages/ThreadLoading/ThreadLoadingState.proto | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Software/PMR/Messages/ThreadLoading/ThreadLoadingState.proto b/Software/PMR/Messages/ThreadLoading/ThreadLoadingState.proto new file mode 100644 index 000000000..7f0eb5f98 --- /dev/null +++ b/Software/PMR/Messages/ThreadLoading/ThreadLoadingState.proto @@ -0,0 +1,15 @@ +syntax = "proto3"; + +package Tango.PMR.ThreadLoading; +option java_package = "com.twine.tango.pmr.threadloading"; + +enum ThreadLoadingState +{ + None = 0; + Preparing = 1; + ReadyForLoading = 2; + PreparationError = 3; + Finalizing = 4; + FinalizationError = 5; + Completed = 6; +}
\ No newline at end of file |
