diff options
| author | Avi Levkovich <avi@twine-s.com> | 2020-05-04 09:32:51 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2020-05-04 09:32:51 +0300 |
| commit | aac5c12d55cd11c24e8167910c7d370804f02f51 (patch) | |
| tree | cbaa4c72b4daa1a2e0d4c166f3cab602f19420f7 /Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/StartThreadLoadingResponse.pb-c.h | |
| parent | f59d73bd5bd4fa6a0deee4b9c1d842210dd7b837 (diff) | |
| parent | 8fb755bb9e5889c7ab90687926c2099c5a9fd05b (diff) | |
| download | Tango-aac5c12d55cd11c24e8167910c7d370804f02f51.tar.gz Tango-aac5c12d55cd11c24e8167910c7d370804f02f51.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_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.h | 5 |
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 */ |
