aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-11-05 19:33:06 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-11-05 19:33:06 +0200
commitb9009a814b9c91010e44534b42fa15fe164757a3 (patch)
tree007aa60379f5a519ce3c3328887c8aec4951931f /Software/PMR
parentee3f1aa159ebb326e7c7053501130afa06bf47d4 (diff)
downloadTango-b9009a814b9c91010e44534b42fa15fe164757a3.tar.gz
Tango-b9009a814b9c91010e44534b42fa15fe164757a3.zip
Completed ThreadBreak/Loading Wizards !!!
Diffstat (limited to 'Software/PMR')
-rw-r--r--Software/PMR/Messages/Common/MessageType.proto2
-rw-r--r--Software/PMR/Messages/ThreadLoading/AttemptThreadJoggingRequest.proto9
-rw-r--r--Software/PMR/Messages/ThreadLoading/AttemptThreadJoggingResponse.proto9
3 files changed, 20 insertions, 0 deletions
diff --git a/Software/PMR/Messages/Common/MessageType.proto b/Software/PMR/Messages/Common/MessageType.proto
index e8ad94156..cca26d375 100644
--- a/Software/PMR/Messages/Common/MessageType.proto
+++ b/Software/PMR/Messages/Common/MessageType.proto
@@ -303,6 +303,8 @@ enum MessageType
StopThreadLoadingResponse = 11005;
TryThreadLoadingRequest = 11006;
TryThreadLoadingResponse = 11007;
+ AttemptThreadJoggingRequest = 11008;
+ AttemptThreadJoggingResponse = 11009;
//IFS
StartInkFillingStatusRequest = 12000;
diff --git a/Software/PMR/Messages/ThreadLoading/AttemptThreadJoggingRequest.proto b/Software/PMR/Messages/ThreadLoading/AttemptThreadJoggingRequest.proto
new file mode 100644
index 000000000..2dbd8a089
--- /dev/null
+++ b/Software/PMR/Messages/ThreadLoading/AttemptThreadJoggingRequest.proto
@@ -0,0 +1,9 @@
+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
new file mode 100644
index 000000000..9b34f94ed
--- /dev/null
+++ b/Software/PMR/Messages/ThreadLoading/AttemptThreadJoggingResponse.proto
@@ -0,0 +1,9 @@
+syntax = "proto3";
+
+package Tango.PMR.ThreadLoading;
+option java_package = "com.twine.tango.pmr.threadloading";
+
+message AttemptThreadJoggingResponse
+{
+
+} \ No newline at end of file