aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.PMR
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2022-11-03 16:22:14 +0200
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2022-11-03 16:22:14 +0200
commit33907cc43364f70425578cc703989149a549ff1a (patch)
tree66e4f311e3f1776784984423e5ab92874c7b4788 /Software/Visual_Studio/Tango.PMR
parent3129bcc8603f9f0dcc394c34484f7f00f04d1c50 (diff)
downloadTango-33907cc43364f70425578cc703989149a549ff1a.tar.gz
Tango-33907cc43364f70425578cc703989149a549ff1a.zip
Added to Protobuf message ConversionInput bool ForFineTuning.
Related Work Items: #7324
Diffstat (limited to 'Software/Visual_Studio/Tango.PMR')
-rw-r--r--Software/Visual_Studio/Tango.PMR/ColorLab/ConversionInput.cs37
1 files changed, 33 insertions, 4 deletions
diff --git a/Software/Visual_Studio/Tango.PMR/ColorLab/ConversionInput.cs b/Software/Visual_Studio/Tango.PMR/ColorLab/ConversionInput.cs
index a1f1538d3..aa55383a7 100644
--- a/Software/Visual_Studio/Tango.PMR/ColorLab/ConversionInput.cs
+++ b/Software/Visual_Studio/Tango.PMR/ColorLab/ConversionInput.cs
@@ -24,7 +24,7 @@ namespace Tango.PMR.ColorLab {
string.Concat(
"ChVDb252ZXJzaW9uSW5wdXQucHJvdG8SElRhbmdvLlBNUi5Db2xvckxhYhoW",
"SW5wdXRDb29yZGluYXRlcy5wcm90bxoQQ29sb3JTcGFjZS5wcm90bxoSUHJv",
- "Y2Vzc1JhbmdlLnByb3RvItIDCg9Db252ZXJzaW9uSW5wdXQSDwoHVGhyZWFk",
+ "Y2Vzc1JhbmdlLnByb3RvIukDCg9Db252ZXJzaW9uSW5wdXQSDwoHVGhyZWFk",
"TBgBIAEoARIPCgdUaHJlYWRBGAIgASgBEg8KB1RocmVhZEIYAyABKAESMgoK",
"Q29sb3JTcGFjZRgEIAEoDjIeLlRhbmdvLlBNUi5Db2xvckxhYi5Db2xvclNw",
"YWNlEj4KEElucHV0Q29vcmRpbmF0ZXMYBSABKAsyJC5UYW5nby5QTVIuQ29s",
@@ -34,12 +34,13 @@ namespace Tango.PMR.ColorLab {
"UmFuZ2VzGAsgAygLMiAuVGFuZ28uUE1SLkNvbG9yTGFiLlByb2Nlc3NSYW5n",
"ZRIUCgxHZW5lcmF0ZUhpdmUYDCABKAgSFAoMVXNlTGlnaHRJbmtzGA0gASgI",
"EgwKBFZNYXgYDiABKAESDwoHR2JkRGF0YRgPIAEoDBIPCgdMdWJEYXRhGBAg",
- "ASgMEh0KFVVzZUx1YnJpY2FudFRyYW5zZm9ybRgRIAEoCEIeChxjb20udHdp",
- "bmUudGFuZ28ucG1yLmNvbG9ybGFiYgZwcm90bzM="));
+ "ASgMEh0KFVVzZUx1YnJpY2FudFRyYW5zZm9ybRgRIAEoCBIVCg1Gb3JGaW5l",
+ "VHVuaW5nGBIgASgIQh4KHGNvbS50d2luZS50YW5nby5wbXIuY29sb3JsYWJi",
+ "BnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::Tango.PMR.ColorLab.InputCoordinatesReflection.Descriptor, global::Tango.PMR.ColorLab.ColorSpaceReflection.Descriptor, global::Tango.PMR.ColorLab.ProcessRangeReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] {
- new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ColorLab.ConversionInput), global::Tango.PMR.ColorLab.ConversionInput.Parser, new[]{ "ThreadL", "ThreadA", "ThreadB", "ColorSpace", "InputCoordinates", "ForwardData", "InverseData", "SegmentLength", "DeltaChroma", "DeltaL", "ProcessRanges", "GenerateHive", "UseLightInks", "VMax", "GbdData", "LubData", "UseLubricantTransform" }, null, null, null)
+ new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ColorLab.ConversionInput), global::Tango.PMR.ColorLab.ConversionInput.Parser, new[]{ "ThreadL", "ThreadA", "ThreadB", "ColorSpace", "InputCoordinates", "ForwardData", "InverseData", "SegmentLength", "DeltaChroma", "DeltaL", "ProcessRanges", "GenerateHive", "UseLightInks", "VMax", "GbdData", "LubData", "UseLubricantTransform", "ForFineTuning" }, null, null, null)
}));
}
#endregion
@@ -87,6 +88,7 @@ namespace Tango.PMR.ColorLab {
gbdData_ = other.gbdData_;
lubData_ = other.lubData_;
useLubricantTransform_ = other.useLubricantTransform_;
+ forFineTuning_ = other.forFineTuning_;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -280,6 +282,17 @@ namespace Tango.PMR.ColorLab {
}
}
+ /// <summary>Field number for the "ForFineTuning" field.</summary>
+ public const int ForFineTuningFieldNumber = 18;
+ private bool forFineTuning_;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ public bool ForFineTuning {
+ get { return forFineTuning_; }
+ set {
+ forFineTuning_ = value;
+ }
+ }
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public override bool Equals(object other) {
return Equals(other as ConversionInput);
@@ -310,6 +323,7 @@ namespace Tango.PMR.ColorLab {
if (GbdData != other.GbdData) return false;
if (LubData != other.LubData) return false;
if (UseLubricantTransform != other.UseLubricantTransform) return false;
+ if (ForFineTuning != other.ForFineTuning) return false;
return true;
}
@@ -333,6 +347,7 @@ namespace Tango.PMR.ColorLab {
if (GbdData.Length != 0) hash ^= GbdData.GetHashCode();
if (LubData.Length != 0) hash ^= LubData.GetHashCode();
if (UseLubricantTransform != false) hash ^= UseLubricantTransform.GetHashCode();
+ if (ForFineTuning != false) hash ^= ForFineTuning.GetHashCode();
return hash;
}
@@ -408,6 +423,10 @@ namespace Tango.PMR.ColorLab {
output.WriteRawTag(136, 1);
output.WriteBool(UseLubricantTransform);
}
+ if (ForFineTuning != false) {
+ output.WriteRawTag(144, 1);
+ output.WriteBool(ForFineTuning);
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -462,6 +481,9 @@ namespace Tango.PMR.ColorLab {
if (UseLubricantTransform != false) {
size += 2 + 1;
}
+ if (ForFineTuning != false) {
+ size += 2 + 1;
+ }
return size;
}
@@ -522,6 +544,9 @@ namespace Tango.PMR.ColorLab {
if (other.UseLubricantTransform != false) {
UseLubricantTransform = other.UseLubricantTransform;
}
+ if (other.ForFineTuning != false) {
+ ForFineTuning = other.ForFineTuning;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -603,6 +628,10 @@ namespace Tango.PMR.ColorLab {
UseLubricantTransform = input.ReadBool();
break;
}
+ case 144: {
+ ForFineTuning = input.ReadBool();
+ break;
+ }
}
}
}