aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/ThreadLoading
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-06-07 16:24:17 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-06-07 16:24:17 +0300
commit85e2267e399805c9bde146833d338cd9856bbfa0 (patch)
tree7b3ecee365f591c658f47145751a28f3f50f0baa /Software/PMR/Messages/ThreadLoading
parentf416553e4658dc719b89ffda6f0b364cfab3c1b8 (diff)
downloadTango-85e2267e399805c9bde146833d338cd9856bbfa0.tar.gz
Tango-85e2267e399805c9bde146833d338cd9856bbfa0.zip
Added TryThreadLoadingRequest/Response.
Diffstat (limited to 'Software/PMR/Messages/ThreadLoading')
-rw-r--r--Software/PMR/Messages/ThreadLoading/TryThreadLoadingRequest.proto9
-rw-r--r--Software/PMR/Messages/ThreadLoading/TryThreadLoadingResponse.proto9
2 files changed, 18 insertions, 0 deletions
diff --git a/Software/PMR/Messages/ThreadLoading/TryThreadLoadingRequest.proto b/Software/PMR/Messages/ThreadLoading/TryThreadLoadingRequest.proto
new file mode 100644
index 000000000..4235cb2d0
--- /dev/null
+++ b/Software/PMR/Messages/ThreadLoading/TryThreadLoadingRequest.proto
@@ -0,0 +1,9 @@
+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
new file mode 100644
index 000000000..a92ee70c4
--- /dev/null
+++ b/Software/PMR/Messages/ThreadLoading/TryThreadLoadingResponse.proto
@@ -0,0 +1,9 @@
+syntax = "proto3";
+
+package Tango.PMR.ThreadLoading;
+option java_package = "com.twine.tango.pmr.threadloading";
+
+message TryThreadLoadingResponse
+{
+
+} \ No newline at end of file