diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-05-03 18:13:11 +0200 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-05-03 18:13:11 +0200 |
| commit | 8fb755bb9e5889c7ab90687926c2099c5a9fd05b (patch) | |
| tree | 643e16ef4864bd63a2c94a94cebc3e83e2f409f1 /Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/StartThreadLoadingResponse.pb-c.c | |
| parent | 547025e5b9d0f1f2c69a8ac238454a43fba549ed (diff) | |
| parent | 092dab40b795aed41e367d0ba320f5c38781c750 (diff) | |
| download | Tango-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.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/StartThreadLoadingResponse.pb-c.c | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/StartThreadLoadingResponse.pb-c.c b/Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/StartThreadLoadingResponse.pb-c.c index 37ff53e83..dbe90df25 100644 --- a/Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/StartThreadLoadingResponse.pb-c.c +++ b/Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/StartThreadLoadingResponse.pb-c.c @@ -52,7 +52,7 @@ void start_thread_loading_response__free_unpacked assert(message->base.descriptor == &start_thread_loading_response__descriptor); protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator); } -static const ProtobufCFieldDescriptor start_thread_loading_response__field_descriptors[2] = +static const ProtobufCFieldDescriptor start_thread_loading_response__field_descriptors[4] = { { "", @@ -78,15 +78,41 @@ static const ProtobufCFieldDescriptor start_thread_loading_response__field_descr 0, /* flags */ 0,NULL,NULL /* reserved1,reserved2, etc */ }, + { + "", + 3, + PROTOBUF_C_LABEL_OPTIONAL, + PROTOBUF_C_TYPE_DOUBLE, + offsetof(StartThreadLoadingResponse, has_progresspercentage), + offsetof(StartThreadLoadingResponse, progresspercentage), + NULL, + NULL, + 0, /* flags */ + 0,NULL,NULL /* reserved1,reserved2, etc */ + }, + { + "", + 4, + PROTOBUF_C_LABEL_OPTIONAL, + PROTOBUF_C_TYPE_STRING, + 0, /* quantifier_offset */ + offsetof(StartThreadLoadingResponse, message), + NULL, + NULL, + 0, /* flags */ + 0,NULL,NULL /* reserved1,reserved2, etc */ + }, }; static const unsigned start_thread_loading_response__field_indices_by_name[] = { 1, /* field[1] = ErrorReason */ + 3, /* field[3] = Message */ + 2, /* field[2] = ProgressPercentage */ 0, /* field[0] = State */ }; static const ProtobufCIntRange start_thread_loading_response__number_ranges[1 + 1] = { { 1, 0 }, - { 0, 2 } + { 0, 4 } }; const ProtobufCMessageDescriptor start_thread_loading_response__descriptor = { @@ -96,7 +122,7 @@ const ProtobufCMessageDescriptor start_thread_loading_response__descriptor = "", "", sizeof(StartThreadLoadingResponse), - 2, + 4, start_thread_loading_response__field_descriptors, start_thread_loading_response__field_indices_by_name, 1, start_thread_loading_response__number_ranges, |
