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/ContinueThreadLoadingRequest.proto | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingRequest.proto (limited to 'Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingRequest.proto') diff --git a/Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingRequest.proto b/Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingRequest.proto new file mode 100644 index 000000000..5bae29bd7 --- /dev/null +++ b/Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingRequest.proto @@ -0,0 +1,11 @@ +syntax = "proto3"; + +import "ProcessParameters.proto"; + +package Tango.PMR.ThreadLoading; +option java_package = "com.twine.tango.pmr.threadloading"; + +message ContinueThreadLoadingRequest +{ + PMR.Printing.ProcessParameters ProcessParameters = 1; +} \ No newline at end of file -- cgit v1.3.1