From 1b92f30f6dfa27392ffd8460ebeb17c17550db7b Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Wed, 18 Dec 2019 09:00:24 +0200 Subject: version 1.4.6.1 PMR: thread load and power down reporting. fix USB driver large files bug. ids pressure relief. some looking into the thread load sequence --- .../ContinueThreadLoadingRequest.pb-c.c | 92 ++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/ContinueThreadLoadingRequest.pb-c.c (limited to 'Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/ContinueThreadLoadingRequest.pb-c.c') 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 new file mode 100644 index 000000000..2fc811bf7 --- /dev/null +++ b/Software/Embedded_SW/Embedded/Communication/PMR/ThreadLoading/ContinueThreadLoadingRequest.pb-c.c @@ -0,0 +1,92 @@ +/* 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] = +{ + { + "ProcessParameters", + 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, + "ContinueThreadLoadingRequest", + "ContinueThreadLoadingRequest", + "ContinueThreadLoadingRequest", + "", + 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] */ +}; -- cgit v1.3.1