From 24292197223caf2ffa1a771c38b2e2f7418ad03e Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 15 Dec 2019 16:13:47 +0200 Subject: Added PowerDown and ThreadLoading to PMR. Removed old ThreadLoading from PMR diagnostics. --- .../Messages/ThreadLoading/StartThreadLoadingResponse.proto | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Software/PMR/Messages/ThreadLoading/StartThreadLoadingResponse.proto (limited to 'Software/PMR/Messages/ThreadLoading/StartThreadLoadingResponse.proto') 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 -- cgit v1.3.1