aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio
diff options
context:
space:
mode:
authorMirta <mirta@twine-s.com>2022-12-12 09:11:26 +0200
committerMirta <mirta@twine-s.com>2022-12-12 09:11:26 +0200
commit52a2993f2968711ebb00a49e543d7d367cbfbc71 (patch)
tree9050b60439765836ab12f353bd05db22325d1c2b /Software/Visual_Studio
parentc635227f531b20ff89a81b6a8b751f6405bc138b (diff)
downloadTango-52a2993f2968711ebb00a49e543d7d367cbfbc71.tar.gz
Tango-52a2993f2968711ebb00a49e543d7d367cbfbc71.zip
Add Conversion Type to GBD
Diffstat (limited to 'Software/Visual_Studio')
-rw-r--r--Software/Visual_Studio/ColorLib/Tango.ColorLib_v6/PMR/ColorLab/ConversionType.pb-c.c37
-rw-r--r--Software/Visual_Studio/ColorLib/Tango.ColorLib_v6/PMR/ColorLab/ConversionType.pb-c.h43
2 files changed, 80 insertions, 0 deletions
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/protobuf-c.h>
+
+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 */