From 52a2993f2968711ebb00a49e543d7d367cbfbc71 Mon Sep 17 00:00:00 2001 From: Mirta Date: Mon, 12 Dec 2022 09:11:26 +0200 Subject: Add Conversion Type to GBD --- .../PMR/ColorLab/ConversionType.pb-c.c | 37 +++++++++++++++++++ .../PMR/ColorLab/ConversionType.pb-c.h | 43 ++++++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 Software/Visual_Studio/ColorLib/Tango.ColorLib_v6/PMR/ColorLab/ConversionType.pb-c.c create mode 100644 Software/Visual_Studio/ColorLib/Tango.ColorLib_v6/PMR/ColorLab/ConversionType.pb-c.h (limited to 'Software/Visual_Studio') diff --git a/Software/Visual_Studio/ColorLib/Tango.ColorLib_v6/PMR/ColorLab/ConversionType.pb-c.c b/Software/Visual_Studio/ColorLib/Tango.ColorLib_v6/PMR/ColorLab/ConversionType.pb-c.c new file mode 100644 index 000000000..535cd701b --- /dev/null +++ b/Software/Visual_Studio/ColorLib/Tango.ColorLib_v6/PMR/ColorLab/ConversionType.pb-c.c @@ -0,0 +1,37 @@ +/* Generated by the protocol buffer compiler. DO NOT EDIT! */ +/* Generated from: ConversionType.proto */ + +/* Do not generate deprecated warnings for self */ +#ifndef PROTOBUF_C__NO_DEPRECATED +#define PROTOBUF_C__NO_DEPRECATED +#endif + +#include "ConversionType.pb-c.h" +static const ProtobufCEnumValue conversion_type__enum_values_by_number[2] = +{ + { "Default", "CONVERSION_TYPE__Default", 0 }, + { "FineTuning", "CONVERSION_TYPE__FineTuning", 1 }, +}; +static const ProtobufCIntRange conversion_type__value_ranges[] = { +{0, 0},{0, 2} +}; +static const ProtobufCEnumValueIndex conversion_type__enum_values_by_name[2] = +{ + { "Default", 0 }, + { "FineTuning", 1 }, +}; +const ProtobufCEnumDescriptor conversion_type__descriptor = +{ + PROTOBUF_C__ENUM_DESCRIPTOR_MAGIC, + "ConversionType", + "ConversionType", + "ConversionType", + "", + 2, + conversion_type__enum_values_by_number, + 2, + conversion_type__enum_values_by_name, + 1, + conversion_type__value_ranges, + NULL,NULL,NULL,NULL /* reserved[1234] */ +}; diff --git a/Software/Visual_Studio/ColorLib/Tango.ColorLib_v6/PMR/ColorLab/ConversionType.pb-c.h b/Software/Visual_Studio/ColorLib/Tango.ColorLib_v6/PMR/ColorLab/ConversionType.pb-c.h new file mode 100644 index 000000000..72c007851 --- /dev/null +++ b/Software/Visual_Studio/ColorLib/Tango.ColorLib_v6/PMR/ColorLab/ConversionType.pb-c.h @@ -0,0 +1,43 @@ +/* Generated by the protocol buffer compiler. DO NOT EDIT! */ +/* Generated from: ConversionType.proto */ + +#ifndef PROTOBUF_C_ConversionType_2eproto__INCLUDED +#define PROTOBUF_C_ConversionType_2eproto__INCLUDED + +#include + +PROTOBUF_C__BEGIN_DECLS + +#if PROTOBUF_C_VERSION_NUMBER < 1003000 +# 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 1003000 < 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 + + + + +/* --- enums --- */ + +typedef enum _ConversionType { + CONVERSION_TYPE__Default = 0, + CONVERSION_TYPE__FineTuning = 1 + PROTOBUF_C__FORCE_ENUM_TO_BE_INT_SIZE(CONVERSION_TYPE) +} ConversionType; + +/* --- messages --- */ + +/* --- per-message closures --- */ + + +/* --- services --- */ + + +/* --- descriptors --- */ + +extern const ProtobufCEnumDescriptor conversion_type__descriptor; + +PROTOBUF_C__END_DECLS + + +#endif /* PROTOBUF_C_ConversionType_2eproto__INCLUDED */ -- cgit v1.3.1