aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/ThreadLoading
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-12-17 08:45:16 +0200
committerShlomo Hecht <shlomo@twine-s.com>2019-12-17 08:45:16 +0200
commit7eb7994e4061638068d8f407337557eedf3fd4ee (patch)
tree477509e0de6f6566ee7382c333c3d6be329abe06 /Software/PMR/Messages/ThreadLoading
parent5ef0db61993e269caa1d1184ee0be2ae1c6ea393 (diff)
downloadTango-7eb7994e4061638068d8f407337557eedf3fd4ee.tar.gz
Tango-7eb7994e4061638068d8f407337557eedf3fd4ee.zip
complete power and loading proto files
Diffstat (limited to 'Software/PMR/Messages/ThreadLoading')
-rw-r--r--Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingResponse.proto5
1 files changed, 4 insertions, 1 deletions
diff --git a/Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingResponse.proto b/Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingResponse.proto
index b937fbb34..5763dbb2c 100644
--- a/Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingResponse.proto
+++ b/Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingResponse.proto
@@ -1,9 +1,12 @@
syntax = "proto3";
+import "ThreadLoadingState.proto";
+
package Tango.PMR.ThreadLoading;
option java_package = "com.twine.tango.pmr.threadloading";
message ContinueThreadLoadingResponse
{
-
+ ThreadLoadingState State = 1;
+ string ErrorReason = 2;
} \ No newline at end of file