aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/DebugLogRequest.pb-c.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-05-06 16:47:34 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-05-06 16:47:34 +0300
commit4fc0bbce40133c802d7c193dc701af1a522d93ab (patch)
treee78999aca89d2a9f947fa0f3c4f6860fa76fb696 /Software/Embedded_SW/Embedded/Communication/PMR/Debugging/DebugLogRequest.pb-c.c
parent25f0d6f19171ef64db50952099ee1c2e6af09873 (diff)
downloadTango-4fc0bbce40133c802d7c193dc701af1a522d93ab.tar.gz
Tango-4fc0bbce40133c802d7c193dc701af1a522d93ab.zip
Debug messages changed
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication/PMR/Debugging/DebugLogRequest.pb-c.c')
-rw-r--r--Software/Embedded_SW/Embedded/Communication/PMR/Debugging/DebugLogRequest.pb-c.c72
1 files changed, 0 insertions, 72 deletions
diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/DebugLogRequest.pb-c.c b/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/DebugLogRequest.pb-c.c
deleted file mode 100644
index e8faeddcb..000000000
--- a/Software/Embedded_SW/Embedded/Communication/PMR/Debugging/DebugLogRequest.pb-c.c
+++ /dev/null
@@ -1,72 +0,0 @@
-/* Generated by the protocol buffer compiler. DO NOT EDIT! */
-/* Generated from: DebugLogRequest.proto */
-
-/* Do not generate deprecated warnings for self */
-#ifndef PROTOBUF_C__NO_DEPRECATED
-#define PROTOBUF_C__NO_DEPRECATED
-#endif
-
-#include "DebugLogRequest.pb-c.h"
-void debug_log_request__init
- (DebugLogRequest *message)
-{
- static const DebugLogRequest init_value = DEBUG_LOG_REQUEST__INIT;
- *message = init_value;
-}
-size_t debug_log_request__get_packed_size
- (const DebugLogRequest *message)
-{
- assert(message->base.descriptor == &debug_log_request__descriptor);
- return protobuf_c_message_get_packed_size ((const ProtobufCMessage*)(message));
-}
-size_t debug_log_request__pack
- (const DebugLogRequest *message,
- uint8_t *out)
-{
- assert(message->base.descriptor == &debug_log_request__descriptor);
- return protobuf_c_message_pack ((const ProtobufCMessage*)message, out);
-}
-size_t debug_log_request__pack_to_buffer
- (const DebugLogRequest *message,
- ProtobufCBuffer *buffer)
-{
- assert(message->base.descriptor == &debug_log_request__descriptor);
- return protobuf_c_message_pack_to_buffer ((const ProtobufCMessage*)message, buffer);
-}
-DebugLogRequest *
- debug_log_request__unpack
- (ProtobufCAllocator *allocator,
- size_t len,
- const uint8_t *data)
-{
- return (DebugLogRequest *)
- protobuf_c_message_unpack (&debug_log_request__descriptor,
- allocator, len, data);
-}
-void debug_log_request__free_unpacked
- (DebugLogRequest *message,
- ProtobufCAllocator *allocator)
-{
- if(!message)
- return;
- assert(message->base.descriptor == &debug_log_request__descriptor);
- protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator);
-}
-#define debug_log_request__field_descriptors NULL
-#define debug_log_request__field_indices_by_name NULL
-#define debug_log_request__number_ranges NULL
-const ProtobufCMessageDescriptor debug_log_request__descriptor =
-{
- PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
- "DebugLogRequest",
- "DebugLogRequest",
- "DebugLogRequest",
- "",
- sizeof(DebugLogRequest),
- 0,
- debug_log_request__field_descriptors,
- debug_log_request__field_indices_by_name,
- 0, debug_log_request__number_ranges,
- (ProtobufCMessageInit) debug_log_request__init,
- NULL,NULL,NULL /* reserved[123] */
-};