diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-05-03 15:10:47 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-05-03 15:10:47 +0300 |
| commit | 4ac616ace9a815921bb380d7dd7d67c3aae0543d (patch) | |
| tree | 3b4dc384476825cfabc19ec38a1d3fe8f246944b /Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/StartThreadLoadingResponse.pb-c.c | |
| parent | 7e672372271a9455731c3dc5f2793ffbd4391e4f (diff) | |
| download | Tango-4ac616ace9a815921bb380d7dd7d67c3aae0543d.tar.gz Tango-4ac616ace9a815921bb380d7dd7d67c3aae0543d.zip | |
support init state messages and some bug fixed
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, |
