From 4ac616ace9a815921bb380d7dd7d67c3aae0543d Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Sun, 3 May 2020 15:10:47 +0300 Subject: support init state messages and some bug fixed --- .../PMR/ThreadLoading/StartThreadLoadingResponse.pb-c.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/StartThreadLoadingResponse.pb-c.h') diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/StartThreadLoadingResponse.pb-c.h b/Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/StartThreadLoadingResponse.pb-c.h index 559f04bb9..5a057ff8e 100644 --- a/Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/StartThreadLoadingResponse.pb-c.h +++ b/Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/StartThreadLoadingResponse.pb-c.h @@ -30,10 +30,13 @@ struct _StartThreadLoadingResponse protobuf_c_boolean has_state; ThreadLoadingState state; char *errorreason; + protobuf_c_boolean has_progresspercentage; + double progresspercentage; + char *message; }; #define START_THREAD_LOADING_RESPONSE__INIT \ { PROTOBUF_C_MESSAGE_INIT (&start_thread_loading_response__descriptor) \ - , 0, THREAD_LOADING_STATE__None, NULL } + , 0, THREAD_LOADING_STATE__None, NULL, 0, 0, NULL } /* StartThreadLoadingResponse methods */ -- cgit v1.3.1