diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-10-29 15:55:21 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-10-29 15:55:21 +0200 |
| commit | 4b789f33eadfc5cc1d937a80ce03ea8425955ffe (patch) | |
| tree | 7dbbd0529a24f9ca064cab688a0d6d2b8b762ea1 /Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/TryThreadLoadingRequest.pb-c.c | |
| parent | 8f3baa0d9097aa6ed800863a4680608e867c809a (diff) | |
| parent | 11fb700fcbc4627162a9c3f84b03b5016248bd97 (diff) | |
| download | Tango-4b789f33eadfc5cc1d937a80ce03ea8425955ffe.tar.gz Tango-4b789f33eadfc5cc1d937a80ce03ea8425955ffe.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/TryThreadLoadingRequest.pb-c.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/TryThreadLoadingRequest.pb-c.c | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/TryThreadLoadingRequest.pb-c.c b/Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/TryThreadLoadingRequest.pb-c.c new file mode 100644 index 000000000..cd1eff033 --- /dev/null +++ b/Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/TryThreadLoadingRequest.pb-c.c @@ -0,0 +1,72 @@ +/* Generated by the protocol buffer compiler. DO NOT EDIT! */ +/* Generated from: TryThreadLoadingRequest.proto */ + +/* Do not generate deprecated warnings for self */ +#ifndef PROTOBUF_C__NO_DEPRECATED +#define PROTOBUF_C__NO_DEPRECATED +#endif + +#include "TryThreadLoadingRequest.pb-c.h" +void try_thread_loading_request__init + (TryThreadLoadingRequest *message) +{ + static const TryThreadLoadingRequest init_value = TRY_THREAD_LOADING_REQUEST__INIT; + *message = init_value; +} +size_t try_thread_loading_request__get_packed_size + (const TryThreadLoadingRequest *message) +{ + assert(message->base.descriptor == &try_thread_loading_request__descriptor); + return protobuf_c_message_get_packed_size ((const ProtobufCMessage*)(message)); +} +size_t try_thread_loading_request__pack + (const TryThreadLoadingRequest *message, + uint8_t *out) +{ + assert(message->base.descriptor == &try_thread_loading_request__descriptor); + return protobuf_c_message_pack ((const ProtobufCMessage*)message, out); +} +size_t try_thread_loading_request__pack_to_buffer + (const TryThreadLoadingRequest *message, + ProtobufCBuffer *buffer) +{ + assert(message->base.descriptor == &try_thread_loading_request__descriptor); + return protobuf_c_message_pack_to_buffer ((const ProtobufCMessage*)message, buffer); +} +TryThreadLoadingRequest * + try_thread_loading_request__unpack + (ProtobufCAllocator *allocator, + size_t len, + const uint8_t *data) +{ + return (TryThreadLoadingRequest *) + protobuf_c_message_unpack (&try_thread_loading_request__descriptor, + allocator, len, data); +} +void try_thread_loading_request__free_unpacked + (TryThreadLoadingRequest *message, + ProtobufCAllocator *allocator) +{ + if(!message) + return; + assert(message->base.descriptor == &try_thread_loading_request__descriptor); + protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator); +} +#define try_thread_loading_request__field_descriptors NULL +#define try_thread_loading_request__field_indices_by_name NULL +#define try_thread_loading_request__number_ranges NULL +const ProtobufCMessageDescriptor try_thread_loading_request__descriptor = +{ + PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC, + "", + "", + "", + "", + sizeof(TryThreadLoadingRequest), + 0, + try_thread_loading_request__field_descriptors, + try_thread_loading_request__field_indices_by_name, + 0, try_thread_loading_request__number_ranges, + (ProtobufCMessageInit) try_thread_loading_request__init, + NULL,NULL,NULL /* reserved[123] */ +}; |
