aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/ThreadLoading
diff options
context:
space:
mode:
Diffstat (limited to 'Software/PMR/Messages/ThreadLoading')
-rw-r--r--Software/PMR/Messages/ThreadLoading/AttemptThreadJoggingRequest.proto9
-rw-r--r--Software/PMR/Messages/ThreadLoading/AttemptThreadJoggingResponse.proto9
-rw-r--r--Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingRequest.proto11
-rw-r--r--Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingResponse.proto9
-rw-r--r--Software/PMR/Messages/ThreadLoading/StartThreadLoadingRequest.proto9
-rw-r--r--Software/PMR/Messages/ThreadLoading/StartThreadLoadingResponse.proto14
-rw-r--r--Software/PMR/Messages/ThreadLoading/StopThreadLoadingRequest.proto9
-rw-r--r--Software/PMR/Messages/ThreadLoading/StopThreadLoadingResponse.proto9
-rw-r--r--Software/PMR/Messages/ThreadLoading/ThreadLoadingState.proto15
-rw-r--r--Software/PMR/Messages/ThreadLoading/TryThreadLoadingRequest.proto9
-rw-r--r--Software/PMR/Messages/ThreadLoading/TryThreadLoadingResponse.proto9
11 files changed, 0 insertions, 112 deletions
diff --git a/Software/PMR/Messages/ThreadLoading/AttemptThreadJoggingRequest.proto b/Software/PMR/Messages/ThreadLoading/AttemptThreadJoggingRequest.proto
deleted file mode 100644
index 2dbd8a089..000000000
--- a/Software/PMR/Messages/ThreadLoading/AttemptThreadJoggingRequest.proto
+++ /dev/null
@@ -1,9 +0,0 @@
-syntax = "proto3";
-
-package Tango.PMR.ThreadLoading;
-option java_package = "com.twine.tango.pmr.threadloading";
-
-message AttemptThreadJoggingRequest
-{
-
-} \ No newline at end of file
diff --git a/Software/PMR/Messages/ThreadLoading/AttemptThreadJoggingResponse.proto b/Software/PMR/Messages/ThreadLoading/AttemptThreadJoggingResponse.proto
deleted file mode 100644
index 9b34f94ed..000000000
--- a/Software/PMR/Messages/ThreadLoading/AttemptThreadJoggingResponse.proto
+++ /dev/null
@@ -1,9 +0,0 @@
-syntax = "proto3";
-
-package Tango.PMR.ThreadLoading;
-option java_package = "com.twine.tango.pmr.threadloading";
-
-message AttemptThreadJoggingResponse
-{
-
-} \ No newline at end of file
diff --git a/Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingRequest.proto b/Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingRequest.proto
deleted file mode 100644
index 5bae29bd7..000000000
--- a/Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingRequest.proto
+++ /dev/null
@@ -1,11 +0,0 @@
-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
diff --git a/Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingResponse.proto b/Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingResponse.proto
deleted file mode 100644
index b937fbb34..000000000
--- a/Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingResponse.proto
+++ /dev/null
@@ -1,9 +0,0 @@
-syntax = "proto3";
-
-package Tango.PMR.ThreadLoading;
-option java_package = "com.twine.tango.pmr.threadloading";
-
-message ContinueThreadLoadingResponse
-{
-
-} \ No newline at end of file
diff --git a/Software/PMR/Messages/ThreadLoading/StartThreadLoadingRequest.proto b/Software/PMR/Messages/ThreadLoading/StartThreadLoadingRequest.proto
deleted file mode 100644
index c0c3d3257..000000000
--- a/Software/PMR/Messages/ThreadLoading/StartThreadLoadingRequest.proto
+++ /dev/null
@@ -1,9 +0,0 @@
-syntax = "proto3";
-
-package Tango.PMR.ThreadLoading;
-option java_package = "com.twine.tango.pmr.threadloading";
-
-message StartThreadLoadingRequest
-{
-
-} \ No newline at end of file
diff --git a/Software/PMR/Messages/ThreadLoading/StartThreadLoadingResponse.proto b/Software/PMR/Messages/ThreadLoading/StartThreadLoadingResponse.proto
deleted file mode 100644
index 1a81c2a96..000000000
--- a/Software/PMR/Messages/ThreadLoading/StartThreadLoadingResponse.proto
+++ /dev/null
@@ -1,14 +0,0 @@
-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;
- double ProgressPercentage = 3;
- string Message = 4;
-} \ No newline at end of file
diff --git a/Software/PMR/Messages/ThreadLoading/StopThreadLoadingRequest.proto b/Software/PMR/Messages/ThreadLoading/StopThreadLoadingRequest.proto
deleted file mode 100644
index 03f5df91f..000000000
--- a/Software/PMR/Messages/ThreadLoading/StopThreadLoadingRequest.proto
+++ /dev/null
@@ -1,9 +0,0 @@
-syntax = "proto3";
-
-package Tango.PMR.ThreadLoading;
-option java_package = "com.twine.tango.pmr.threadloading";
-
-message StopThreadLoadingRequest
-{
-
-} \ No newline at end of file
diff --git a/Software/PMR/Messages/ThreadLoading/StopThreadLoadingResponse.proto b/Software/PMR/Messages/ThreadLoading/StopThreadLoadingResponse.proto
deleted file mode 100644
index 4725d3647..000000000
--- a/Software/PMR/Messages/ThreadLoading/StopThreadLoadingResponse.proto
+++ /dev/null
@@ -1,9 +0,0 @@
-syntax = "proto3";
-
-package Tango.PMR.ThreadLoading;
-option java_package = "com.twine.tango.pmr.threadloading";
-
-message StopThreadLoadingResponse
-{
-
-} \ No newline at end of file
diff --git a/Software/PMR/Messages/ThreadLoading/ThreadLoadingState.proto b/Software/PMR/Messages/ThreadLoading/ThreadLoadingState.proto
deleted file mode 100644
index 7f0eb5f98..000000000
--- a/Software/PMR/Messages/ThreadLoading/ThreadLoadingState.proto
+++ /dev/null
@@ -1,15 +0,0 @@
-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
diff --git a/Software/PMR/Messages/ThreadLoading/TryThreadLoadingRequest.proto b/Software/PMR/Messages/ThreadLoading/TryThreadLoadingRequest.proto
deleted file mode 100644
index 4235cb2d0..000000000
--- a/Software/PMR/Messages/ThreadLoading/TryThreadLoadingRequest.proto
+++ /dev/null
@@ -1,9 +0,0 @@
-syntax = "proto3";
-
-package Tango.PMR.ThreadLoading;
-option java_package = "com.twine.tango.pmr.threadloading";
-
-message TryThreadLoadingRequest
-{
-
-} \ No newline at end of file
diff --git a/Software/PMR/Messages/ThreadLoading/TryThreadLoadingResponse.proto b/Software/PMR/Messages/ThreadLoading/TryThreadLoadingResponse.proto
deleted file mode 100644
index a92ee70c4..000000000
--- a/Software/PMR/Messages/ThreadLoading/TryThreadLoadingResponse.proto
+++ /dev/null
@@ -1,9 +0,0 @@
-syntax = "proto3";
-
-package Tango.PMR.ThreadLoading;
-option java_package = "com.twine.tango.pmr.threadloading";
-
-message TryThreadLoadingResponse
-{
-
-} \ No newline at end of file