diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-12-30 13:01:58 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-12-30 13:01:58 +0200 |
| commit | 624d19b9b7e540e16f605dce4e1c82af60372099 (patch) | |
| tree | 07889b00717d3a30bb0281ed0233543fabfc9aaf /Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/ContinueThreadLoadingRequest.pb-c.c | |
| parent | c4aa1735efed2c87e5056dde442211c08d3f66ff (diff) | |
| parent | 7c56f0ff6a9ceb7148b6cab01bbac5ddf592acb2 (diff) | |
| download | Tango-624d19b9b7e540e16f605dce4e1c82af60372099.tar.gz Tango-624d19b9b7e540e16f605dce4e1c82af60372099.zip | |
merge
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/ContinueThreadLoadingRequest.pb-c.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/ContinueThreadLoadingRequest.pb-c.c | 92 |
1 files changed, 0 insertions, 92 deletions
diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/ContinueThreadLoadingRequest.pb-c.c b/Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/ContinueThreadLoadingRequest.pb-c.c deleted file mode 100644 index 532522789..000000000 --- a/Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/ContinueThreadLoadingRequest.pb-c.c +++ /dev/null @@ -1,92 +0,0 @@ -/* Generated by the protocol buffer compiler. DO NOT EDIT! */ -/* Generated from: ContinueThreadLoadingRequest.proto */ - -/* Do not generate deprecated warnings for self */ -#ifndef PROTOBUF_C__NO_DEPRECATED -#define PROTOBUF_C__NO_DEPRECATED -#endif - -#include "ContinueThreadLoadingRequest.pb-c.h" -void continue_thread_loading_request__init - (ContinueThreadLoadingRequest *message) -{ - static const ContinueThreadLoadingRequest init_value = CONTINUE_THREAD_LOADING_REQUEST__INIT; - *message = init_value; -} -size_t continue_thread_loading_request__get_packed_size - (const ContinueThreadLoadingRequest *message) -{ - assert(message->base.descriptor == &continue_thread_loading_request__descriptor); - return protobuf_c_message_get_packed_size ((const ProtobufCMessage*)(message)); -} -size_t continue_thread_loading_request__pack - (const ContinueThreadLoadingRequest *message, - uint8_t *out) -{ - assert(message->base.descriptor == &continue_thread_loading_request__descriptor); - return protobuf_c_message_pack ((const ProtobufCMessage*)message, out); -} -size_t continue_thread_loading_request__pack_to_buffer - (const ContinueThreadLoadingRequest *message, - ProtobufCBuffer *buffer) -{ - assert(message->base.descriptor == &continue_thread_loading_request__descriptor); - return protobuf_c_message_pack_to_buffer ((const ProtobufCMessage*)message, buffer); -} -ContinueThreadLoadingRequest * - continue_thread_loading_request__unpack - (ProtobufCAllocator *allocator, - size_t len, - const uint8_t *data) -{ - return (ContinueThreadLoadingRequest *) - protobuf_c_message_unpack (&continue_thread_loading_request__descriptor, - allocator, len, data); -} -void continue_thread_loading_request__free_unpacked - (ContinueThreadLoadingRequest *message, - ProtobufCAllocator *allocator) -{ - if(!message) - return; - assert(message->base.descriptor == &continue_thread_loading_request__descriptor); - protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator); -} -static const ProtobufCFieldDescriptor continue_thread_loading_request__field_descriptors[1] = -{ - { - "", - 1, - PROTOBUF_C_LABEL_OPTIONAL, - PROTOBUF_C_TYPE_MESSAGE, - 0, /* quantifier_offset */ - offsetof(ContinueThreadLoadingRequest, processparameters), - &process_parameters__descriptor, - NULL, - 0, /* flags */ - 0,NULL,NULL /* reserved1,reserved2, etc */ - }, -}; -static const unsigned continue_thread_loading_request__field_indices_by_name[] = { - 0, /* field[0] = ProcessParameters */ -}; -static const ProtobufCIntRange continue_thread_loading_request__number_ranges[1 + 1] = -{ - { 1, 0 }, - { 0, 1 } -}; -const ProtobufCMessageDescriptor continue_thread_loading_request__descriptor = -{ - PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC, - "", - "", - "", - "", - sizeof(ContinueThreadLoadingRequest), - 1, - continue_thread_loading_request__field_descriptors, - continue_thread_loading_request__field_indices_by_name, - 1, continue_thread_loading_request__number_ranges, - (ProtobufCMessageInit) continue_thread_loading_request__init, - NULL,NULL,NULL /* reserved[123] */ -}; |
