aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.PMR/Exports/JobFileBrushStop.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.PMR/Exports/JobFileBrushStop.cs')
-rw-r--r--Software/Visual_Studio/Tango.PMR/Exports/JobFileBrushStop.cs92
1 files changed, 89 insertions, 3 deletions
diff --git a/Software/Visual_Studio/Tango.PMR/Exports/JobFileBrushStop.cs b/Software/Visual_Studio/Tango.PMR/Exports/JobFileBrushStop.cs
index 308057cbb..f5b5278c7 100644
--- a/Software/Visual_Studio/Tango.PMR/Exports/JobFileBrushStop.cs
+++ b/Software/Visual_Studio/Tango.PMR/Exports/JobFileBrushStop.cs
@@ -23,7 +23,7 @@ namespace Tango.PMR.Exports {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChZKb2JGaWxlQnJ1c2hTdG9wLnByb3RvEhFUYW5nby5QTVIuRXhwb3J0cxoZ",
- "Sm9iRmlsZUxpcXVpZFZvbHVtZS5wcm90byL+AgoQSm9iRmlsZUJydXNoU3Rv",
+ "Sm9iRmlsZUxpcXVpZFZvbHVtZS5wcm90byK6AwoQSm9iRmlsZUJydXNoU3Rv",
"cBIWCg5Db2xvclNwYWNlR3VpZBgBIAEoCRIVCg1PZmZzZXRQZXJjZW50GAIg",
"ASgBEgwKBEN5YW4YAyABKAESDwoHTWFnZW50YRgEIAEoARIOCgZZZWxsb3cY",
"BSABKAESDQoFQmxhY2sYBiABKAESCwoDUmVkGAcgASgFEg0KBUdyZWVuGAgg",
@@ -32,11 +32,13 @@ namespace Tango.PMR.Exports {
"cnRzLkpvYkZpbGVMaXF1aWRWb2x1bWUSEQoJQ29ycmVjdGVkGBUgASgIEhgK",
"EENvbG9yQ2F0YWxvZ0d1aWQYFiABKAkSHAoUQ29sb3JDYXRhbG9nSXRlbUd1",
"aWQYFyABKAkSFQoNSXNUcmFuc3BhcmVudBgZIAEoCBIRCglTdG9wSW5kZXgY",
- "GiABKAVCHQobY29tLnR3aW5lLnRhbmdvLnBtci5leHBvcnRzYgZwcm90bzM="));
+ "GiABKAUSEgoKQmVzdE1hdGNoUhgbIAEoBRISCgpCZXN0TWF0Y2hHGBwgASgF",
+ "EhIKCkJlc3RNYXRjaEIYHSABKAVCHQobY29tLnR3aW5lLnRhbmdvLnBtci5l",
+ "eHBvcnRzYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::Tango.PMR.Exports.JobFileLiquidVolumeReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] {
- new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Exports.JobFileBrushStop), global::Tango.PMR.Exports.JobFileBrushStop.Parser, new[]{ "ColorSpaceGuid", "OffsetPercent", "Cyan", "Magenta", "Yellow", "Black", "Red", "Green", "Blue", "L", "A", "B", "LiquidVolumes", "Corrected", "ColorCatalogGuid", "ColorCatalogItemGuid", "IsTransparent", "StopIndex" }, null, null, null)
+ new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Exports.JobFileBrushStop), global::Tango.PMR.Exports.JobFileBrushStop.Parser, new[]{ "ColorSpaceGuid", "OffsetPercent", "Cyan", "Magenta", "Yellow", "Black", "Red", "Green", "Blue", "L", "A", "B", "LiquidVolumes", "Corrected", "ColorCatalogGuid", "ColorCatalogItemGuid", "IsTransparent", "StopIndex", "BestMatchR", "BestMatchG", "BestMatchB" }, null, null, null)
}));
}
#endregion
@@ -85,6 +87,9 @@ namespace Tango.PMR.Exports {
colorCatalogItemGuid_ = other.colorCatalogItemGuid_;
isTransparent_ = other.isTransparent_;
stopIndex_ = other.stopIndex_;
+ bestMatchR_ = other.bestMatchR_;
+ bestMatchG_ = other.bestMatchG_;
+ bestMatchB_ = other.bestMatchB_;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -289,6 +294,39 @@ namespace Tango.PMR.Exports {
}
}
+ /// <summary>Field number for the "BestMatchR" field.</summary>
+ public const int BestMatchRFieldNumber = 27;
+ private int bestMatchR_;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ public int BestMatchR {
+ get { return bestMatchR_; }
+ set {
+ bestMatchR_ = value;
+ }
+ }
+
+ /// <summary>Field number for the "BestMatchG" field.</summary>
+ public const int BestMatchGFieldNumber = 28;
+ private int bestMatchG_;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ public int BestMatchG {
+ get { return bestMatchG_; }
+ set {
+ bestMatchG_ = value;
+ }
+ }
+
+ /// <summary>Field number for the "BestMatchB" field.</summary>
+ public const int BestMatchBFieldNumber = 29;
+ private int bestMatchB_;
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
+ public int BestMatchB {
+ get { return bestMatchB_; }
+ set {
+ bestMatchB_ = value;
+ }
+ }
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public override bool Equals(object other) {
return Equals(other as JobFileBrushStop);
@@ -320,6 +358,9 @@ namespace Tango.PMR.Exports {
if (ColorCatalogItemGuid != other.ColorCatalogItemGuid) return false;
if (IsTransparent != other.IsTransparent) return false;
if (StopIndex != other.StopIndex) return false;
+ if (BestMatchR != other.BestMatchR) return false;
+ if (BestMatchG != other.BestMatchG) return false;
+ if (BestMatchB != other.BestMatchB) return false;
return true;
}
@@ -344,6 +385,9 @@ namespace Tango.PMR.Exports {
if (ColorCatalogItemGuid.Length != 0) hash ^= ColorCatalogItemGuid.GetHashCode();
if (IsTransparent != false) hash ^= IsTransparent.GetHashCode();
if (StopIndex != 0) hash ^= StopIndex.GetHashCode();
+ if (BestMatchR != 0) hash ^= BestMatchR.GetHashCode();
+ if (BestMatchG != 0) hash ^= BestMatchG.GetHashCode();
+ if (BestMatchB != 0) hash ^= BestMatchB.GetHashCode();
return hash;
}
@@ -423,6 +467,18 @@ namespace Tango.PMR.Exports {
output.WriteRawTag(208, 1);
output.WriteInt32(StopIndex);
}
+ if (BestMatchR != 0) {
+ output.WriteRawTag(216, 1);
+ output.WriteInt32(BestMatchR);
+ }
+ if (BestMatchG != 0) {
+ output.WriteRawTag(224, 1);
+ output.WriteInt32(BestMatchG);
+ }
+ if (BestMatchB != 0) {
+ output.WriteRawTag(232, 1);
+ output.WriteInt32(BestMatchB);
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -480,6 +536,15 @@ namespace Tango.PMR.Exports {
if (StopIndex != 0) {
size += 2 + pb::CodedOutputStream.ComputeInt32Size(StopIndex);
}
+ if (BestMatchR != 0) {
+ size += 2 + pb::CodedOutputStream.ComputeInt32Size(BestMatchR);
+ }
+ if (BestMatchG != 0) {
+ size += 2 + pb::CodedOutputStream.ComputeInt32Size(BestMatchG);
+ }
+ if (BestMatchB != 0) {
+ size += 2 + pb::CodedOutputStream.ComputeInt32Size(BestMatchB);
+ }
return size;
}
@@ -540,6 +605,15 @@ namespace Tango.PMR.Exports {
if (other.StopIndex != 0) {
StopIndex = other.StopIndex;
}
+ if (other.BestMatchR != 0) {
+ BestMatchR = other.BestMatchR;
+ }
+ if (other.BestMatchG != 0) {
+ BestMatchG = other.BestMatchG;
+ }
+ if (other.BestMatchB != 0) {
+ BestMatchB = other.BestMatchB;
+ }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -622,6 +696,18 @@ namespace Tango.PMR.Exports {
StopIndex = input.ReadInt32();
break;
}
+ case 216: {
+ BestMatchR = input.ReadInt32();
+ break;
+ }
+ case 224: {
+ BestMatchG = input.ReadInt32();
+ break;
+ }
+ case 232: {
+ BestMatchB = input.ReadInt32();
+ break;
+ }
}
}
}