diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-12-08 14:51:46 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-12-08 14:51:46 +0200 |
| commit | aeabb681d16451e191a1620d4eebf40549771491 (patch) | |
| tree | 33183bb64916935d68e2399028b9e9c0952e098f /Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics/StartThreadLoadingUpdateRequest.pb-c.c | |
| parent | 3cd59dd3b04168ad91cb1fe51231e9b3ddd74705 (diff) | |
| download | Tango-aeabb681d16451e191a1620d4eebf40549771491.tar.gz Tango-aeabb681d16451e191a1620d4eebf40549771491.zip | |
Support for new head in ProtoBif and embedded (initial)
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics/StartThreadLoadingUpdateRequest.pb-c.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics/StartThreadLoadingUpdateRequest.pb-c.c | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics/StartThreadLoadingUpdateRequest.pb-c.c b/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics/StartThreadLoadingUpdateRequest.pb-c.c new file mode 100644 index 000000000..2809668e3 --- /dev/null +++ b/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics/StartThreadLoadingUpdateRequest.pb-c.c @@ -0,0 +1,72 @@ +/* Generated by the protocol buffer compiler. DO NOT EDIT! */ +/* Generated from: StartThreadLoadingUpdateRequest.proto */ + +/* Do not generate deprecated warnings for self */ +#ifndef PROTOBUF_C__NO_DEPRECATED +#define PROTOBUF_C__NO_DEPRECATED +#endif + +#include "StartThreadLoadingUpdateRequest.pb-c.h" +void start_thread_loading_update_request__init + (StartThreadLoadingUpdateRequest *message) +{ + static const StartThreadLoadingUpdateRequest init_value = START_THREAD_LOADING_UPDATE_REQUEST__INIT; + *message = init_value; +} +size_t start_thread_loading_update_request__get_packed_size + (const StartThreadLoadingUpdateRequest *message) +{ + assert(message->base.descriptor == &start_thread_loading_update_request__descriptor); + return protobuf_c_message_get_packed_size ((const ProtobufCMessage*)(message)); +} +size_t start_thread_loading_update_request__pack + (const StartThreadLoadingUpdateRequest *message, + uint8_t *out) +{ + assert(message->base.descriptor == &start_thread_loading_update_request__descriptor); + return protobuf_c_message_pack ((const ProtobufCMessage*)message, out); +} +size_t start_thread_loading_update_request__pack_to_buffer + (const StartThreadLoadingUpdateRequest *message, + ProtobufCBuffer *buffer) +{ + assert(message->base.descriptor == &start_thread_loading_update_request__descriptor); + return protobuf_c_message_pack_to_buffer ((const ProtobufCMessage*)message, buffer); +} +StartThreadLoadingUpdateRequest * + start_thread_loading_update_request__unpack + (ProtobufCAllocator *allocator, + size_t len, + const uint8_t *data) +{ + return (StartThreadLoadingUpdateRequest *) + protobuf_c_message_unpack (&start_thread_loading_update_request__descriptor, + allocator, len, data); +} +void start_thread_loading_update_request__free_unpacked + (StartThreadLoadingUpdateRequest *message, + ProtobufCAllocator *allocator) +{ + if(!message) + return; + assert(message->base.descriptor == &start_thread_loading_update_request__descriptor); + protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator); +} +#define start_thread_loading_update_request__field_descriptors NULL +#define start_thread_loading_update_request__field_indices_by_name NULL +#define start_thread_loading_update_request__number_ranges NULL +const ProtobufCMessageDescriptor start_thread_loading_update_request__descriptor = +{ + PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC, + "StartThreadLoadingUpdateRequest", + "StartThreadLoadingUpdateRequest", + "StartThreadLoadingUpdateRequest", + "", + sizeof(StartThreadLoadingUpdateRequest), + 0, + start_thread_loading_update_request__field_descriptors, + start_thread_loading_update_request__field_indices_by_name, + 0, start_thread_loading_update_request__number_ranges, + (ProtobufCMessageInit) start_thread_loading_update_request__init, + NULL,NULL,NULL /* reserved[123] */ +}; |
