aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/StartThreadLoadingResponse.pb-c.h
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-05-11 03:39:20 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-05-11 03:39:20 +0300
commit7b820ac51cd61b34c41a83de0d46d253cec38a67 (patch)
tree68fe8f6b9e360cd47592385a4b58a5b9cb8df855 /Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/StartThreadLoadingResponse.pb-c.h
parentd4adb3a3faa36b4500c17e661e09ec2af338b353 (diff)
parentc483f6834144ec8970dfa13370fbd846dfd307e7 (diff)
downloadTango-7b820ac51cd61b34c41a83de0d46d253cec38a67.tar.gz
Tango-7b820ac51cd61b34c41a83de0d46d253cec38a67.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/StartThreadLoadingResponse.pb-c.h')
-rw-r--r--Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/StartThreadLoadingResponse.pb-c.h5
1 files changed, 4 insertions, 1 deletions
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 */