aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/ThreadLoading/ThreadLoadingState.proto
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-12-15 16:13:47 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-12-15 16:13:47 +0200
commit24292197223caf2ffa1a771c38b2e2f7418ad03e (patch)
tree0c2733e1e27b219a188239c7d0ccfd252d20fd8b /Software/PMR/Messages/ThreadLoading/ThreadLoadingState.proto
parent13c57f7ccabadd3ed75ffaef195d35c15c2a8c68 (diff)
downloadTango-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.proto15
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