From 1208554e06da8aec1b074932df488769572ffcfb Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 19 Dec 2019 18:01:01 +0200 Subject: Implemented auto thread loading. Implemented advanced settings for technician. Implemented thread loading on emulator. Removed PowerUpSelectedRML from settings. Now using LoadedRml settings for ThreadLoading and PowerUp. --- .../PMR/Messages/ThreadLoading/StopThreadLoadingResponse.proto | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Software/PMR/Messages/ThreadLoading/StopThreadLoadingResponse.proto (limited to 'Software/PMR/Messages/ThreadLoading/StopThreadLoadingResponse.proto') diff --git a/Software/PMR/Messages/ThreadLoading/StopThreadLoadingResponse.proto b/Software/PMR/Messages/ThreadLoading/StopThreadLoadingResponse.proto new file mode 100644 index 000000000..4725d3647 --- /dev/null +++ b/Software/PMR/Messages/ThreadLoading/StopThreadLoadingResponse.proto @@ -0,0 +1,9 @@ +syntax = "proto3"; + +package Tango.PMR.ThreadLoading; +option java_package = "com.twine.tango.pmr.threadloading"; + +message StopThreadLoadingResponse +{ + +} \ No newline at end of file -- cgit v1.3.1