aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/StartThreadLoadingResponse.pb-c.h
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2020-05-03 18:13:11 +0200
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2020-05-03 18:13:11 +0200
commit8fb755bb9e5889c7ab90687926c2099c5a9fd05b (patch)
tree643e16ef4864bd63a2c94a94cebc3e83e2f409f1 /Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/StartThreadLoadingResponse.pb-c.h
parent547025e5b9d0f1f2c69a8ac238454a43fba549ed (diff)
parent092dab40b795aed41e367d0ba320f5c38781c750 (diff)
downloadTango-8fb755bb9e5889c7ab90687926c2099c5a9fd05b.tar.gz
Tango-8fb755bb9e5889c7ab90687926c2099c5a9fd05b.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 */