diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-09-09 16:52:28 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-09-09 16:52:28 +0200 |
commit | 38495d423f23b145a4377f87a536db5d2721f814 (patch) | |
tree | 61087a4c5e4138873cc4e6e0f9eeb4ac22d617e2 /protobuf-c | |
parent | ccb717ac524bb8a5c49ae92710864d022eebb401 (diff) |
Cleaned up repository, moved files where they belong to.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'protobuf-c')
-rw-r--r-- | protobuf-c/example.pb-c.c | 411 | ||||
-rw-r--r-- | protobuf-c/example.pb-c.h | 166 | ||||
-rw-r--r-- | protobuf-c/example.proto | 31 |
3 files changed, 0 insertions, 608 deletions
diff --git a/protobuf-c/example.pb-c.c b/protobuf-c/example.pb-c.c deleted file mode 100644 index abce500..0000000 --- a/protobuf-c/example.pb-c.c +++ /dev/null @@ -1,411 +0,0 @@ -/* Generated by the protocol buffer compiler. DO NOT EDIT! */ -/* Generated from: protobuf-c/example.proto */ - -/* Do not generate deprecated warnings for self */ -#ifndef PROTOBUF_C__NO_DEPRECATED -#define PROTOBUF_C__NO_DEPRECATED -#endif - -#include "protobuf-c/example.pb-c.h" -void something_with_uints__init - (SomethingWithUINTs *message) -{ - static const SomethingWithUINTs init_value = SOMETHING_WITH_UINTS__INIT; - *message = init_value; -} -size_t something_with_uints__get_packed_size - (const SomethingWithUINTs *message) -{ - assert(message->base.descriptor == &something_with_uints__descriptor); - return protobuf_c_message_get_packed_size ((const ProtobufCMessage*)(message)); -} -size_t something_with_uints__pack - (const SomethingWithUINTs *message, - uint8_t *out) -{ - assert(message->base.descriptor == &something_with_uints__descriptor); - return protobuf_c_message_pack ((const ProtobufCMessage*)message, out); -} -size_t something_with_uints__pack_to_buffer - (const SomethingWithUINTs *message, - ProtobufCBuffer *buffer) -{ - assert(message->base.descriptor == &something_with_uints__descriptor); - return protobuf_c_message_pack_to_buffer ((const ProtobufCMessage*)message, buffer); -} -SomethingWithUINTs * - something_with_uints__unpack - (ProtobufCAllocator *allocator, - size_t len, - const uint8_t *data) -{ - return (SomethingWithUINTs *) - protobuf_c_message_unpack (&something_with_uints__descriptor, - allocator, len, data); -} -void something_with_uints__free_unpacked - (SomethingWithUINTs *message, - ProtobufCAllocator *allocator) -{ - if(!message) - return; - assert(message->base.descriptor == &something_with_uints__descriptor); - protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator); -} -void something_more__init - (SomethingMore *message) -{ - static const SomethingMore init_value = SOMETHING_MORE__INIT; - *message = init_value; -} -size_t something_more__get_packed_size - (const SomethingMore *message) -{ - assert(message->base.descriptor == &something_more__descriptor); - return protobuf_c_message_get_packed_size ((const ProtobufCMessage*)(message)); -} -size_t something_more__pack - (const SomethingMore *message, - uint8_t *out) -{ - assert(message->base.descriptor == &something_more__descriptor); - return protobuf_c_message_pack ((const ProtobufCMessage*)message, out); -} -size_t something_more__pack_to_buffer - (const SomethingMore *message, - ProtobufCBuffer *buffer) -{ - assert(message->base.descriptor == &something_more__descriptor); - return protobuf_c_message_pack_to_buffer ((const ProtobufCMessage*)message, buffer); -} -SomethingMore * - something_more__unpack - (ProtobufCAllocator *allocator, - size_t len, - const uint8_t *data) -{ - return (SomethingMore *) - protobuf_c_message_unpack (&something_more__descriptor, - allocator, len, data); -} -void something_more__free_unpacked - (SomethingMore *message, - ProtobufCAllocator *allocator) -{ - if(!message) - return; - assert(message->base.descriptor == &something_more__descriptor); - protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator); -} -void even_more__init - (EvenMore *message) -{ - static const EvenMore init_value = EVEN_MORE__INIT; - *message = init_value; -} -size_t even_more__get_packed_size - (const EvenMore *message) -{ - assert(message->base.descriptor == &even_more__descriptor); - return protobuf_c_message_get_packed_size ((const ProtobufCMessage*)(message)); -} -size_t even_more__pack - (const EvenMore *message, - uint8_t *out) -{ - assert(message->base.descriptor == &even_more__descriptor); - return protobuf_c_message_pack ((const ProtobufCMessage*)message, out); -} -size_t even_more__pack_to_buffer - (const EvenMore *message, - ProtobufCBuffer *buffer) -{ - assert(message->base.descriptor == &even_more__descriptor); - return protobuf_c_message_pack_to_buffer ((const ProtobufCMessage*)message, buffer); -} -EvenMore * - even_more__unpack - (ProtobufCAllocator *allocator, - size_t len, - const uint8_t *data) -{ - return (EvenMore *) - protobuf_c_message_unpack (&even_more__descriptor, - allocator, len, data); -} -void even_more__free_unpacked - (EvenMore *message, - ProtobufCAllocator *allocator) -{ - if(!message) - return; - assert(message->base.descriptor == &even_more__descriptor); - protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator); -} -static const ProtobufCFieldDescriptor something_with_uints__field_descriptors[3] = -{ - { - "id", - 1, - PROTOBUF_C_LABEL_OPTIONAL, - PROTOBUF_C_TYPE_UINT32, - offsetof(SomethingWithUINTs, has_id), - offsetof(SomethingWithUINTs, id), - NULL, - NULL, - 0, /* flags */ - 0,NULL,NULL /* reserved1,reserved2, etc */ - }, - { - "ip_address", - 2, - PROTOBUF_C_LABEL_OPTIONAL, - PROTOBUF_C_TYPE_UINT32, - offsetof(SomethingWithUINTs, has_ip_address), - offsetof(SomethingWithUINTs, ip_address), - NULL, - NULL, - 0, /* flags */ - 0,NULL,NULL /* reserved1,reserved2, etc */ - }, - { - "port_num", - 3, - PROTOBUF_C_LABEL_OPTIONAL, - PROTOBUF_C_TYPE_UINT32, - offsetof(SomethingWithUINTs, has_port_num), - offsetof(SomethingWithUINTs, port_num), - NULL, - NULL, - 0, /* flags */ - 0,NULL,NULL /* reserved1,reserved2, etc */ - }, -}; -static const unsigned something_with_uints__field_indices_by_name[] = { - 0, /* field[0] = id */ - 1, /* field[1] = ip_address */ - 2, /* field[2] = port_num */ -}; -static const ProtobufCIntRange something_with_uints__number_ranges[1 + 1] = -{ - { 1, 0 }, - { 0, 3 } -}; -const ProtobufCMessageDescriptor something_with_uints__descriptor = -{ - PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC, - "SomethingWithUINTs", - "SomethingWithUINTs", - "SomethingWithUINTs", - "", - sizeof(SomethingWithUINTs), - 3, - something_with_uints__field_descriptors, - something_with_uints__field_indices_by_name, - 1, something_with_uints__number_ranges, - (ProtobufCMessageInit) something_with_uints__init, - NULL,NULL,NULL /* reserved[123] */ -}; -static const ProtobufCEnumValue something_more__errors__enum_values_by_number[5] = -{ - { "SUCCESS", "SOMETHING_MORE__ERRORS__SUCCESS", 200 }, - { "ERROR_BAD_REQUEST", "SOMETHING_MORE__ERRORS__ERROR_BAD_REQUEST", 400 }, - { "ERROR_NOT_FOUND", "SOMETHING_MORE__ERRORS__ERROR_NOT_FOUND", 404 }, - { "ERROR_SERVER_ERROR", "SOMETHING_MORE__ERRORS__ERROR_SERVER_ERROR", 500 }, - { "ERROR_SERVICE_UNAVAILABLE", "SOMETHING_MORE__ERRORS__ERROR_SERVICE_UNAVAILABLE", 503 }, -}; -static const ProtobufCIntRange something_more__errors__value_ranges[] = { -{200, 0},{400, 1},{404, 2},{500, 3},{503, 4},{0, 5} -}; -static const ProtobufCEnumValueIndex something_more__errors__enum_values_by_name[5] = -{ - { "ERROR_BAD_REQUEST", 1 }, - { "ERROR_NOT_FOUND", 2 }, - { "ERROR_SERVER_ERROR", 3 }, - { "ERROR_SERVICE_UNAVAILABLE", 4 }, - { "SUCCESS", 0 }, -}; -const ProtobufCEnumDescriptor something_more__errors__descriptor = -{ - PROTOBUF_C__ENUM_DESCRIPTOR_MAGIC, - "SomethingMore.Errors", - "Errors", - "SomethingMore__Errors", - "", - 5, - something_more__errors__enum_values_by_number, - 5, - something_more__errors__enum_values_by_name, - 5, - something_more__errors__value_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ -}; -static const ProtobufCFieldDescriptor something_more__field_descriptors[2] = -{ - { - "error_code", - 1, - PROTOBUF_C_LABEL_OPTIONAL, - PROTOBUF_C_TYPE_ENUM, - offsetof(SomethingMore, has_error_code), - offsetof(SomethingMore, error_code), - &something_more__errors__descriptor, - NULL, - 0, /* flags */ - 0,NULL,NULL /* reserved1,reserved2, etc */ - }, - { - "uints", - 2, - PROTOBUF_C_LABEL_OPTIONAL, - PROTOBUF_C_TYPE_MESSAGE, - 0, /* quantifier_offset */ - offsetof(SomethingMore, uints), - &something_with_uints__descriptor, - NULL, - 0, /* flags */ - 0,NULL,NULL /* reserved1,reserved2, etc */ - }, -}; -static const unsigned something_more__field_indices_by_name[] = { - 0, /* field[0] = error_code */ - 1, /* field[1] = uints */ -}; -static const ProtobufCIntRange something_more__number_ranges[1 + 1] = -{ - { 1, 0 }, - { 0, 2 } -}; -const ProtobufCMessageDescriptor something_more__descriptor = -{ - PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC, - "SomethingMore", - "SomethingMore", - "SomethingMore", - "", - sizeof(SomethingMore), - 2, - something_more__field_descriptors, - something_more__field_indices_by_name, - 1, something_more__number_ranges, - (ProtobufCMessageInit) something_more__init, - NULL,NULL,NULL /* reserved[123] */ -}; -static const ProtobufCEnumValue even_more__some_enum__enum_values_by_number[2] = -{ - { "FIRST", "EVEN_MORE__SOME_ENUM__FIRST", 254 }, - { "SECOND", "EVEN_MORE__SOME_ENUM__SECOND", 255 }, -}; -static const ProtobufCIntRange even_more__some_enum__value_ranges[] = { -{254, 0},{0, 2} -}; -static const ProtobufCEnumValueIndex even_more__some_enum__enum_values_by_name[2] = -{ - { "FIRST", 0 }, - { "SECOND", 1 }, -}; -const ProtobufCEnumDescriptor even_more__some_enum__descriptor = -{ - PROTOBUF_C__ENUM_DESCRIPTOR_MAGIC, - "EvenMore.SomeEnum", - "SomeEnum", - "EvenMore__SomeEnum", - "", - 2, - even_more__some_enum__enum_values_by_number, - 2, - even_more__some_enum__enum_values_by_name, - 1, - even_more__some_enum__value_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ -}; -static const ProtobufCFieldDescriptor even_more__field_descriptors[5] = -{ - { - "enum_value", - 1, - PROTOBUF_C_LABEL_REQUIRED, - PROTOBUF_C_TYPE_ENUM, - 0, /* quantifier_offset */ - offsetof(EvenMore, enum_value), - &even_more__some_enum__descriptor, - NULL, - 0, /* flags */ - 0,NULL,NULL /* reserved1,reserved2, etc */ - }, - { - "uints", - 2, - PROTOBUF_C_LABEL_REPEATED, - PROTOBUF_C_TYPE_MESSAGE, - offsetof(EvenMore, n_uints), - offsetof(EvenMore, uints), - &something_with_uints__descriptor, - NULL, - 0, /* flags */ - 0,NULL,NULL /* reserved1,reserved2, etc */ - }, - { - "name", - 3, - PROTOBUF_C_LABEL_REQUIRED, - PROTOBUF_C_TYPE_BYTES, - 0, /* quantifier_offset */ - offsetof(EvenMore, name), - NULL, - NULL, - 0, /* flags */ - 0,NULL,NULL /* reserved1,reserved2, etc */ - }, - { - "value", - 4, - PROTOBUF_C_LABEL_REQUIRED, - PROTOBUF_C_TYPE_BYTES, - 0, /* quantifier_offset */ - offsetof(EvenMore, value), - NULL, - NULL, - 0, /* flags */ - 0,NULL,NULL /* reserved1,reserved2, etc */ - }, - { - "s", - 5, - PROTOBUF_C_LABEL_OPTIONAL, - PROTOBUF_C_TYPE_STRING, - 0, /* quantifier_offset */ - offsetof(EvenMore, s), - NULL, - NULL, - 0, /* flags */ - 0,NULL,NULL /* reserved1,reserved2, etc */ - }, -}; -static const unsigned even_more__field_indices_by_name[] = { - 0, /* field[0] = enum_value */ - 2, /* field[2] = name */ - 4, /* field[4] = s */ - 1, /* field[1] = uints */ - 3, /* field[3] = value */ -}; -static const ProtobufCIntRange even_more__number_ranges[1 + 1] = -{ - { 1, 0 }, - { 0, 5 } -}; -const ProtobufCMessageDescriptor even_more__descriptor = -{ - PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC, - "EvenMore", - "EvenMore", - "EvenMore", - "", - sizeof(EvenMore), - 5, - even_more__field_descriptors, - even_more__field_indices_by_name, - 1, even_more__number_ranges, - (ProtobufCMessageInit) even_more__init, - NULL,NULL,NULL /* reserved[123] */ -}; diff --git a/protobuf-c/example.pb-c.h b/protobuf-c/example.pb-c.h deleted file mode 100644 index b1fc5a0..0000000 --- a/protobuf-c/example.pb-c.h +++ /dev/null @@ -1,166 +0,0 @@ -/* Generated by the protocol buffer compiler. DO NOT EDIT! */ -/* Generated from: protobuf-c/example.proto */ - -#ifndef PROTOBUF_C_protobuf_2dc_2fexample_2eproto__INCLUDED -#define PROTOBUF_C_protobuf_2dc_2fexample_2eproto__INCLUDED - -#include <protobuf-c/protobuf-c.h> - -PROTOBUF_C__BEGIN_DECLS - -#if PROTOBUF_C_VERSION_NUMBER < 1000000 -# error This file was generated by a newer version of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers. -#elif 1003003 < PROTOBUF_C_MIN_COMPILER_VERSION -# error This file was generated by an older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerate this file with a newer version of protoc-c. -#endif - - -typedef struct _SomethingWithUINTs SomethingWithUINTs; -typedef struct _SomethingMore SomethingMore; -typedef struct _EvenMore EvenMore; - - -/* --- enums --- */ - -typedef enum _SomethingMore__Errors { - SOMETHING_MORE__ERRORS__SUCCESS = 200, - SOMETHING_MORE__ERRORS__ERROR_BAD_REQUEST = 400, - SOMETHING_MORE__ERRORS__ERROR_NOT_FOUND = 404, - SOMETHING_MORE__ERRORS__ERROR_SERVER_ERROR = 500, - SOMETHING_MORE__ERRORS__ERROR_SERVICE_UNAVAILABLE = 503 - PROTOBUF_C__FORCE_ENUM_TO_BE_INT_SIZE(SOMETHING_MORE__ERRORS) -} SomethingMore__Errors; -typedef enum _EvenMore__SomeEnum { - EVEN_MORE__SOME_ENUM__FIRST = 254, - EVEN_MORE__SOME_ENUM__SECOND = 255 - PROTOBUF_C__FORCE_ENUM_TO_BE_INT_SIZE(EVEN_MORE__SOME_ENUM) -} EvenMore__SomeEnum; - -/* --- messages --- */ - -struct _SomethingWithUINTs -{ - ProtobufCMessage base; - protobuf_c_boolean has_id; - uint32_t id; - protobuf_c_boolean has_ip_address; - uint32_t ip_address; - protobuf_c_boolean has_port_num; - uint32_t port_num; -}; -#define SOMETHING_WITH_UINTS__INIT \ - { PROTOBUF_C_MESSAGE_INIT (&something_with_uints__descriptor) \ - , 0, 0, 0, 0, 0, 0 } - - -struct _SomethingMore -{ - ProtobufCMessage base; - protobuf_c_boolean has_error_code; - SomethingMore__Errors error_code; - SomethingWithUINTs *uints; -}; -#define SOMETHING_MORE__INIT \ - { PROTOBUF_C_MESSAGE_INIT (&something_more__descriptor) \ - , 0, SOMETHING_MORE__ERRORS__SUCCESS, NULL } - - -struct _EvenMore -{ - ProtobufCMessage base; - EvenMore__SomeEnum enum_value; - size_t n_uints; - SomethingWithUINTs **uints; - ProtobufCBinaryData name; - ProtobufCBinaryData value; - char *s; -}; -#define EVEN_MORE__INIT \ - { PROTOBUF_C_MESSAGE_INIT (&even_more__descriptor) \ - , EVEN_MORE__SOME_ENUM__FIRST, 0,NULL, {0,NULL}, {0,NULL}, NULL } - - -/* SomethingWithUINTs methods */ -void something_with_uints__init - (SomethingWithUINTs *message); -size_t something_with_uints__get_packed_size - (const SomethingWithUINTs *message); -size_t something_with_uints__pack - (const SomethingWithUINTs *message, - uint8_t *out); -size_t something_with_uints__pack_to_buffer - (const SomethingWithUINTs *message, - ProtobufCBuffer *buffer); -SomethingWithUINTs * - something_with_uints__unpack - (ProtobufCAllocator *allocator, - size_t len, - const uint8_t *data); -void something_with_uints__free_unpacked - (SomethingWithUINTs *message, - ProtobufCAllocator *allocator); -/* SomethingMore methods */ -void something_more__init - (SomethingMore *message); -size_t something_more__get_packed_size - (const SomethingMore *message); -size_t something_more__pack - (const SomethingMore *message, - uint8_t *out); -size_t something_more__pack_to_buffer - (const SomethingMore *message, - ProtobufCBuffer *buffer); -SomethingMore * - something_more__unpack - (ProtobufCAllocator *allocator, - size_t len, - const uint8_t *data); -void something_more__free_unpacked - (SomethingMore *message, - ProtobufCAllocator *allocator); -/* EvenMore methods */ -void even_more__init - (EvenMore *message); -size_t even_more__get_packed_size - (const EvenMore *message); -size_t even_more__pack - (const EvenMore *message, - uint8_t *out); -size_t even_more__pack_to_buffer - (const EvenMore *message, - ProtobufCBuffer *buffer); -EvenMore * - even_more__unpack - (ProtobufCAllocator *allocator, - size_t len, - const uint8_t *data); -void even_more__free_unpacked - (EvenMore *message, - ProtobufCAllocator *allocator); -/* --- per-message closures --- */ - -typedef void (*SomethingWithUINTs_Closure) - (const SomethingWithUINTs *message, - void *closure_data); -typedef void (*SomethingMore_Closure) - (const SomethingMore *message, - void *closure_data); -typedef void (*EvenMore_Closure) - (const EvenMore *message, - void *closure_data); - -/* --- services --- */ - - -/* --- descriptors --- */ - -extern const ProtobufCMessageDescriptor something_with_uints__descriptor; -extern const ProtobufCMessageDescriptor something_more__descriptor; -extern const ProtobufCEnumDescriptor something_more__errors__descriptor; -extern const ProtobufCMessageDescriptor even_more__descriptor; -extern const ProtobufCEnumDescriptor even_more__some_enum__descriptor; - -PROTOBUF_C__END_DECLS - - -#endif /* PROTOBUF_C_protobuf_2dc_2fexample_2eproto__INCLUDED */ diff --git a/protobuf-c/example.proto b/protobuf-c/example.proto deleted file mode 100644 index e77f36c..0000000 --- a/protobuf-c/example.proto +++ /dev/null @@ -1,31 +0,0 @@ -syntax = "proto2"; - -message SomethingWithUINTs { - optional uint32 id = 1; - optional uint32 ip_address = 2; - optional uint32 port_num = 3; -} - -message SomethingMore { - enum Errors { - SUCCESS = 200; - ERROR_BAD_REQUEST = 400; - ERROR_NOT_FOUND = 404; - ERROR_SERVER_ERROR = 500; - ERROR_SERVICE_UNAVAILABLE = 503; - } - optional Errors error_code = 1; - optional SomethingWithUINTs uints = 2; -} - -message EvenMore { - enum SomeEnum { - FIRST = 0xFE; - SECOND = 0xFF; - } - required SomeEnum enum_value = 1; - repeated SomethingWithUINTs uints = 2; - required bytes name=3; - required bytes value=4; - optional string s=5; -} |