diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.PMR')
123 files changed, 1966 insertions, 24978 deletions
diff --git a/Software/Visual_Studio/Tango.PMR/ColorLab/CalibrationInput.cs b/Software/Visual_Studio/Tango.PMR/ColorLab/CalibrationInput.cs deleted file mode 100644 index 99ce05606..000000000 --- a/Software/Visual_Studio/Tango.PMR/ColorLab/CalibrationInput.cs +++ /dev/null @@ -1,268 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CalibrationInput.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.ColorLab { - - /// <summary>Holder for reflection information generated from CalibrationInput.proto</summary> - public static partial class CalibrationInputReflection { - - #region Descriptor - /// <summary>File descriptor for CalibrationInput.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CalibrationInputReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChZDYWxpYnJhdGlvbklucHV0LnByb3RvEhJUYW5nby5QTVIuQ29sb3JMYWIa", - "HENhbGlicmF0aW9uTWVhc3VyZW1lbnQucHJvdG8aEExpcXVpZFR5cGUucHJv", - "dG8iuwEKEENhbGlicmF0aW9uSW5wdXQSMgoKTGlxdWlkVHlwZRgBIAEoDjIe", - "LlRhbmdvLlBNUi5Db2xvckxhYi5MaXF1aWRUeXBlEg8KB1RhcmdldEwYAiAB", - "KAESDwoHVGFyZ2V0QRgDIAEoARIPCgdUYXJnZXRCGAQgASgBEkAKDE1lYXN1", - "cmVtZW50cxgUIAMoCzIqLlRhbmdvLlBNUi5Db2xvckxhYi5DYWxpYnJhdGlv", - "bk1lYXN1cmVtZW50Qh4KHGNvbS50d2luZS50YW5nby5wbXIuY29sb3JsYWJi", - "BnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.ColorLab.CalibrationMeasurementReflection.Descriptor, global::Tango.PMR.ColorLab.LiquidTypeReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ColorLab.CalibrationInput), global::Tango.PMR.ColorLab.CalibrationInput.Parser, new[]{ "LiquidType", "TargetL", "TargetA", "TargetB", "Measurements" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class CalibrationInput : pb::IMessage<CalibrationInput> { - private static readonly pb::MessageParser<CalibrationInput> _parser = new pb::MessageParser<CalibrationInput>(() => new CalibrationInput()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<CalibrationInput> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.ColorLab.CalibrationInputReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public CalibrationInput() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public CalibrationInput(CalibrationInput other) : this() { - liquidType_ = other.liquidType_; - targetL_ = other.targetL_; - targetA_ = other.targetA_; - targetB_ = other.targetB_; - measurements_ = other.measurements_.Clone(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public CalibrationInput Clone() { - return new CalibrationInput(this); - } - - /// <summary>Field number for the "LiquidType" field.</summary> - public const int LiquidTypeFieldNumber = 1; - private global::Tango.PMR.ColorLab.LiquidType liquidType_ = 0; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.ColorLab.LiquidType LiquidType { - get { return liquidType_; } - set { - liquidType_ = value; - } - } - - /// <summary>Field number for the "TargetL" field.</summary> - public const int TargetLFieldNumber = 2; - private double targetL_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double TargetL { - get { return targetL_; } - set { - targetL_ = value; - } - } - - /// <summary>Field number for the "TargetA" field.</summary> - public const int TargetAFieldNumber = 3; - private double targetA_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double TargetA { - get { return targetA_; } - set { - targetA_ = value; - } - } - - /// <summary>Field number for the "TargetB" field.</summary> - public const int TargetBFieldNumber = 4; - private double targetB_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double TargetB { - get { return targetB_; } - set { - targetB_ = value; - } - } - - /// <summary>Field number for the "Measurements" field.</summary> - public const int MeasurementsFieldNumber = 20; - private static readonly pb::FieldCodec<global::Tango.PMR.ColorLab.CalibrationMeasurement> _repeated_measurements_codec - = pb::FieldCodec.ForMessage(162, global::Tango.PMR.ColorLab.CalibrationMeasurement.Parser); - private readonly pbc::RepeatedField<global::Tango.PMR.ColorLab.CalibrationMeasurement> measurements_ = new pbc::RepeatedField<global::Tango.PMR.ColorLab.CalibrationMeasurement>(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<global::Tango.PMR.ColorLab.CalibrationMeasurement> Measurements { - get { return measurements_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as CalibrationInput); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(CalibrationInput other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (LiquidType != other.LiquidType) return false; - if (TargetL != other.TargetL) return false; - if (TargetA != other.TargetA) return false; - if (TargetB != other.TargetB) return false; - if(!measurements_.Equals(other.measurements_)) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (LiquidType != 0) hash ^= LiquidType.GetHashCode(); - if (TargetL != 0D) hash ^= TargetL.GetHashCode(); - if (TargetA != 0D) hash ^= TargetA.GetHashCode(); - if (TargetB != 0D) hash ^= TargetB.GetHashCode(); - hash ^= measurements_.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (LiquidType != 0) { - output.WriteRawTag(8); - output.WriteEnum((int) LiquidType); - } - if (TargetL != 0D) { - output.WriteRawTag(17); - output.WriteDouble(TargetL); - } - if (TargetA != 0D) { - output.WriteRawTag(25); - output.WriteDouble(TargetA); - } - if (TargetB != 0D) { - output.WriteRawTag(33); - output.WriteDouble(TargetB); - } - measurements_.WriteTo(output, _repeated_measurements_codec); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (LiquidType != 0) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) LiquidType); - } - if (TargetL != 0D) { - size += 1 + 8; - } - if (TargetA != 0D) { - size += 1 + 8; - } - if (TargetB != 0D) { - size += 1 + 8; - } - size += measurements_.CalculateSize(_repeated_measurements_codec); - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(CalibrationInput other) { - if (other == null) { - return; - } - if (other.LiquidType != 0) { - LiquidType = other.LiquidType; - } - if (other.TargetL != 0D) { - TargetL = other.TargetL; - } - if (other.TargetA != 0D) { - TargetA = other.TargetA; - } - if (other.TargetB != 0D) { - TargetB = other.TargetB; - } - measurements_.Add(other.measurements_); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 8: { - liquidType_ = (global::Tango.PMR.ColorLab.LiquidType) input.ReadEnum(); - break; - } - case 17: { - TargetL = input.ReadDouble(); - break; - } - case 25: { - TargetA = input.ReadDouble(); - break; - } - case 33: { - TargetB = input.ReadDouble(); - break; - } - case 162: { - measurements_.AddEntriesFrom(input, _repeated_measurements_codec); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/ColorLab/CalibrationMeasurement.cs b/Software/Visual_Studio/Tango.PMR/ColorLab/CalibrationMeasurement.cs deleted file mode 100644 index 991842345..000000000 --- a/Software/Visual_Studio/Tango.PMR/ColorLab/CalibrationMeasurement.cs +++ /dev/null @@ -1,245 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CalibrationMeasurement.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.ColorLab { - - /// <summary>Holder for reflection information generated from CalibrationMeasurement.proto</summary> - public static partial class CalibrationMeasurementReflection { - - #region Descriptor - /// <summary>File descriptor for CalibrationMeasurement.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CalibrationMeasurementReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChxDYWxpYnJhdGlvbk1lYXN1cmVtZW50LnByb3RvEhJUYW5nby5QTVIuQ29s", - "b3JMYWIiWQoWQ2FsaWJyYXRpb25NZWFzdXJlbWVudBIeChZOYW5vbGl0ZXJQ", - "ZXJDZW50aW1ldGVyGAEgASgBEgkKAUwYAiABKAESCQoBQRgDIAEoARIJCgFC", - "GAQgASgBQh4KHGNvbS50d2luZS50YW5nby5wbXIuY29sb3JsYWJiBnByb3Rv", - "Mw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ColorLab.CalibrationMeasurement), global::Tango.PMR.ColorLab.CalibrationMeasurement.Parser, new[]{ "NanoliterPerCentimeter", "L", "A", "B" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class CalibrationMeasurement : pb::IMessage<CalibrationMeasurement> { - private static readonly pb::MessageParser<CalibrationMeasurement> _parser = new pb::MessageParser<CalibrationMeasurement>(() => new CalibrationMeasurement()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<CalibrationMeasurement> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.ColorLab.CalibrationMeasurementReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public CalibrationMeasurement() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public CalibrationMeasurement(CalibrationMeasurement other) : this() { - nanoliterPerCentimeter_ = other.nanoliterPerCentimeter_; - l_ = other.l_; - a_ = other.a_; - b_ = other.b_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public CalibrationMeasurement Clone() { - return new CalibrationMeasurement(this); - } - - /// <summary>Field number for the "NanoliterPerCentimeter" field.</summary> - public const int NanoliterPerCentimeterFieldNumber = 1; - private double nanoliterPerCentimeter_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double NanoliterPerCentimeter { - get { return nanoliterPerCentimeter_; } - set { - nanoliterPerCentimeter_ = value; - } - } - - /// <summary>Field number for the "L" field.</summary> - public const int LFieldNumber = 2; - private double l_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double L { - get { return l_; } - set { - l_ = value; - } - } - - /// <summary>Field number for the "A" field.</summary> - public const int AFieldNumber = 3; - private double a_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double A { - get { return a_; } - set { - a_ = value; - } - } - - /// <summary>Field number for the "B" field.</summary> - public const int BFieldNumber = 4; - private double b_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double B { - get { return b_; } - set { - b_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as CalibrationMeasurement); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(CalibrationMeasurement other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (NanoliterPerCentimeter != other.NanoliterPerCentimeter) return false; - if (L != other.L) return false; - if (A != other.A) return false; - if (B != other.B) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (NanoliterPerCentimeter != 0D) hash ^= NanoliterPerCentimeter.GetHashCode(); - if (L != 0D) hash ^= L.GetHashCode(); - if (A != 0D) hash ^= A.GetHashCode(); - if (B != 0D) hash ^= B.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (NanoliterPerCentimeter != 0D) { - output.WriteRawTag(9); - output.WriteDouble(NanoliterPerCentimeter); - } - if (L != 0D) { - output.WriteRawTag(17); - output.WriteDouble(L); - } - if (A != 0D) { - output.WriteRawTag(25); - output.WriteDouble(A); - } - if (B != 0D) { - output.WriteRawTag(33); - output.WriteDouble(B); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (NanoliterPerCentimeter != 0D) { - size += 1 + 8; - } - if (L != 0D) { - size += 1 + 8; - } - if (A != 0D) { - size += 1 + 8; - } - if (B != 0D) { - size += 1 + 8; - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(CalibrationMeasurement other) { - if (other == null) { - return; - } - if (other.NanoliterPerCentimeter != 0D) { - NanoliterPerCentimeter = other.NanoliterPerCentimeter; - } - if (other.L != 0D) { - L = other.L; - } - if (other.A != 0D) { - A = other.A; - } - if (other.B != 0D) { - B = other.B; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 9: { - NanoliterPerCentimeter = input.ReadDouble(); - break; - } - case 17: { - L = input.ReadDouble(); - break; - } - case 25: { - A = input.ReadDouble(); - break; - } - case 33: { - B = input.ReadDouble(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/ColorLab/CalibrationOutput.cs b/Software/Visual_Studio/Tango.PMR/ColorLab/CalibrationOutput.cs deleted file mode 100644 index bc86cde83..000000000 --- a/Software/Visual_Studio/Tango.PMR/ColorLab/CalibrationOutput.cs +++ /dev/null @@ -1,216 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CalibrationOutput.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.ColorLab { - - /// <summary>Holder for reflection information generated from CalibrationOutput.proto</summary> - public static partial class CalibrationOutputReflection { - - #region Descriptor - /// <summary>File descriptor for CalibrationOutput.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CalibrationOutputReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChdDYWxpYnJhdGlvbk91dHB1dC5wcm90bxISVGFuZ28uUE1SLkNvbG9yTGFi", - "IlEKEUNhbGlicmF0aW9uT3V0cHV0EhQKDExpcXVpZEZhY3RvchgBIAEoARIQ", - "CghIYXNFcnJvchgUIAEoCBIUCgxFcnJvck1lc3NhZ2UYFSABKAlCHgocY29t", - "LnR3aW5lLnRhbmdvLnBtci5jb2xvcmxhYmIGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ColorLab.CalibrationOutput), global::Tango.PMR.ColorLab.CalibrationOutput.Parser, new[]{ "LiquidFactor", "HasError", "ErrorMessage" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class CalibrationOutput : pb::IMessage<CalibrationOutput> { - private static readonly pb::MessageParser<CalibrationOutput> _parser = new pb::MessageParser<CalibrationOutput>(() => new CalibrationOutput()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<CalibrationOutput> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.ColorLab.CalibrationOutputReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public CalibrationOutput() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public CalibrationOutput(CalibrationOutput other) : this() { - liquidFactor_ = other.liquidFactor_; - hasError_ = other.hasError_; - errorMessage_ = other.errorMessage_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public CalibrationOutput Clone() { - return new CalibrationOutput(this); - } - - /// <summary>Field number for the "LiquidFactor" field.</summary> - public const int LiquidFactorFieldNumber = 1; - private double liquidFactor_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double LiquidFactor { - get { return liquidFactor_; } - set { - liquidFactor_ = value; - } - } - - /// <summary>Field number for the "HasError" field.</summary> - public const int HasErrorFieldNumber = 20; - private bool hasError_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool HasError { - get { return hasError_; } - set { - hasError_ = value; - } - } - - /// <summary>Field number for the "ErrorMessage" field.</summary> - public const int ErrorMessageFieldNumber = 21; - private string errorMessage_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string ErrorMessage { - get { return errorMessage_; } - set { - errorMessage_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as CalibrationOutput); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(CalibrationOutput other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (LiquidFactor != other.LiquidFactor) return false; - if (HasError != other.HasError) return false; - if (ErrorMessage != other.ErrorMessage) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (LiquidFactor != 0D) hash ^= LiquidFactor.GetHashCode(); - if (HasError != false) hash ^= HasError.GetHashCode(); - if (ErrorMessage.Length != 0) hash ^= ErrorMessage.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (LiquidFactor != 0D) { - output.WriteRawTag(9); - output.WriteDouble(LiquidFactor); - } - if (HasError != false) { - output.WriteRawTag(160, 1); - output.WriteBool(HasError); - } - if (ErrorMessage.Length != 0) { - output.WriteRawTag(170, 1); - output.WriteString(ErrorMessage); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (LiquidFactor != 0D) { - size += 1 + 8; - } - if (HasError != false) { - size += 2 + 1; - } - if (ErrorMessage.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(ErrorMessage); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(CalibrationOutput other) { - if (other == null) { - return; - } - if (other.LiquidFactor != 0D) { - LiquidFactor = other.LiquidFactor; - } - if (other.HasError != false) { - HasError = other.HasError; - } - if (other.ErrorMessage.Length != 0) { - ErrorMessage = other.ErrorMessage; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 9: { - LiquidFactor = input.ReadDouble(); - break; - } - case 160: { - HasError = input.ReadBool(); - break; - } - case 170: { - ErrorMessage = input.ReadString(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/ColorLab/GradientConversionInput.cs b/Software/Visual_Studio/Tango.PMR/ColorLab/GradientConversionInput.cs index 85257e80c..d267a6f0c 100644 --- a/Software/Visual_Studio/Tango.PMR/ColorLab/GradientConversionInput.cs +++ b/Software/Visual_Studio/Tango.PMR/ColorLab/GradientConversionInput.cs @@ -24,18 +24,19 @@ namespace Tango.PMR.ColorLab { string.Concat( "Ch1HcmFkaWVudENvbnZlcnNpb25JbnB1dC5wcm90bxISVGFuZ28uUE1SLkNv", "bG9yTGFiGhJQcm9jZXNzUmFuZ2UucHJvdG8aEUlucHV0TGlxdWlkLnByb3Rv", - "GhdHcmFkaWVudElucHV0U3RvcC5wcm90byKeAgoXR3JhZGllbnRDb252ZXJz", - "aW9uSW5wdXQSDwoHVGhyZWFkTBgBIAEoARIPCgdUaHJlYWRBGAIgASgBEg8K", - "B1RocmVhZEIYAyABKAESEwoLRm9yd2FyZERhdGEYBCABKAwSFQoNU2VnbWVu", - "dExlbmd0aBgFIAEoARI0CgVTdG9wcxgGIAMoCzIlLlRhbmdvLlBNUi5Db2xv", - "ckxhYi5HcmFkaWVudElucHV0U3RvcBI1CgxJbnB1dExpcXVpZHMYByADKAsy", - "Hy5UYW5nby5QTVIuQ29sb3JMYWIuSW5wdXRMaXF1aWQSNwoNUHJvY2Vzc1Jh", - "bmdlcxgIIAMoCzIgLlRhbmdvLlBNUi5Db2xvckxhYi5Qcm9jZXNzUmFuZ2VC", - "HgocY29tLnR3aW5lLnRhbmdvLnBtci5jb2xvcmxhYmIGcHJvdG8z")); + "Gg5JbnB1dFJHQi5wcm90byK7AgoXR3JhZGllbnRDb252ZXJzaW9uSW5wdXQS", + "DwoHVGhyZWFkTBgBIAEoARIPCgdUaHJlYWRBGAIgASgBEg8KB1RocmVhZEIY", + "AyABKAESEwoLRm9yd2FyZERhdGEYBCABKAwSFQoNU2VnbWVudExlbmd0aBgF", + "IAEoARITCgtEZWx0YUNocm9tYRgGIAEoARIOCgZEZWx0YUwYByABKAESLAoG", + "Q29sb3JzGAggAygLMhwuVGFuZ28uUE1SLkNvbG9yTGFiLklucHV0UkdCEjUK", + "DElucHV0TGlxdWlkcxgJIAMoCzIfLlRhbmdvLlBNUi5Db2xvckxhYi5JbnB1", + "dExpcXVpZBI3Cg1Qcm9jZXNzUmFuZ2VzGAogAygLMiAuVGFuZ28uUE1SLkNv", + "bG9yTGFiLlByb2Nlc3NSYW5nZUIeChxjb20udHdpbmUudGFuZ28ucG1yLmNv", + "bG9ybGFiYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.ColorLab.ProcessRangeReflection.Descriptor, global::Tango.PMR.ColorLab.InputLiquidReflection.Descriptor, global::Tango.PMR.ColorLab.GradientInputStopReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::Tango.PMR.ColorLab.ProcessRangeReflection.Descriptor, global::Tango.PMR.ColorLab.InputLiquidReflection.Descriptor, global::Tango.PMR.ColorLab.InputRGBReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ColorLab.GradientConversionInput), global::Tango.PMR.ColorLab.GradientConversionInput.Parser, new[]{ "ThreadL", "ThreadA", "ThreadB", "ForwardData", "SegmentLength", "Stops", "InputLiquids", "ProcessRanges" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ColorLab.GradientConversionInput), global::Tango.PMR.ColorLab.GradientConversionInput.Parser, new[]{ "ThreadL", "ThreadA", "ThreadB", "ForwardData", "SegmentLength", "DeltaChroma", "DeltaL", "Colors", "InputLiquids", "ProcessRanges" }, null, null, null) })); } #endregion @@ -71,7 +72,9 @@ namespace Tango.PMR.ColorLab { threadB_ = other.threadB_; forwardData_ = other.forwardData_; segmentLength_ = other.segmentLength_; - stops_ = other.stops_.Clone(); + deltaChroma_ = other.deltaChroma_; + deltaL_ = other.deltaL_; + colors_ = other.colors_.Clone(); inputLiquids_ = other.inputLiquids_.Clone(); processRanges_ = other.processRanges_.Clone(); } @@ -136,20 +139,42 @@ namespace Tango.PMR.ColorLab { } } - /// <summary>Field number for the "Stops" field.</summary> - public const int StopsFieldNumber = 6; - private static readonly pb::FieldCodec<global::Tango.PMR.ColorLab.GradientInputStop> _repeated_stops_codec - = pb::FieldCodec.ForMessage(50, global::Tango.PMR.ColorLab.GradientInputStop.Parser); - private readonly pbc::RepeatedField<global::Tango.PMR.ColorLab.GradientInputStop> stops_ = new pbc::RepeatedField<global::Tango.PMR.ColorLab.GradientInputStop>(); + /// <summary>Field number for the "DeltaChroma" field.</summary> + public const int DeltaChromaFieldNumber = 6; + private double deltaChroma_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<global::Tango.PMR.ColorLab.GradientInputStop> Stops { - get { return stops_; } + public double DeltaChroma { + get { return deltaChroma_; } + set { + deltaChroma_ = value; + } + } + + /// <summary>Field number for the "DeltaL" field.</summary> + public const int DeltaLFieldNumber = 7; + private double deltaL_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + public double DeltaL { + get { return deltaL_; } + set { + deltaL_ = value; + } + } + + /// <summary>Field number for the "Colors" field.</summary> + public const int ColorsFieldNumber = 8; + private static readonly pb::FieldCodec<global::Tango.PMR.ColorLab.InputRGB> _repeated_colors_codec + = pb::FieldCodec.ForMessage(66, global::Tango.PMR.ColorLab.InputRGB.Parser); + private readonly pbc::RepeatedField<global::Tango.PMR.ColorLab.InputRGB> colors_ = new pbc::RepeatedField<global::Tango.PMR.ColorLab.InputRGB>(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + public pbc::RepeatedField<global::Tango.PMR.ColorLab.InputRGB> Colors { + get { return colors_; } } /// <summary>Field number for the "InputLiquids" field.</summary> - public const int InputLiquidsFieldNumber = 7; + public const int InputLiquidsFieldNumber = 9; private static readonly pb::FieldCodec<global::Tango.PMR.ColorLab.InputLiquid> _repeated_inputLiquids_codec - = pb::FieldCodec.ForMessage(58, global::Tango.PMR.ColorLab.InputLiquid.Parser); + = pb::FieldCodec.ForMessage(74, global::Tango.PMR.ColorLab.InputLiquid.Parser); private readonly pbc::RepeatedField<global::Tango.PMR.ColorLab.InputLiquid> inputLiquids_ = new pbc::RepeatedField<global::Tango.PMR.ColorLab.InputLiquid>(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public pbc::RepeatedField<global::Tango.PMR.ColorLab.InputLiquid> InputLiquids { @@ -157,9 +182,9 @@ namespace Tango.PMR.ColorLab { } /// <summary>Field number for the "ProcessRanges" field.</summary> - public const int ProcessRangesFieldNumber = 8; + public const int ProcessRangesFieldNumber = 10; private static readonly pb::FieldCodec<global::Tango.PMR.ColorLab.ProcessRange> _repeated_processRanges_codec - = pb::FieldCodec.ForMessage(66, global::Tango.PMR.ColorLab.ProcessRange.Parser); + = pb::FieldCodec.ForMessage(82, global::Tango.PMR.ColorLab.ProcessRange.Parser); private readonly pbc::RepeatedField<global::Tango.PMR.ColorLab.ProcessRange> processRanges_ = new pbc::RepeatedField<global::Tango.PMR.ColorLab.ProcessRange>(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public pbc::RepeatedField<global::Tango.PMR.ColorLab.ProcessRange> ProcessRanges { @@ -184,7 +209,9 @@ namespace Tango.PMR.ColorLab { if (ThreadB != other.ThreadB) return false; if (ForwardData != other.ForwardData) return false; if (SegmentLength != other.SegmentLength) return false; - if(!stops_.Equals(other.stops_)) return false; + if (DeltaChroma != other.DeltaChroma) return false; + if (DeltaL != other.DeltaL) return false; + if(!colors_.Equals(other.colors_)) return false; if(!inputLiquids_.Equals(other.inputLiquids_)) return false; if(!processRanges_.Equals(other.processRanges_)) return false; return true; @@ -198,7 +225,9 @@ namespace Tango.PMR.ColorLab { if (ThreadB != 0D) hash ^= ThreadB.GetHashCode(); if (ForwardData.Length != 0) hash ^= ForwardData.GetHashCode(); if (SegmentLength != 0D) hash ^= SegmentLength.GetHashCode(); - hash ^= stops_.GetHashCode(); + if (DeltaChroma != 0D) hash ^= DeltaChroma.GetHashCode(); + if (DeltaL != 0D) hash ^= DeltaL.GetHashCode(); + hash ^= colors_.GetHashCode(); hash ^= inputLiquids_.GetHashCode(); hash ^= processRanges_.GetHashCode(); return hash; @@ -231,7 +260,15 @@ namespace Tango.PMR.ColorLab { output.WriteRawTag(41); output.WriteDouble(SegmentLength); } - stops_.WriteTo(output, _repeated_stops_codec); + if (DeltaChroma != 0D) { + output.WriteRawTag(49); + output.WriteDouble(DeltaChroma); + } + if (DeltaL != 0D) { + output.WriteRawTag(57); + output.WriteDouble(DeltaL); + } + colors_.WriteTo(output, _repeated_colors_codec); inputLiquids_.WriteTo(output, _repeated_inputLiquids_codec); processRanges_.WriteTo(output, _repeated_processRanges_codec); } @@ -254,7 +291,13 @@ namespace Tango.PMR.ColorLab { if (SegmentLength != 0D) { size += 1 + 8; } - size += stops_.CalculateSize(_repeated_stops_codec); + if (DeltaChroma != 0D) { + size += 1 + 8; + } + if (DeltaL != 0D) { + size += 1 + 8; + } + size += colors_.CalculateSize(_repeated_colors_codec); size += inputLiquids_.CalculateSize(_repeated_inputLiquids_codec); size += processRanges_.CalculateSize(_repeated_processRanges_codec); return size; @@ -280,7 +323,13 @@ namespace Tango.PMR.ColorLab { if (other.SegmentLength != 0D) { SegmentLength = other.SegmentLength; } - stops_.Add(other.stops_); + if (other.DeltaChroma != 0D) { + DeltaChroma = other.DeltaChroma; + } + if (other.DeltaL != 0D) { + DeltaL = other.DeltaL; + } + colors_.Add(other.colors_); inputLiquids_.Add(other.inputLiquids_); processRanges_.Add(other.processRanges_); } @@ -313,15 +362,23 @@ namespace Tango.PMR.ColorLab { SegmentLength = input.ReadDouble(); break; } - case 50: { - stops_.AddEntriesFrom(input, _repeated_stops_codec); + case 49: { + DeltaChroma = input.ReadDouble(); break; } - case 58: { - inputLiquids_.AddEntriesFrom(input, _repeated_inputLiquids_codec); + case 57: { + DeltaL = input.ReadDouble(); break; } case 66: { + colors_.AddEntriesFrom(input, _repeated_colors_codec); + break; + } + case 74: { + inputLiquids_.AddEntriesFrom(input, _repeated_inputLiquids_codec); + break; + } + case 82: { processRanges_.AddEntriesFrom(input, _repeated_processRanges_codec); break; } diff --git a/Software/Visual_Studio/Tango.PMR/ColorLab/GradientConversionOutput.cs b/Software/Visual_Studio/Tango.PMR/ColorLab/GradientConversionOutput.cs index 892b252d0..9ea51bd43 100644 --- a/Software/Visual_Studio/Tango.PMR/ColorLab/GradientConversionOutput.cs +++ b/Software/Visual_Studio/Tango.PMR/ColorLab/GradientConversionOutput.cs @@ -23,15 +23,15 @@ namespace Tango.PMR.ColorLab { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch5HcmFkaWVudENvbnZlcnNpb25PdXRwdXQucHJvdG8SElRhbmdvLlBNUi5D", - "b2xvckxhYhoYR3JhZGllbnRPdXRwdXRTdG9wLnByb3RvInkKGEdyYWRpZW50", - "Q29udmVyc2lvbk91dHB1dBI1CgVTdG9wcxgBIAMoCzImLlRhbmdvLlBNUi5D", - "b2xvckxhYi5HcmFkaWVudE91dHB1dFN0b3ASEAoISGFzRXJyb3IYAiABKAgS", - "FAoMRXJyb3JNZXNzYWdlGAMgASgJQh4KHGNvbS50d2luZS50YW5nby5wbXIu", - "Y29sb3JsYWJiBnByb3RvMw==")); + "b2xvckxhYhoXT3V0cHV0Q29vcmRpbmF0ZXMucHJvdG8ifgoYR3JhZGllbnRD", + "b252ZXJzaW9uT3V0cHV0EjoKC0Nvb3JkaW5hdGVzGAEgAygLMiUuVGFuZ28u", + "UE1SLkNvbG9yTGFiLk91dHB1dENvb3JkaW5hdGVzEhAKCEhhc0Vycm9yGAIg", + "ASgIEhQKDEVycm9yTWVzc2FnZRgDIAEoCUIeChxjb20udHdpbmUudGFuZ28u", + "cG1yLmNvbG9ybGFiYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.ColorLab.GradientOutputStopReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::Tango.PMR.ColorLab.OutputCoordinatesReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ColorLab.GradientConversionOutput), global::Tango.PMR.ColorLab.GradientConversionOutput.Parser, new[]{ "Stops", "HasError", "ErrorMessage" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ColorLab.GradientConversionOutput), global::Tango.PMR.ColorLab.GradientConversionOutput.Parser, new[]{ "Coordinates", "HasError", "ErrorMessage" }, null, null, null) })); } #endregion @@ -62,7 +62,7 @@ namespace Tango.PMR.ColorLab { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public GradientConversionOutput(GradientConversionOutput other) : this() { - stops_ = other.stops_.Clone(); + coordinates_ = other.coordinates_.Clone(); hasError_ = other.hasError_; errorMessage_ = other.errorMessage_; } @@ -72,14 +72,14 @@ namespace Tango.PMR.ColorLab { return new GradientConversionOutput(this); } - /// <summary>Field number for the "Stops" field.</summary> - public const int StopsFieldNumber = 1; - private static readonly pb::FieldCodec<global::Tango.PMR.ColorLab.GradientOutputStop> _repeated_stops_codec - = pb::FieldCodec.ForMessage(10, global::Tango.PMR.ColorLab.GradientOutputStop.Parser); - private readonly pbc::RepeatedField<global::Tango.PMR.ColorLab.GradientOutputStop> stops_ = new pbc::RepeatedField<global::Tango.PMR.ColorLab.GradientOutputStop>(); + /// <summary>Field number for the "Coordinates" field.</summary> + public const int CoordinatesFieldNumber = 1; + private static readonly pb::FieldCodec<global::Tango.PMR.ColorLab.OutputCoordinates> _repeated_coordinates_codec + = pb::FieldCodec.ForMessage(10, global::Tango.PMR.ColorLab.OutputCoordinates.Parser); + private readonly pbc::RepeatedField<global::Tango.PMR.ColorLab.OutputCoordinates> coordinates_ = new pbc::RepeatedField<global::Tango.PMR.ColorLab.OutputCoordinates>(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<global::Tango.PMR.ColorLab.GradientOutputStop> Stops { - get { return stops_; } + public pbc::RepeatedField<global::Tango.PMR.ColorLab.OutputCoordinates> Coordinates { + get { return coordinates_; } } /// <summary>Field number for the "HasError" field.</summary> @@ -117,7 +117,7 @@ namespace Tango.PMR.ColorLab { if (ReferenceEquals(other, this)) { return true; } - if(!stops_.Equals(other.stops_)) return false; + if(!coordinates_.Equals(other.coordinates_)) return false; if (HasError != other.HasError) return false; if (ErrorMessage != other.ErrorMessage) return false; return true; @@ -126,7 +126,7 @@ namespace Tango.PMR.ColorLab { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override int GetHashCode() { int hash = 1; - hash ^= stops_.GetHashCode(); + hash ^= coordinates_.GetHashCode(); if (HasError != false) hash ^= HasError.GetHashCode(); if (ErrorMessage.Length != 0) hash ^= ErrorMessage.GetHashCode(); return hash; @@ -139,7 +139,7 @@ namespace Tango.PMR.ColorLab { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void WriteTo(pb::CodedOutputStream output) { - stops_.WriteTo(output, _repeated_stops_codec); + coordinates_.WriteTo(output, _repeated_coordinates_codec); if (HasError != false) { output.WriteRawTag(16); output.WriteBool(HasError); @@ -153,7 +153,7 @@ namespace Tango.PMR.ColorLab { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int CalculateSize() { int size = 0; - size += stops_.CalculateSize(_repeated_stops_codec); + size += coordinates_.CalculateSize(_repeated_coordinates_codec); if (HasError != false) { size += 1 + 1; } @@ -168,7 +168,7 @@ namespace Tango.PMR.ColorLab { if (other == null) { return; } - stops_.Add(other.stops_); + coordinates_.Add(other.coordinates_); if (other.HasError != false) { HasError = other.HasError; } @@ -186,7 +186,7 @@ namespace Tango.PMR.ColorLab { input.SkipLastField(); break; case 10: { - stops_.AddEntriesFrom(input, _repeated_stops_codec); + coordinates_.AddEntriesFrom(input, _repeated_coordinates_codec); break; } case 16: { diff --git a/Software/Visual_Studio/Tango.PMR/ColorLab/GradientInputStop.cs b/Software/Visual_Studio/Tango.PMR/ColorLab/GradientInputStop.cs deleted file mode 100644 index ed41a7e9d..000000000 --- a/Software/Visual_Studio/Tango.PMR/ColorLab/GradientInputStop.cs +++ /dev/null @@ -1,493 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GradientInputStop.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.ColorLab { - - /// <summary>Holder for reflection information generated from GradientInputStop.proto</summary> - public static partial class GradientInputStopReflection { - - #region Descriptor - /// <summary>File descriptor for GradientInputStop.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GradientInputStopReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChdHcmFkaWVudElucHV0U3RvcC5wcm90bxISVGFuZ28uUE1SLkNvbG9yTGFi", - "GhBDb2xvclNwYWNlLnByb3RvGhJMaXF1aWRWb2x1bWUucHJvdG8ilwIKEUdy", - "YWRpZW50SW5wdXRTdG9wEg4KBk9mZnNldBgBIAEoARIyCgpDb2xvclNwYWNl", - "GAIgASgOMh4uVGFuZ28uUE1SLkNvbG9yTGFiLkNvbG9yU3BhY2USCwoDUmVk", - "GAMgASgFEg0KBUdyZWVuGAQgASgFEgwKBEJsdWUYBSABKAUSDAoEQ3lhbhgG", - "IAEoARIPCgdNYWdlbnRhGAcgASgBEg4KBlllbGxvdxgIIAEoARILCgNLZXkY", - "CSABKAESCQoBTBgKIAEoARIJCgFBGAsgASgBEgkKAUIYDCABKAESNwoNTGlx", - "dWlkVm9sdW1lcxgNIAMoCzIgLlRhbmdvLlBNUi5Db2xvckxhYi5MaXF1aWRW", - "b2x1bWVCHgocY29tLnR3aW5lLnRhbmdvLnBtci5jb2xvcmxhYmIGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.ColorLab.ColorSpaceReflection.Descriptor, global::Tango.PMR.ColorLab.LiquidVolumeReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ColorLab.GradientInputStop), global::Tango.PMR.ColorLab.GradientInputStop.Parser, new[]{ "Offset", "ColorSpace", "Red", "Green", "Blue", "Cyan", "Magenta", "Yellow", "Key", "L", "A", "B", "LiquidVolumes" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class GradientInputStop : pb::IMessage<GradientInputStop> { - private static readonly pb::MessageParser<GradientInputStop> _parser = new pb::MessageParser<GradientInputStop>(() => new GradientInputStop()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<GradientInputStop> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.ColorLab.GradientInputStopReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public GradientInputStop() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public GradientInputStop(GradientInputStop other) : this() { - offset_ = other.offset_; - colorSpace_ = other.colorSpace_; - red_ = other.red_; - green_ = other.green_; - blue_ = other.blue_; - cyan_ = other.cyan_; - magenta_ = other.magenta_; - yellow_ = other.yellow_; - key_ = other.key_; - l_ = other.l_; - a_ = other.a_; - b_ = other.b_; - liquidVolumes_ = other.liquidVolumes_.Clone(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public GradientInputStop Clone() { - return new GradientInputStop(this); - } - - /// <summary>Field number for the "Offset" field.</summary> - public const int OffsetFieldNumber = 1; - private double offset_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Offset { - get { return offset_; } - set { - offset_ = value; - } - } - - /// <summary>Field number for the "ColorSpace" field.</summary> - public const int ColorSpaceFieldNumber = 2; - private global::Tango.PMR.ColorLab.ColorSpace colorSpace_ = 0; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.ColorLab.ColorSpace ColorSpace { - get { return colorSpace_; } - set { - colorSpace_ = value; - } - } - - /// <summary>Field number for the "Red" field.</summary> - public const int RedFieldNumber = 3; - private int red_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Red { - get { return red_; } - set { - red_ = value; - } - } - - /// <summary>Field number for the "Green" field.</summary> - public const int GreenFieldNumber = 4; - private int green_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Green { - get { return green_; } - set { - green_ = value; - } - } - - /// <summary>Field number for the "Blue" field.</summary> - public const int BlueFieldNumber = 5; - private int blue_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Blue { - get { return blue_; } - set { - blue_ = value; - } - } - - /// <summary>Field number for the "Cyan" field.</summary> - public const int CyanFieldNumber = 6; - private double cyan_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Cyan { - get { return cyan_; } - set { - cyan_ = value; - } - } - - /// <summary>Field number for the "Magenta" field.</summary> - public const int MagentaFieldNumber = 7; - private double magenta_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Magenta { - get { return magenta_; } - set { - magenta_ = value; - } - } - - /// <summary>Field number for the "Yellow" field.</summary> - public const int YellowFieldNumber = 8; - private double yellow_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Yellow { - get { return yellow_; } - set { - yellow_ = value; - } - } - - /// <summary>Field number for the "Key" field.</summary> - public const int KeyFieldNumber = 9; - private double key_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Key { - get { return key_; } - set { - key_ = value; - } - } - - /// <summary>Field number for the "L" field.</summary> - public const int LFieldNumber = 10; - private double l_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double L { - get { return l_; } - set { - l_ = value; - } - } - - /// <summary>Field number for the "A" field.</summary> - public const int AFieldNumber = 11; - private double a_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double A { - get { return a_; } - set { - a_ = value; - } - } - - /// <summary>Field number for the "B" field.</summary> - public const int BFieldNumber = 12; - private double b_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double B { - get { return b_; } - set { - b_ = value; - } - } - - /// <summary>Field number for the "LiquidVolumes" field.</summary> - public const int LiquidVolumesFieldNumber = 13; - private static readonly pb::FieldCodec<global::Tango.PMR.ColorLab.LiquidVolume> _repeated_liquidVolumes_codec - = pb::FieldCodec.ForMessage(106, global::Tango.PMR.ColorLab.LiquidVolume.Parser); - private readonly pbc::RepeatedField<global::Tango.PMR.ColorLab.LiquidVolume> liquidVolumes_ = new pbc::RepeatedField<global::Tango.PMR.ColorLab.LiquidVolume>(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<global::Tango.PMR.ColorLab.LiquidVolume> LiquidVolumes { - get { return liquidVolumes_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as GradientInputStop); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(GradientInputStop other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Offset != other.Offset) return false; - if (ColorSpace != other.ColorSpace) return false; - if (Red != other.Red) return false; - if (Green != other.Green) return false; - if (Blue != other.Blue) return false; - if (Cyan != other.Cyan) return false; - if (Magenta != other.Magenta) return false; - if (Yellow != other.Yellow) return false; - if (Key != other.Key) return false; - if (L != other.L) return false; - if (A != other.A) return false; - if (B != other.B) return false; - if(!liquidVolumes_.Equals(other.liquidVolumes_)) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Offset != 0D) hash ^= Offset.GetHashCode(); - if (ColorSpace != 0) hash ^= ColorSpace.GetHashCode(); - if (Red != 0) hash ^= Red.GetHashCode(); - if (Green != 0) hash ^= Green.GetHashCode(); - if (Blue != 0) hash ^= Blue.GetHashCode(); - if (Cyan != 0D) hash ^= Cyan.GetHashCode(); - if (Magenta != 0D) hash ^= Magenta.GetHashCode(); - if (Yellow != 0D) hash ^= Yellow.GetHashCode(); - if (Key != 0D) hash ^= Key.GetHashCode(); - if (L != 0D) hash ^= L.GetHashCode(); - if (A != 0D) hash ^= A.GetHashCode(); - if (B != 0D) hash ^= B.GetHashCode(); - hash ^= liquidVolumes_.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Offset != 0D) { - output.WriteRawTag(9); - output.WriteDouble(Offset); - } - if (ColorSpace != 0) { - output.WriteRawTag(16); - output.WriteEnum((int) ColorSpace); - } - if (Red != 0) { - output.WriteRawTag(24); - output.WriteInt32(Red); - } - if (Green != 0) { - output.WriteRawTag(32); - output.WriteInt32(Green); - } - if (Blue != 0) { - output.WriteRawTag(40); - output.WriteInt32(Blue); - } - if (Cyan != 0D) { - output.WriteRawTag(49); - output.WriteDouble(Cyan); - } - if (Magenta != 0D) { - output.WriteRawTag(57); - output.WriteDouble(Magenta); - } - if (Yellow != 0D) { - output.WriteRawTag(65); - output.WriteDouble(Yellow); - } - if (Key != 0D) { - output.WriteRawTag(73); - output.WriteDouble(Key); - } - if (L != 0D) { - output.WriteRawTag(81); - output.WriteDouble(L); - } - if (A != 0D) { - output.WriteRawTag(89); - output.WriteDouble(A); - } - if (B != 0D) { - output.WriteRawTag(97); - output.WriteDouble(B); - } - liquidVolumes_.WriteTo(output, _repeated_liquidVolumes_codec); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Offset != 0D) { - size += 1 + 8; - } - if (ColorSpace != 0) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) ColorSpace); - } - if (Red != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Red); - } - if (Green != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Green); - } - if (Blue != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Blue); - } - if (Cyan != 0D) { - size += 1 + 8; - } - if (Magenta != 0D) { - size += 1 + 8; - } - if (Yellow != 0D) { - size += 1 + 8; - } - if (Key != 0D) { - size += 1 + 8; - } - if (L != 0D) { - size += 1 + 8; - } - if (A != 0D) { - size += 1 + 8; - } - if (B != 0D) { - size += 1 + 8; - } - size += liquidVolumes_.CalculateSize(_repeated_liquidVolumes_codec); - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(GradientInputStop other) { - if (other == null) { - return; - } - if (other.Offset != 0D) { - Offset = other.Offset; - } - if (other.ColorSpace != 0) { - ColorSpace = other.ColorSpace; - } - if (other.Red != 0) { - Red = other.Red; - } - if (other.Green != 0) { - Green = other.Green; - } - if (other.Blue != 0) { - Blue = other.Blue; - } - if (other.Cyan != 0D) { - Cyan = other.Cyan; - } - if (other.Magenta != 0D) { - Magenta = other.Magenta; - } - if (other.Yellow != 0D) { - Yellow = other.Yellow; - } - if (other.Key != 0D) { - Key = other.Key; - } - if (other.L != 0D) { - L = other.L; - } - if (other.A != 0D) { - A = other.A; - } - if (other.B != 0D) { - B = other.B; - } - liquidVolumes_.Add(other.liquidVolumes_); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 9: { - Offset = input.ReadDouble(); - break; - } - case 16: { - colorSpace_ = (global::Tango.PMR.ColorLab.ColorSpace) input.ReadEnum(); - break; - } - case 24: { - Red = input.ReadInt32(); - break; - } - case 32: { - Green = input.ReadInt32(); - break; - } - case 40: { - Blue = input.ReadInt32(); - break; - } - case 49: { - Cyan = input.ReadDouble(); - break; - } - case 57: { - Magenta = input.ReadDouble(); - break; - } - case 65: { - Yellow = input.ReadDouble(); - break; - } - case 73: { - Key = input.ReadDouble(); - break; - } - case 81: { - L = input.ReadDouble(); - break; - } - case 89: { - A = input.ReadDouble(); - break; - } - case 97: { - B = input.ReadDouble(); - break; - } - case 106: { - liquidVolumes_.AddEntriesFrom(input, _repeated_liquidVolumes_codec); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/ColorLab/GradientOutputStop.cs b/Software/Visual_Studio/Tango.PMR/ColorLab/GradientOutputStop.cs deleted file mode 100644 index 959afdd63..000000000 --- a/Software/Visual_Studio/Tango.PMR/ColorLab/GradientOutputStop.cs +++ /dev/null @@ -1,210 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GradientOutputStop.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.ColorLab { - - /// <summary>Holder for reflection information generated from GradientOutputStop.proto</summary> - public static partial class GradientOutputStopReflection { - - #region Descriptor - /// <summary>File descriptor for GradientOutputStop.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GradientOutputStopReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChhHcmFkaWVudE91dHB1dFN0b3AucHJvdG8SElRhbmdvLlBNUi5Db2xvckxh", - "YhoST3V0cHV0TGlxdWlkLnByb3RvIoIBChJHcmFkaWVudE91dHB1dFN0b3AS", - "DgoGT2Zmc2V0GAEgASgBEiMKG1Byb2Nlc3NQYXJhbWV0ZXJzVGFibGVJbmRl", - "eBgCIAEoBRI3Cg1PdXRwdXRMaXF1aWRzGAMgAygLMiAuVGFuZ28uUE1SLkNv", - "bG9yTGFiLk91dHB1dExpcXVpZEIeChxjb20udHdpbmUudGFuZ28ucG1yLmNv", - "bG9ybGFiYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.ColorLab.OutputLiquidReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ColorLab.GradientOutputStop), global::Tango.PMR.ColorLab.GradientOutputStop.Parser, new[]{ "Offset", "ProcessParametersTableIndex", "OutputLiquids" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class GradientOutputStop : pb::IMessage<GradientOutputStop> { - private static readonly pb::MessageParser<GradientOutputStop> _parser = new pb::MessageParser<GradientOutputStop>(() => new GradientOutputStop()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<GradientOutputStop> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.ColorLab.GradientOutputStopReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public GradientOutputStop() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public GradientOutputStop(GradientOutputStop other) : this() { - offset_ = other.offset_; - processParametersTableIndex_ = other.processParametersTableIndex_; - outputLiquids_ = other.outputLiquids_.Clone(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public GradientOutputStop Clone() { - return new GradientOutputStop(this); - } - - /// <summary>Field number for the "Offset" field.</summary> - public const int OffsetFieldNumber = 1; - private double offset_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Offset { - get { return offset_; } - set { - offset_ = value; - } - } - - /// <summary>Field number for the "ProcessParametersTableIndex" field.</summary> - public const int ProcessParametersTableIndexFieldNumber = 2; - private int processParametersTableIndex_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int ProcessParametersTableIndex { - get { return processParametersTableIndex_; } - set { - processParametersTableIndex_ = value; - } - } - - /// <summary>Field number for the "OutputLiquids" field.</summary> - public const int OutputLiquidsFieldNumber = 3; - private static readonly pb::FieldCodec<global::Tango.PMR.ColorLab.OutputLiquid> _repeated_outputLiquids_codec - = pb::FieldCodec.ForMessage(26, global::Tango.PMR.ColorLab.OutputLiquid.Parser); - private readonly pbc::RepeatedField<global::Tango.PMR.ColorLab.OutputLiquid> outputLiquids_ = new pbc::RepeatedField<global::Tango.PMR.ColorLab.OutputLiquid>(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<global::Tango.PMR.ColorLab.OutputLiquid> OutputLiquids { - get { return outputLiquids_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as GradientOutputStop); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(GradientOutputStop other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Offset != other.Offset) return false; - if (ProcessParametersTableIndex != other.ProcessParametersTableIndex) return false; - if(!outputLiquids_.Equals(other.outputLiquids_)) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Offset != 0D) hash ^= Offset.GetHashCode(); - if (ProcessParametersTableIndex != 0) hash ^= ProcessParametersTableIndex.GetHashCode(); - hash ^= outputLiquids_.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Offset != 0D) { - output.WriteRawTag(9); - output.WriteDouble(Offset); - } - if (ProcessParametersTableIndex != 0) { - output.WriteRawTag(16); - output.WriteInt32(ProcessParametersTableIndex); - } - outputLiquids_.WriteTo(output, _repeated_outputLiquids_codec); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Offset != 0D) { - size += 1 + 8; - } - if (ProcessParametersTableIndex != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProcessParametersTableIndex); - } - size += outputLiquids_.CalculateSize(_repeated_outputLiquids_codec); - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(GradientOutputStop other) { - if (other == null) { - return; - } - if (other.Offset != 0D) { - Offset = other.Offset; - } - if (other.ProcessParametersTableIndex != 0) { - ProcessParametersTableIndex = other.ProcessParametersTableIndex; - } - outputLiquids_.Add(other.outputLiquids_); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 9: { - Offset = input.ReadDouble(); - break; - } - case 16: { - ProcessParametersTableIndex = input.ReadInt32(); - break; - } - case 26: { - outputLiquids_.AddEntriesFrom(input, _repeated_outputLiquids_codec); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Stubs/StubMainCardEEpromWriteRequest.cs b/Software/Visual_Studio/Tango.PMR/ColorLab/InputRGB.cs index 122694212..72df5bf73 100644 --- a/Software/Visual_Studio/Tango.PMR/Stubs/StubMainCardEEpromWriteRequest.cs +++ b/Software/Visual_Studio/Tango.PMR/ColorLab/InputRGB.cs @@ -1,5 +1,5 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StubMainCardEEpromWriteRequest.proto +// source: InputRGB.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code @@ -7,43 +7,42 @@ using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; -namespace Tango.PMR.Stubs { +namespace Tango.PMR.ColorLab { - /// <summary>Holder for reflection information generated from StubMainCardEEpromWriteRequest.proto</summary> - public static partial class StubMainCardEEpromWriteRequestReflection { + /// <summary>Holder for reflection information generated from InputRGB.proto</summary> + public static partial class InputRGBReflection { #region Descriptor - /// <summary>File descriptor for StubMainCardEEpromWriteRequest.proto</summary> + /// <summary>File descriptor for InputRGB.proto</summary> public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static StubMainCardEEpromWriteRequestReflection() { + static InputRGBReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiRTdHViTWFpbkNhcmRFRXByb21Xcml0ZVJlcXVlc3QucHJvdG8SD1Rhbmdv", - "LlBNUi5TdHVicyI/Ch5TdHViTWFpbkNhcmRFRXByb21Xcml0ZVJlcXVlc3QS", - "DwoHQWRkcmVzcxgBIAEoBRIMCgREYXRhGAIgASgFQhsKGWNvbS50d2luZS50", - "YW5nby5wbXIuc3R1YnNiBnByb3RvMw==")); + "Cg5JbnB1dFJHQi5wcm90bxISVGFuZ28uUE1SLkNvbG9yTGFiIjQKCElucHV0", + "UkdCEgsKA1JlZBgBIAEoBRINCgVHcmVlbhgCIAEoBRIMCgRCbHVlGAMgASgF", + "Qh4KHGNvbS50d2luZS50YW5nby5wbXIuY29sb3JsYWJiBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Stubs.StubMainCardEEpromWriteRequest), global::Tango.PMR.Stubs.StubMainCardEEpromWriteRequest.Parser, new[]{ "Address", "Data" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ColorLab.InputRGB), global::Tango.PMR.ColorLab.InputRGB.Parser, new[]{ "Red", "Green", "Blue" }, null, null, null) })); } #endregion } #region Messages - public sealed partial class StubMainCardEEpromWriteRequest : pb::IMessage<StubMainCardEEpromWriteRequest> { - private static readonly pb::MessageParser<StubMainCardEEpromWriteRequest> _parser = new pb::MessageParser<StubMainCardEEpromWriteRequest>(() => new StubMainCardEEpromWriteRequest()); + public sealed partial class InputRGB : pb::IMessage<InputRGB> { + private static readonly pb::MessageParser<InputRGB> _parser = new pb::MessageParser<InputRGB>(() => new InputRGB()); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StubMainCardEEpromWriteRequest> Parser { get { return _parser; } } + public static pb::MessageParser<InputRGB> Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Stubs.StubMainCardEEpromWriteRequestReflection.Descriptor.MessageTypes[0]; } + get { return global::Tango.PMR.ColorLab.InputRGBReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -52,68 +51,82 @@ namespace Tango.PMR.Stubs { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubMainCardEEpromWriteRequest() { + public InputRGB() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubMainCardEEpromWriteRequest(StubMainCardEEpromWriteRequest other) : this() { - address_ = other.address_; - data_ = other.data_; + public InputRGB(InputRGB other) : this() { + red_ = other.red_; + green_ = other.green_; + blue_ = other.blue_; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubMainCardEEpromWriteRequest Clone() { - return new StubMainCardEEpromWriteRequest(this); + public InputRGB Clone() { + return new InputRGB(this); } - /// <summary>Field number for the "Address" field.</summary> - public const int AddressFieldNumber = 1; - private int address_; + /// <summary>Field number for the "Red" field.</summary> + public const int RedFieldNumber = 1; + private int red_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Address { - get { return address_; } + public int Red { + get { return red_; } set { - address_ = value; + red_ = value; } } - /// <summary>Field number for the "Data" field.</summary> - public const int DataFieldNumber = 2; - private int data_; + /// <summary>Field number for the "Green" field.</summary> + public const int GreenFieldNumber = 2; + private int green_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Data { - get { return data_; } + public int Green { + get { return green_; } set { - data_ = value; + green_ = value; + } + } + + /// <summary>Field number for the "Blue" field.</summary> + public const int BlueFieldNumber = 3; + private int blue_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + public int Blue { + get { return blue_; } + set { + blue_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { - return Equals(other as StubMainCardEEpromWriteRequest); + return Equals(other as InputRGB); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StubMainCardEEpromWriteRequest other) { + public bool Equals(InputRGB other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } - if (Address != other.Address) return false; - if (Data != other.Data) return false; + if (Red != other.Red) return false; + if (Green != other.Green) return false; + if (Blue != other.Blue) return false; return true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override int GetHashCode() { int hash = 1; - if (Address != 0) hash ^= Address.GetHashCode(); - if (Data != 0) hash ^= Data.GetHashCode(); + if (Red != 0) hash ^= Red.GetHashCode(); + if (Green != 0) hash ^= Green.GetHashCode(); + if (Blue != 0) hash ^= Blue.GetHashCode(); return hash; } @@ -124,38 +137,48 @@ namespace Tango.PMR.Stubs { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void WriteTo(pb::CodedOutputStream output) { - if (Address != 0) { + if (Red != 0) { output.WriteRawTag(8); - output.WriteInt32(Address); + output.WriteInt32(Red); } - if (Data != 0) { + if (Green != 0) { output.WriteRawTag(16); - output.WriteInt32(Data); + output.WriteInt32(Green); + } + if (Blue != 0) { + output.WriteRawTag(24); + output.WriteInt32(Blue); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int CalculateSize() { int size = 0; - if (Address != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Address); + if (Red != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Red); + } + if (Green != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Green); } - if (Data != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Data); + if (Blue != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Blue); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StubMainCardEEpromWriteRequest other) { + public void MergeFrom(InputRGB other) { if (other == null) { return; } - if (other.Address != 0) { - Address = other.Address; + if (other.Red != 0) { + Red = other.Red; + } + if (other.Green != 0) { + Green = other.Green; } - if (other.Data != 0) { - Data = other.Data; + if (other.Blue != 0) { + Blue = other.Blue; } } @@ -168,11 +191,15 @@ namespace Tango.PMR.Stubs { input.SkipLastField(); break; case 8: { - Address = input.ReadInt32(); + Red = input.ReadInt32(); break; } case 16: { - Data = input.ReadInt32(); + Green = input.ReadInt32(); + break; + } + case 24: { + Blue = input.ReadInt32(); break; } } diff --git a/Software/Visual_Studio/Tango.PMR/ColorLab/LinearizationInput.cs b/Software/Visual_Studio/Tango.PMR/ColorLab/LinearizationInput.cs deleted file mode 100644 index a127a8546..000000000 --- a/Software/Visual_Studio/Tango.PMR/ColorLab/LinearizationInput.cs +++ /dev/null @@ -1,268 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: LinearizationInput.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.ColorLab { - - /// <summary>Holder for reflection information generated from LinearizationInput.proto</summary> - public static partial class LinearizationInputReflection { - - #region Descriptor - /// <summary>File descriptor for LinearizationInput.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static LinearizationInputReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChhMaW5lYXJpemF0aW9uSW5wdXQucHJvdG8SElRhbmdvLlBNUi5Db2xvckxh", - "YhoeTGluZWFyaXphdGlvbk1lYXN1cmVtZW50LnByb3RvGhBMaXF1aWRUeXBl", - "LnByb3RvIr8BChJMaW5lYXJpemF0aW9uSW5wdXQSMgoKTGlxdWlkVHlwZRgB", - "IAEoDjIeLlRhbmdvLlBNUi5Db2xvckxhYi5MaXF1aWRUeXBlEg8KB1Rhcmdl", - "dEwYAiABKAESDwoHVGFyZ2V0QRgDIAEoARIPCgdUYXJnZXRCGAQgASgBEkIK", - "DE1lYXN1cmVtZW50cxgFIAMoCzIsLlRhbmdvLlBNUi5Db2xvckxhYi5MaW5l", - "YXJpemF0aW9uTWVhc3VyZW1lbnRCHgocY29tLnR3aW5lLnRhbmdvLnBtci5j", - "b2xvcmxhYmIGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.ColorLab.LinearizationMeasurementReflection.Descriptor, global::Tango.PMR.ColorLab.LiquidTypeReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ColorLab.LinearizationInput), global::Tango.PMR.ColorLab.LinearizationInput.Parser, new[]{ "LiquidType", "TargetL", "TargetA", "TargetB", "Measurements" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class LinearizationInput : pb::IMessage<LinearizationInput> { - private static readonly pb::MessageParser<LinearizationInput> _parser = new pb::MessageParser<LinearizationInput>(() => new LinearizationInput()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<LinearizationInput> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.ColorLab.LinearizationInputReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public LinearizationInput() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public LinearizationInput(LinearizationInput other) : this() { - liquidType_ = other.liquidType_; - targetL_ = other.targetL_; - targetA_ = other.targetA_; - targetB_ = other.targetB_; - measurements_ = other.measurements_.Clone(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public LinearizationInput Clone() { - return new LinearizationInput(this); - } - - /// <summary>Field number for the "LiquidType" field.</summary> - public const int LiquidTypeFieldNumber = 1; - private global::Tango.PMR.ColorLab.LiquidType liquidType_ = 0; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.ColorLab.LiquidType LiquidType { - get { return liquidType_; } - set { - liquidType_ = value; - } - } - - /// <summary>Field number for the "TargetL" field.</summary> - public const int TargetLFieldNumber = 2; - private double targetL_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double TargetL { - get { return targetL_; } - set { - targetL_ = value; - } - } - - /// <summary>Field number for the "TargetA" field.</summary> - public const int TargetAFieldNumber = 3; - private double targetA_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double TargetA { - get { return targetA_; } - set { - targetA_ = value; - } - } - - /// <summary>Field number for the "TargetB" field.</summary> - public const int TargetBFieldNumber = 4; - private double targetB_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double TargetB { - get { return targetB_; } - set { - targetB_ = value; - } - } - - /// <summary>Field number for the "Measurements" field.</summary> - public const int MeasurementsFieldNumber = 5; - private static readonly pb::FieldCodec<global::Tango.PMR.ColorLab.LinearizationMeasurement> _repeated_measurements_codec - = pb::FieldCodec.ForMessage(42, global::Tango.PMR.ColorLab.LinearizationMeasurement.Parser); - private readonly pbc::RepeatedField<global::Tango.PMR.ColorLab.LinearizationMeasurement> measurements_ = new pbc::RepeatedField<global::Tango.PMR.ColorLab.LinearizationMeasurement>(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<global::Tango.PMR.ColorLab.LinearizationMeasurement> Measurements { - get { return measurements_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as LinearizationInput); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(LinearizationInput other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (LiquidType != other.LiquidType) return false; - if (TargetL != other.TargetL) return false; - if (TargetA != other.TargetA) return false; - if (TargetB != other.TargetB) return false; - if(!measurements_.Equals(other.measurements_)) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (LiquidType != 0) hash ^= LiquidType.GetHashCode(); - if (TargetL != 0D) hash ^= TargetL.GetHashCode(); - if (TargetA != 0D) hash ^= TargetA.GetHashCode(); - if (TargetB != 0D) hash ^= TargetB.GetHashCode(); - hash ^= measurements_.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (LiquidType != 0) { - output.WriteRawTag(8); - output.WriteEnum((int) LiquidType); - } - if (TargetL != 0D) { - output.WriteRawTag(17); - output.WriteDouble(TargetL); - } - if (TargetA != 0D) { - output.WriteRawTag(25); - output.WriteDouble(TargetA); - } - if (TargetB != 0D) { - output.WriteRawTag(33); - output.WriteDouble(TargetB); - } - measurements_.WriteTo(output, _repeated_measurements_codec); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (LiquidType != 0) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) LiquidType); - } - if (TargetL != 0D) { - size += 1 + 8; - } - if (TargetA != 0D) { - size += 1 + 8; - } - if (TargetB != 0D) { - size += 1 + 8; - } - size += measurements_.CalculateSize(_repeated_measurements_codec); - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(LinearizationInput other) { - if (other == null) { - return; - } - if (other.LiquidType != 0) { - LiquidType = other.LiquidType; - } - if (other.TargetL != 0D) { - TargetL = other.TargetL; - } - if (other.TargetA != 0D) { - TargetA = other.TargetA; - } - if (other.TargetB != 0D) { - TargetB = other.TargetB; - } - measurements_.Add(other.measurements_); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 8: { - liquidType_ = (global::Tango.PMR.ColorLab.LiquidType) input.ReadEnum(); - break; - } - case 17: { - TargetL = input.ReadDouble(); - break; - } - case 25: { - TargetA = input.ReadDouble(); - break; - } - case 33: { - TargetB = input.ReadDouble(); - break; - } - case 42: { - measurements_.AddEntriesFrom(input, _repeated_measurements_codec); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/ColorLab/LinearizationMeasurement.cs b/Software/Visual_Studio/Tango.PMR/ColorLab/LinearizationMeasurement.cs deleted file mode 100644 index fb83ca1c2..000000000 --- a/Software/Visual_Studio/Tango.PMR/ColorLab/LinearizationMeasurement.cs +++ /dev/null @@ -1,244 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: LinearizationMeasurement.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.ColorLab { - - /// <summary>Holder for reflection information generated from LinearizationMeasurement.proto</summary> - public static partial class LinearizationMeasurementReflection { - - #region Descriptor - /// <summary>File descriptor for LinearizationMeasurement.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static LinearizationMeasurementReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch5MaW5lYXJpemF0aW9uTWVhc3VyZW1lbnQucHJvdG8SElRhbmdvLlBNUi5D", - "b2xvckxhYiJSChhMaW5lYXJpemF0aW9uTWVhc3VyZW1lbnQSFQoNSW5rUGVy", - "Y2VudGFnZRgBIAEoARIJCgFMGAIgASgBEgkKAUEYAyABKAESCQoBQhgEIAEo", - "AUIeChxjb20udHdpbmUudGFuZ28ucG1yLmNvbG9ybGFiYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ColorLab.LinearizationMeasurement), global::Tango.PMR.ColorLab.LinearizationMeasurement.Parser, new[]{ "InkPercentage", "L", "A", "B" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class LinearizationMeasurement : pb::IMessage<LinearizationMeasurement> { - private static readonly pb::MessageParser<LinearizationMeasurement> _parser = new pb::MessageParser<LinearizationMeasurement>(() => new LinearizationMeasurement()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<LinearizationMeasurement> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.ColorLab.LinearizationMeasurementReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public LinearizationMeasurement() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public LinearizationMeasurement(LinearizationMeasurement other) : this() { - inkPercentage_ = other.inkPercentage_; - l_ = other.l_; - a_ = other.a_; - b_ = other.b_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public LinearizationMeasurement Clone() { - return new LinearizationMeasurement(this); - } - - /// <summary>Field number for the "InkPercentage" field.</summary> - public const int InkPercentageFieldNumber = 1; - private double inkPercentage_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double InkPercentage { - get { return inkPercentage_; } - set { - inkPercentage_ = value; - } - } - - /// <summary>Field number for the "L" field.</summary> - public const int LFieldNumber = 2; - private double l_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double L { - get { return l_; } - set { - l_ = value; - } - } - - /// <summary>Field number for the "A" field.</summary> - public const int AFieldNumber = 3; - private double a_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double A { - get { return a_; } - set { - a_ = value; - } - } - - /// <summary>Field number for the "B" field.</summary> - public const int BFieldNumber = 4; - private double b_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double B { - get { return b_; } - set { - b_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as LinearizationMeasurement); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(LinearizationMeasurement other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (InkPercentage != other.InkPercentage) return false; - if (L != other.L) return false; - if (A != other.A) return false; - if (B != other.B) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (InkPercentage != 0D) hash ^= InkPercentage.GetHashCode(); - if (L != 0D) hash ^= L.GetHashCode(); - if (A != 0D) hash ^= A.GetHashCode(); - if (B != 0D) hash ^= B.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (InkPercentage != 0D) { - output.WriteRawTag(9); - output.WriteDouble(InkPercentage); - } - if (L != 0D) { - output.WriteRawTag(17); - output.WriteDouble(L); - } - if (A != 0D) { - output.WriteRawTag(25); - output.WriteDouble(A); - } - if (B != 0D) { - output.WriteRawTag(33); - output.WriteDouble(B); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (InkPercentage != 0D) { - size += 1 + 8; - } - if (L != 0D) { - size += 1 + 8; - } - if (A != 0D) { - size += 1 + 8; - } - if (B != 0D) { - size += 1 + 8; - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(LinearizationMeasurement other) { - if (other == null) { - return; - } - if (other.InkPercentage != 0D) { - InkPercentage = other.InkPercentage; - } - if (other.L != 0D) { - L = other.L; - } - if (other.A != 0D) { - A = other.A; - } - if (other.B != 0D) { - B = other.B; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 9: { - InkPercentage = input.ReadDouble(); - break; - } - case 17: { - L = input.ReadDouble(); - break; - } - case 25: { - A = input.ReadDouble(); - break; - } - case 33: { - B = input.ReadDouble(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/ColorLab/LinearizationOutput.cs b/Software/Visual_Studio/Tango.PMR/ColorLab/LinearizationOutput.cs deleted file mode 100644 index 3c402aa10..000000000 --- a/Software/Visual_Studio/Tango.PMR/ColorLab/LinearizationOutput.cs +++ /dev/null @@ -1,209 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: LinearizationOutput.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.ColorLab { - - /// <summary>Holder for reflection information generated from LinearizationOutput.proto</summary> - public static partial class LinearizationOutputReflection { - - #region Descriptor - /// <summary>File descriptor for LinearizationOutput.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static LinearizationOutputReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChlMaW5lYXJpemF0aW9uT3V0cHV0LnByb3RvEhJUYW5nby5QTVIuQ29sb3JM", - "YWIiVAoTTGluZWFyaXphdGlvbk91dHB1dBIVCg1JbmtQZXJjZW50YWdlGAEg", - "AygBEhAKCEhhc0Vycm9yGBQgASgIEhQKDEVycm9yTWVzc2FnZRgVIAEoCUIe", - "Chxjb20udHdpbmUudGFuZ28ucG1yLmNvbG9ybGFiYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ColorLab.LinearizationOutput), global::Tango.PMR.ColorLab.LinearizationOutput.Parser, new[]{ "InkPercentage", "HasError", "ErrorMessage" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class LinearizationOutput : pb::IMessage<LinearizationOutput> { - private static readonly pb::MessageParser<LinearizationOutput> _parser = new pb::MessageParser<LinearizationOutput>(() => new LinearizationOutput()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<LinearizationOutput> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.ColorLab.LinearizationOutputReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public LinearizationOutput() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public LinearizationOutput(LinearizationOutput other) : this() { - inkPercentage_ = other.inkPercentage_.Clone(); - hasError_ = other.hasError_; - errorMessage_ = other.errorMessage_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public LinearizationOutput Clone() { - return new LinearizationOutput(this); - } - - /// <summary>Field number for the "InkPercentage" field.</summary> - public const int InkPercentageFieldNumber = 1; - private static readonly pb::FieldCodec<double> _repeated_inkPercentage_codec - = pb::FieldCodec.ForDouble(10); - private readonly pbc::RepeatedField<double> inkPercentage_ = new pbc::RepeatedField<double>(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> InkPercentage { - get { return inkPercentage_; } - } - - /// <summary>Field number for the "HasError" field.</summary> - public const int HasErrorFieldNumber = 20; - private bool hasError_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool HasError { - get { return hasError_; } - set { - hasError_ = value; - } - } - - /// <summary>Field number for the "ErrorMessage" field.</summary> - public const int ErrorMessageFieldNumber = 21; - private string errorMessage_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string ErrorMessage { - get { return errorMessage_; } - set { - errorMessage_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as LinearizationOutput); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(LinearizationOutput other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if(!inkPercentage_.Equals(other.inkPercentage_)) return false; - if (HasError != other.HasError) return false; - if (ErrorMessage != other.ErrorMessage) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - hash ^= inkPercentage_.GetHashCode(); - if (HasError != false) hash ^= HasError.GetHashCode(); - if (ErrorMessage.Length != 0) hash ^= ErrorMessage.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - inkPercentage_.WriteTo(output, _repeated_inkPercentage_codec); - if (HasError != false) { - output.WriteRawTag(160, 1); - output.WriteBool(HasError); - } - if (ErrorMessage.Length != 0) { - output.WriteRawTag(170, 1); - output.WriteString(ErrorMessage); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - size += inkPercentage_.CalculateSize(_repeated_inkPercentage_codec); - if (HasError != false) { - size += 2 + 1; - } - if (ErrorMessage.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(ErrorMessage); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(LinearizationOutput other) { - if (other == null) { - return; - } - inkPercentage_.Add(other.inkPercentage_); - if (other.HasError != false) { - HasError = other.HasError; - } - if (other.ErrorMessage.Length != 0) { - ErrorMessage = other.ErrorMessage; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 10: - case 9: { - inkPercentage_.AddEntriesFrom(input, _repeated_inkPercentage_codec); - break; - } - case 160: { - HasError = input.ReadBool(); - break; - } - case 170: { - ErrorMessage = input.ReadString(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/ColorLab/LiquidType.cs b/Software/Visual_Studio/Tango.PMR/ColorLab/LiquidType.cs index 6773455bb..1b1b633c7 100644 --- a/Software/Visual_Studio/Tango.PMR/ColorLab/LiquidType.cs +++ b/Software/Visual_Studio/Tango.PMR/ColorLab/LiquidType.cs @@ -22,12 +22,11 @@ namespace Tango.PMR.ColorLab { static LiquidTypeReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChBMaXF1aWRUeXBlLnByb3RvEhJUYW5nby5QTVIuQ29sb3JMYWIqnAEKCkxp", - "cXVpZFR5cGUSCAoEQ3lhbhAAEgsKB01hZ2VudGEQARIKCgZZZWxsb3cQAhIJ", - "CgVCbGFjaxADEhIKDlRyYW5zcGFyZW50SW5rEAQSDQoJTHVicmljYW50EAUS", - "CwoHQ2xlYW5lchAGEg0KCUxpZ2h0Q3lhbhAHEhAKDExpZ2h0TWFnZW50YRAI", - "Eg8KC0xpZ2h0WWVsbG93EAlCHgocY29tLnR3aW5lLnRhbmdvLnBtci5jb2xv", - "cmxhYmIGcHJvdG8z")); + "ChBMaXF1aWRUeXBlLnByb3RvEhJUYW5nby5QTVIuQ29sb3JMYWIqagoKTGlx", + "dWlkVHlwZRIICgRDeWFuEAASCwoHTWFnZW50YRABEgoKBlllbGxvdxACEgkK", + "BUJsYWNrEAMSEgoOVHJhbnNwYXJlbnRJbmsQBBINCglMdWJyaWNhbnQQBRIL", + "CgdDbGVhbmVyEAZCHgocY29tLnR3aW5lLnRhbmdvLnBtci5jb2xvcmxhYmIG", + "cHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.ColorLab.LiquidType), }, null)); @@ -44,9 +43,6 @@ namespace Tango.PMR.ColorLab { [pbr::OriginalName("TransparentInk")] TransparentInk = 4, [pbr::OriginalName("Lubricant")] Lubricant = 5, [pbr::OriginalName("Cleaner")] Cleaner = 6, - [pbr::OriginalName("LightCyan")] LightCyan = 7, - [pbr::OriginalName("LightMagenta")] LightMagenta = 8, - [pbr::OriginalName("LightYellow")] LightYellow = 9, } #endregion diff --git a/Software/Visual_Studio/Tango.PMR/ColorLab/LiquidVolume.cs b/Software/Visual_Studio/Tango.PMR/ColorLab/LiquidVolume.cs deleted file mode 100644 index 7f09d5a18..000000000 --- a/Software/Visual_Studio/Tango.PMR/ColorLab/LiquidVolume.cs +++ /dev/null @@ -1,189 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: LiquidVolume.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.ColorLab { - - /// <summary>Holder for reflection information generated from LiquidVolume.proto</summary> - public static partial class LiquidVolumeReflection { - - #region Descriptor - /// <summary>File descriptor for LiquidVolume.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static LiquidVolumeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChJMaXF1aWRWb2x1bWUucHJvdG8SElRhbmdvLlBNUi5Db2xvckxhYhoQTGlx", - "dWlkVHlwZS5wcm90byJSCgxMaXF1aWRWb2x1bWUSMgoKTGlxdWlkVHlwZRgB", - "IAEoDjIeLlRhbmdvLlBNUi5Db2xvckxhYi5MaXF1aWRUeXBlEg4KBlZvbHVt", - "ZRgCIAEoAUIeChxjb20udHdpbmUudGFuZ28ucG1yLmNvbG9ybGFiYgZwcm90", - "bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.ColorLab.LiquidTypeReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ColorLab.LiquidVolume), global::Tango.PMR.ColorLab.LiquidVolume.Parser, new[]{ "LiquidType", "Volume" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class LiquidVolume : pb::IMessage<LiquidVolume> { - private static readonly pb::MessageParser<LiquidVolume> _parser = new pb::MessageParser<LiquidVolume>(() => new LiquidVolume()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<LiquidVolume> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.ColorLab.LiquidVolumeReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public LiquidVolume() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public LiquidVolume(LiquidVolume other) : this() { - liquidType_ = other.liquidType_; - volume_ = other.volume_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public LiquidVolume Clone() { - return new LiquidVolume(this); - } - - /// <summary>Field number for the "LiquidType" field.</summary> - public const int LiquidTypeFieldNumber = 1; - private global::Tango.PMR.ColorLab.LiquidType liquidType_ = 0; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.ColorLab.LiquidType LiquidType { - get { return liquidType_; } - set { - liquidType_ = value; - } - } - - /// <summary>Field number for the "Volume" field.</summary> - public const int VolumeFieldNumber = 2; - private double volume_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Volume { - get { return volume_; } - set { - volume_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as LiquidVolume); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(LiquidVolume other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (LiquidType != other.LiquidType) return false; - if (Volume != other.Volume) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (LiquidType != 0) hash ^= LiquidType.GetHashCode(); - if (Volume != 0D) hash ^= Volume.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (LiquidType != 0) { - output.WriteRawTag(8); - output.WriteEnum((int) LiquidType); - } - if (Volume != 0D) { - output.WriteRawTag(17); - output.WriteDouble(Volume); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (LiquidType != 0) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) LiquidType); - } - if (Volume != 0D) { - size += 1 + 8; - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(LiquidVolume other) { - if (other == null) { - return; - } - if (other.LiquidType != 0) { - LiquidType = other.LiquidType; - } - if (other.Volume != 0D) { - Volume = other.Volume; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 8: { - liquidType_ = (global::Tango.PMR.ColorLab.LiquidType) input.ReadEnum(); - break; - } - case 17: { - Volume = input.ReadDouble(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Common/ErrorCode.cs b/Software/Visual_Studio/Tango.PMR/Common/ErrorCode.cs index 98931d0a6..48a9e05d0 100644 --- a/Software/Visual_Studio/Tango.PMR/Common/ErrorCode.cs +++ b/Software/Visual_Studio/Tango.PMR/Common/ErrorCode.cs @@ -22,7 +22,7 @@ namespace Tango.PMR.Common { static ErrorCodeReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Cg9FcnJvckNvZGUucHJvdG8SEFRhbmdvLlBNUi5Db21tb24q5AwKCUVycm9y", + "Cg9FcnJvckNvZGUucHJvdG8SEFRhbmdvLlBNUi5Db21tb24q7wkKCUVycm9y", "Q29kZRIICgROT05FEAASEQoNR0VORVJBTF9FUlJPUhABEgsKB0JBRF9DUkMQ", "AhIeChpJTlZBTElEX0RJR0lUQUxfUElOX05VTUJFUhADEhsKF1VOQVVUSE9S", "SVpFRF9DT05ORUNUSU9OEAQSHwobQ09OVElOVU9VU19SRVNQT05TRV9BQk9S", @@ -50,17 +50,8 @@ namespace Tango.PMR.Common { "UEVSQVRVUkVfQUxBUk0Q2A8SEQoMSk9CX0xTX0FMQVJNENkPEhcKEkpPQl9Q", "UkVTU1VSRV9BTEFSTRDaDxIWChFKT0JfQ1VSUkVOVF9BTEFSTRDbDxIUCg9K", "T0JfTU9UT1JfQUxBUk0Q3A8SEgoNSk9CX0xJRFNfT1BFThDdDxIYChNKT0Jf", - "QUJPUlRFRF9CWV9VU0VSEN4PEhUKEEpPQl9TQUZFVFlfQUxBUk0Q3w8SFgoR", - "Sk9CX05PX0FMQVJNX0ZJTEUQ4A8SFQoQSk9CX0ZJTEVfUFJPQkxFTRDhDxIf", - "ChpKT0JfV0FTVEVfSEFORExJTkdfUFJPQkxFTRDiDxIZChRQT1dFUl9VUF9O", - "T19DRkdfRklMRRC4FxIeChlQT1dFUl9VUF9IV19DT05GSUdfRkFJTEVEELkX", - "Eh0KGFBPV0VSX1VQX0JVSUxUX0lOX0ZBSUxFRBC6FxIjCh5QT1dFUl9VUF9J", - "TklUSUFMX0JMT1dFUl9GQUlMRUQQuxcSLwoqUE9XRVJfVVBfRElTUEVOU0VS", - "X1BSRVNTVVJFX0JVSUxEVVBfRkFJTEVEELwXEiAKG1BPV0VSX1VQX05PX1RI", - "UkVBRF9ERVRFQ1RFRBC9FxIfChpQT1dFUl9VUF9OT19QUk9DRVNTX1BBUkFN", - "UxC+FxIcChdHRU5FUkFMX0RBVEFTVE9SRV9FUlJPUhCgHxISCg1LRVlfTk9U", - "X0ZPVU5EEKEfQhwKGmNvbS50d2luZS50YW5nby5wbXIuY29tbW9uYgZwcm90", - "bzM=")); + "QUJPUlRFRF9CWV9VU0VSEN4PEhUKEEpPQl9TQUZFVFlfQUxBUk0Q3w9CHAoa", + "Y29tLnR3aW5lLnRhbmdvLnBtci5jb21tb25iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Common.ErrorCode), }, null)); @@ -147,24 +138,6 @@ namespace Tango.PMR.Common { [pbr::OriginalName("JOB_LIDS_OPEN")] JobLidsOpen = 2013, [pbr::OriginalName("JOB_ABORTED_BY_USER")] JobAbortedByUser = 2014, [pbr::OriginalName("JOB_SAFETY_ALARM")] JobSafetyAlarm = 2015, - [pbr::OriginalName("JOB_NO_ALARM_FILE")] JobNoAlarmFile = 2016, - [pbr::OriginalName("JOB_FILE_PROBLEM")] JobFileProblem = 2017, - [pbr::OriginalName("JOB_WASTE_HANDLING_PROBLEM")] JobWasteHandlingProblem = 2018, - /// <summary> - ///power up - /// </summary> - [pbr::OriginalName("POWER_UP_NO_CFG_FILE")] PowerUpNoCfgFile = 3000, - [pbr::OriginalName("POWER_UP_HW_CONFIG_FAILED")] PowerUpHwConfigFailed = 3001, - [pbr::OriginalName("POWER_UP_BUILT_IN_FAILED")] PowerUpBuiltInFailed = 3002, - [pbr::OriginalName("POWER_UP_INITIAL_BLOWER_FAILED")] PowerUpInitialBlowerFailed = 3003, - [pbr::OriginalName("POWER_UP_DISPENSER_PRESSURE_BUILDUP_FAILED")] PowerUpDispenserPressureBuildupFailed = 3004, - [pbr::OriginalName("POWER_UP_NO_THREAD_DETECTED")] PowerUpNoThreadDetected = 3005, - [pbr::OriginalName("POWER_UP_NO_PROCESS_PARAMS")] PowerUpNoProcessParams = 3006, - /// <summary> - ///DataStore - /// </summary> - [pbr::OriginalName("GENERAL_DATASTORE_ERROR")] GeneralDatastoreError = 4000, - [pbr::OriginalName("KEY_NOT_FOUND")] KeyNotFound = 4001, } #endregion diff --git a/Software/Visual_Studio/Tango.PMR/Common/MessageType.cs b/Software/Visual_Studio/Tango.PMR/Common/MessageType.cs index 03b9e40bf..6ae399816 100644 --- a/Software/Visual_Studio/Tango.PMR/Common/MessageType.cs +++ b/Software/Visual_Studio/Tango.PMR/Common/MessageType.cs @@ -22,7 +22,7 @@ namespace Tango.PMR.Common { static MessageTypeReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChFNZXNzYWdlVHlwZS5wcm90bxIQVGFuZ28uUE1SLkNvbW1vbiqVPwoLTWVz", + "ChFNZXNzYWdlVHlwZS5wcm90bxIQVGFuZ28uUE1SLkNvbW1vbirvMwoLTWVz", "c2FnZVR5cGUSCAoETm9uZRAAEhEKDUVycm9yUmVzcG9uc2UQARIUChBDYWxj", "dWxhdGVSZXF1ZXN0EAMSFQoRQ2FsY3VsYXRlUmVzcG9uc2UQBBITCg9Qcm9n", "cmVzc1JlcXVlc3QQBRIUChBQcm9ncmVzc1Jlc3BvbnNlEAYSHAoYU3R1YkNh", @@ -89,121 +89,89 @@ namespace Tango.PMR.Common { "YlJlc3BvbnNlEGQSFwoTU3R1YkFib3J0Sm9iUmVxdWVzdBBlEhgKFFN0dWJB", "Ym9ydEpvYlJlc3BvbnNlEGYSJAogU3R1Yk1pZFRhbmtQcmVzc3VyZVNlbnNv", "clJlcXVlc3QQZxIlCiFTdHViTWlkVGFua1ByZXNzdXJlU2Vuc29yUmVzcG9u", - "c2UQaBIeChpTdHViRGlzcGVuc2VyRUVwcm9tUmVxdWVzdBBpEh8KG1N0dWJE", - "aXNwZW5zZXJFRXByb21SZXNwb25zZRBqEhgKFFN0dWJXaHNFRXByb21SZXF1", - "ZXN0EGsSGQoVU3R1Yldoc0VFcHJvbVJlc3BvbnNlEGwSIQodU3R1Yk1haW5D", - "YXJkRUVwcm9tUmVhZFJlcXVlc3QQbRIiCh5TdHViTWFpbkNhcmRFRXByb21S", - "ZWFkUmVzcG9uc2UQbhIiCh5TdHViTWFpbkNhcmRFRXByb21Xcml0ZVJlcXVl", - "c3QQbxIjCh9TdHViTWFpbkNhcmRFRXByb21Xcml0ZVJlc3BvbnNlEHASGQoV", - "U3R1YkhlYWRFRXByb21SZXF1ZXN0EHESGgoWU3R1YkhlYWRFRXByb21SZXNw", - "b25zZRByEhQKEFByb2NlZHVyZVJlcXVlc3QQcxIVChFQcm9jZWR1cmVSZXNw", - "b25zZRB0EiUKIEV4dGVybmFsQnJpZGdlVWRwRGlzY292ZXJ5UGFja2V0EOgH", - "Eh8KGkV4dGVybmFsQnJpZGdlTG9naW5SZXF1ZXN0EOkHEiAKG0V4dGVybmFs", - "QnJpZGdlTG9naW5SZXNwb25zZRDqBxIgChtFeHRlcm5hbEJyaWRnZUxvZ291", - "dFJlcXVlc3QQ6wcSIQocRXh0ZXJuYWxCcmlkZ2VMb2dvdXRSZXNwb25zZRDs", - "BxIhChxEaXJlY3RTeW5jaHJvbml6YXRpb25SZXF1ZXN0EO0HEiIKHURpcmVj", - "dFN5bmNocm9uaXphdGlvblJlc3BvbnNlEO4HEhwKF092ZXJyaWRlRGF0YUJh", - "c2VSZXF1ZXN0EO8HEh0KGE92ZXJyaWRlRGF0YUJhc2VSZXNwb25zZRDwBxIg", - "ChtTdGFydEFwcGxpY2F0aW9uTG9nc1JlcXVlc3QQ8QcSIQocU3RhcnRBcHBs", - "aWNhdGlvbkxvZ3NSZXNwb25zZRDyBxIfChpTdG9wQXBwbGljYXRpb25Mb2dz", - "UmVxdWVzdBDzBxIgChtTdG9wQXBwbGljYXRpb25Mb2dzUmVzcG9uc2UQ9AcS", - "GAoTQ29sb3JQcm9maWxlUmVxdWVzdBD1BxIZChRDb2xvclByb2ZpbGVSZXNw", - "b25zZRD2BxIYChNVcGRhdGVTdGF0dXNSZXF1ZXN0EPcHEhkKFFVwZGF0ZVN0", - "YXR1c1Jlc3BvbnNlEPgHEhMKDkdlbmVyaWNSZXF1ZXN0EPkHEhQKD0dlbmVy", - "aWNSZXNwb25zZRD6BxIdChhDb25maWd1cmVQcm90b2NvbFJlcXVlc3QQ+wcS", - "HgoZQ29uZmlndXJlUHJvdG9jb2xSZXNwb25zZRD8BxIcChdTdGFydERpYWdu", - "b3N0aWNzUmVxdWVzdBDQDxIdChhTdGFydERpYWdub3N0aWNzUmVzcG9uc2UQ", - "0Q8SHAoXTW90b3JBYm9ydEhvbWluZ1JlcXVlc3QQ0g8SHQoYTW90b3JBYm9y", - "dEhvbWluZ1Jlc3BvbnNlENMPEhcKEk1vdG9ySG9taW5nUmVxdWVzdBDUDxIY", - "ChNNb3RvckhvbWluZ1Jlc3BvbnNlENUPEhgKE01vdG9ySm9nZ2luZ1JlcXVl", - "c3QQ1g8SGQoUTW90b3JKb2dnaW5nUmVzcG9uc2UQ1w8SHQoYTW90b3JBYm9y", - "dEpvZ2dpbmdSZXF1ZXN0ENgPEh4KGU1vdG9yQWJvcnRKb2dnaW5nUmVzcG9u", - "c2UQ2Q8SIAobRGlzcGVuc2VyQWJvcnRIb21pbmdSZXF1ZXN0ENoPEiEKHERp", - "c3BlbnNlckFib3J0SG9taW5nUmVzcG9uc2UQ2w8SGwoWRGlzcGVuc2VySG9t", - "aW5nUmVxdWVzdBDcDxIcChdEaXNwZW5zZXJIb21pbmdSZXNwb25zZRDdDxIc", - "ChdEaXNwZW5zZXJKb2dnaW5nUmVxdWVzdBDeDxIdChhEaXNwZW5zZXJKb2dn", - "aW5nUmVzcG9uc2UQ3w8SIQocRGlzcGVuc2VyQWJvcnRKb2dnaW5nUmVxdWVz", - "dBDgDxIiCh1EaXNwZW5zZXJBYm9ydEpvZ2dpbmdSZXNwb25zZRDhDxIZChRT", - "ZXREaWdpdGFsT3V0UmVxdWVzdBDiDxIaChVTZXREaWdpdGFsT3V0UmVzcG9u", - "c2UQ4w8SGQoUVGhyZWFkSm9nZ2luZ1JlcXVlc3QQ5A8SGgoVVGhyZWFkSm9n", - "Z2luZ1Jlc3BvbnNlEOUPEh4KGVRocmVhZEFib3J0Sm9nZ2luZ1JlcXVlc3QQ", - "5g8SHwoaVGhyZWFkQWJvcnRKb2dnaW5nUmVzcG9uc2UQ5w8SHQoYU2V0Q29t", - "cG9uZW50VmFsdWVSZXF1ZXN0EOgPEh4KGVNldENvbXBvbmVudFZhbHVlUmVz", - "cG9uc2UQ6Q8SGAoTUmVzb2x2ZUV2ZW50UmVxdWVzdBDqDxIZChRSZXNvbHZl", - "RXZlbnRSZXNwb25zZRDrDxIbChZTdG9wRGlhZ25vc3RpY3NSZXF1ZXN0EOwP", - "EhwKF1N0b3BEaWFnbm9zdGljc1Jlc3BvbnNlEO0PEiMKHlN0YXJ0RXZlbnRz", - "Tm90aWZpY2F0aW9uUmVxdWVzdBDuDxIkCh9TdGFydEV2ZW50c05vdGlmaWNh", - "dGlvblJlc3BvbnNlEO8PEiIKHVN0b3BFdmVudHNOb3RpZmljYXRpb25SZXF1", - "ZXN0EPAPEiMKHlN0b3BFdmVudHNOb3RpZmljYXRpb25SZXNwb25zZRDxDxIa", - "ChVTZXRIZWF0ZXJTdGF0ZVJlcXVlc3QQ8g8SGwoWU2V0SGVhdGVyU3RhdGVS", - "ZXNwb25zZRDzDxIaChVTZXRCbG93ZXJTdGF0ZVJlcXVlc3QQ9A8SGwoWU2V0", - "Qmxvd2VyU3RhdGVSZXNwb25zZRD1DxIZChRTZXRWYWx2ZVN0YXRlUmVxdWVz", - "dBD2DxIaChVTZXRWYWx2ZVN0YXRlUmVzcG9uc2UQ9w8SHwoaQ2FydHJpZGdl", - "VmFsaWRhdGlvblJlcXVlc3QQ/A8SIAobQ2FydHJpZGdlVmFsaWRhdGlvblJl", - "c3BvbnNlEP0PEg8KCkpvYlJlcXVlc3QQuBcSEAoLSm9iUmVzcG9uc2UQuRcS", - "FAoPQWJvcnRKb2JSZXF1ZXN0ELoXEhUKEEFib3J0Sm9iUmVzcG9uc2UQuxcS", - "IwoeVXBsb2FkUHJvY2Vzc1BhcmFtZXRlcnNSZXF1ZXN0ELwXEiQKH1VwbG9h", - "ZFByb2Nlc3NQYXJhbWV0ZXJzUmVzcG9uc2UQvRcSFgoRQ3VycmVudEpvYlJl", - "cXVlc3QQvhcSFwoSQ3VycmVudEpvYlJlc3BvbnNlEL8XEhwKF1Jlc3VtZUN1", - "cnJlbnRKb2JSZXF1ZXN0EMAXEh0KGFJlc3VtZUN1cnJlbnRKb2JSZXNwb25z", - "ZRDBFxIdChhTdGFydEhlYWRDbGVhbmluZ1JlcXVlc3QQwhcSHgoZU3RhcnRI", - "ZWFkQ2xlYW5pbmdSZXNwb25zZRDDFxIdChhBYm9ydEhlYWRDbGVhbmluZ1Jl", - "cXVlc3QQxBcSHgoZQWJvcnRIZWFkQ2xlYW5pbmdSZXNwb25zZRDFFxIZChRT", - "dGFydERlYnVnTG9nUmVxdWVzdBCgHxIaChVTdGFydERlYnVnTG9nUmVzcG9u", - "c2UQoR8SGAoTU3RvcERlYnVnTG9nUmVxdWVzdBCiHxIZChRTdG9wRGVidWdM", - "b2dSZXNwb25zZRCjHxIfChpTZXREZWJ1Z0xvZ0NhdGVnb3J5UmVxdWVzdBCk", - "HxIgChtTZXREZWJ1Z0xvZ0NhdGVnb3J5UmVzcG9uc2UQpR8SIQocU2V0dXBE", - "ZWJ1Z0Rpc3JpYnV0b3JzUmVxdWVzdBCmHxIiCh1TZXR1cERlYnVnRGlzcmli", - "dXRvcnNSZXNwb25zZRCnHxInCiJVcGxvYWRIYXJkd2FyZUNvbmZpZ3VyYXRp", - "b25SZXF1ZXN0EIgnEigKI1VwbG9hZEhhcmR3YXJlQ29uZmlndXJhdGlvblJl", - "c3BvbnNlEIknEhcKElN5c3RlbVJlc2V0UmVxdWVzdBCKJxIYChNTeXN0ZW1S", - "ZXNldFJlc3BvbnNlEIsnEhUKEEtlZXBBbGl2ZVJlcXVlc3QQ8C4SFgoRS2Vl", - "cEFsaXZlUmVzcG9uc2UQ8S4SEwoOQ29ubmVjdFJlcXVlc3QQ8i4SFAoPQ29u", - "bmVjdFJlc3BvbnNlEPMuEhYKEURpc2Nvbm5lY3RSZXF1ZXN0EPQuEhcKEkRp", - "c2Nvbm5lY3RSZXNwb25zZRD1LhIWChFGaWxlVXBsb2FkUmVxdWVzdBDYNhIX", - "ChJGaWxlVXBsb2FkUmVzcG9uc2UQ2TYSGwoWRmlsZUNodW5rVXBsb2FkUmVx", - "dWVzdBDaNhIcChdGaWxlQ2h1bmtVcGxvYWRSZXNwb25zZRDbNhIaChVFeGVj", - "dXRlUHJvY2Vzc1JlcXVlc3QQ3DYSGwoWRXhlY3V0ZVByb2Nlc3NSZXNwb25z", - "ZRDdNhIXChJLaWxsUHJvY2Vzc1JlcXVlc3QQ3jYSGAoTS2lsbFByb2Nlc3NS", - "ZXNwb25zZRDfNhISCg1DcmVhdGVSZXF1ZXN0EOA2EhMKDkNyZWF0ZVJlc3Bv", - "bnNlEOE2EhIKDURlbGV0ZVJlcXVlc3QQ4jYSEwoORGVsZXRlUmVzcG9uc2UQ", - "4zYSGgoVR2V0U3RvcmFnZUluZm9SZXF1ZXN0EOQ2EhsKFkdldFN0b3JhZ2VJ", - "bmZvUmVzcG9uc2UQ5TYSFAoPR2V0RmlsZXNSZXF1ZXN0EOY2EhUKEEdldEZp", - "bGVzUmVzcG9uc2UQ5zYSGAoTRmlsZURvd25sb2FkUmVxdWVzdBDoNhIZChRG", - "aWxlRG93bmxvYWRSZXNwb25zZRDpNhIdChhGaWxlQ2h1bmtEb3dubG9hZFJl", - "cXVlc3QQ6jYSHgoZRmlsZUNodW5rRG93bmxvYWRSZXNwb25zZRDrNhIbChZW", - "YWxpZGF0ZVZlcnNpb25SZXF1ZXN0EOw2EhwKF1ZhbGlkYXRlVmVyc2lvblJl", - "c3BvbnNlEO02EhsKFkFjdGl2YXRlVmVyc2lvblJlcXVlc3QQ7jYSHAoXQWN0", - "aXZhdGVWZXJzaW9uUmVzcG9uc2UQ7zYSGQoURGlzcGVuc2VyRGF0YVJlcXVl", - "c3QQwD4SGgoVRGlzcGVuc2VyRGF0YVJlc3BvbnNlEME+EhwKF01pZFRhbmtE", - "YXRhU2V0dXBSZXF1ZXN0EMI+Eh0KGE1pZFRhbmtEYXRhU2V0dXBSZXNwb25z", - "ZRDDPhIiCh1NYWNoaW5lQ2FsaWJyYXRpb25EYXRhUmVxdWVzdBDEPhIjCh5N", - "YWNoaW5lQ2FsaWJyYXRpb25EYXRhUmVzcG9uc2UQxT4SHgoZTWFpbkNhcmRT", - "dG9yZWREYXRhUmVxdWVzdBDGPhIfChpNYWluQ2FyZFN0b3JlZERhdGFSZXNw", - "b25zZRDHPhIkCh9TdGFydE1hY2hpbmVTdGF0dXNVcGRhdGVSZXF1ZXN0EKhG", - "EiUKIFN0YXJ0TWFjaGluZVN0YXR1c1VwZGF0ZVJlc3BvbnNlEKlGEiMKHlN0", - "b3BNYWNoaW5lU3RhdHVzVXBkYXRlUmVxdWVzdBCqRhIkCh9TdG9wTWFjaGlu", - "ZVN0YXR1c1VwZGF0ZVJlc3BvbnNlEKtGEhoKFVN0YXJ0UG93ZXJEb3duUmVx", - "dWVzdBCQThIbChZTdGFydFBvd2VyRG93blJlc3BvbnNlEJFOEhoKFUFib3J0", - "UG93ZXJEb3duUmVxdWVzdBCSThIbChZBYm9ydFBvd2VyRG93blJlc3BvbnNl", - "EJNOEhgKE1N0YXJ0UG93ZXJVcFJlcXVlc3QQlE4SGQoUU3RhcnRQb3dlclVw", - "UmVzcG9uc2UQlU4SGAoTQWJvcnRQb3dlclVwUmVxdWVzdBCWThIZChRBYm9y", - "dFBvd2VyVXBSZXNwb25zZRCXThITCg5TdGFuZEJ5UmVxdWVzdBCYThIUCg9T", - "dGFuZEJ5UmVzcG9uc2UQmU4SHgoZU3RhcnRUaHJlYWRMb2FkaW5nUmVxdWVz", - "dBD4VRIfChpTdGFydFRocmVhZExvYWRpbmdSZXNwb25zZRD5VRIhChxDb250", - "aW51ZVRocmVhZExvYWRpbmdSZXF1ZXN0EPpVEiIKHUNvbnRpbnVlVGhyZWFk", - "TG9hZGluZ1Jlc3BvbnNlEPtVEh0KGFN0b3BUaHJlYWRMb2FkaW5nUmVxdWVz", - "dBD8VRIeChlTdG9wVGhyZWFkTG9hZGluZ1Jlc3BvbnNlEP1VEhwKF1RyeVRo", - "cmVhZExvYWRpbmdSZXF1ZXN0EP5VEh0KGFRyeVRocmVhZExvYWRpbmdSZXNw", - "b25zZRD/VRIgChtBdHRlbXB0VGhyZWFkSm9nZ2luZ1JlcXVlc3QQgFYSIQoc", - "QXR0ZW1wdFRocmVhZEpvZ2dpbmdSZXNwb25zZRCBVhIhChxTdGFydElua0Zp", - "bGxpbmdTdGF0dXNSZXF1ZXN0EOBdEiIKHVN0YXJ0SW5rRmlsbGluZ1N0YXR1", - "c1Jlc3BvbnNlEOFdEhwKF1B1dERhdGFTdG9yZUl0ZW1SZXF1ZXN0EMhlEh0K", - "GFB1dERhdGFTdG9yZUl0ZW1SZXNwb25zZRDJZRIcChdHZXREYXRhU3RvcmVJ", - "dGVtUmVxdWVzdBDKZRIdChhHZXREYXRhU3RvcmVJdGVtUmVzcG9uc2UQy2US", - "IQocRGF0YVN0b3JlSXRlbU1vZGlmaWVkUmVxdWVzdBDMZRIiCh1EYXRhU3Rv", - "cmVJdGVtTW9kaWZpZWRSZXNwb25zZRDNZUIcChpjb20udHdpbmUudGFuZ28u", - "cG1yLmNvbW1vbmIGcHJvdG8z")); + "c2UQaBIlCiBFeHRlcm5hbEJyaWRnZVVkcERpc2NvdmVyeVBhY2tldBDoBxIf", + "ChpFeHRlcm5hbEJyaWRnZUxvZ2luUmVxdWVzdBDpBxIgChtFeHRlcm5hbEJy", + "aWRnZUxvZ2luUmVzcG9uc2UQ6gcSIAobRXh0ZXJuYWxCcmlkZ2VMb2dvdXRS", + "ZXF1ZXN0EOsHEiEKHEV4dGVybmFsQnJpZGdlTG9nb3V0UmVzcG9uc2UQ7AcS", + "IQocRGlyZWN0U3luY2hyb25pemF0aW9uUmVxdWVzdBDtBxIiCh1EaXJlY3RT", + "eW5jaHJvbml6YXRpb25SZXNwb25zZRDuBxIcChdPdmVycmlkZURhdGFCYXNl", + "UmVxdWVzdBDvBxIdChhPdmVycmlkZURhdGFCYXNlUmVzcG9uc2UQ8AcSIAob", + "U3RhcnRBcHBsaWNhdGlvbkxvZ3NSZXF1ZXN0EPEHEiEKHFN0YXJ0QXBwbGlj", + "YXRpb25Mb2dzUmVzcG9uc2UQ8gcSHwoaU3RvcEFwcGxpY2F0aW9uTG9nc1Jl", + "cXVlc3QQ8wcSIAobU3RvcEFwcGxpY2F0aW9uTG9nc1Jlc3BvbnNlEPQHEhgK", + "E0NvbG9yUHJvZmlsZVJlcXVlc3QQ9QcSGQoUQ29sb3JQcm9maWxlUmVzcG9u", + "c2UQ9gcSGAoTVXBkYXRlU3RhdHVzUmVxdWVzdBD3BxIZChRVcGRhdGVTdGF0", + "dXNSZXNwb25zZRD4BxIcChdTdGFydERpYWdub3N0aWNzUmVxdWVzdBDQDxId", + "ChhTdGFydERpYWdub3N0aWNzUmVzcG9uc2UQ0Q8SHAoXTW90b3JBYm9ydEhv", + "bWluZ1JlcXVlc3QQ0g8SHQoYTW90b3JBYm9ydEhvbWluZ1Jlc3BvbnNlENMP", + "EhcKEk1vdG9ySG9taW5nUmVxdWVzdBDUDxIYChNNb3RvckhvbWluZ1Jlc3Bv", + "bnNlENUPEhgKE01vdG9ySm9nZ2luZ1JlcXVlc3QQ1g8SGQoUTW90b3JKb2dn", + "aW5nUmVzcG9uc2UQ1w8SHQoYTW90b3JBYm9ydEpvZ2dpbmdSZXF1ZXN0ENgP", + "Eh4KGU1vdG9yQWJvcnRKb2dnaW5nUmVzcG9uc2UQ2Q8SIAobRGlzcGVuc2Vy", + "QWJvcnRIb21pbmdSZXF1ZXN0ENoPEiEKHERpc3BlbnNlckFib3J0SG9taW5n", + "UmVzcG9uc2UQ2w8SGwoWRGlzcGVuc2VySG9taW5nUmVxdWVzdBDcDxIcChdE", + "aXNwZW5zZXJIb21pbmdSZXNwb25zZRDdDxIcChdEaXNwZW5zZXJKb2dnaW5n", + "UmVxdWVzdBDeDxIdChhEaXNwZW5zZXJKb2dnaW5nUmVzcG9uc2UQ3w8SIQoc", + "RGlzcGVuc2VyQWJvcnRKb2dnaW5nUmVxdWVzdBDgDxIiCh1EaXNwZW5zZXJB", + "Ym9ydEpvZ2dpbmdSZXNwb25zZRDhDxIZChRTZXREaWdpdGFsT3V0UmVxdWVz", + "dBDiDxIaChVTZXREaWdpdGFsT3V0UmVzcG9uc2UQ4w8SGQoUVGhyZWFkSm9n", + "Z2luZ1JlcXVlc3QQ5A8SGgoVVGhyZWFkSm9nZ2luZ1Jlc3BvbnNlEOUPEh4K", + "GVRocmVhZEFib3J0Sm9nZ2luZ1JlcXVlc3QQ5g8SHwoaVGhyZWFkQWJvcnRK", + "b2dnaW5nUmVzcG9uc2UQ5w8SHQoYU2V0Q29tcG9uZW50VmFsdWVSZXF1ZXN0", + "EOgPEh4KGVNldENvbXBvbmVudFZhbHVlUmVzcG9uc2UQ6Q8SGAoTUmVzb2x2", + "ZUV2ZW50UmVxdWVzdBDqDxIZChRSZXNvbHZlRXZlbnRSZXNwb25zZRDrDxIb", + "ChZTdG9wRGlhZ25vc3RpY3NSZXF1ZXN0EOwPEhwKF1N0b3BEaWFnbm9zdGlj", + "c1Jlc3BvbnNlEO0PEiMKHlN0YXJ0RXZlbnRzTm90aWZpY2F0aW9uUmVxdWVz", + "dBDuDxIkCh9TdGFydEV2ZW50c05vdGlmaWNhdGlvblJlc3BvbnNlEO8PEiIK", + "HVN0b3BFdmVudHNOb3RpZmljYXRpb25SZXF1ZXN0EPAPEiMKHlN0b3BFdmVu", + "dHNOb3RpZmljYXRpb25SZXNwb25zZRDxDxIaChVTZXRIZWF0ZXJTdGF0ZVJl", + "cXVlc3QQ8g8SGwoWU2V0SGVhdGVyU3RhdGVSZXNwb25zZRDzDxIaChVTZXRC", + "bG93ZXJTdGF0ZVJlcXVlc3QQ9A8SGwoWU2V0Qmxvd2VyU3RhdGVSZXNwb25z", + "ZRD1DxIZChRTZXRWYWx2ZVN0YXRlUmVxdWVzdBD2DxIaChVTZXRWYWx2ZVN0", + "YXRlUmVzcG9uc2UQ9w8SIQocU3RhcnRDYXJ0cmlkZ2VzVXBkYXRlUmVxdWVz", + "dBD4DxIiCh1TdGFydENhcnRyaWRnZXNVcGRhdGVSZXNwb25zZRD5DxIgChtT", + "dG9wQ2FydHJpZGdlc1VwZGF0ZVJlcXVlc3QQ+g8SIQocU3RvcENhcnRyaWRn", + "ZXNVcGRhdGVSZXNwb25zZRD7DxIfChpDYXJ0cmlkZ2VWYWxpZGF0aW9uUmVx", + "dWVzdBD8DxIgChtDYXJ0cmlkZ2VWYWxpZGF0aW9uUmVzcG9uc2UQ/Q8SDwoK", + "Sm9iUmVxdWVzdBC4FxIQCgtKb2JSZXNwb25zZRC5FxIUCg9BYm9ydEpvYlJl", + "cXVlc3QQuhcSFQoQQWJvcnRKb2JSZXNwb25zZRC7FxIjCh5VcGxvYWRQcm9j", + "ZXNzUGFyYW1ldGVyc1JlcXVlc3QQvBcSJAofVXBsb2FkUHJvY2Vzc1BhcmFt", + "ZXRlcnNSZXNwb25zZRC9FxIWChFDdXJyZW50Sm9iUmVxdWVzdBC+FxIXChJD", + "dXJyZW50Sm9iUmVzcG9uc2UQvxcSHAoXUmVzdW1lQ3VycmVudEpvYlJlcXVl", + "c3QQwBcSHQoYUmVzdW1lQ3VycmVudEpvYlJlc3BvbnNlEMEXEhkKFFN0YXJ0", + "RGVidWdMb2dSZXF1ZXN0EKAfEhoKFVN0YXJ0RGVidWdMb2dSZXNwb25zZRCh", + "HxIYChNTdG9wRGVidWdMb2dSZXF1ZXN0EKIfEhkKFFN0b3BEZWJ1Z0xvZ1Jl", + "c3BvbnNlEKMfEh8KGlNldERlYnVnTG9nQ2F0ZWdvcnlSZXF1ZXN0EKQfEiAK", + "G1NldERlYnVnTG9nQ2F0ZWdvcnlSZXNwb25zZRClHxInCiJVcGxvYWRIYXJk", + "d2FyZUNvbmZpZ3VyYXRpb25SZXF1ZXN0EIgnEigKI1VwbG9hZEhhcmR3YXJl", + "Q29uZmlndXJhdGlvblJlc3BvbnNlEIknEhcKElN5c3RlbVJlc2V0UmVxdWVz", + "dBCKJxIYChNTeXN0ZW1SZXNldFJlc3BvbnNlEIsnEhUKEEtlZXBBbGl2ZVJl", + "cXVlc3QQ8C4SFgoRS2VlcEFsaXZlUmVzcG9uc2UQ8S4SEwoOQ29ubmVjdFJl", + "cXVlc3QQ8i4SFAoPQ29ubmVjdFJlc3BvbnNlEPMuEhYKEURpc2Nvbm5lY3RS", + "ZXF1ZXN0EPQuEhcKEkRpc2Nvbm5lY3RSZXNwb25zZRD1LhIWChFGaWxlVXBs", + "b2FkUmVxdWVzdBDYNhIXChJGaWxlVXBsb2FkUmVzcG9uc2UQ2TYSGwoWRmls", + "ZUNodW5rVXBsb2FkUmVxdWVzdBDaNhIcChdGaWxlQ2h1bmtVcGxvYWRSZXNw", + "b25zZRDbNhIaChVFeGVjdXRlUHJvY2Vzc1JlcXVlc3QQ3DYSGwoWRXhlY3V0", + "ZVByb2Nlc3NSZXNwb25zZRDdNhIXChJLaWxsUHJvY2Vzc1JlcXVlc3QQ3jYS", + "GAoTS2lsbFByb2Nlc3NSZXNwb25zZRDfNhISCg1DcmVhdGVSZXF1ZXN0EOA2", + "EhMKDkNyZWF0ZVJlc3BvbnNlEOE2EhIKDURlbGV0ZVJlcXVlc3QQ4jYSEwoO", + "RGVsZXRlUmVzcG9uc2UQ4zYSGgoVR2V0U3RvcmFnZUluZm9SZXF1ZXN0EOQ2", + "EhsKFkdldFN0b3JhZ2VJbmZvUmVzcG9uc2UQ5TYSFAoPR2V0RmlsZXNSZXF1", + "ZXN0EOY2EhUKEEdldEZpbGVzUmVzcG9uc2UQ5zYSGAoTRmlsZURvd25sb2Fk", + "UmVxdWVzdBDoNhIZChRGaWxlRG93bmxvYWRSZXNwb25zZRDpNhIdChhGaWxl", + "Q2h1bmtEb3dubG9hZFJlcXVlc3QQ6jYSHgoZRmlsZUNodW5rRG93bmxvYWRS", + "ZXNwb25zZRDrNhIbChZWYWxpZGF0ZVZlcnNpb25SZXF1ZXN0EOw2EhwKF1Zh", + "bGlkYXRlVmVyc2lvblJlc3BvbnNlEO02EhsKFkFjdGl2YXRlVmVyc2lvblJl", + "cXVlc3QQ7jYSHAoXQWN0aXZhdGVWZXJzaW9uUmVzcG9uc2UQ7zYSGQoURGlz", + "cGVuc2VyRGF0YVJlcXVlc3QQwD4SGgoVRGlzcGVuc2VyRGF0YVJlc3BvbnNl", + "EME+EhwKF01pZFRhbmtEYXRhU2V0dXBSZXF1ZXN0EMI+Eh0KGE1pZFRhbmtE", + "YXRhU2V0dXBSZXNwb25zZRDDPhIiCh1NYWNoaW5lQ2FsaWJyYXRpb25EYXRh", + "UmVxdWVzdBDEPhIjCh5NYWNoaW5lQ2FsaWJyYXRpb25EYXRhUmVzcG9uc2UQ", + "xT4SJAofU3RhcnRNYWNoaW5lU3RhdHVzVXBkYXRlUmVxdWVzdBCoRhIlCiBT", + "dGFydE1hY2hpbmVTdGF0dXNVcGRhdGVSZXNwb25zZRCpRhIjCh5TdG9wTWFj", + "aGluZVN0YXR1c1VwZGF0ZVJlcXVlc3QQqkYSJAofU3RvcE1hY2hpbmVTdGF0", + "dXNVcGRhdGVSZXNwb25zZRCrRkIcChpjb20udHdpbmUudGFuZ28ucG1yLmNv", + "bW1vbmIGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Common.MessageType), }, null)); @@ -325,22 +293,10 @@ namespace Tango.PMR.Common { [pbr::OriginalName("StubAbortJobRequest")] StubAbortJobRequest = 101, [pbr::OriginalName("StubAbortJobResponse")] StubAbortJobResponse = 102, [pbr::OriginalName("StubMidTankPressureSensorRequest")] StubMidTankPressureSensorRequest = 103, - [pbr::OriginalName("StubMidTankPressureSensorResponse")] StubMidTankPressureSensorResponse = 104, - [pbr::OriginalName("StubDispenserEEpromRequest")] StubDispenserEepromRequest = 105, - [pbr::OriginalName("StubDispenserEEpromResponse")] StubDispenserEepromResponse = 106, - [pbr::OriginalName("StubWhsEEpromRequest")] StubWhsEepromRequest = 107, - [pbr::OriginalName("StubWhsEEpromResponse")] StubWhsEepromResponse = 108, - [pbr::OriginalName("StubMainCardEEpromReadRequest")] StubMainCardEepromReadRequest = 109, - [pbr::OriginalName("StubMainCardEEpromReadResponse")] StubMainCardEepromReadResponse = 110, - [pbr::OriginalName("StubMainCardEEpromWriteRequest")] StubMainCardEepromWriteRequest = 111, - [pbr::OriginalName("StubMainCardEEpromWriteResponse")] StubMainCardEepromWriteResponse = 112, - [pbr::OriginalName("StubHeadEEpromRequest")] StubHeadEepromRequest = 113, - [pbr::OriginalName("StubHeadEEpromResponse")] StubHeadEepromResponse = 114, - [pbr::OriginalName("ProcedureRequest")] ProcedureRequest = 115, /// <summary> ///------------------------------------ /// </summary> - [pbr::OriginalName("ProcedureResponse")] ProcedureResponse = 116, + [pbr::OriginalName("StubMidTankPressureSensorResponse")] StubMidTankPressureSensorResponse = 104, /// <summary> ///Integration /// </summary> @@ -361,10 +317,6 @@ namespace Tango.PMR.Common { [pbr::OriginalName("ColorProfileResponse")] ColorProfileResponse = 1014, [pbr::OriginalName("UpdateStatusRequest")] UpdateStatusRequest = 1015, [pbr::OriginalName("UpdateStatusResponse")] UpdateStatusResponse = 1016, - [pbr::OriginalName("GenericRequest")] GenericRequest = 1017, - [pbr::OriginalName("GenericResponse")] GenericResponse = 1018, - [pbr::OriginalName("ConfigureProtocolRequest")] ConfigureProtocolRequest = 1019, - [pbr::OriginalName("ConfigureProtocolResponse")] ConfigureProtocolResponse = 1020, /// <summary> ///Diagnostics /// </summary> @@ -408,6 +360,10 @@ namespace Tango.PMR.Common { [pbr::OriginalName("SetBlowerStateResponse")] SetBlowerStateResponse = 2037, [pbr::OriginalName("SetValveStateRequest")] SetValveStateRequest = 2038, [pbr::OriginalName("SetValveStateResponse")] SetValveStateResponse = 2039, + [pbr::OriginalName("StartCartridgesUpdateRequest")] StartCartridgesUpdateRequest = 2040, + [pbr::OriginalName("StartCartridgesUpdateResponse")] StartCartridgesUpdateResponse = 2041, + [pbr::OriginalName("StopCartridgesUpdateRequest")] StopCartridgesUpdateRequest = 2042, + [pbr::OriginalName("StopCartridgesUpdateResponse")] StopCartridgesUpdateResponse = 2043, [pbr::OriginalName("CartridgeValidationRequest")] CartridgeValidationRequest = 2044, [pbr::OriginalName("CartridgeValidationResponse")] CartridgeValidationResponse = 2045, /// <summary> @@ -423,10 +379,6 @@ namespace Tango.PMR.Common { [pbr::OriginalName("CurrentJobResponse")] CurrentJobResponse = 3007, [pbr::OriginalName("ResumeCurrentJobRequest")] ResumeCurrentJobRequest = 3008, [pbr::OriginalName("ResumeCurrentJobResponse")] ResumeCurrentJobResponse = 3009, - [pbr::OriginalName("StartHeadCleaningRequest")] StartHeadCleaningRequest = 3010, - [pbr::OriginalName("StartHeadCleaningResponse")] StartHeadCleaningResponse = 3011, - [pbr::OriginalName("AbortHeadCleaningRequest")] AbortHeadCleaningRequest = 3012, - [pbr::OriginalName("AbortHeadCleaningResponse")] AbortHeadCleaningResponse = 3013, /// <summary> ///Debugging /// </summary> @@ -436,8 +388,6 @@ namespace Tango.PMR.Common { [pbr::OriginalName("StopDebugLogResponse")] StopDebugLogResponse = 4003, [pbr::OriginalName("SetDebugLogCategoryRequest")] SetDebugLogCategoryRequest = 4004, [pbr::OriginalName("SetDebugLogCategoryResponse")] SetDebugLogCategoryResponse = 4005, - [pbr::OriginalName("SetupDebugDisributorsRequest")] SetupDebugDisributorsRequest = 4006, - [pbr::OriginalName("SetupDebugDisributorsResponse")] SetupDebugDisributorsResponse = 4007, /// <summary> ///Hardware /// </summary> @@ -490,8 +440,6 @@ namespace Tango.PMR.Common { [pbr::OriginalName("MidTankDataSetupResponse")] MidTankDataSetupResponse = 8003, [pbr::OriginalName("MachineCalibrationDataRequest")] MachineCalibrationDataRequest = 8004, [pbr::OriginalName("MachineCalibrationDataResponse")] MachineCalibrationDataResponse = 8005, - [pbr::OriginalName("MainCardStoredDataRequest")] MainCardStoredDataRequest = 8006, - [pbr::OriginalName("MainCardStoredDataResponse")] MainCardStoredDataResponse = 8007, /// <summary> ///Machine Status /// </summary> @@ -499,46 +447,6 @@ namespace Tango.PMR.Common { [pbr::OriginalName("StartMachineStatusUpdateResponse")] StartMachineStatusUpdateResponse = 9001, [pbr::OriginalName("StopMachineStatusUpdateRequest")] StopMachineStatusUpdateRequest = 9002, [pbr::OriginalName("StopMachineStatusUpdateResponse")] StopMachineStatusUpdateResponse = 9003, - /// <summary> - ///Power - /// </summary> - [pbr::OriginalName("StartPowerDownRequest")] StartPowerDownRequest = 10000, - [pbr::OriginalName("StartPowerDownResponse")] StartPowerDownResponse = 10001, - [pbr::OriginalName("AbortPowerDownRequest")] AbortPowerDownRequest = 10002, - [pbr::OriginalName("AbortPowerDownResponse")] AbortPowerDownResponse = 10003, - [pbr::OriginalName("StartPowerUpRequest")] StartPowerUpRequest = 10004, - [pbr::OriginalName("StartPowerUpResponse")] StartPowerUpResponse = 10005, - [pbr::OriginalName("AbortPowerUpRequest")] AbortPowerUpRequest = 10006, - [pbr::OriginalName("AbortPowerUpResponse")] AbortPowerUpResponse = 10007, - [pbr::OriginalName("StandByRequest")] StandByRequest = 10008, - [pbr::OriginalName("StandByResponse")] StandByResponse = 10009, - /// <summary> - ///Thread Loading - /// </summary> - [pbr::OriginalName("StartThreadLoadingRequest")] StartThreadLoadingRequest = 11000, - [pbr::OriginalName("StartThreadLoadingResponse")] StartThreadLoadingResponse = 11001, - [pbr::OriginalName("ContinueThreadLoadingRequest")] ContinueThreadLoadingRequest = 11002, - [pbr::OriginalName("ContinueThreadLoadingResponse")] ContinueThreadLoadingResponse = 11003, - [pbr::OriginalName("StopThreadLoadingRequest")] StopThreadLoadingRequest = 11004, - [pbr::OriginalName("StopThreadLoadingResponse")] StopThreadLoadingResponse = 11005, - [pbr::OriginalName("TryThreadLoadingRequest")] TryThreadLoadingRequest = 11006, - [pbr::OriginalName("TryThreadLoadingResponse")] TryThreadLoadingResponse = 11007, - [pbr::OriginalName("AttemptThreadJoggingRequest")] AttemptThreadJoggingRequest = 11008, - [pbr::OriginalName("AttemptThreadJoggingResponse")] AttemptThreadJoggingResponse = 11009, - /// <summary> - ///IFS - /// </summary> - [pbr::OriginalName("StartInkFillingStatusRequest")] StartInkFillingStatusRequest = 12000, - [pbr::OriginalName("StartInkFillingStatusResponse")] StartInkFillingStatusResponse = 12001, - /// <summary> - ///DataStore - /// </summary> - [pbr::OriginalName("PutDataStoreItemRequest")] PutDataStoreItemRequest = 13000, - [pbr::OriginalName("PutDataStoreItemResponse")] PutDataStoreItemResponse = 13001, - [pbr::OriginalName("GetDataStoreItemRequest")] GetDataStoreItemRequest = 13002, - [pbr::OriginalName("GetDataStoreItemResponse")] GetDataStoreItemResponse = 13003, - [pbr::OriginalName("DataStoreItemModifiedRequest")] DataStoreItemModifiedRequest = 13004, - [pbr::OriginalName("DataStoreItemModifiedResponse")] DataStoreItemModifiedResponse = 13005, } #endregion diff --git a/Software/Visual_Studio/Tango.PMR/Connection/ConnectResponse.cs b/Software/Visual_Studio/Tango.PMR/Connection/ConnectResponse.cs index a796bf37d..3ff3c91c1 100644 --- a/Software/Visual_Studio/Tango.PMR/Connection/ConnectResponse.cs +++ b/Software/Visual_Studio/Tango.PMR/Connection/ConnectResponse.cs @@ -23,14 +23,14 @@ namespace Tango.PMR.Connection { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChVDb25uZWN0UmVzcG9uc2UucHJvdG8SFFRhbmdvLlBNUi5Db25uZWN0aW9u", - "GhdEZXZpY2VJbmZvcm1hdGlvbi5wcm90byJrCg9Db25uZWN0UmVzcG9uc2US", + "GhdEZXZpY2VJbmZvcm1hdGlvbi5wcm90byJVCg9Db25uZWN0UmVzcG9uc2US", "QgoRRGV2aWNlSW5mb3JtYXRpb24YASABKAsyJy5UYW5nby5QTVIuQ29ubmVj", - "dGlvbi5EZXZpY2VJbmZvcm1hdGlvbhIUCgxJc0FmdGVyUmVzZXQYAiABKAhC", - "IAoeY29tLnR3aW5lLnRhbmdvLnBtci5jb25uZWN0aW9uYgZwcm90bzM=")); + "dGlvbi5EZXZpY2VJbmZvcm1hdGlvbkIgCh5jb20udHdpbmUudGFuZ28ucG1y", + "LmNvbm5lY3Rpb25iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::Tango.PMR.Connection.DeviceInformationReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Connection.ConnectResponse), global::Tango.PMR.Connection.ConnectResponse.Parser, new[]{ "DeviceInformation", "IsAfterReset" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Connection.ConnectResponse), global::Tango.PMR.Connection.ConnectResponse.Parser, new[]{ "DeviceInformation" }, null, null, null) })); } #endregion @@ -62,7 +62,6 @@ namespace Tango.PMR.Connection { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public ConnectResponse(ConnectResponse other) : this() { DeviceInformation = other.deviceInformation_ != null ? other.DeviceInformation.Clone() : null; - isAfterReset_ = other.isAfterReset_; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -81,17 +80,6 @@ namespace Tango.PMR.Connection { } } - /// <summary>Field number for the "IsAfterReset" field.</summary> - public const int IsAfterResetFieldNumber = 2; - private bool isAfterReset_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool IsAfterReset { - get { return isAfterReset_; } - set { - isAfterReset_ = value; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as ConnectResponse); @@ -106,7 +94,6 @@ namespace Tango.PMR.Connection { return true; } if (!object.Equals(DeviceInformation, other.DeviceInformation)) return false; - if (IsAfterReset != other.IsAfterReset) return false; return true; } @@ -114,7 +101,6 @@ namespace Tango.PMR.Connection { public override int GetHashCode() { int hash = 1; if (deviceInformation_ != null) hash ^= DeviceInformation.GetHashCode(); - if (IsAfterReset != false) hash ^= IsAfterReset.GetHashCode(); return hash; } @@ -129,10 +115,6 @@ namespace Tango.PMR.Connection { output.WriteRawTag(10); output.WriteMessage(DeviceInformation); } - if (IsAfterReset != false) { - output.WriteRawTag(16); - output.WriteBool(IsAfterReset); - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -141,9 +123,6 @@ namespace Tango.PMR.Connection { if (deviceInformation_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(DeviceInformation); } - if (IsAfterReset != false) { - size += 1 + 1; - } return size; } @@ -158,9 +137,6 @@ namespace Tango.PMR.Connection { } DeviceInformation.MergeFrom(other.DeviceInformation); } - if (other.IsAfterReset != false) { - IsAfterReset = other.IsAfterReset; - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -178,10 +154,6 @@ namespace Tango.PMR.Connection { input.ReadMessage(deviceInformation_); break; } - case 16: { - IsAfterReset = input.ReadBool(); - break; - } } } } diff --git a/Software/Visual_Studio/Tango.PMR/Connection/DeviceInformation.cs b/Software/Visual_Studio/Tango.PMR/Connection/DeviceInformation.cs index 3b5b4cfa7..525d751b5 100644 --- a/Software/Visual_Studio/Tango.PMR/Connection/DeviceInformation.cs +++ b/Software/Visual_Studio/Tango.PMR/Connection/DeviceInformation.cs @@ -23,16 +23,16 @@ namespace Tango.PMR.Connection { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChdEZXZpY2VJbmZvcm1hdGlvbi5wcm90bxIUVGFuZ28uUE1SLkNvbm5lY3Rp", - "b24i1AEKEURldmljZUluZm9ybWF0aW9uEgwKBE5hbWUYASABKAkSDwoHVmVy", + "b24itwEKEURldmljZUluZm9ybWF0aW9uEgwKBE5hbWUYASABKAkSDwoHVmVy", "c2lvbhgCIAEoCRIRCglCdWlsZERhdGUYAyABKAkSFQoNQm9hcmRSZXZpc2lv", "bhgEIAEoCRIXCg9Bc3NlbWJseVZlcnNpb24YBSABKAkSFAoMRlBHQTFWZXJz", "aW9uGAYgASgJEhQKDEZQR0EyVmVyc2lvbhgHIAEoCRIUCgxGUEdBM1ZlcnNp", - "b24YCCABKAkSGwoTRGlhZ25vc3RpY3NJbnRlcnZhbBgJIAEoDUIgCh5jb20u", - "dHdpbmUudGFuZ28ucG1yLmNvbm5lY3Rpb25iBnByb3RvMw==")); + "b24YCCABKAlCIAoeY29tLnR3aW5lLnRhbmdvLnBtci5jb25uZWN0aW9uYgZw", + "cm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Connection.DeviceInformation), global::Tango.PMR.Connection.DeviceInformation.Parser, new[]{ "Name", "Version", "BuildDate", "BoardRevision", "AssemblyVersion", "FPGA1Version", "FPGA2Version", "FPGA3Version", "DiagnosticsInterval" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Connection.DeviceInformation), global::Tango.PMR.Connection.DeviceInformation.Parser, new[]{ "Name", "Version", "BuildDate", "BoardRevision", "AssemblyVersion", "FPGA1Version", "FPGA2Version", "FPGA3Version" }, null, null, null) })); } #endregion @@ -71,7 +71,6 @@ namespace Tango.PMR.Connection { fPGA1Version_ = other.fPGA1Version_; fPGA2Version_ = other.fPGA2Version_; fPGA3Version_ = other.fPGA3Version_; - diagnosticsInterval_ = other.diagnosticsInterval_; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -167,20 +166,6 @@ namespace Tango.PMR.Connection { } } - /// <summary>Field number for the "DiagnosticsInterval" field.</summary> - public const int DiagnosticsIntervalFieldNumber = 9; - private uint diagnosticsInterval_; - /// <summary> - ///Diagnostics interval in milliseconds - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint DiagnosticsInterval { - get { return diagnosticsInterval_; } - set { - diagnosticsInterval_ = value; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as DeviceInformation); @@ -202,7 +187,6 @@ namespace Tango.PMR.Connection { if (FPGA1Version != other.FPGA1Version) return false; if (FPGA2Version != other.FPGA2Version) return false; if (FPGA3Version != other.FPGA3Version) return false; - if (DiagnosticsInterval != other.DiagnosticsInterval) return false; return true; } @@ -217,7 +201,6 @@ namespace Tango.PMR.Connection { if (FPGA1Version.Length != 0) hash ^= FPGA1Version.GetHashCode(); if (FPGA2Version.Length != 0) hash ^= FPGA2Version.GetHashCode(); if (FPGA3Version.Length != 0) hash ^= FPGA3Version.GetHashCode(); - if (DiagnosticsInterval != 0) hash ^= DiagnosticsInterval.GetHashCode(); return hash; } @@ -260,10 +243,6 @@ namespace Tango.PMR.Connection { output.WriteRawTag(66); output.WriteString(FPGA3Version); } - if (DiagnosticsInterval != 0) { - output.WriteRawTag(72); - output.WriteUInt32(DiagnosticsInterval); - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -293,9 +272,6 @@ namespace Tango.PMR.Connection { if (FPGA3Version.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(FPGA3Version); } - if (DiagnosticsInterval != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DiagnosticsInterval); - } return size; } @@ -328,9 +304,6 @@ namespace Tango.PMR.Connection { if (other.FPGA3Version.Length != 0) { FPGA3Version = other.FPGA3Version; } - if (other.DiagnosticsInterval != 0) { - DiagnosticsInterval = other.DiagnosticsInterval; - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -373,10 +346,6 @@ namespace Tango.PMR.Connection { FPGA3Version = input.ReadString(); break; } - case 72: { - DiagnosticsInterval = input.ReadUInt32(); - break; - } } } } diff --git a/Software/Visual_Studio/Tango.PMR/DataStore/DataStoreItem.cs b/Software/Visual_Studio/Tango.PMR/DataStore/DataStoreItem.cs deleted file mode 100644 index f560237ae..000000000 --- a/Software/Visual_Studio/Tango.PMR/DataStore/DataStoreItem.cs +++ /dev/null @@ -1,363 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: DataStoreItem.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.DataStore { - - /// <summary>Holder for reflection information generated from DataStoreItem.proto</summary> - public static partial class DataStoreItemReflection { - - #region Descriptor - /// <summary>File descriptor for DataStoreItem.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static DataStoreItemReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChNEYXRhU3RvcmVJdGVtLnByb3RvEhNUYW5nby5QTVIuRGF0YVN0b3JlGg5E", - "YXRhVHlwZS5wcm90bxoRTWVzc2FnZVR5cGUucHJvdG8i7gEKDURhdGFTdG9y", - "ZUl0ZW0SLwoIRGF0YVR5cGUYASABKA4yHS5UYW5nby5QTVIuRGF0YVN0b3Jl", - "LkRhdGFUeXBlEhIKCkludDMyVmFsdWUYAiABKAUSEgoKRmxvYXRWYWx1ZRgD", - "IAEoAhITCgtEb3VibGVWYWx1ZRgEIAEoARIUCgxCb29sZWFuVmFsdWUYBSAB", - "KAgSEwoLU3RyaW5nVmFsdWUYBiABKAkSEgoKQnl0ZXNWYWx1ZRgHIAEoDBIw", - "CglQcm90b1R5cGUYFCABKA4yHS5UYW5nby5QTVIuQ29tbW9uLk1lc3NhZ2VU", - "eXBlQh8KHWNvbS50d2luZS50YW5nby5wbXIuZGF0YXN0b3JlYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.DataStore.DataTypeReflection.Descriptor, global::Tango.PMR.Common.MessageTypeReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.DataStore.DataStoreItem), global::Tango.PMR.DataStore.DataStoreItem.Parser, new[]{ "DataType", "Int32Value", "FloatValue", "DoubleValue", "BooleanValue", "StringValue", "BytesValue", "ProtoType" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class DataStoreItem : pb::IMessage<DataStoreItem> { - private static readonly pb::MessageParser<DataStoreItem> _parser = new pb::MessageParser<DataStoreItem>(() => new DataStoreItem()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<DataStoreItem> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.DataStore.DataStoreItemReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataStoreItem() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataStoreItem(DataStoreItem other) : this() { - dataType_ = other.dataType_; - int32Value_ = other.int32Value_; - floatValue_ = other.floatValue_; - doubleValue_ = other.doubleValue_; - booleanValue_ = other.booleanValue_; - stringValue_ = other.stringValue_; - bytesValue_ = other.bytesValue_; - protoType_ = other.protoType_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataStoreItem Clone() { - return new DataStoreItem(this); - } - - /// <summary>Field number for the "DataType" field.</summary> - public const int DataTypeFieldNumber = 1; - private global::Tango.PMR.DataStore.DataType dataType_ = 0; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.DataStore.DataType DataType { - get { return dataType_; } - set { - dataType_ = value; - } - } - - /// <summary>Field number for the "Int32Value" field.</summary> - public const int Int32ValueFieldNumber = 2; - private int int32Value_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Int32Value { - get { return int32Value_; } - set { - int32Value_ = value; - } - } - - /// <summary>Field number for the "FloatValue" field.</summary> - public const int FloatValueFieldNumber = 3; - private float floatValue_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public float FloatValue { - get { return floatValue_; } - set { - floatValue_ = value; - } - } - - /// <summary>Field number for the "DoubleValue" field.</summary> - public const int DoubleValueFieldNumber = 4; - private double doubleValue_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double DoubleValue { - get { return doubleValue_; } - set { - doubleValue_ = value; - } - } - - /// <summary>Field number for the "BooleanValue" field.</summary> - public const int BooleanValueFieldNumber = 5; - private bool booleanValue_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool BooleanValue { - get { return booleanValue_; } - set { - booleanValue_ = value; - } - } - - /// <summary>Field number for the "StringValue" field.</summary> - public const int StringValueFieldNumber = 6; - private string stringValue_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string StringValue { - get { return stringValue_; } - set { - stringValue_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "BytesValue" field.</summary> - public const int BytesValueFieldNumber = 7; - private pb::ByteString bytesValue_ = pb::ByteString.Empty; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pb::ByteString BytesValue { - get { return bytesValue_; } - set { - bytesValue_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "ProtoType" field.</summary> - public const int ProtoTypeFieldNumber = 20; - private global::Tango.PMR.Common.MessageType protoType_ = 0; - /// <summary> - ///Use only when DataType = Proto. - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.Common.MessageType ProtoType { - get { return protoType_; } - set { - protoType_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as DataStoreItem); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(DataStoreItem other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (DataType != other.DataType) return false; - if (Int32Value != other.Int32Value) return false; - if (FloatValue != other.FloatValue) return false; - if (DoubleValue != other.DoubleValue) return false; - if (BooleanValue != other.BooleanValue) return false; - if (StringValue != other.StringValue) return false; - if (BytesValue != other.BytesValue) return false; - if (ProtoType != other.ProtoType) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (DataType != 0) hash ^= DataType.GetHashCode(); - if (Int32Value != 0) hash ^= Int32Value.GetHashCode(); - if (FloatValue != 0F) hash ^= FloatValue.GetHashCode(); - if (DoubleValue != 0D) hash ^= DoubleValue.GetHashCode(); - if (BooleanValue != false) hash ^= BooleanValue.GetHashCode(); - if (StringValue.Length != 0) hash ^= StringValue.GetHashCode(); - if (BytesValue.Length != 0) hash ^= BytesValue.GetHashCode(); - if (ProtoType != 0) hash ^= ProtoType.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (DataType != 0) { - output.WriteRawTag(8); - output.WriteEnum((int) DataType); - } - if (Int32Value != 0) { - output.WriteRawTag(16); - output.WriteInt32(Int32Value); - } - if (FloatValue != 0F) { - output.WriteRawTag(29); - output.WriteFloat(FloatValue); - } - if (DoubleValue != 0D) { - output.WriteRawTag(33); - output.WriteDouble(DoubleValue); - } - if (BooleanValue != false) { - output.WriteRawTag(40); - output.WriteBool(BooleanValue); - } - if (StringValue.Length != 0) { - output.WriteRawTag(50); - output.WriteString(StringValue); - } - if (BytesValue.Length != 0) { - output.WriteRawTag(58); - output.WriteBytes(BytesValue); - } - if (ProtoType != 0) { - output.WriteRawTag(160, 1); - output.WriteEnum((int) ProtoType); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (DataType != 0) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) DataType); - } - if (Int32Value != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Int32Value); - } - if (FloatValue != 0F) { - size += 1 + 4; - } - if (DoubleValue != 0D) { - size += 1 + 8; - } - if (BooleanValue != false) { - size += 1 + 1; - } - if (StringValue.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(StringValue); - } - if (BytesValue.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeBytesSize(BytesValue); - } - if (ProtoType != 0) { - size += 2 + pb::CodedOutputStream.ComputeEnumSize((int) ProtoType); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(DataStoreItem other) { - if (other == null) { - return; - } - if (other.DataType != 0) { - DataType = other.DataType; - } - if (other.Int32Value != 0) { - Int32Value = other.Int32Value; - } - if (other.FloatValue != 0F) { - FloatValue = other.FloatValue; - } - if (other.DoubleValue != 0D) { - DoubleValue = other.DoubleValue; - } - if (other.BooleanValue != false) { - BooleanValue = other.BooleanValue; - } - if (other.StringValue.Length != 0) { - StringValue = other.StringValue; - } - if (other.BytesValue.Length != 0) { - BytesValue = other.BytesValue; - } - if (other.ProtoType != 0) { - ProtoType = other.ProtoType; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 8: { - dataType_ = (global::Tango.PMR.DataStore.DataType) input.ReadEnum(); - break; - } - case 16: { - Int32Value = input.ReadInt32(); - break; - } - case 29: { - FloatValue = input.ReadFloat(); - break; - } - case 33: { - DoubleValue = input.ReadDouble(); - break; - } - case 40: { - BooleanValue = input.ReadBool(); - break; - } - case 50: { - StringValue = input.ReadString(); - break; - } - case 58: { - BytesValue = input.ReadBytes(); - break; - } - case 160: { - protoType_ = (global::Tango.PMR.Common.MessageType) input.ReadEnum(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/DataStore/DataStoreItemModifiedRequest.cs b/Software/Visual_Studio/Tango.PMR/DataStore/DataStoreItemModifiedRequest.cs deleted file mode 100644 index c4a8163fd..000000000 --- a/Software/Visual_Studio/Tango.PMR/DataStore/DataStoreItemModifiedRequest.cs +++ /dev/null @@ -1,188 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: DataStoreItemModifiedRequest.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.DataStore { - - /// <summary>Holder for reflection information generated from DataStoreItemModifiedRequest.proto</summary> - public static partial class DataStoreItemModifiedRequestReflection { - - #region Descriptor - /// <summary>File descriptor for DataStoreItemModifiedRequest.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static DataStoreItemModifiedRequestReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiJEYXRhU3RvcmVJdGVtTW9kaWZpZWRSZXF1ZXN0LnByb3RvEhNUYW5nby5Q", - "TVIuRGF0YVN0b3JlIj8KHERhdGFTdG9yZUl0ZW1Nb2RpZmllZFJlcXVlc3QS", - "EgoKQ29sbGVjdGlvbhgBIAEoCRILCgNLZXkYAiABKAlCHwodY29tLnR3aW5l", - "LnRhbmdvLnBtci5kYXRhc3RvcmViBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.DataStore.DataStoreItemModifiedRequest), global::Tango.PMR.DataStore.DataStoreItemModifiedRequest.Parser, new[]{ "Collection", "Key" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class DataStoreItemModifiedRequest : pb::IMessage<DataStoreItemModifiedRequest> { - private static readonly pb::MessageParser<DataStoreItemModifiedRequest> _parser = new pb::MessageParser<DataStoreItemModifiedRequest>(() => new DataStoreItemModifiedRequest()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<DataStoreItemModifiedRequest> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.DataStore.DataStoreItemModifiedRequestReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataStoreItemModifiedRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataStoreItemModifiedRequest(DataStoreItemModifiedRequest other) : this() { - collection_ = other.collection_; - key_ = other.key_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataStoreItemModifiedRequest Clone() { - return new DataStoreItemModifiedRequest(this); - } - - /// <summary>Field number for the "Collection" field.</summary> - public const int CollectionFieldNumber = 1; - private string collection_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Collection { - get { return collection_; } - set { - collection_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "Key" field.</summary> - public const int KeyFieldNumber = 2; - private string key_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Key { - get { return key_; } - set { - key_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as DataStoreItemModifiedRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(DataStoreItemModifiedRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Collection != other.Collection) return false; - if (Key != other.Key) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Collection.Length != 0) hash ^= Collection.GetHashCode(); - if (Key.Length != 0) hash ^= Key.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Collection.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Collection); - } - if (Key.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Key); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Collection.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Collection); - } - if (Key.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Key); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(DataStoreItemModifiedRequest other) { - if (other == null) { - return; - } - if (other.Collection.Length != 0) { - Collection = other.Collection; - } - if (other.Key.Length != 0) { - Key = other.Key; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 10: { - Collection = input.ReadString(); - break; - } - case 18: { - Key = input.ReadString(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/DataStore/DataStoreItemModifiedResponse.cs b/Software/Visual_Studio/Tango.PMR/DataStore/DataStoreItemModifiedResponse.cs deleted file mode 100644 index fc70186aa..000000000 --- a/Software/Visual_Studio/Tango.PMR/DataStore/DataStoreItemModifiedResponse.cs +++ /dev/null @@ -1,131 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: DataStoreItemModifiedResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.DataStore { - - /// <summary>Holder for reflection information generated from DataStoreItemModifiedResponse.proto</summary> - public static partial class DataStoreItemModifiedResponseReflection { - - #region Descriptor - /// <summary>File descriptor for DataStoreItemModifiedResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static DataStoreItemModifiedResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiNEYXRhU3RvcmVJdGVtTW9kaWZpZWRSZXNwb25zZS5wcm90bxITVGFuZ28u", - "UE1SLkRhdGFTdG9yZSIfCh1EYXRhU3RvcmVJdGVtTW9kaWZpZWRSZXNwb25z", - "ZUIfCh1jb20udHdpbmUudGFuZ28ucG1yLmRhdGFzdG9yZWIGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.DataStore.DataStoreItemModifiedResponse), global::Tango.PMR.DataStore.DataStoreItemModifiedResponse.Parser, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class DataStoreItemModifiedResponse : pb::IMessage<DataStoreItemModifiedResponse> { - private static readonly pb::MessageParser<DataStoreItemModifiedResponse> _parser = new pb::MessageParser<DataStoreItemModifiedResponse>(() => new DataStoreItemModifiedResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<DataStoreItemModifiedResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.DataStore.DataStoreItemModifiedResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataStoreItemModifiedResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataStoreItemModifiedResponse(DataStoreItemModifiedResponse other) : this() { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataStoreItemModifiedResponse Clone() { - return new DataStoreItemModifiedResponse(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as DataStoreItemModifiedResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(DataStoreItemModifiedResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(DataStoreItemModifiedResponse other) { - if (other == null) { - return; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/DataStore/DataType.cs b/Software/Visual_Studio/Tango.PMR/DataStore/DataType.cs deleted file mode 100644 index 3ec396931..000000000 --- a/Software/Visual_Studio/Tango.PMR/DataStore/DataType.cs +++ /dev/null @@ -1,51 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: DataType.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.DataStore { - - /// <summary>Holder for reflection information generated from DataType.proto</summary> - public static partial class DataTypeReflection { - - #region Descriptor - /// <summary>File descriptor for DataType.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static DataTypeReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Cg5EYXRhVHlwZS5wcm90bxITVGFuZ28uUE1SLkRhdGFTdG9yZSpbCghEYXRh", - "VHlwZRIJCgVJbnQzMhAAEgkKBUZsb2F0EAESCgoGRG91YmxlEAISCwoHQm9v", - "bGVhbhADEgoKBlN0cmluZxAEEgkKBUJ5dGVzEAUSCQoFUHJvdG8QBkIfCh1j", - "b20udHdpbmUudGFuZ28ucG1yLmRhdGFzdG9yZWIGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.DataStore.DataType), }, null)); - } - #endregion - - } - #region Enums - public enum DataType { - [pbr::OriginalName("Int32")] Int32 = 0, - [pbr::OriginalName("Float")] Float = 1, - [pbr::OriginalName("Double")] Double = 2, - [pbr::OriginalName("Boolean")] Boolean = 3, - [pbr::OriginalName("String")] String = 4, - [pbr::OriginalName("Bytes")] Bytes = 5, - [pbr::OriginalName("Proto")] Proto = 6, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/DataStore/GetDataStoreItemRequest.cs b/Software/Visual_Studio/Tango.PMR/DataStore/GetDataStoreItemRequest.cs deleted file mode 100644 index a4bb5332b..000000000 --- a/Software/Visual_Studio/Tango.PMR/DataStore/GetDataStoreItemRequest.cs +++ /dev/null @@ -1,224 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GetDataStoreItemRequest.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.DataStore { - - /// <summary>Holder for reflection information generated from GetDataStoreItemRequest.proto</summary> - public static partial class GetDataStoreItemRequestReflection { - - #region Descriptor - /// <summary>File descriptor for GetDataStoreItemRequest.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GetDataStoreItemRequestReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch1HZXREYXRhU3RvcmVJdGVtUmVxdWVzdC5wcm90bxITVGFuZ28uUE1SLkRh", - "dGFTdG9yZRoTRGF0YVN0b3JlSXRlbS5wcm90byJzChdHZXREYXRhU3RvcmVJ", - "dGVtUmVxdWVzdBISCgpDb2xsZWN0aW9uGAEgASgJEgsKA0tleRgCIAEoCRI3", - "CgtEZWZhdWx0SXRlbRgDIAEoCzIiLlRhbmdvLlBNUi5EYXRhU3RvcmUuRGF0", - "YVN0b3JlSXRlbUIfCh1jb20udHdpbmUudGFuZ28ucG1yLmRhdGFzdG9yZWIG", - "cHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.DataStore.DataStoreItemReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.DataStore.GetDataStoreItemRequest), global::Tango.PMR.DataStore.GetDataStoreItemRequest.Parser, new[]{ "Collection", "Key", "DefaultItem" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class GetDataStoreItemRequest : pb::IMessage<GetDataStoreItemRequest> { - private static readonly pb::MessageParser<GetDataStoreItemRequest> _parser = new pb::MessageParser<GetDataStoreItemRequest>(() => new GetDataStoreItemRequest()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<GetDataStoreItemRequest> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.DataStore.GetDataStoreItemRequestReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public GetDataStoreItemRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public GetDataStoreItemRequest(GetDataStoreItemRequest other) : this() { - collection_ = other.collection_; - key_ = other.key_; - DefaultItem = other.defaultItem_ != null ? other.DefaultItem.Clone() : null; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public GetDataStoreItemRequest Clone() { - return new GetDataStoreItemRequest(this); - } - - /// <summary>Field number for the "Collection" field.</summary> - public const int CollectionFieldNumber = 1; - private string collection_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Collection { - get { return collection_; } - set { - collection_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "Key" field.</summary> - public const int KeyFieldNumber = 2; - private string key_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Key { - get { return key_; } - set { - key_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "DefaultItem" field.</summary> - public const int DefaultItemFieldNumber = 3; - private global::Tango.PMR.DataStore.DataStoreItem defaultItem_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.DataStore.DataStoreItem DefaultItem { - get { return defaultItem_; } - set { - defaultItem_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as GetDataStoreItemRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(GetDataStoreItemRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Collection != other.Collection) return false; - if (Key != other.Key) return false; - if (!object.Equals(DefaultItem, other.DefaultItem)) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Collection.Length != 0) hash ^= Collection.GetHashCode(); - if (Key.Length != 0) hash ^= Key.GetHashCode(); - if (defaultItem_ != null) hash ^= DefaultItem.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Collection.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Collection); - } - if (Key.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Key); - } - if (defaultItem_ != null) { - output.WriteRawTag(26); - output.WriteMessage(DefaultItem); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Collection.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Collection); - } - if (Key.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Key); - } - if (defaultItem_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(DefaultItem); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(GetDataStoreItemRequest other) { - if (other == null) { - return; - } - if (other.Collection.Length != 0) { - Collection = other.Collection; - } - if (other.Key.Length != 0) { - Key = other.Key; - } - if (other.defaultItem_ != null) { - if (defaultItem_ == null) { - defaultItem_ = new global::Tango.PMR.DataStore.DataStoreItem(); - } - DefaultItem.MergeFrom(other.DefaultItem); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 10: { - Collection = input.ReadString(); - break; - } - case 18: { - Key = input.ReadString(); - break; - } - case 26: { - if (defaultItem_ == null) { - defaultItem_ = new global::Tango.PMR.DataStore.DataStoreItem(); - } - input.ReadMessage(defaultItem_); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/DataStore/GetDataStoreItemResponse.cs b/Software/Visual_Studio/Tango.PMR/DataStore/GetDataStoreItemResponse.cs deleted file mode 100644 index a42d22d23..000000000 --- a/Software/Visual_Studio/Tango.PMR/DataStore/GetDataStoreItemResponse.cs +++ /dev/null @@ -1,195 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GetDataStoreItemResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.DataStore { - - /// <summary>Holder for reflection information generated from GetDataStoreItemResponse.proto</summary> - public static partial class GetDataStoreItemResponseReflection { - - #region Descriptor - /// <summary>File descriptor for GetDataStoreItemResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GetDataStoreItemResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch5HZXREYXRhU3RvcmVJdGVtUmVzcG9uc2UucHJvdG8SE1RhbmdvLlBNUi5E", - "YXRhU3RvcmUaE0RhdGFTdG9yZUl0ZW0ucHJvdG8iWQoYR2V0RGF0YVN0b3Jl", - "SXRlbVJlc3BvbnNlEgsKA0tleRgBIAEoCRIwCgRJdGVtGAIgASgLMiIuVGFu", - "Z28uUE1SLkRhdGFTdG9yZS5EYXRhU3RvcmVJdGVtQh8KHWNvbS50d2luZS50", - "YW5nby5wbXIuZGF0YXN0b3JlYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.DataStore.DataStoreItemReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.DataStore.GetDataStoreItemResponse), global::Tango.PMR.DataStore.GetDataStoreItemResponse.Parser, new[]{ "Key", "Item" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class GetDataStoreItemResponse : pb::IMessage<GetDataStoreItemResponse> { - private static readonly pb::MessageParser<GetDataStoreItemResponse> _parser = new pb::MessageParser<GetDataStoreItemResponse>(() => new GetDataStoreItemResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<GetDataStoreItemResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.DataStore.GetDataStoreItemResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public GetDataStoreItemResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public GetDataStoreItemResponse(GetDataStoreItemResponse other) : this() { - key_ = other.key_; - Item = other.item_ != null ? other.Item.Clone() : null; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public GetDataStoreItemResponse Clone() { - return new GetDataStoreItemResponse(this); - } - - /// <summary>Field number for the "Key" field.</summary> - public const int KeyFieldNumber = 1; - private string key_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Key { - get { return key_; } - set { - key_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "Item" field.</summary> - public const int ItemFieldNumber = 2; - private global::Tango.PMR.DataStore.DataStoreItem item_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.DataStore.DataStoreItem Item { - get { return item_; } - set { - item_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as GetDataStoreItemResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(GetDataStoreItemResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Key != other.Key) return false; - if (!object.Equals(Item, other.Item)) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Key.Length != 0) hash ^= Key.GetHashCode(); - if (item_ != null) hash ^= Item.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Key.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Key); - } - if (item_ != null) { - output.WriteRawTag(18); - output.WriteMessage(Item); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Key.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Key); - } - if (item_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(Item); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(GetDataStoreItemResponse other) { - if (other == null) { - return; - } - if (other.Key.Length != 0) { - Key = other.Key; - } - if (other.item_ != null) { - if (item_ == null) { - item_ = new global::Tango.PMR.DataStore.DataStoreItem(); - } - Item.MergeFrom(other.Item); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 10: { - Key = input.ReadString(); - break; - } - case 18: { - if (item_ == null) { - item_ = new global::Tango.PMR.DataStore.DataStoreItem(); - } - input.ReadMessage(item_); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/DataStore/PutDataStoreItemRequest.cs b/Software/Visual_Studio/Tango.PMR/DataStore/PutDataStoreItemRequest.cs deleted file mode 100644 index 9e9be6768..000000000 --- a/Software/Visual_Studio/Tango.PMR/DataStore/PutDataStoreItemRequest.cs +++ /dev/null @@ -1,223 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: PutDataStoreItemRequest.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.DataStore { - - /// <summary>Holder for reflection information generated from PutDataStoreItemRequest.proto</summary> - public static partial class PutDataStoreItemRequestReflection { - - #region Descriptor - /// <summary>File descriptor for PutDataStoreItemRequest.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static PutDataStoreItemRequestReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch1QdXREYXRhU3RvcmVJdGVtUmVxdWVzdC5wcm90bxITVGFuZ28uUE1SLkRh", - "dGFTdG9yZRoTRGF0YVN0b3JlSXRlbS5wcm90byJsChdQdXREYXRhU3RvcmVJ", - "dGVtUmVxdWVzdBISCgpDb2xsZWN0aW9uGAEgASgJEgsKA0tleRgCIAEoCRIw", - "CgRJdGVtGAMgASgLMiIuVGFuZ28uUE1SLkRhdGFTdG9yZS5EYXRhU3RvcmVJ", - "dGVtQh8KHWNvbS50d2luZS50YW5nby5wbXIuZGF0YXN0b3JlYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.DataStore.DataStoreItemReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.DataStore.PutDataStoreItemRequest), global::Tango.PMR.DataStore.PutDataStoreItemRequest.Parser, new[]{ "Collection", "Key", "Item" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class PutDataStoreItemRequest : pb::IMessage<PutDataStoreItemRequest> { - private static readonly pb::MessageParser<PutDataStoreItemRequest> _parser = new pb::MessageParser<PutDataStoreItemRequest>(() => new PutDataStoreItemRequest()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<PutDataStoreItemRequest> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.DataStore.PutDataStoreItemRequestReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public PutDataStoreItemRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public PutDataStoreItemRequest(PutDataStoreItemRequest other) : this() { - collection_ = other.collection_; - key_ = other.key_; - Item = other.item_ != null ? other.Item.Clone() : null; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public PutDataStoreItemRequest Clone() { - return new PutDataStoreItemRequest(this); - } - - /// <summary>Field number for the "Collection" field.</summary> - public const int CollectionFieldNumber = 1; - private string collection_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Collection { - get { return collection_; } - set { - collection_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "Key" field.</summary> - public const int KeyFieldNumber = 2; - private string key_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Key { - get { return key_; } - set { - key_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "Item" field.</summary> - public const int ItemFieldNumber = 3; - private global::Tango.PMR.DataStore.DataStoreItem item_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.DataStore.DataStoreItem Item { - get { return item_; } - set { - item_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as PutDataStoreItemRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(PutDataStoreItemRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Collection != other.Collection) return false; - if (Key != other.Key) return false; - if (!object.Equals(Item, other.Item)) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Collection.Length != 0) hash ^= Collection.GetHashCode(); - if (Key.Length != 0) hash ^= Key.GetHashCode(); - if (item_ != null) hash ^= Item.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Collection.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Collection); - } - if (Key.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Key); - } - if (item_ != null) { - output.WriteRawTag(26); - output.WriteMessage(Item); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Collection.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Collection); - } - if (Key.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Key); - } - if (item_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(Item); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(PutDataStoreItemRequest other) { - if (other == null) { - return; - } - if (other.Collection.Length != 0) { - Collection = other.Collection; - } - if (other.Key.Length != 0) { - Key = other.Key; - } - if (other.item_ != null) { - if (item_ == null) { - item_ = new global::Tango.PMR.DataStore.DataStoreItem(); - } - Item.MergeFrom(other.Item); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 10: { - Collection = input.ReadString(); - break; - } - case 18: { - Key = input.ReadString(); - break; - } - case 26: { - if (item_ == null) { - item_ = new global::Tango.PMR.DataStore.DataStoreItem(); - } - input.ReadMessage(item_); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/DataStore/PutDataStoreItemResponse.cs b/Software/Visual_Studio/Tango.PMR/DataStore/PutDataStoreItemResponse.cs deleted file mode 100644 index bd798cedf..000000000 --- a/Software/Visual_Studio/Tango.PMR/DataStore/PutDataStoreItemResponse.cs +++ /dev/null @@ -1,131 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: PutDataStoreItemResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.DataStore { - - /// <summary>Holder for reflection information generated from PutDataStoreItemResponse.proto</summary> - public static partial class PutDataStoreItemResponseReflection { - - #region Descriptor - /// <summary>File descriptor for PutDataStoreItemResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static PutDataStoreItemResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch5QdXREYXRhU3RvcmVJdGVtUmVzcG9uc2UucHJvdG8SE1RhbmdvLlBNUi5E", - "YXRhU3RvcmUiGgoYUHV0RGF0YVN0b3JlSXRlbVJlc3BvbnNlQh8KHWNvbS50", - "d2luZS50YW5nby5wbXIuZGF0YXN0b3JlYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.DataStore.PutDataStoreItemResponse), global::Tango.PMR.DataStore.PutDataStoreItemResponse.Parser, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class PutDataStoreItemResponse : pb::IMessage<PutDataStoreItemResponse> { - private static readonly pb::MessageParser<PutDataStoreItemResponse> _parser = new pb::MessageParser<PutDataStoreItemResponse>(() => new PutDataStoreItemResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<PutDataStoreItemResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.DataStore.PutDataStoreItemResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public PutDataStoreItemResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public PutDataStoreItemResponse(PutDataStoreItemResponse other) : this() { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public PutDataStoreItemResponse Clone() { - return new PutDataStoreItemResponse(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as PutDataStoreItemResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(PutDataStoreItemResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(PutDataStoreItemResponse other) { - if (other == null) { - return; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Debugging/DebugDistributorType.cs b/Software/Visual_Studio/Tango.PMR/Debugging/DebugDistributorType.cs index f1f0725f9..02faf67a9 100644 --- a/Software/Visual_Studio/Tango.PMR/Debugging/DebugDistributorType.cs +++ b/Software/Visual_Studio/Tango.PMR/Debugging/DebugDistributorType.cs @@ -23,15 +23,14 @@ namespace Tango.PMR.Debugging { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChpEZWJ1Z0Rpc3RyaWJ1dG9yVHlwZS5wcm90bxITVGFuZ28uUE1SLkRlYnVn", - "Z2luZyrJAgoURGVidWdEaXN0cmlidXRvclR5cGUSEQoNQ29udHJvbEZpbHRl", + "Z2luZyqpAgoURGVidWdEaXN0cmlidXRvclR5cGUSEQoNQ29udHJvbEZpbHRl", "chAAEhEKDUhlYXRlcnNGaWx0ZXIQARINCglKb2JGaWx0ZXIQAhIPCgtXYXN0", "ZUZpbHRlchADEg8KC0FsYXJtRmlsdGVyEAQSFQoRRGlhZ25vc3RpY3NGaWx0", "ZXIQBRINCglJRFNGaWx0ZXIQBhIQCgxUaHJlYWRGaWx0ZXIQBxIRCg1HZW5l", "cmFsRmlsdGVyEAgSDgoKQ29tbUZpbHRlchAJEg4KCkZQR0FGaWx0ZXIQChIO", "CgpMb2FkRmlsdGVyEAsSDgoKSW5pdEZpbHRlchAMEg8KC01haW50RmlsdGVy", - "EA0SDQoJSUZTRmlsdGVyEA4SDwoLRmlsZXNGaWx0ZXIQDxINCglJMkNGaWx0", - "ZXIQEBIPCgtNb3RvckZpbHRlchARQh8KHWNvbS50d2luZS50YW5nby5wbXIu", - "ZGVidWdnaW5nYgZwcm90bzM=")); + "EA0SDQoJSUZTRmlsdGVyEA4SDwoLRmlsZXNGaWx0ZXIQD0IfCh1jb20udHdp", + "bmUudGFuZ28ucG1yLmRlYnVnZ2luZ2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Debugging.DebugDistributorType), }, null)); @@ -57,8 +56,6 @@ namespace Tango.PMR.Debugging { [pbr::OriginalName("MaintFilter")] MaintFilter = 13, [pbr::OriginalName("IFSFilter")] Ifsfilter = 14, [pbr::OriginalName("FilesFilter")] FilesFilter = 15, - [pbr::OriginalName("I2CFilter")] I2Cfilter = 16, - [pbr::OriginalName("MotorFilter")] MotorFilter = 17, } #endregion diff --git a/Software/Visual_Studio/Tango.PMR/Debugging/SetupDebugDisributorsRequest.cs b/Software/Visual_Studio/Tango.PMR/Debugging/SetupDebugDisributorsRequest.cs index a17852dcf..363edab57 100644 --- a/Software/Visual_Studio/Tango.PMR/Debugging/SetupDebugDisributorsRequest.cs +++ b/Software/Visual_Studio/Tango.PMR/Debugging/SetupDebugDisributorsRequest.cs @@ -23,15 +23,13 @@ namespace Tango.PMR.Debugging { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiJTZXR1cERlYnVnRGlzcmlidXRvcnNSZXF1ZXN0LnByb3RvEhNUYW5nby5Q", - "TVIuRGVidWdnaW5nGhpEZWJ1Z0Rpc3RyaWJ1dG9yVHlwZS5wcm90byJ+ChxT", - "ZXR1cERlYnVnRGlzcmlidXRvcnNSZXF1ZXN0EkMKEERlYnVnRGlzdHJpYnV0", - "b3IYASABKA4yKS5UYW5nby5QTVIuRGVidWdnaW5nLkRlYnVnRGlzdHJpYnV0", - "b3JUeXBlEhkKEURpc3RyaWJ1dG9yQWN0aXZlGAIgASgIQh8KHWNvbS50d2lu", - "ZS50YW5nby5wbXIuZGVidWdnaW5nYgZwcm90bzM=")); + "TVIuRGVidWdnaW5nIjkKHFNldHVwRGVidWdEaXNyaWJ1dG9yc1JlcXVlc3QS", + "GQoRRGlzdHJpYnV0b3JBY3RpdmUYASADKAhCHwodY29tLnR3aW5lLnRhbmdv", + "LnBtci5kZWJ1Z2dpbmdiBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.Debugging.DebugDistributorTypeReflection.Descriptor, }, + new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Debugging.SetupDebugDisributorsRequest), global::Tango.PMR.Debugging.SetupDebugDisributorsRequest.Parser, new[]{ "DebugDistributor", "DistributorActive" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Debugging.SetupDebugDisributorsRequest), global::Tango.PMR.Debugging.SetupDebugDisributorsRequest.Parser, new[]{ "DistributorActive" }, null, null, null) })); } #endregion @@ -62,8 +60,7 @@ namespace Tango.PMR.Debugging { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public SetupDebugDisributorsRequest(SetupDebugDisributorsRequest other) : this() { - debugDistributor_ = other.debugDistributor_; - distributorActive_ = other.distributorActive_; + distributorActive_ = other.distributorActive_.Clone(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -71,26 +68,14 @@ namespace Tango.PMR.Debugging { return new SetupDebugDisributorsRequest(this); } - /// <summary>Field number for the "DebugDistributor" field.</summary> - public const int DebugDistributorFieldNumber = 1; - private global::Tango.PMR.Debugging.DebugDistributorType debugDistributor_ = 0; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.Debugging.DebugDistributorType DebugDistributor { - get { return debugDistributor_; } - set { - debugDistributor_ = value; - } - } - /// <summary>Field number for the "DistributorActive" field.</summary> - public const int DistributorActiveFieldNumber = 2; - private bool distributorActive_; + public const int DistributorActiveFieldNumber = 1; + private static readonly pb::FieldCodec<bool> _repeated_distributorActive_codec + = pb::FieldCodec.ForBool(10); + private readonly pbc::RepeatedField<bool> distributorActive_ = new pbc::RepeatedField<bool>(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool DistributorActive { + public pbc::RepeatedField<bool> DistributorActive { get { return distributorActive_; } - set { - distributorActive_ = value; - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -106,16 +91,14 @@ namespace Tango.PMR.Debugging { if (ReferenceEquals(other, this)) { return true; } - if (DebugDistributor != other.DebugDistributor) return false; - if (DistributorActive != other.DistributorActive) return false; + if(!distributorActive_.Equals(other.distributorActive_)) return false; return true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override int GetHashCode() { int hash = 1; - if (DebugDistributor != 0) hash ^= DebugDistributor.GetHashCode(); - if (DistributorActive != false) hash ^= DistributorActive.GetHashCode(); + hash ^= distributorActive_.GetHashCode(); return hash; } @@ -126,25 +109,13 @@ namespace Tango.PMR.Debugging { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void WriteTo(pb::CodedOutputStream output) { - if (DebugDistributor != 0) { - output.WriteRawTag(8); - output.WriteEnum((int) DebugDistributor); - } - if (DistributorActive != false) { - output.WriteRawTag(16); - output.WriteBool(DistributorActive); - } + distributorActive_.WriteTo(output, _repeated_distributorActive_codec); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int CalculateSize() { int size = 0; - if (DebugDistributor != 0) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) DebugDistributor); - } - if (DistributorActive != false) { - size += 1 + 1; - } + size += distributorActive_.CalculateSize(_repeated_distributorActive_codec); return size; } @@ -153,12 +124,7 @@ namespace Tango.PMR.Debugging { if (other == null) { return; } - if (other.DebugDistributor != 0) { - DebugDistributor = other.DebugDistributor; - } - if (other.DistributorActive != false) { - DistributorActive = other.DistributorActive; - } + distributorActive_.Add(other.distributorActive_); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -169,12 +135,9 @@ namespace Tango.PMR.Debugging { default: input.SkipLastField(); break; + case 10: case 8: { - debugDistributor_ = (global::Tango.PMR.Debugging.DebugDistributorType) input.ReadEnum(); - break; - } - case 16: { - DistributorActive = input.ReadBool(); + distributorActive_.AddEntriesFrom(input, _repeated_distributorActive_codec); break; } } diff --git a/Software/Visual_Studio/Tango.PMR/Debugging/StartDebugLogResponse.cs b/Software/Visual_Studio/Tango.PMR/Debugging/StartDebugLogResponse.cs index cb875a520..107442cd2 100644 --- a/Software/Visual_Studio/Tango.PMR/Debugging/StartDebugLogResponse.cs +++ b/Software/Visual_Studio/Tango.PMR/Debugging/StartDebugLogResponse.cs @@ -23,16 +23,16 @@ namespace Tango.PMR.Debugging { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChtTdGFydERlYnVnTG9nUmVzcG9uc2UucHJvdG8SE1RhbmdvLlBNUi5EZWJ1", - "Z2dpbmcaFkRlYnVnTG9nQ2F0ZWdvcnkucHJvdG8ivAEKFVN0YXJ0RGVidWdM", + "Z2dpbmcaFkRlYnVnTG9nQ2F0ZWdvcnkucHJvdG8iqQEKFVN0YXJ0RGVidWdM", "b2dSZXNwb25zZRI3CghDYXRlZ29yeRgBIAEoDjIlLlRhbmdvLlBNUi5EZWJ1", "Z2dpbmcuRGVidWdMb2dDYXRlZ29yeRIQCghGaWxlTmFtZRgCIAEoCRISCgpM", - "aW5lTnVtYmVyGAMgASgFEg4KBkZpbHRlchgEIAEoBRIPCgdNZXNzYWdlGAUg", - "ASgJEhAKCE1vZHVsZUlkGAYgASgFEhEKCVBhcmFtZXRlchgHIAEoBUIfCh1j", - "b20udHdpbmUudGFuZ28ucG1yLmRlYnVnZ2luZ2IGcHJvdG8z")); + "aW5lTnVtYmVyGAMgASgNEg4KBkZpbHRlchgEIAEoDRIPCgdNZXNzYWdlGAUg", + "ASgJEhAKCE1vZHVsZUlkGAYgASgNQh8KHWNvbS50d2luZS50YW5nby5wbXIu", + "ZGVidWdnaW5nYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::Tango.PMR.Debugging.DebugLogCategoryReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Debugging.StartDebugLogResponse), global::Tango.PMR.Debugging.StartDebugLogResponse.Parser, new[]{ "Category", "FileName", "LineNumber", "Filter", "Message", "ModuleId", "Parameter" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Debugging.StartDebugLogResponse), global::Tango.PMR.Debugging.StartDebugLogResponse.Parser, new[]{ "Category", "FileName", "LineNumber", "Filter", "Message", "ModuleId" }, null, null, null) })); } #endregion @@ -69,7 +69,6 @@ namespace Tango.PMR.Debugging { filter_ = other.filter_; message_ = other.message_; moduleId_ = other.moduleId_; - parameter_ = other.parameter_; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -101,9 +100,9 @@ namespace Tango.PMR.Debugging { /// <summary>Field number for the "LineNumber" field.</summary> public const int LineNumberFieldNumber = 3; - private int lineNumber_; + private uint lineNumber_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int LineNumber { + public uint LineNumber { get { return lineNumber_; } set { lineNumber_ = value; @@ -112,9 +111,9 @@ namespace Tango.PMR.Debugging { /// <summary>Field number for the "Filter" field.</summary> public const int FilterFieldNumber = 4; - private int filter_; + private uint filter_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Filter { + public uint Filter { get { return filter_; } set { filter_ = value; @@ -134,26 +133,15 @@ namespace Tango.PMR.Debugging { /// <summary>Field number for the "ModuleId" field.</summary> public const int ModuleIdFieldNumber = 6; - private int moduleId_; + private uint moduleId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int ModuleId { + public uint ModuleId { get { return moduleId_; } set { moduleId_ = value; } } - /// <summary>Field number for the "Parameter" field.</summary> - public const int ParameterFieldNumber = 7; - private int parameter_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Parameter { - get { return parameter_; } - set { - parameter_ = value; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as StartDebugLogResponse); @@ -173,7 +161,6 @@ namespace Tango.PMR.Debugging { if (Filter != other.Filter) return false; if (Message != other.Message) return false; if (ModuleId != other.ModuleId) return false; - if (Parameter != other.Parameter) return false; return true; } @@ -186,7 +173,6 @@ namespace Tango.PMR.Debugging { if (Filter != 0) hash ^= Filter.GetHashCode(); if (Message.Length != 0) hash ^= Message.GetHashCode(); if (ModuleId != 0) hash ^= ModuleId.GetHashCode(); - if (Parameter != 0) hash ^= Parameter.GetHashCode(); return hash; } @@ -207,11 +193,11 @@ namespace Tango.PMR.Debugging { } if (LineNumber != 0) { output.WriteRawTag(24); - output.WriteInt32(LineNumber); + output.WriteUInt32(LineNumber); } if (Filter != 0) { output.WriteRawTag(32); - output.WriteInt32(Filter); + output.WriteUInt32(Filter); } if (Message.Length != 0) { output.WriteRawTag(42); @@ -219,11 +205,7 @@ namespace Tango.PMR.Debugging { } if (ModuleId != 0) { output.WriteRawTag(48); - output.WriteInt32(ModuleId); - } - if (Parameter != 0) { - output.WriteRawTag(56); - output.WriteInt32(Parameter); + output.WriteUInt32(ModuleId); } } @@ -237,19 +219,16 @@ namespace Tango.PMR.Debugging { size += 1 + pb::CodedOutputStream.ComputeStringSize(FileName); } if (LineNumber != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(LineNumber); + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LineNumber); } if (Filter != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Filter); + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Filter); } if (Message.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(Message); } if (ModuleId != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(ModuleId); - } - if (Parameter != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Parameter); + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ModuleId); } return size; } @@ -277,9 +256,6 @@ namespace Tango.PMR.Debugging { if (other.ModuleId != 0) { ModuleId = other.ModuleId; } - if (other.Parameter != 0) { - Parameter = other.Parameter; - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -299,11 +275,11 @@ namespace Tango.PMR.Debugging { break; } case 24: { - LineNumber = input.ReadInt32(); + LineNumber = input.ReadUInt32(); break; } case 32: { - Filter = input.ReadInt32(); + Filter = input.ReadUInt32(); break; } case 42: { @@ -311,11 +287,7 @@ namespace Tango.PMR.Debugging { break; } case 48: { - ModuleId = input.ReadInt32(); - break; - } - case 56: { - Parameter = input.ReadInt32(); + ModuleId = input.ReadUInt32(); break; } } diff --git a/Software/Visual_Studio/Tango.PMR/Diagnostics/CartridgeTagContent.cs b/Software/Visual_Studio/Tango.PMR/Diagnostics/CartridgeTagContent.cs index 563f1d3f2..4880e278e 100644 --- a/Software/Visual_Studio/Tango.PMR/Diagnostics/CartridgeTagContent.cs +++ b/Software/Visual_Studio/Tango.PMR/Diagnostics/CartridgeTagContent.cs @@ -23,27 +23,27 @@ namespace Tango.PMR.Diagnostics { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChlDYXJ0cmlkZ2VUYWdDb250ZW50LnByb3RvEhVUYW5nby5QTVIuRGlhZ25v", - "c3RpY3MivQUKE0NhcnRyaWRnZVRhZ0NvbnRlbnQSEwoLVGFnVW5pcXVlSUQY", - "ASABKAkSDgoGQ2FydFNOGAIgASgJEhQKDElua0ZhY3RvcnlJRBgDIAEoDRIR", - "CglGaWxsU3lzSUQYBCABKA0SEQoJV29ya09yZGVyGAUgASgJEhEKCUNvbG9y", - "TmFtZRgGIAEoCRITCgtJbmtDYXRlZ29yeRgHIAEoDRIQCghUeXBlX1JldhgI", - "IAEoDRIVCg1DYXJ0cmlkZ2VTaXplGAkgASgNEhMKC0ZpbGVkSW5rVm9sGAog", - "ASgNEhIKCklua0JhdGNoTm8YCyABKAkSEgoKSW5rTUZHRGF0ZRgMIAEoCRIS", - "CgpJbmtFT0xEYXRlGA0gASgJEhQKDENhcnRGaWxsRGF0ZRgOIAEoCRIVCg1X", - "YXN0ZUZpbGxEYXRlGA8gASgJEgwKBE1pc2MYECABKA0SFQoNUGx1Z2luQ291", - "bnRlchgRIAEoDRIVCg1JbmtGaWxsU3RhdHVzGBIgASgIEhUKDUlua1VzZWRT", - "dGF0dXMYEyABKAgSFgoOSW5rRW1wdHlTdGF0dXMYFCABKAgSGAoQV2FzdGVF", - "bXB0eVN0YXR1cxgVIAEoCBIaChJXYXN0ZUZpbGxpbmdTdGF0dXMYFiABKAgS", - "FwoPV2FzdGVGdWxsU3RhdHVzGBcgASgIEg8KB0Jsb2NrZWQYGCABKAgSDAoE", - "RmFpbBgZIAEoCBIUCgxXYXN0ZUNvdW50ZXIYGiABKA0SFAoMTWFjaGluZUlk", - "SU5MGBsgASgJEhQKDE1hY2hpbmVJZFdTVBgcIAEoCRINCgVTcGFyZRgdIAEo", - "CRIPCgdDb3VudGVyGB4gASgNEhAKCFRhZ1ZhbGlkGB8gASgIEhEKCUhhc2hW", - "YWx1ZRggIAEoCRIWCg5DaGVja3N1bV9DUkMxNhghIAEoDUIhCh9jb20udHdp", - "bmUudGFuZ28ucG1yLmRpYWdub3N0aWNzYgZwcm90bzM=")); + "c3RpY3MitAUKE0NhcnRyaWRnZVRhZ0NvbnRlbnQSEAoIVW5pcXVlSWQYASAB", + "KAkSFAoMU2VyaWFsTnVtYmVyGAIgASgJEhEKCUZhY3RvcnlJZBgDIAEoBRIX", + "Cg9GaWxsaW5nU3lzdGVtSWQYBCABKAUSEQoJV29ya09yZGVyGAUgASgJEhEK", + "CUNvbG9yTmFtZRgGIAEoCRIVCg1Db2xvckNhdGVnb3J5GAcgASgFEhkKEUNv", + "bG9yVHlwZVJldmlzaW9uGAggASgFEhUKDUNhcnRyaWRnZVNpemUYCSABKAUS", + "FwoPRmlsbGVkSW5rVm9sdW1lGAogASgFEhMKC0lua0JhdGNoTnVtGAsgASgJ", + "EhIKCklua01GR0RhdGUYDCABKAkSEgoKSW5rRU9MRGF0ZRgNIAEoCRIcChRD", + "YXJ0cmlkZ2VGaWxsaW5nRGF0ZRgOIAEoCRIXCg9XYXN0ZUZpbGxlZERhdGUY", + "DyABKAkSFQoNUGx1Z0luQ291bnRlchgQIAEoBRIMCgRNaXNjGBEgASgNEg8K", + "B0lua2ZpbGwYEiABKAgSDwoHSW5rVXNlZBgTIAEoCBIQCghJbmtFbXB0eRgU", + "IAEoCBISCgpXYXN0ZUVtcHR5GBUgASgIEhQKDFdhc3RlRmlsbGluZxgWIAEo", + "CBIRCglXYXN0ZUZ1bGwYFyABKAgSDwoHQmxvY2tlZBgYIAEoCBIMCgRGYWls", + "GBkgASgIEhQKDFdhc3RlQ291bnRlchgaIAEoBRIYChBNYWNoaW5lSWRJbmtV", + "c2VkGBsgASgJEhoKEk1hY2hpbmVJZFdhc3RlVXNlZBgcIAEoCRIPCgdDb3Vu", + "dGVyGB0gASgNEhAKCFRhZ1ZhbGlkGB4gASgIEhEKCUhhc2hWYWx1ZRgfIAEo", + "CRIWCg5DaGVja3N1bV9DUkMxNhggIAEoDUIhCh9jb20udHdpbmUudGFuZ28u", + "cG1yLmRpYWdub3N0aWNzYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Diagnostics.CartridgeTagContent), global::Tango.PMR.Diagnostics.CartridgeTagContent.Parser, new[]{ "TagUniqueID", "CartSN", "InkFactoryID", "FillSysID", "WorkOrder", "ColorName", "InkCategory", "TypeRev", "CartridgeSize", "FiledInkVol", "InkBatchNo", "InkMFGDate", "InkEOLDate", "CartFillDate", "WasteFillDate", "Misc", "PluginCounter", "InkFillStatus", "InkUsedStatus", "InkEmptyStatus", "WasteEmptyStatus", "WasteFillingStatus", "WasteFullStatus", "Blocked", "Fail", "WasteCounter", "MachineIdINL", "MachineIdWST", "Spare", "Counter", "TagValid", "HashValue", "ChecksumCRC16" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Diagnostics.CartridgeTagContent), global::Tango.PMR.Diagnostics.CartridgeTagContent.Parser, new[]{ "UniqueId", "SerialNumber", "FactoryId", "FillingSystemId", "WorkOrder", "ColorName", "ColorCategory", "ColorTypeRevision", "CartridgeSize", "FilledInkVolume", "InkBatchNum", "InkMFGDate", "InkEOLDate", "CartridgeFillingDate", "WasteFilledDate", "PlugInCounter", "Misc", "Inkfill", "InkUsed", "InkEmpty", "WasteEmpty", "WasteFilling", "WasteFull", "Blocked", "Fail", "WasteCounter", "MachineIdInkUsed", "MachineIdWasteUsed", "Counter", "TagValid", "HashValue", "ChecksumCRC16" }, null, null, null) })); } #endregion @@ -74,35 +74,34 @@ namespace Tango.PMR.Diagnostics { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public CartridgeTagContent(CartridgeTagContent other) : this() { - tagUniqueID_ = other.tagUniqueID_; - cartSN_ = other.cartSN_; - inkFactoryID_ = other.inkFactoryID_; - fillSysID_ = other.fillSysID_; + uniqueId_ = other.uniqueId_; + serialNumber_ = other.serialNumber_; + factoryId_ = other.factoryId_; + fillingSystemId_ = other.fillingSystemId_; workOrder_ = other.workOrder_; colorName_ = other.colorName_; - inkCategory_ = other.inkCategory_; - typeRev_ = other.typeRev_; + colorCategory_ = other.colorCategory_; + colorTypeRevision_ = other.colorTypeRevision_; cartridgeSize_ = other.cartridgeSize_; - filedInkVol_ = other.filedInkVol_; - inkBatchNo_ = other.inkBatchNo_; + filledInkVolume_ = other.filledInkVolume_; + inkBatchNum_ = other.inkBatchNum_; inkMFGDate_ = other.inkMFGDate_; inkEOLDate_ = other.inkEOLDate_; - cartFillDate_ = other.cartFillDate_; - wasteFillDate_ = other.wasteFillDate_; + cartridgeFillingDate_ = other.cartridgeFillingDate_; + wasteFilledDate_ = other.wasteFilledDate_; + plugInCounter_ = other.plugInCounter_; misc_ = other.misc_; - pluginCounter_ = other.pluginCounter_; - inkFillStatus_ = other.inkFillStatus_; - inkUsedStatus_ = other.inkUsedStatus_; - inkEmptyStatus_ = other.inkEmptyStatus_; - wasteEmptyStatus_ = other.wasteEmptyStatus_; - wasteFillingStatus_ = other.wasteFillingStatus_; - wasteFullStatus_ = other.wasteFullStatus_; + inkfill_ = other.inkfill_; + inkUsed_ = other.inkUsed_; + inkEmpty_ = other.inkEmpty_; + wasteEmpty_ = other.wasteEmpty_; + wasteFilling_ = other.wasteFilling_; + wasteFull_ = other.wasteFull_; blocked_ = other.blocked_; fail_ = other.fail_; wasteCounter_ = other.wasteCounter_; - machineIdINL_ = other.machineIdINL_; - machineIdWST_ = other.machineIdWST_; - spare_ = other.spare_; + machineIdInkUsed_ = other.machineIdInkUsed_; + machineIdWasteUsed_ = other.machineIdWasteUsed_; counter_ = other.counter_; tagValid_ = other.tagValid_; hashValue_ = other.hashValue_; @@ -114,68 +113,53 @@ namespace Tango.PMR.Diagnostics { return new CartridgeTagContent(this); } - /// <summary>Field number for the "TagUniqueID" field.</summary> - public const int TagUniqueIDFieldNumber = 1; - private string tagUniqueID_ = ""; - /// <summary> - ///RFID Tag unique ID - /// </summary> + /// <summary>Field number for the "UniqueId" field.</summary> + public const int UniqueIdFieldNumber = 1; + private string uniqueId_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string TagUniqueID { - get { return tagUniqueID_; } + public string UniqueId { + get { return uniqueId_; } set { - tagUniqueID_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + uniqueId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } - /// <summary>Field number for the "CartSN" field.</summary> - public const int CartSNFieldNumber = 2; - private string cartSN_ = ""; - /// <summary> - ///Cartridge serial number - /// </summary> + /// <summary>Field number for the "SerialNumber" field.</summary> + public const int SerialNumberFieldNumber = 2; + private string serialNumber_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string CartSN { - get { return cartSN_; } + public string SerialNumber { + get { return serialNumber_; } set { - cartSN_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + serialNumber_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } - /// <summary>Field number for the "InkFactoryID" field.</summary> - public const int InkFactoryIDFieldNumber = 3; - private uint inkFactoryID_; - /// <summary> - ///Ink factory ID - /// </summary> + /// <summary>Field number for the "FactoryId" field.</summary> + public const int FactoryIdFieldNumber = 3; + private int factoryId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint InkFactoryID { - get { return inkFactoryID_; } + public int FactoryId { + get { return factoryId_; } set { - inkFactoryID_ = value; + factoryId_ = value; } } - /// <summary>Field number for the "FillSysID" field.</summary> - public const int FillSysIDFieldNumber = 4; - private uint fillSysID_; - /// <summary> - ///Filling system ID number - /// </summary> + /// <summary>Field number for the "FillingSystemId" field.</summary> + public const int FillingSystemIdFieldNumber = 4; + private int fillingSystemId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint FillSysID { - get { return fillSysID_; } + public int FillingSystemId { + get { return fillingSystemId_; } set { - fillSysID_ = value; + fillingSystemId_ = value; } } /// <summary>Field number for the "WorkOrder" field.</summary> public const int WorkOrderFieldNumber = 5; private string workOrder_ = ""; - /// <summary> - ///Color description / ID - /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public string WorkOrder { get { return workOrder_; } @@ -187,9 +171,6 @@ namespace Tango.PMR.Diagnostics { /// <summary>Field number for the "ColorName" field.</summary> public const int ColorNameFieldNumber = 6; private string colorName_ = ""; - /// <summary> - ///Color description / ID - /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public string ColorName { get { return colorName_; } @@ -198,82 +179,64 @@ namespace Tango.PMR.Diagnostics { } } - /// <summary>Field number for the "InkCategory" field.</summary> - public const int InkCategoryFieldNumber = 7; - private uint inkCategory_; - /// <summary> - ///Ink category (TBD) - /// </summary> + /// <summary>Field number for the "ColorCategory" field.</summary> + public const int ColorCategoryFieldNumber = 7; + private int colorCategory_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint InkCategory { - get { return inkCategory_; } + public int ColorCategory { + get { return colorCategory_; } set { - inkCategory_ = value; + colorCategory_ = value; } } - /// <summary>Field number for the "Type_Rev" field.</summary> - public const int TypeRevFieldNumber = 8; - private uint typeRev_; - /// <summary> - ///TBD – can be formulation # - /// </summary> + /// <summary>Field number for the "ColorTypeRevision" field.</summary> + public const int ColorTypeRevisionFieldNumber = 8; + private int colorTypeRevision_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint TypeRev { - get { return typeRev_; } + public int ColorTypeRevision { + get { return colorTypeRevision_; } set { - typeRev_ = value; + colorTypeRevision_ = value; } } /// <summary>Field number for the "CartridgeSize" field.</summary> public const int CartridgeSizeFieldNumber = 9; - private uint cartridgeSize_; - /// <summary> - ///Size in cc - /// </summary> + private int cartridgeSize_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint CartridgeSize { + public int CartridgeSize { get { return cartridgeSize_; } set { cartridgeSize_ = value; } } - /// <summary>Field number for the "FiledInkVol" field.</summary> - public const int FiledInkVolFieldNumber = 10; - private uint filedInkVol_; - /// <summary> - ///Size in cc - /// </summary> + /// <summary>Field number for the "FilledInkVolume" field.</summary> + public const int FilledInkVolumeFieldNumber = 10; + private int filledInkVolume_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint FiledInkVol { - get { return filedInkVol_; } + public int FilledInkVolume { + get { return filledInkVolume_; } set { - filedInkVol_ = value; + filledInkVolume_ = value; } } - /// <summary>Field number for the "InkBatchNo" field.</summary> - public const int InkBatchNoFieldNumber = 11; - private string inkBatchNo_ = ""; - /// <summary> - ///MFG batch No’ - /// </summary> + /// <summary>Field number for the "InkBatchNum" field.</summary> + public const int InkBatchNumFieldNumber = 11; + private string inkBatchNum_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string InkBatchNo { - get { return inkBatchNo_; } + public string InkBatchNum { + get { return inkBatchNum_; } set { - inkBatchNo_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + inkBatchNum_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// <summary>Field number for the "InkMFGDate" field.</summary> public const int InkMFGDateFieldNumber = 12; private string inkMFGDate_ = ""; - /// <summary> - ///Date Ink was manufactured (20L container bar-code) - /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public string InkMFGDate { get { return inkMFGDate_; } @@ -285,9 +248,6 @@ namespace Tango.PMR.Diagnostics { /// <summary>Field number for the "InkEOLDate" field.</summary> public const int InkEOLDateFieldNumber = 13; private string inkEOLDate_ = ""; - /// <summary> - ///Ink end of life date - /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public string InkEOLDate { get { return inkEOLDate_; } @@ -296,125 +256,113 @@ namespace Tango.PMR.Diagnostics { } } - /// <summary>Field number for the "CartFillDate" field.</summary> - public const int CartFillDateFieldNumber = 14; - private string cartFillDate_ = ""; - /// <summary> - ///Date cartridge was filled with ink (CFS) - /// </summary> + /// <summary>Field number for the "CartridgeFillingDate" field.</summary> + public const int CartridgeFillingDateFieldNumber = 14; + private string cartridgeFillingDate_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string CartFillDate { - get { return cartFillDate_; } + public string CartridgeFillingDate { + get { return cartridgeFillingDate_; } set { - cartFillDate_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + cartridgeFillingDate_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } - /// <summary>Field number for the "WasteFillDate" field.</summary> - public const int WasteFillDateFieldNumber = 15; - private string wasteFillDate_ = ""; - /// <summary> - ///Date cartridge was filled with waste (Machine) - /// </summary> + /// <summary>Field number for the "WasteFilledDate" field.</summary> + public const int WasteFilledDateFieldNumber = 15; + private string wasteFilledDate_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string WasteFillDate { - get { return wasteFillDate_; } + public string WasteFilledDate { + get { return wasteFilledDate_; } set { - wasteFillDate_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + wasteFilledDate_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } - /// <summary>Field number for the "Misc" field.</summary> - public const int MiscFieldNumber = 16; - private uint misc_; + /// <summary>Field number for the "PlugInCounter" field.</summary> + public const int PlugInCounterFieldNumber = 16; + private int plugInCounter_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint Misc { - get { return misc_; } + public int PlugInCounter { + get { return plugInCounter_; } set { - misc_ = value; + plugInCounter_ = value; } } - /// <summary>Field number for the "PluginCounter" field.</summary> - public const int PluginCounterFieldNumber = 17; - private uint pluginCounter_; - /// <summary> - ///Number of times cartridge was plugged in INK Slot - /// </summary> + /// <summary>Field number for the "Misc" field.</summary> + public const int MiscFieldNumber = 17; + private uint misc_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint PluginCounter { - get { return pluginCounter_; } + public uint Misc { + get { return misc_; } set { - pluginCounter_ = value; + misc_ = value; } } - /// <summary>Field number for the "InkFillStatus" field.</summary> - public const int InkFillStatusFieldNumber = 18; - private bool inkFillStatus_; - /// <summary> - ///State indicator - successful state change when starting to fill mid. tank - /// </summary> + /// <summary>Field number for the "Inkfill" field.</summary> + public const int InkfillFieldNumber = 18; + private bool inkfill_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool InkFillStatus { - get { return inkFillStatus_; } + public bool Inkfill { + get { return inkfill_; } set { - inkFillStatus_ = value; + inkfill_ = value; } } - /// <summary>Field number for the "InkUsedStatus" field.</summary> - public const int InkUsedStatusFieldNumber = 19; - private bool inkUsedStatus_; + /// <summary>Field number for the "InkUsed" field.</summary> + public const int InkUsedFieldNumber = 19; + private bool inkUsed_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool InkUsedStatus { - get { return inkUsedStatus_; } + public bool InkUsed { + get { return inkUsed_; } set { - inkUsedStatus_ = value; + inkUsed_ = value; } } - /// <summary>Field number for the "InkEmptyStatus" field.</summary> - public const int InkEmptyStatusFieldNumber = 20; - private bool inkEmptyStatus_; + /// <summary>Field number for the "InkEmpty" field.</summary> + public const int InkEmptyFieldNumber = 20; + private bool inkEmpty_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool InkEmptyStatus { - get { return inkEmptyStatus_; } + public bool InkEmpty { + get { return inkEmpty_; } set { - inkEmptyStatus_ = value; + inkEmpty_ = value; } } - /// <summary>Field number for the "WasteEmptyStatus" field.</summary> - public const int WasteEmptyStatusFieldNumber = 21; - private bool wasteEmptyStatus_; + /// <summary>Field number for the "WasteEmpty" field.</summary> + public const int WasteEmptyFieldNumber = 21; + private bool wasteEmpty_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool WasteEmptyStatus { - get { return wasteEmptyStatus_; } + public bool WasteEmpty { + get { return wasteEmpty_; } set { - wasteEmptyStatus_ = value; + wasteEmpty_ = value; } } - /// <summary>Field number for the "WasteFillingStatus" field.</summary> - public const int WasteFillingStatusFieldNumber = 22; - private bool wasteFillingStatus_; + /// <summary>Field number for the "WasteFilling" field.</summary> + public const int WasteFillingFieldNumber = 22; + private bool wasteFilling_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool WasteFillingStatus { - get { return wasteFillingStatus_; } + public bool WasteFilling { + get { return wasteFilling_; } set { - wasteFillingStatus_ = value; + wasteFilling_ = value; } } - /// <summary>Field number for the "WasteFullStatus" field.</summary> - public const int WasteFullStatusFieldNumber = 23; - private bool wasteFullStatus_; + /// <summary>Field number for the "WasteFull" field.</summary> + public const int WasteFullFieldNumber = 23; + private bool wasteFull_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool WasteFullStatus { - get { return wasteFullStatus_; } + public bool WasteFull { + get { return wasteFull_; } set { - wasteFullStatus_ = value; + wasteFull_ = value; } } @@ -442,50 +390,39 @@ namespace Tango.PMR.Diagnostics { /// <summary>Field number for the "WasteCounter" field.</summary> public const int WasteCounterFieldNumber = 26; - private uint wasteCounter_; + private int wasteCounter_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint WasteCounter { + public int WasteCounter { get { return wasteCounter_; } set { wasteCounter_ = value; } } - /// <summary>Field number for the "MachineIdINL" field.</summary> - public const int MachineIdINLFieldNumber = 27; - private string machineIdINL_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string MachineIdINL { - get { return machineIdINL_; } - set { - machineIdINL_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "MachineIdWST" field.</summary> - public const int MachineIdWSTFieldNumber = 28; - private string machineIdWST_ = ""; + /// <summary>Field number for the "MachineIdInkUsed" field.</summary> + public const int MachineIdInkUsedFieldNumber = 27; + private string machineIdInkUsed_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string MachineIdWST { - get { return machineIdWST_; } + public string MachineIdInkUsed { + get { return machineIdInkUsed_; } set { - machineIdWST_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + machineIdInkUsed_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } - /// <summary>Field number for the "Spare" field.</summary> - public const int SpareFieldNumber = 29; - private string spare_ = ""; + /// <summary>Field number for the "MachineIdWasteUsed" field.</summary> + public const int MachineIdWasteUsedFieldNumber = 28; + private string machineIdWasteUsed_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Spare { - get { return spare_; } + public string MachineIdWasteUsed { + get { return machineIdWasteUsed_; } set { - spare_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + machineIdWasteUsed_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// <summary>Field number for the "Counter" field.</summary> - public const int CounterFieldNumber = 30; + public const int CounterFieldNumber = 29; private uint counter_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public uint Counter { @@ -496,7 +433,7 @@ namespace Tango.PMR.Diagnostics { } /// <summary>Field number for the "TagValid" field.</summary> - public const int TagValidFieldNumber = 31; + public const int TagValidFieldNumber = 30; private bool tagValid_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public bool TagValid { @@ -507,7 +444,7 @@ namespace Tango.PMR.Diagnostics { } /// <summary>Field number for the "HashValue" field.</summary> - public const int HashValueFieldNumber = 32; + public const int HashValueFieldNumber = 31; private string hashValue_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public string HashValue { @@ -518,7 +455,7 @@ namespace Tango.PMR.Diagnostics { } /// <summary>Field number for the "Checksum_CRC16" field.</summary> - public const int ChecksumCRC16FieldNumber = 33; + public const int ChecksumCRC16FieldNumber = 32; private uint checksumCRC16_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public uint ChecksumCRC16 { @@ -541,35 +478,34 @@ namespace Tango.PMR.Diagnostics { if (ReferenceEquals(other, this)) { return true; } - if (TagUniqueID != other.TagUniqueID) return false; - if (CartSN != other.CartSN) return false; - if (InkFactoryID != other.InkFactoryID) return false; - if (FillSysID != other.FillSysID) return false; + if (UniqueId != other.UniqueId) return false; + if (SerialNumber != other.SerialNumber) return false; + if (FactoryId != other.FactoryId) return false; + if (FillingSystemId != other.FillingSystemId) return false; if (WorkOrder != other.WorkOrder) return false; if (ColorName != other.ColorName) return false; - if (InkCategory != other.InkCategory) return false; - if (TypeRev != other.TypeRev) return false; + if (ColorCategory != other.ColorCategory) return false; + if (ColorTypeRevision != other.ColorTypeRevision) return false; if (CartridgeSize != other.CartridgeSize) return false; - if (FiledInkVol != other.FiledInkVol) return false; - if (InkBatchNo != other.InkBatchNo) return false; + if (FilledInkVolume != other.FilledInkVolume) return false; + if (InkBatchNum != other.InkBatchNum) return false; if (InkMFGDate != other.InkMFGDate) return false; if (InkEOLDate != other.InkEOLDate) return false; - if (CartFillDate != other.CartFillDate) return false; - if (WasteFillDate != other.WasteFillDate) return false; + if (CartridgeFillingDate != other.CartridgeFillingDate) return false; + if (WasteFilledDate != other.WasteFilledDate) return false; + if (PlugInCounter != other.PlugInCounter) return false; if (Misc != other.Misc) return false; - if (PluginCounter != other.PluginCounter) return false; - if (InkFillStatus != other.InkFillStatus) return false; - if (InkUsedStatus != other.InkUsedStatus) return false; - if (InkEmptyStatus != other.InkEmptyStatus) return false; - if (WasteEmptyStatus != other.WasteEmptyStatus) return false; - if (WasteFillingStatus != other.WasteFillingStatus) return false; - if (WasteFullStatus != other.WasteFullStatus) return false; + if (Inkfill != other.Inkfill) return false; + if (InkUsed != other.InkUsed) return false; + if (InkEmpty != other.InkEmpty) return false; + if (WasteEmpty != other.WasteEmpty) return false; + if (WasteFilling != other.WasteFilling) return false; + if (WasteFull != other.WasteFull) return false; if (Blocked != other.Blocked) return false; if (Fail != other.Fail) return false; if (WasteCounter != other.WasteCounter) return false; - if (MachineIdINL != other.MachineIdINL) return false; - if (MachineIdWST != other.MachineIdWST) return false; - if (Spare != other.Spare) return false; + if (MachineIdInkUsed != other.MachineIdInkUsed) return false; + if (MachineIdWasteUsed != other.MachineIdWasteUsed) return false; if (Counter != other.Counter) return false; if (TagValid != other.TagValid) return false; if (HashValue != other.HashValue) return false; @@ -580,35 +516,34 @@ namespace Tango.PMR.Diagnostics { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override int GetHashCode() { int hash = 1; - if (TagUniqueID.Length != 0) hash ^= TagUniqueID.GetHashCode(); - if (CartSN.Length != 0) hash ^= CartSN.GetHashCode(); - if (InkFactoryID != 0) hash ^= InkFactoryID.GetHashCode(); - if (FillSysID != 0) hash ^= FillSysID.GetHashCode(); + if (UniqueId.Length != 0) hash ^= UniqueId.GetHashCode(); + if (SerialNumber.Length != 0) hash ^= SerialNumber.GetHashCode(); + if (FactoryId != 0) hash ^= FactoryId.GetHashCode(); + if (FillingSystemId != 0) hash ^= FillingSystemId.GetHashCode(); if (WorkOrder.Length != 0) hash ^= WorkOrder.GetHashCode(); if (ColorName.Length != 0) hash ^= ColorName.GetHashCode(); - if (InkCategory != 0) hash ^= InkCategory.GetHashCode(); - if (TypeRev != 0) hash ^= TypeRev.GetHashCode(); + if (ColorCategory != 0) hash ^= ColorCategory.GetHashCode(); + if (ColorTypeRevision != 0) hash ^= ColorTypeRevision.GetHashCode(); if (CartridgeSize != 0) hash ^= CartridgeSize.GetHashCode(); - if (FiledInkVol != 0) hash ^= FiledInkVol.GetHashCode(); - if (InkBatchNo.Length != 0) hash ^= InkBatchNo.GetHashCode(); + if (FilledInkVolume != 0) hash ^= FilledInkVolume.GetHashCode(); + if (InkBatchNum.Length != 0) hash ^= InkBatchNum.GetHashCode(); if (InkMFGDate.Length != 0) hash ^= InkMFGDate.GetHashCode(); if (InkEOLDate.Length != 0) hash ^= InkEOLDate.GetHashCode(); - if (CartFillDate.Length != 0) hash ^= CartFillDate.GetHashCode(); - if (WasteFillDate.Length != 0) hash ^= WasteFillDate.GetHashCode(); + if (CartridgeFillingDate.Length != 0) hash ^= CartridgeFillingDate.GetHashCode(); + if (WasteFilledDate.Length != 0) hash ^= WasteFilledDate.GetHashCode(); + if (PlugInCounter != 0) hash ^= PlugInCounter.GetHashCode(); if (Misc != 0) hash ^= Misc.GetHashCode(); - if (PluginCounter != 0) hash ^= PluginCounter.GetHashCode(); - if (InkFillStatus != false) hash ^= InkFillStatus.GetHashCode(); - if (InkUsedStatus != false) hash ^= InkUsedStatus.GetHashCode(); - if (InkEmptyStatus != false) hash ^= InkEmptyStatus.GetHashCode(); - if (WasteEmptyStatus != false) hash ^= WasteEmptyStatus.GetHashCode(); - if (WasteFillingStatus != false) hash ^= WasteFillingStatus.GetHashCode(); - if (WasteFullStatus != false) hash ^= WasteFullStatus.GetHashCode(); + if (Inkfill != false) hash ^= Inkfill.GetHashCode(); + if (InkUsed != false) hash ^= InkUsed.GetHashCode(); + if (InkEmpty != false) hash ^= InkEmpty.GetHashCode(); + if (WasteEmpty != false) hash ^= WasteEmpty.GetHashCode(); + if (WasteFilling != false) hash ^= WasteFilling.GetHashCode(); + if (WasteFull != false) hash ^= WasteFull.GetHashCode(); if (Blocked != false) hash ^= Blocked.GetHashCode(); if (Fail != false) hash ^= Fail.GetHashCode(); if (WasteCounter != 0) hash ^= WasteCounter.GetHashCode(); - if (MachineIdINL.Length != 0) hash ^= MachineIdINL.GetHashCode(); - if (MachineIdWST.Length != 0) hash ^= MachineIdWST.GetHashCode(); - if (Spare.Length != 0) hash ^= Spare.GetHashCode(); + if (MachineIdInkUsed.Length != 0) hash ^= MachineIdInkUsed.GetHashCode(); + if (MachineIdWasteUsed.Length != 0) hash ^= MachineIdWasteUsed.GetHashCode(); if (Counter != 0) hash ^= Counter.GetHashCode(); if (TagValid != false) hash ^= TagValid.GetHashCode(); if (HashValue.Length != 0) hash ^= HashValue.GetHashCode(); @@ -623,21 +558,21 @@ namespace Tango.PMR.Diagnostics { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void WriteTo(pb::CodedOutputStream output) { - if (TagUniqueID.Length != 0) { + if (UniqueId.Length != 0) { output.WriteRawTag(10); - output.WriteString(TagUniqueID); + output.WriteString(UniqueId); } - if (CartSN.Length != 0) { + if (SerialNumber.Length != 0) { output.WriteRawTag(18); - output.WriteString(CartSN); + output.WriteString(SerialNumber); } - if (InkFactoryID != 0) { + if (FactoryId != 0) { output.WriteRawTag(24); - output.WriteUInt32(InkFactoryID); + output.WriteInt32(FactoryId); } - if (FillSysID != 0) { + if (FillingSystemId != 0) { output.WriteRawTag(32); - output.WriteUInt32(FillSysID); + output.WriteInt32(FillingSystemId); } if (WorkOrder.Length != 0) { output.WriteRawTag(42); @@ -647,25 +582,25 @@ namespace Tango.PMR.Diagnostics { output.WriteRawTag(50); output.WriteString(ColorName); } - if (InkCategory != 0) { + if (ColorCategory != 0) { output.WriteRawTag(56); - output.WriteUInt32(InkCategory); + output.WriteInt32(ColorCategory); } - if (TypeRev != 0) { + if (ColorTypeRevision != 0) { output.WriteRawTag(64); - output.WriteUInt32(TypeRev); + output.WriteInt32(ColorTypeRevision); } if (CartridgeSize != 0) { output.WriteRawTag(72); - output.WriteUInt32(CartridgeSize); + output.WriteInt32(CartridgeSize); } - if (FiledInkVol != 0) { + if (FilledInkVolume != 0) { output.WriteRawTag(80); - output.WriteUInt32(FiledInkVol); + output.WriteInt32(FilledInkVolume); } - if (InkBatchNo.Length != 0) { + if (InkBatchNum.Length != 0) { output.WriteRawTag(90); - output.WriteString(InkBatchNo); + output.WriteString(InkBatchNum); } if (InkMFGDate.Length != 0) { output.WriteRawTag(98); @@ -675,45 +610,45 @@ namespace Tango.PMR.Diagnostics { output.WriteRawTag(106); output.WriteString(InkEOLDate); } - if (CartFillDate.Length != 0) { + if (CartridgeFillingDate.Length != 0) { output.WriteRawTag(114); - output.WriteString(CartFillDate); + output.WriteString(CartridgeFillingDate); } - if (WasteFillDate.Length != 0) { + if (WasteFilledDate.Length != 0) { output.WriteRawTag(122); - output.WriteString(WasteFillDate); + output.WriteString(WasteFilledDate); } - if (Misc != 0) { + if (PlugInCounter != 0) { output.WriteRawTag(128, 1); - output.WriteUInt32(Misc); + output.WriteInt32(PlugInCounter); } - if (PluginCounter != 0) { + if (Misc != 0) { output.WriteRawTag(136, 1); - output.WriteUInt32(PluginCounter); + output.WriteUInt32(Misc); } - if (InkFillStatus != false) { + if (Inkfill != false) { output.WriteRawTag(144, 1); - output.WriteBool(InkFillStatus); + output.WriteBool(Inkfill); } - if (InkUsedStatus != false) { + if (InkUsed != false) { output.WriteRawTag(152, 1); - output.WriteBool(InkUsedStatus); + output.WriteBool(InkUsed); } - if (InkEmptyStatus != false) { + if (InkEmpty != false) { output.WriteRawTag(160, 1); - output.WriteBool(InkEmptyStatus); + output.WriteBool(InkEmpty); } - if (WasteEmptyStatus != false) { + if (WasteEmpty != false) { output.WriteRawTag(168, 1); - output.WriteBool(WasteEmptyStatus); + output.WriteBool(WasteEmpty); } - if (WasteFillingStatus != false) { + if (WasteFilling != false) { output.WriteRawTag(176, 1); - output.WriteBool(WasteFillingStatus); + output.WriteBool(WasteFilling); } - if (WasteFullStatus != false) { + if (WasteFull != false) { output.WriteRawTag(184, 1); - output.WriteBool(WasteFullStatus); + output.WriteBool(WasteFull); } if (Blocked != false) { output.WriteRawTag(192, 1); @@ -725,34 +660,30 @@ namespace Tango.PMR.Diagnostics { } if (WasteCounter != 0) { output.WriteRawTag(208, 1); - output.WriteUInt32(WasteCounter); + output.WriteInt32(WasteCounter); } - if (MachineIdINL.Length != 0) { + if (MachineIdInkUsed.Length != 0) { output.WriteRawTag(218, 1); - output.WriteString(MachineIdINL); + output.WriteString(MachineIdInkUsed); } - if (MachineIdWST.Length != 0) { + if (MachineIdWasteUsed.Length != 0) { output.WriteRawTag(226, 1); - output.WriteString(MachineIdWST); - } - if (Spare.Length != 0) { - output.WriteRawTag(234, 1); - output.WriteString(Spare); + output.WriteString(MachineIdWasteUsed); } if (Counter != 0) { - output.WriteRawTag(240, 1); + output.WriteRawTag(232, 1); output.WriteUInt32(Counter); } if (TagValid != false) { - output.WriteRawTag(248, 1); + output.WriteRawTag(240, 1); output.WriteBool(TagValid); } if (HashValue.Length != 0) { - output.WriteRawTag(130, 2); + output.WriteRawTag(250, 1); output.WriteString(HashValue); } if (ChecksumCRC16 != 0) { - output.WriteRawTag(136, 2); + output.WriteRawTag(128, 2); output.WriteUInt32(ChecksumCRC16); } } @@ -760,17 +691,17 @@ namespace Tango.PMR.Diagnostics { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int CalculateSize() { int size = 0; - if (TagUniqueID.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(TagUniqueID); + if (UniqueId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(UniqueId); } - if (CartSN.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(CartSN); + if (SerialNumber.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(SerialNumber); } - if (InkFactoryID != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(InkFactoryID); + if (FactoryId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FactoryId); } - if (FillSysID != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FillSysID); + if (FillingSystemId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FillingSystemId); } if (WorkOrder.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(WorkOrder); @@ -778,20 +709,20 @@ namespace Tango.PMR.Diagnostics { if (ColorName.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(ColorName); } - if (InkCategory != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(InkCategory); + if (ColorCategory != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ColorCategory); } - if (TypeRev != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TypeRev); + if (ColorTypeRevision != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ColorTypeRevision); } if (CartridgeSize != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CartridgeSize); + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CartridgeSize); } - if (FiledInkVol != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FiledInkVol); + if (FilledInkVolume != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FilledInkVolume); } - if (InkBatchNo.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(InkBatchNo); + if (InkBatchNum.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(InkBatchNum); } if (InkMFGDate.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(InkMFGDate); @@ -799,34 +730,34 @@ namespace Tango.PMR.Diagnostics { if (InkEOLDate.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(InkEOLDate); } - if (CartFillDate.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(CartFillDate); + if (CartridgeFillingDate.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(CartridgeFillingDate); } - if (WasteFillDate.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(WasteFillDate); + if (WasteFilledDate.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(WasteFilledDate); + } + if (PlugInCounter != 0) { + size += 2 + pb::CodedOutputStream.ComputeInt32Size(PlugInCounter); } if (Misc != 0) { size += 2 + pb::CodedOutputStream.ComputeUInt32Size(Misc); } - if (PluginCounter != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(PluginCounter); - } - if (InkFillStatus != false) { + if (Inkfill != false) { size += 2 + 1; } - if (InkUsedStatus != false) { + if (InkUsed != false) { size += 2 + 1; } - if (InkEmptyStatus != false) { + if (InkEmpty != false) { size += 2 + 1; } - if (WasteEmptyStatus != false) { + if (WasteEmpty != false) { size += 2 + 1; } - if (WasteFillingStatus != false) { + if (WasteFilling != false) { size += 2 + 1; } - if (WasteFullStatus != false) { + if (WasteFull != false) { size += 2 + 1; } if (Blocked != false) { @@ -836,16 +767,13 @@ namespace Tango.PMR.Diagnostics { size += 2 + 1; } if (WasteCounter != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(WasteCounter); + size += 2 + pb::CodedOutputStream.ComputeInt32Size(WasteCounter); } - if (MachineIdINL.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(MachineIdINL); + if (MachineIdInkUsed.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(MachineIdInkUsed); } - if (MachineIdWST.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(MachineIdWST); - } - if (Spare.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(Spare); + if (MachineIdWasteUsed.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(MachineIdWasteUsed); } if (Counter != 0) { size += 2 + pb::CodedOutputStream.ComputeUInt32Size(Counter); @@ -867,17 +795,17 @@ namespace Tango.PMR.Diagnostics { if (other == null) { return; } - if (other.TagUniqueID.Length != 0) { - TagUniqueID = other.TagUniqueID; + if (other.UniqueId.Length != 0) { + UniqueId = other.UniqueId; } - if (other.CartSN.Length != 0) { - CartSN = other.CartSN; + if (other.SerialNumber.Length != 0) { + SerialNumber = other.SerialNumber; } - if (other.InkFactoryID != 0) { - InkFactoryID = other.InkFactoryID; + if (other.FactoryId != 0) { + FactoryId = other.FactoryId; } - if (other.FillSysID != 0) { - FillSysID = other.FillSysID; + if (other.FillingSystemId != 0) { + FillingSystemId = other.FillingSystemId; } if (other.WorkOrder.Length != 0) { WorkOrder = other.WorkOrder; @@ -885,20 +813,20 @@ namespace Tango.PMR.Diagnostics { if (other.ColorName.Length != 0) { ColorName = other.ColorName; } - if (other.InkCategory != 0) { - InkCategory = other.InkCategory; + if (other.ColorCategory != 0) { + ColorCategory = other.ColorCategory; } - if (other.TypeRev != 0) { - TypeRev = other.TypeRev; + if (other.ColorTypeRevision != 0) { + ColorTypeRevision = other.ColorTypeRevision; } if (other.CartridgeSize != 0) { CartridgeSize = other.CartridgeSize; } - if (other.FiledInkVol != 0) { - FiledInkVol = other.FiledInkVol; + if (other.FilledInkVolume != 0) { + FilledInkVolume = other.FilledInkVolume; } - if (other.InkBatchNo.Length != 0) { - InkBatchNo = other.InkBatchNo; + if (other.InkBatchNum.Length != 0) { + InkBatchNum = other.InkBatchNum; } if (other.InkMFGDate.Length != 0) { InkMFGDate = other.InkMFGDate; @@ -906,35 +834,35 @@ namespace Tango.PMR.Diagnostics { if (other.InkEOLDate.Length != 0) { InkEOLDate = other.InkEOLDate; } - if (other.CartFillDate.Length != 0) { - CartFillDate = other.CartFillDate; + if (other.CartridgeFillingDate.Length != 0) { + CartridgeFillingDate = other.CartridgeFillingDate; + } + if (other.WasteFilledDate.Length != 0) { + WasteFilledDate = other.WasteFilledDate; } - if (other.WasteFillDate.Length != 0) { - WasteFillDate = other.WasteFillDate; + if (other.PlugInCounter != 0) { + PlugInCounter = other.PlugInCounter; } if (other.Misc != 0) { Misc = other.Misc; } - if (other.PluginCounter != 0) { - PluginCounter = other.PluginCounter; + if (other.Inkfill != false) { + Inkfill = other.Inkfill; } - if (other.InkFillStatus != false) { - InkFillStatus = other.InkFillStatus; + if (other.InkUsed != false) { + InkUsed = other.InkUsed; } - if (other.InkUsedStatus != false) { - InkUsedStatus = other.InkUsedStatus; + if (other.InkEmpty != false) { + InkEmpty = other.InkEmpty; } - if (other.InkEmptyStatus != false) { - InkEmptyStatus = other.InkEmptyStatus; + if (other.WasteEmpty != false) { + WasteEmpty = other.WasteEmpty; } - if (other.WasteEmptyStatus != false) { - WasteEmptyStatus = other.WasteEmptyStatus; + if (other.WasteFilling != false) { + WasteFilling = other.WasteFilling; } - if (other.WasteFillingStatus != false) { - WasteFillingStatus = other.WasteFillingStatus; - } - if (other.WasteFullStatus != false) { - WasteFullStatus = other.WasteFullStatus; + if (other.WasteFull != false) { + WasteFull = other.WasteFull; } if (other.Blocked != false) { Blocked = other.Blocked; @@ -945,14 +873,11 @@ namespace Tango.PMR.Diagnostics { if (other.WasteCounter != 0) { WasteCounter = other.WasteCounter; } - if (other.MachineIdINL.Length != 0) { - MachineIdINL = other.MachineIdINL; - } - if (other.MachineIdWST.Length != 0) { - MachineIdWST = other.MachineIdWST; + if (other.MachineIdInkUsed.Length != 0) { + MachineIdInkUsed = other.MachineIdInkUsed; } - if (other.Spare.Length != 0) { - Spare = other.Spare; + if (other.MachineIdWasteUsed.Length != 0) { + MachineIdWasteUsed = other.MachineIdWasteUsed; } if (other.Counter != 0) { Counter = other.Counter; @@ -977,19 +902,19 @@ namespace Tango.PMR.Diagnostics { input.SkipLastField(); break; case 10: { - TagUniqueID = input.ReadString(); + UniqueId = input.ReadString(); break; } case 18: { - CartSN = input.ReadString(); + SerialNumber = input.ReadString(); break; } case 24: { - InkFactoryID = input.ReadUInt32(); + FactoryId = input.ReadInt32(); break; } case 32: { - FillSysID = input.ReadUInt32(); + FillingSystemId = input.ReadInt32(); break; } case 42: { @@ -1001,23 +926,23 @@ namespace Tango.PMR.Diagnostics { break; } case 56: { - InkCategory = input.ReadUInt32(); + ColorCategory = input.ReadInt32(); break; } case 64: { - TypeRev = input.ReadUInt32(); + ColorTypeRevision = input.ReadInt32(); break; } case 72: { - CartridgeSize = input.ReadUInt32(); + CartridgeSize = input.ReadInt32(); break; } case 80: { - FiledInkVol = input.ReadUInt32(); + FilledInkVolume = input.ReadInt32(); break; } case 90: { - InkBatchNo = input.ReadString(); + InkBatchNum = input.ReadString(); break; } case 98: { @@ -1029,43 +954,43 @@ namespace Tango.PMR.Diagnostics { break; } case 114: { - CartFillDate = input.ReadString(); + CartridgeFillingDate = input.ReadString(); break; } case 122: { - WasteFillDate = input.ReadString(); + WasteFilledDate = input.ReadString(); break; } case 128: { - Misc = input.ReadUInt32(); + PlugInCounter = input.ReadInt32(); break; } case 136: { - PluginCounter = input.ReadUInt32(); + Misc = input.ReadUInt32(); break; } case 144: { - InkFillStatus = input.ReadBool(); + Inkfill = input.ReadBool(); break; } case 152: { - InkUsedStatus = input.ReadBool(); + InkUsed = input.ReadBool(); break; } case 160: { - InkEmptyStatus = input.ReadBool(); + InkEmpty = input.ReadBool(); break; } case 168: { - WasteEmptyStatus = input.ReadBool(); + WasteEmpty = input.ReadBool(); break; } case 176: { - WasteFillingStatus = input.ReadBool(); + WasteFilling = input.ReadBool(); break; } case 184: { - WasteFullStatus = input.ReadBool(); + WasteFull = input.ReadBool(); break; } case 192: { @@ -1077,34 +1002,30 @@ namespace Tango.PMR.Diagnostics { break; } case 208: { - WasteCounter = input.ReadUInt32(); + WasteCounter = input.ReadInt32(); break; } case 218: { - MachineIdINL = input.ReadString(); + MachineIdInkUsed = input.ReadString(); break; } case 226: { - MachineIdWST = input.ReadString(); + MachineIdWasteUsed = input.ReadString(); break; } - case 234: { - Spare = input.ReadString(); - break; - } - case 240: { + case 232: { Counter = input.ReadUInt32(); break; } - case 248: { + case 240: { TagValid = input.ReadBool(); break; } - case 258: { + case 250: { HashValue = input.ReadString(); break; } - case 264: { + case 256: { ChecksumCRC16 = input.ReadUInt32(); break; } diff --git a/Software/Visual_Studio/Tango.PMR/Diagnostics/DiagnosticsMonitors.cs b/Software/Visual_Studio/Tango.PMR/Diagnostics/DiagnosticsMonitors.cs index 46d9735bd..2e7191370 100644 --- a/Software/Visual_Studio/Tango.PMR/Diagnostics/DiagnosticsMonitors.cs +++ b/Software/Visual_Studio/Tango.PMR/Diagnostics/DiagnosticsMonitors.cs @@ -23,7 +23,7 @@ namespace Tango.PMR.Diagnostics { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChlEaWFnbm9zdGljc01vbml0b3JzLnByb3RvEhVUYW5nby5QTVIuRGlhZ25v", - "c3RpY3MaEURvdWJsZUFycmF5LnByb3RvIrkWChNEaWFnbm9zdGljc01vbml0", + "c3RpY3MaEURvdWJsZUFycmF5LnByb3RvIoMQChNEaWFnbm9zdGljc01vbml0", "b3JzEhQKDERhbmNlcjFBbmdsZRgBIAMoARIUCgxEYW5jZXIyQW5nbGUYAiAD", "KAESFAoMRGFuY2VyM0FuZ2xlGAMgAygBEhwKFEZlZWRlck1vdG9yRnJlcXVl", "bmN5GAQgAygBEhIKCkRyeWVyTW90b3IYBSADKAESEwoLUG9sbGVyTW90b3IY", @@ -65,34 +65,16 @@ namespace Tango.PMR.Diagnostics { "GDkgAygBEh4KFkhlYWRab25lMUhlYXRlckN1cnJlbnQYOiADKAESHgoWSGVh", "ZFpvbmUySGVhdGVyQ3VycmVudBg7IAMoARIeChZIZWFkWm9uZTNIZWF0ZXJD", "dXJyZW50GDwgAygBEh4KFkhlYWRab25lNEhlYXRlckN1cnJlbnQYPSADKAES", - "HwoXSGVhZFpvbmU1NkhlYXRlckN1cnJlbnQYPiADKAESGwoTTWl4ZXIxSGVh", - "dGVyQ3VycmVudBg/IAMoARI+ChJEaXNwZW5zZXJzSW5rTGV2ZWwYQCADKAsy", - "Ii5UYW5nby5QTVIuRGlhZ25vc3RpY3MuRG91YmxlQXJyYXkSPAoQTWlkVGFu", - "a3NJbmtMZXZlbBhBIAMoCzIiLlRhbmdvLlBNUi5EaWFnbm9zdGljcy5Eb3Vi", - "bGVBcnJheRIaChJPdmVyYWxsVGVtcGVyYXR1cmUYQiADKAESHgoWSGVhZFpv", - "bmU3SGVhdGVyQ3VycmVudBhDIAMoARIcChRIZWFkWm9uZTdUZW1wZXJhdHVy", - "ZRhEIAMoARIeChZIZWFkWm9uZThIZWF0ZXJDdXJyZW50GEUgAygBEhwKFEhl", - "YWRab25lOFRlbXBlcmF0dXJlGEYgAygBEh4KFkhlYWRab25lOUhlYXRlckN1", - "cnJlbnQYRyADKAESHAoUSGVhZFpvbmU5VGVtcGVyYXR1cmUYSCADKAESHwoX", - "SGVhZFpvbmUxMEhlYXRlckN1cnJlbnQYSSADKAESHQoVSGVhZFpvbmUxMFRl", - "bXBlcmF0dXJlGEogAygBEh8KF0hlYWRab25lMTFIZWF0ZXJDdXJyZW50GEsg", - "AygBEh0KFUhlYWRab25lMTFUZW1wZXJhdHVyZRhMIAMoARIfChdIZWFkWm9u", - "ZTEySGVhdGVyQ3VycmVudBhNIAMoARIdChVIZWFkWm9uZTEyVGVtcGVyYXR1", - "cmUYTiADKAESGgoSSGVhZEJsb3dlclZvbHRhZ2UxGE8gAygBEhoKEkhlYWRC", - "bG93ZXJWb2x0YWdlMhhQIAMoARIfChdIZWFkQ292ZXJIZWF0ZXIxQ3VycmVu", - "dBhRIAMoARIjChtIZWFkQ292ZXJIZWF0ZXIxVGVtcGVyYXR1cmUYUiADKAES", - "HwoXSGVhZENvdmVySGVhdGVyMkN1cnJlbnQYUyADKAESIwobSGVhZENvdmVy", - "SGVhdGVyMlRlbXBlcmF0dXJlGFQgAygBEhkKEVdIU0Jsb3dlcjJWb2x0YWdl", - "GFUgAygBEhEKCUdhc1NlbnNvchhWIAMoARIXCg9JbmNvbWluZ1ZvbHRhZ2UY", - "VyADKAESEgoKV2FzdGVMZXZlbBhYIAMoARIaChJIZWFkQmxvd2VyMUFpckZs", - "b3cYWSADKAESGgoSSGVhZEJsb3dlcjJBaXJGbG93GFogAygBEhYKDlNoaW5r", - "b1NldFZhbHVlGFsgAygBEhoKElNoaW5rb0N1cnJlbnRWYWx1ZRhcIAMoARIU", - "CgxUb3RhbFdIU0Zsb3cYXSADKAFCIQofY29tLnR3aW5lLnRhbmdvLnBtci5k", - "aWFnbm9zdGljc2IGcHJvdG8z")); + "IAoYSGVhZFpvbmU1XzZIZWF0ZXJDdXJyZW50GD4gAygBEhsKE01peGVyMUhl", + "YXRlckN1cnJlbnQYPyADKAESPgoSRGlzcGVuc2Vyc0lua0xldmVsGEAgAygL", + "MiIuVGFuZ28uUE1SLkRpYWdub3N0aWNzLkRvdWJsZUFycmF5EjwKEE1pZFRh", + "bmtzSW5rTGV2ZWwYQSADKAsyIi5UYW5nby5QTVIuRGlhZ25vc3RpY3MuRG91", + "YmxlQXJyYXlCIQofY29tLnR3aW5lLnRhbmdvLnBtci5kaWFnbm9zdGljc2IG", + "cHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::Tango.PMR.Diagnostics.DoubleArrayReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Diagnostics.DiagnosticsMonitors), global::Tango.PMR.Diagnostics.DiagnosticsMonitors.Parser, new[]{ "Dancer1Angle", "Dancer2Angle", "Dancer3Angle", "FeederMotorFrequency", "DryerMotor", "PollerMotor", "WinderMotor", "ScrewMotor", "ThreadSpeed", "MixerTemperature", "HeadZone1Temperature", "HeadZone2Temperature", "HeadZone3Temperature", "HeadAirFlow", "FeederTension", "PullerTension", "DryerZone1Temperature", "DryerZone2Temperature", "DryerZone3Temperature", "DryerAirFlow", "WinderTension", "DispensersMotorsFrequency", "DispensersAngularEncoders", "DispensersLinearPositions", "DispensersPressure", "FilterDeltaPressure", "ChillerTemperature", "Dispenser1MotorFrequency", "Dispenser2MotorFrequency", "Dispenser3MotorFrequency", "Dispenser4MotorFrequency", "Dispenser5MotorFrequency", "Dispenser6MotorFrequency", "Dispenser7MotorFrequency", "Dispenser8MotorFrequency", "HeadZone4Temperature", "HeadZone5Temperature", "HeadZone6Temperature", "BlowerVoltage", "Dispenser1Pressure", "Dispenser2Pressure", "Dispenser3Pressure", "Dispenser4Pressure", "Dispenser5Pressure", "Dispenser6Pressure", "Dispenser7Pressure", "Dispenser8Pressure", "MidTank1Level", "MidTank2Level", "MidTank3Level", "MidTank4Level", "MidTank5Level", "MidTank6Level", "MidTank7Level", "MidTank8Level", "DrierZone1HeaterCurrent", "DrierZone2HeaterCurrent", "HeadZone1HeaterCurrent", "HeadZone2HeaterCurrent", "HeadZone3HeaterCurrent", "HeadZone4HeaterCurrent", "HeadZone56HeaterCurrent", "Mixer1HeaterCurrent", "DispensersInkLevel", "MidTanksInkLevel", "OverallTemperature", "HeadZone7HeaterCurrent", "HeadZone7Temperature", "HeadZone8HeaterCurrent", "HeadZone8Temperature", "HeadZone9HeaterCurrent", "HeadZone9Temperature", "HeadZone10HeaterCurrent", "HeadZone10Temperature", "HeadZone11HeaterCurrent", "HeadZone11Temperature", "HeadZone12HeaterCurrent", "HeadZone12Temperature", "HeadBlowerVoltage1", "HeadBlowerVoltage2", "HeadCoverHeater1Current", "HeadCoverHeater1Temperature", "HeadCoverHeater2Current", "HeadCoverHeater2Temperature", "WHSBlower2Voltage", "GasSensor", "IncomingVoltage", "WasteLevel", "HeadBlower1AirFlow", "HeadBlower2AirFlow", "ShinkoSetValue", "ShinkoCurrentValue", "TotalWHSFlow" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Diagnostics.DiagnosticsMonitors), global::Tango.PMR.Diagnostics.DiagnosticsMonitors.Parser, new[]{ "Dancer1Angle", "Dancer2Angle", "Dancer3Angle", "FeederMotorFrequency", "DryerMotor", "PollerMotor", "WinderMotor", "ScrewMotor", "ThreadSpeed", "MixerTemperature", "HeadZone1Temperature", "HeadZone2Temperature", "HeadZone3Temperature", "HeadAirFlow", "FeederTension", "PullerTension", "DryerZone1Temperature", "DryerZone2Temperature", "DryerZone3Temperature", "DryerAirFlow", "WinderTension", "DispensersMotorsFrequency", "DispensersAngularEncoders", "DispensersLinearPositions", "DispensersPressure", "FilterDeltaPressure", "ChillerTemperature", "Dispenser1MotorFrequency", "Dispenser2MotorFrequency", "Dispenser3MotorFrequency", "Dispenser4MotorFrequency", "Dispenser5MotorFrequency", "Dispenser6MotorFrequency", "Dispenser7MotorFrequency", "Dispenser8MotorFrequency", "HeadZone4Temperature", "HeadZone5Temperature", "HeadZone6Temperature", "BlowerVoltage", "Dispenser1Pressure", "Dispenser2Pressure", "Dispenser3Pressure", "Dispenser4Pressure", "Dispenser5Pressure", "Dispenser6Pressure", "Dispenser7Pressure", "Dispenser8Pressure", "MidTank1Level", "MidTank2Level", "MidTank3Level", "MidTank4Level", "MidTank5Level", "MidTank6Level", "MidTank7Level", "MidTank8Level", "DrierZone1HeaterCurrent", "DrierZone2HeaterCurrent", "HeadZone1HeaterCurrent", "HeadZone2HeaterCurrent", "HeadZone3HeaterCurrent", "HeadZone4HeaterCurrent", "HeadZone56HeaterCurrent", "Mixer1HeaterCurrent", "DispensersInkLevel", "MidTanksInkLevel" }, null, null, null) })); } #endregion @@ -188,34 +170,6 @@ namespace Tango.PMR.Diagnostics { mixer1HeaterCurrent_ = other.mixer1HeaterCurrent_.Clone(); dispensersInkLevel_ = other.dispensersInkLevel_.Clone(); midTanksInkLevel_ = other.midTanksInkLevel_.Clone(); - overallTemperature_ = other.overallTemperature_.Clone(); - headZone7HeaterCurrent_ = other.headZone7HeaterCurrent_.Clone(); - headZone7Temperature_ = other.headZone7Temperature_.Clone(); - headZone8HeaterCurrent_ = other.headZone8HeaterCurrent_.Clone(); - headZone8Temperature_ = other.headZone8Temperature_.Clone(); - headZone9HeaterCurrent_ = other.headZone9HeaterCurrent_.Clone(); - headZone9Temperature_ = other.headZone9Temperature_.Clone(); - headZone10HeaterCurrent_ = other.headZone10HeaterCurrent_.Clone(); - headZone10Temperature_ = other.headZone10Temperature_.Clone(); - headZone11HeaterCurrent_ = other.headZone11HeaterCurrent_.Clone(); - headZone11Temperature_ = other.headZone11Temperature_.Clone(); - headZone12HeaterCurrent_ = other.headZone12HeaterCurrent_.Clone(); - headZone12Temperature_ = other.headZone12Temperature_.Clone(); - headBlowerVoltage1_ = other.headBlowerVoltage1_.Clone(); - headBlowerVoltage2_ = other.headBlowerVoltage2_.Clone(); - headCoverHeater1Current_ = other.headCoverHeater1Current_.Clone(); - headCoverHeater1Temperature_ = other.headCoverHeater1Temperature_.Clone(); - headCoverHeater2Current_ = other.headCoverHeater2Current_.Clone(); - headCoverHeater2Temperature_ = other.headCoverHeater2Temperature_.Clone(); - wHSBlower2Voltage_ = other.wHSBlower2Voltage_.Clone(); - gasSensor_ = other.gasSensor_.Clone(); - incomingVoltage_ = other.incomingVoltage_.Clone(); - wasteLevel_ = other.wasteLevel_.Clone(); - headBlower1AirFlow_ = other.headBlower1AirFlow_.Clone(); - headBlower2AirFlow_ = other.headBlower2AirFlow_.Clone(); - shinkoSetValue_ = other.shinkoSetValue_.Clone(); - shinkoCurrentValue_ = other.shinkoCurrentValue_.Clone(); - totalWHSFlow_ = other.totalWHSFlow_.Clone(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -1016,7 +970,7 @@ namespace Tango.PMR.Diagnostics { get { return headZone4HeaterCurrent_; } } - /// <summary>Field number for the "HeadZone56HeaterCurrent" field.</summary> + /// <summary>Field number for the "HeadZone5_6HeaterCurrent" field.</summary> public const int HeadZone56HeaterCurrentFieldNumber = 62; private static readonly pb::FieldCodec<double> _repeated_headZone56HeaterCurrent_codec = pb::FieldCodec.ForDouble(498); @@ -1068,370 +1022,6 @@ namespace Tango.PMR.Diagnostics { get { return midTanksInkLevel_; } } - /// <summary>Field number for the "OverallTemperature" field.</summary> - public const int OverallTemperatureFieldNumber = 66; - private static readonly pb::FieldCodec<double> _repeated_overallTemperature_codec - = pb::FieldCodec.ForDouble(530); - private readonly pbc::RepeatedField<double> overallTemperature_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Overall Temperature (Min = 0, Max = 100, PPF = 1) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> OverallTemperature { - get { return overallTemperature_; } - } - - /// <summary>Field number for the "HeadZone7HeaterCurrent" field.</summary> - public const int HeadZone7HeaterCurrentFieldNumber = 67; - private static readonly pb::FieldCodec<double> _repeated_headZone7HeaterCurrent_codec - = pb::FieldCodec.ForDouble(538); - private readonly pbc::RepeatedField<double> headZone7HeaterCurrent_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Head Zone 7 Heater Current (Min = 0, Max = 100, PPF = 1) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> HeadZone7HeaterCurrent { - get { return headZone7HeaterCurrent_; } - } - - /// <summary>Field number for the "HeadZone7Temperature" field.</summary> - public const int HeadZone7TemperatureFieldNumber = 68; - private static readonly pb::FieldCodec<double> _repeated_headZone7Temperature_codec - = pb::FieldCodec.ForDouble(546); - private readonly pbc::RepeatedField<double> headZone7Temperature_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Head Zone 7 (Min = 0, Max = 300, PPF = 10) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> HeadZone7Temperature { - get { return headZone7Temperature_; } - } - - /// <summary>Field number for the "HeadZone8HeaterCurrent" field.</summary> - public const int HeadZone8HeaterCurrentFieldNumber = 69; - private static readonly pb::FieldCodec<double> _repeated_headZone8HeaterCurrent_codec - = pb::FieldCodec.ForDouble(554); - private readonly pbc::RepeatedField<double> headZone8HeaterCurrent_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Head Zone 8 Heater Current (Min = 0, Max = 100, PPF = 1) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> HeadZone8HeaterCurrent { - get { return headZone8HeaterCurrent_; } - } - - /// <summary>Field number for the "HeadZone8Temperature" field.</summary> - public const int HeadZone8TemperatureFieldNumber = 70; - private static readonly pb::FieldCodec<double> _repeated_headZone8Temperature_codec - = pb::FieldCodec.ForDouble(562); - private readonly pbc::RepeatedField<double> headZone8Temperature_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Head Zone 8 (Min = 0, Max = 300, PPF = 10) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> HeadZone8Temperature { - get { return headZone8Temperature_; } - } - - /// <summary>Field number for the "HeadZone9HeaterCurrent" field.</summary> - public const int HeadZone9HeaterCurrentFieldNumber = 71; - private static readonly pb::FieldCodec<double> _repeated_headZone9HeaterCurrent_codec - = pb::FieldCodec.ForDouble(570); - private readonly pbc::RepeatedField<double> headZone9HeaterCurrent_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Head Zone 9 Heater Current (Min = 0, Max = 100, PPF = 1) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> HeadZone9HeaterCurrent { - get { return headZone9HeaterCurrent_; } - } - - /// <summary>Field number for the "HeadZone9Temperature" field.</summary> - public const int HeadZone9TemperatureFieldNumber = 72; - private static readonly pb::FieldCodec<double> _repeated_headZone9Temperature_codec - = pb::FieldCodec.ForDouble(578); - private readonly pbc::RepeatedField<double> headZone9Temperature_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Head Zone 9 (Min = 0, Max = 300, PPF = 10) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> HeadZone9Temperature { - get { return headZone9Temperature_; } - } - - /// <summary>Field number for the "HeadZone10HeaterCurrent" field.</summary> - public const int HeadZone10HeaterCurrentFieldNumber = 73; - private static readonly pb::FieldCodec<double> _repeated_headZone10HeaterCurrent_codec - = pb::FieldCodec.ForDouble(586); - private readonly pbc::RepeatedField<double> headZone10HeaterCurrent_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Head Zone 10 Heater Current (Min = 0, Max = 100, PPF = 1) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> HeadZone10HeaterCurrent { - get { return headZone10HeaterCurrent_; } - } - - /// <summary>Field number for the "HeadZone10Temperature" field.</summary> - public const int HeadZone10TemperatureFieldNumber = 74; - private static readonly pb::FieldCodec<double> _repeated_headZone10Temperature_codec - = pb::FieldCodec.ForDouble(594); - private readonly pbc::RepeatedField<double> headZone10Temperature_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Head Zone 10 (Min = 0, Max = 300, PPF = 10) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> HeadZone10Temperature { - get { return headZone10Temperature_; } - } - - /// <summary>Field number for the "HeadZone11HeaterCurrent" field.</summary> - public const int HeadZone11HeaterCurrentFieldNumber = 75; - private static readonly pb::FieldCodec<double> _repeated_headZone11HeaterCurrent_codec - = pb::FieldCodec.ForDouble(602); - private readonly pbc::RepeatedField<double> headZone11HeaterCurrent_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Head Zone 11 Heater Current (Min = 0, Max = 100, PPF = 1) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> HeadZone11HeaterCurrent { - get { return headZone11HeaterCurrent_; } - } - - /// <summary>Field number for the "HeadZone11Temperature" field.</summary> - public const int HeadZone11TemperatureFieldNumber = 76; - private static readonly pb::FieldCodec<double> _repeated_headZone11Temperature_codec - = pb::FieldCodec.ForDouble(610); - private readonly pbc::RepeatedField<double> headZone11Temperature_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Head Zone 11 (Min = 0, Max = 300, PPF = 10) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> HeadZone11Temperature { - get { return headZone11Temperature_; } - } - - /// <summary>Field number for the "HeadZone12HeaterCurrent" field.</summary> - public const int HeadZone12HeaterCurrentFieldNumber = 77; - private static readonly pb::FieldCodec<double> _repeated_headZone12HeaterCurrent_codec - = pb::FieldCodec.ForDouble(618); - private readonly pbc::RepeatedField<double> headZone12HeaterCurrent_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Head Zone 12 Heater Current (Min = 0, Max = 100, PPF = 1) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> HeadZone12HeaterCurrent { - get { return headZone12HeaterCurrent_; } - } - - /// <summary>Field number for the "HeadZone12Temperature" field.</summary> - public const int HeadZone12TemperatureFieldNumber = 78; - private static readonly pb::FieldCodec<double> _repeated_headZone12Temperature_codec - = pb::FieldCodec.ForDouble(626); - private readonly pbc::RepeatedField<double> headZone12Temperature_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Head Zone 12 (Min = 0, Max = 300, PPF = 10) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> HeadZone12Temperature { - get { return headZone12Temperature_; } - } - - /// <summary>Field number for the "HeadBlowerVoltage1" field.</summary> - public const int HeadBlowerVoltage1FieldNumber = 79; - private static readonly pb::FieldCodec<double> _repeated_headBlowerVoltage1_codec - = pb::FieldCodec.ForDouble(634); - private readonly pbc::RepeatedField<double> headBlowerVoltage1_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Head Blower Voltage 1 (Min = 0, Max = 100, PPF = 10) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> HeadBlowerVoltage1 { - get { return headBlowerVoltage1_; } - } - - /// <summary>Field number for the "HeadBlowerVoltage2" field.</summary> - public const int HeadBlowerVoltage2FieldNumber = 80; - private static readonly pb::FieldCodec<double> _repeated_headBlowerVoltage2_codec - = pb::FieldCodec.ForDouble(642); - private readonly pbc::RepeatedField<double> headBlowerVoltage2_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Head Blower Voltage 2 (Min = 0, Max = 100, PPF = 10) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> HeadBlowerVoltage2 { - get { return headBlowerVoltage2_; } - } - - /// <summary>Field number for the "HeadCoverHeater1Current" field.</summary> - public const int HeadCoverHeater1CurrentFieldNumber = 81; - private static readonly pb::FieldCodec<double> _repeated_headCoverHeater1Current_codec - = pb::FieldCodec.ForDouble(650); - private readonly pbc::RepeatedField<double> headCoverHeater1Current_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Head Cover Heater 1 Current (Min = 0, Max = 100, PPF = 1) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> HeadCoverHeater1Current { - get { return headCoverHeater1Current_; } - } - - /// <summary>Field number for the "HeadCoverHeater1Temperature" field.</summary> - public const int HeadCoverHeater1TemperatureFieldNumber = 82; - private static readonly pb::FieldCodec<double> _repeated_headCoverHeater1Temperature_codec - = pb::FieldCodec.ForDouble(658); - private readonly pbc::RepeatedField<double> headCoverHeater1Temperature_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Head Cover Heater 1 Temperature (Min = 0, Max = 300, PPF = 10) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> HeadCoverHeater1Temperature { - get { return headCoverHeater1Temperature_; } - } - - /// <summary>Field number for the "HeadCoverHeater2Current" field.</summary> - public const int HeadCoverHeater2CurrentFieldNumber = 83; - private static readonly pb::FieldCodec<double> _repeated_headCoverHeater2Current_codec - = pb::FieldCodec.ForDouble(666); - private readonly pbc::RepeatedField<double> headCoverHeater2Current_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Head Cover Heater 2 Current (Min = 0, Max = 100, PPF = 1) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> HeadCoverHeater2Current { - get { return headCoverHeater2Current_; } - } - - /// <summary>Field number for the "HeadCoverHeater2Temperature" field.</summary> - public const int HeadCoverHeater2TemperatureFieldNumber = 84; - private static readonly pb::FieldCodec<double> _repeated_headCoverHeater2Temperature_codec - = pb::FieldCodec.ForDouble(674); - private readonly pbc::RepeatedField<double> headCoverHeater2Temperature_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Head Cover Heater 2 Temperature (Min = 0, Max = 300, PPF = 10) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> HeadCoverHeater2Temperature { - get { return headCoverHeater2Temperature_; } - } - - /// <summary>Field number for the "WHSBlower2Voltage" field.</summary> - public const int WHSBlower2VoltageFieldNumber = 85; - private static readonly pb::FieldCodec<double> _repeated_wHSBlower2Voltage_codec - = pb::FieldCodec.ForDouble(682); - private readonly pbc::RepeatedField<double> wHSBlower2Voltage_ = new pbc::RepeatedField<double>(); - /// <summary> - ///WHS Blower 2 Voltage (Min = 0, Max = 100, PPF = 10) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> WHSBlower2Voltage { - get { return wHSBlower2Voltage_; } - } - - /// <summary>Field number for the "GasSensor" field.</summary> - public const int GasSensorFieldNumber = 86; - private static readonly pb::FieldCodec<double> _repeated_gasSensor_codec - = pb::FieldCodec.ForDouble(690); - private readonly pbc::RepeatedField<double> gasSensor_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Gas Sensor (VOC Sensor) (Min = 0, Max = 50, PPF = 1) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> GasSensor { - get { return gasSensor_; } - } - - /// <summary>Field number for the "IncomingVoltage" field.</summary> - public const int IncomingVoltageFieldNumber = 87; - private static readonly pb::FieldCodec<double> _repeated_incomingVoltage_codec - = pb::FieldCodec.ForDouble(698); - private readonly pbc::RepeatedField<double> incomingVoltage_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Incoming Voltage (VAC Sensor) (Min = 60, Max = 300, PPF = 1) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> IncomingVoltage { - get { return incomingVoltage_; } - } - - /// <summary>Field number for the "WasteLevel" field.</summary> - public const int WasteLevelFieldNumber = 88; - private static readonly pb::FieldCodec<double> _repeated_wasteLevel_codec - = pb::FieldCodec.ForDouble(706); - private readonly pbc::RepeatedField<double> wasteLevel_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Waste Level (Min = 0, Max = 9, PPF = 1) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> WasteLevel { - get { return wasteLevel_; } - } - - /// <summary>Field number for the "HeadBlower1AirFlow" field.</summary> - public const int HeadBlower1AirFlowFieldNumber = 89; - private static readonly pb::FieldCodec<double> _repeated_headBlower1AirFlow_codec - = pb::FieldCodec.ForDouble(714); - private readonly pbc::RepeatedField<double> headBlower1AirFlow_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Head Blower 1 Air Flow (Min = 0, Max = 100, PPF = 1) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> HeadBlower1AirFlow { - get { return headBlower1AirFlow_; } - } - - /// <summary>Field number for the "HeadBlower2AirFlow" field.</summary> - public const int HeadBlower2AirFlowFieldNumber = 90; - private static readonly pb::FieldCodec<double> _repeated_headBlower2AirFlow_codec - = pb::FieldCodec.ForDouble(722); - private readonly pbc::RepeatedField<double> headBlower2AirFlow_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Head Blower 2 Air Flow (Min = 0, Max = 100, PPF = 1) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> HeadBlower2AirFlow { - get { return headBlower2AirFlow_; } - } - - /// <summary>Field number for the "ShinkoSetValue" field.</summary> - public const int ShinkoSetValueFieldNumber = 91; - private static readonly pb::FieldCodec<double> _repeated_shinkoSetValue_codec - = pb::FieldCodec.ForDouble(730); - private readonly pbc::RepeatedField<double> shinkoSetValue_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Shinko Set Value (Min = -10, Max = 30, PPF = 1) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> ShinkoSetValue { - get { return shinkoSetValue_; } - } - - /// <summary>Field number for the "ShinkoCurrentValue" field.</summary> - public const int ShinkoCurrentValueFieldNumber = 92; - private static readonly pb::FieldCodec<double> _repeated_shinkoCurrentValue_codec - = pb::FieldCodec.ForDouble(738); - private readonly pbc::RepeatedField<double> shinkoCurrentValue_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Shinko Current Value (Min = -10, Max = 30, PPF = 1) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> ShinkoCurrentValue { - get { return shinkoCurrentValue_; } - } - - /// <summary>Field number for the "TotalWHSFlow" field.</summary> - public const int TotalWHSFlowFieldNumber = 93; - private static readonly pb::FieldCodec<double> _repeated_totalWHSFlow_codec - = pb::FieldCodec.ForDouble(746); - private readonly pbc::RepeatedField<double> totalWHSFlow_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Total WHS Flow (Min = 0, Max = 30, PPF = 1) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> TotalWHSFlow { - get { return totalWHSFlow_; } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as DiagnosticsMonitors); @@ -1510,34 +1100,6 @@ namespace Tango.PMR.Diagnostics { if(!mixer1HeaterCurrent_.Equals(other.mixer1HeaterCurrent_)) return false; if(!dispensersInkLevel_.Equals(other.dispensersInkLevel_)) return false; if(!midTanksInkLevel_.Equals(other.midTanksInkLevel_)) return false; - if(!overallTemperature_.Equals(other.overallTemperature_)) return false; - if(!headZone7HeaterCurrent_.Equals(other.headZone7HeaterCurrent_)) return false; - if(!headZone7Temperature_.Equals(other.headZone7Temperature_)) return false; - if(!headZone8HeaterCurrent_.Equals(other.headZone8HeaterCurrent_)) return false; - if(!headZone8Temperature_.Equals(other.headZone8Temperature_)) return false; - if(!headZone9HeaterCurrent_.Equals(other.headZone9HeaterCurrent_)) return false; - if(!headZone9Temperature_.Equals(other.headZone9Temperature_)) return false; - if(!headZone10HeaterCurrent_.Equals(other.headZone10HeaterCurrent_)) return false; - if(!headZone10Temperature_.Equals(other.headZone10Temperature_)) return false; - if(!headZone11HeaterCurrent_.Equals(other.headZone11HeaterCurrent_)) return false; - if(!headZone11Temperature_.Equals(other.headZone11Temperature_)) return false; - if(!headZone12HeaterCurrent_.Equals(other.headZone12HeaterCurrent_)) return false; - if(!headZone12Temperature_.Equals(other.headZone12Temperature_)) return false; - if(!headBlowerVoltage1_.Equals(other.headBlowerVoltage1_)) return false; - if(!headBlowerVoltage2_.Equals(other.headBlowerVoltage2_)) return false; - if(!headCoverHeater1Current_.Equals(other.headCoverHeater1Current_)) return false; - if(!headCoverHeater1Temperature_.Equals(other.headCoverHeater1Temperature_)) return false; - if(!headCoverHeater2Current_.Equals(other.headCoverHeater2Current_)) return false; - if(!headCoverHeater2Temperature_.Equals(other.headCoverHeater2Temperature_)) return false; - if(!wHSBlower2Voltage_.Equals(other.wHSBlower2Voltage_)) return false; - if(!gasSensor_.Equals(other.gasSensor_)) return false; - if(!incomingVoltage_.Equals(other.incomingVoltage_)) return false; - if(!wasteLevel_.Equals(other.wasteLevel_)) return false; - if(!headBlower1AirFlow_.Equals(other.headBlower1AirFlow_)) return false; - if(!headBlower2AirFlow_.Equals(other.headBlower2AirFlow_)) return false; - if(!shinkoSetValue_.Equals(other.shinkoSetValue_)) return false; - if(!shinkoCurrentValue_.Equals(other.shinkoCurrentValue_)) return false; - if(!totalWHSFlow_.Equals(other.totalWHSFlow_)) return false; return true; } @@ -1609,34 +1171,6 @@ namespace Tango.PMR.Diagnostics { hash ^= mixer1HeaterCurrent_.GetHashCode(); hash ^= dispensersInkLevel_.GetHashCode(); hash ^= midTanksInkLevel_.GetHashCode(); - hash ^= overallTemperature_.GetHashCode(); - hash ^= headZone7HeaterCurrent_.GetHashCode(); - hash ^= headZone7Temperature_.GetHashCode(); - hash ^= headZone8HeaterCurrent_.GetHashCode(); - hash ^= headZone8Temperature_.GetHashCode(); - hash ^= headZone9HeaterCurrent_.GetHashCode(); - hash ^= headZone9Temperature_.GetHashCode(); - hash ^= headZone10HeaterCurrent_.GetHashCode(); - hash ^= headZone10Temperature_.GetHashCode(); - hash ^= headZone11HeaterCurrent_.GetHashCode(); - hash ^= headZone11Temperature_.GetHashCode(); - hash ^= headZone12HeaterCurrent_.GetHashCode(); - hash ^= headZone12Temperature_.GetHashCode(); - hash ^= headBlowerVoltage1_.GetHashCode(); - hash ^= headBlowerVoltage2_.GetHashCode(); - hash ^= headCoverHeater1Current_.GetHashCode(); - hash ^= headCoverHeater1Temperature_.GetHashCode(); - hash ^= headCoverHeater2Current_.GetHashCode(); - hash ^= headCoverHeater2Temperature_.GetHashCode(); - hash ^= wHSBlower2Voltage_.GetHashCode(); - hash ^= gasSensor_.GetHashCode(); - hash ^= incomingVoltage_.GetHashCode(); - hash ^= wasteLevel_.GetHashCode(); - hash ^= headBlower1AirFlow_.GetHashCode(); - hash ^= headBlower2AirFlow_.GetHashCode(); - hash ^= shinkoSetValue_.GetHashCode(); - hash ^= shinkoCurrentValue_.GetHashCode(); - hash ^= totalWHSFlow_.GetHashCode(); return hash; } @@ -1712,34 +1246,6 @@ namespace Tango.PMR.Diagnostics { mixer1HeaterCurrent_.WriteTo(output, _repeated_mixer1HeaterCurrent_codec); dispensersInkLevel_.WriteTo(output, _repeated_dispensersInkLevel_codec); midTanksInkLevel_.WriteTo(output, _repeated_midTanksInkLevel_codec); - overallTemperature_.WriteTo(output, _repeated_overallTemperature_codec); - headZone7HeaterCurrent_.WriteTo(output, _repeated_headZone7HeaterCurrent_codec); - headZone7Temperature_.WriteTo(output, _repeated_headZone7Temperature_codec); - headZone8HeaterCurrent_.WriteTo(output, _repeated_headZone8HeaterCurrent_codec); - headZone8Temperature_.WriteTo(output, _repeated_headZone8Temperature_codec); - headZone9HeaterCurrent_.WriteTo(output, _repeated_headZone9HeaterCurrent_codec); - headZone9Temperature_.WriteTo(output, _repeated_headZone9Temperature_codec); - headZone10HeaterCurrent_.WriteTo(output, _repeated_headZone10HeaterCurrent_codec); - headZone10Temperature_.WriteTo(output, _repeated_headZone10Temperature_codec); - headZone11HeaterCurrent_.WriteTo(output, _repeated_headZone11HeaterCurrent_codec); - headZone11Temperature_.WriteTo(output, _repeated_headZone11Temperature_codec); - headZone12HeaterCurrent_.WriteTo(output, _repeated_headZone12HeaterCurrent_codec); - headZone12Temperature_.WriteTo(output, _repeated_headZone12Temperature_codec); - headBlowerVoltage1_.WriteTo(output, _repeated_headBlowerVoltage1_codec); - headBlowerVoltage2_.WriteTo(output, _repeated_headBlowerVoltage2_codec); - headCoverHeater1Current_.WriteTo(output, _repeated_headCoverHeater1Current_codec); - headCoverHeater1Temperature_.WriteTo(output, _repeated_headCoverHeater1Temperature_codec); - headCoverHeater2Current_.WriteTo(output, _repeated_headCoverHeater2Current_codec); - headCoverHeater2Temperature_.WriteTo(output, _repeated_headCoverHeater2Temperature_codec); - wHSBlower2Voltage_.WriteTo(output, _repeated_wHSBlower2Voltage_codec); - gasSensor_.WriteTo(output, _repeated_gasSensor_codec); - incomingVoltage_.WriteTo(output, _repeated_incomingVoltage_codec); - wasteLevel_.WriteTo(output, _repeated_wasteLevel_codec); - headBlower1AirFlow_.WriteTo(output, _repeated_headBlower1AirFlow_codec); - headBlower2AirFlow_.WriteTo(output, _repeated_headBlower2AirFlow_codec); - shinkoSetValue_.WriteTo(output, _repeated_shinkoSetValue_codec); - shinkoCurrentValue_.WriteTo(output, _repeated_shinkoCurrentValue_codec); - totalWHSFlow_.WriteTo(output, _repeated_totalWHSFlow_codec); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -1810,34 +1316,6 @@ namespace Tango.PMR.Diagnostics { size += mixer1HeaterCurrent_.CalculateSize(_repeated_mixer1HeaterCurrent_codec); size += dispensersInkLevel_.CalculateSize(_repeated_dispensersInkLevel_codec); size += midTanksInkLevel_.CalculateSize(_repeated_midTanksInkLevel_codec); - size += overallTemperature_.CalculateSize(_repeated_overallTemperature_codec); - size += headZone7HeaterCurrent_.CalculateSize(_repeated_headZone7HeaterCurrent_codec); - size += headZone7Temperature_.CalculateSize(_repeated_headZone7Temperature_codec); - size += headZone8HeaterCurrent_.CalculateSize(_repeated_headZone8HeaterCurrent_codec); - size += headZone8Temperature_.CalculateSize(_repeated_headZone8Temperature_codec); - size += headZone9HeaterCurrent_.CalculateSize(_repeated_headZone9HeaterCurrent_codec); - size += headZone9Temperature_.CalculateSize(_repeated_headZone9Temperature_codec); - size += headZone10HeaterCurrent_.CalculateSize(_repeated_headZone10HeaterCurrent_codec); - size += headZone10Temperature_.CalculateSize(_repeated_headZone10Temperature_codec); - size += headZone11HeaterCurrent_.CalculateSize(_repeated_headZone11HeaterCurrent_codec); - size += headZone11Temperature_.CalculateSize(_repeated_headZone11Temperature_codec); - size += headZone12HeaterCurrent_.CalculateSize(_repeated_headZone12HeaterCurrent_codec); - size += headZone12Temperature_.CalculateSize(_repeated_headZone12Temperature_codec); - size += headBlowerVoltage1_.CalculateSize(_repeated_headBlowerVoltage1_codec); - size += headBlowerVoltage2_.CalculateSize(_repeated_headBlowerVoltage2_codec); - size += headCoverHeater1Current_.CalculateSize(_repeated_headCoverHeater1Current_codec); - size += headCoverHeater1Temperature_.CalculateSize(_repeated_headCoverHeater1Temperature_codec); - size += headCoverHeater2Current_.CalculateSize(_repeated_headCoverHeater2Current_codec); - size += headCoverHeater2Temperature_.CalculateSize(_repeated_headCoverHeater2Temperature_codec); - size += wHSBlower2Voltage_.CalculateSize(_repeated_wHSBlower2Voltage_codec); - size += gasSensor_.CalculateSize(_repeated_gasSensor_codec); - size += incomingVoltage_.CalculateSize(_repeated_incomingVoltage_codec); - size += wasteLevel_.CalculateSize(_repeated_wasteLevel_codec); - size += headBlower1AirFlow_.CalculateSize(_repeated_headBlower1AirFlow_codec); - size += headBlower2AirFlow_.CalculateSize(_repeated_headBlower2AirFlow_codec); - size += shinkoSetValue_.CalculateSize(_repeated_shinkoSetValue_codec); - size += shinkoCurrentValue_.CalculateSize(_repeated_shinkoCurrentValue_codec); - size += totalWHSFlow_.CalculateSize(_repeated_totalWHSFlow_codec); return size; } @@ -1911,34 +1389,6 @@ namespace Tango.PMR.Diagnostics { mixer1HeaterCurrent_.Add(other.mixer1HeaterCurrent_); dispensersInkLevel_.Add(other.dispensersInkLevel_); midTanksInkLevel_.Add(other.midTanksInkLevel_); - overallTemperature_.Add(other.overallTemperature_); - headZone7HeaterCurrent_.Add(other.headZone7HeaterCurrent_); - headZone7Temperature_.Add(other.headZone7Temperature_); - headZone8HeaterCurrent_.Add(other.headZone8HeaterCurrent_); - headZone8Temperature_.Add(other.headZone8Temperature_); - headZone9HeaterCurrent_.Add(other.headZone9HeaterCurrent_); - headZone9Temperature_.Add(other.headZone9Temperature_); - headZone10HeaterCurrent_.Add(other.headZone10HeaterCurrent_); - headZone10Temperature_.Add(other.headZone10Temperature_); - headZone11HeaterCurrent_.Add(other.headZone11HeaterCurrent_); - headZone11Temperature_.Add(other.headZone11Temperature_); - headZone12HeaterCurrent_.Add(other.headZone12HeaterCurrent_); - headZone12Temperature_.Add(other.headZone12Temperature_); - headBlowerVoltage1_.Add(other.headBlowerVoltage1_); - headBlowerVoltage2_.Add(other.headBlowerVoltage2_); - headCoverHeater1Current_.Add(other.headCoverHeater1Current_); - headCoverHeater1Temperature_.Add(other.headCoverHeater1Temperature_); - headCoverHeater2Current_.Add(other.headCoverHeater2Current_); - headCoverHeater2Temperature_.Add(other.headCoverHeater2Temperature_); - wHSBlower2Voltage_.Add(other.wHSBlower2Voltage_); - gasSensor_.Add(other.gasSensor_); - incomingVoltage_.Add(other.incomingVoltage_); - wasteLevel_.Add(other.wasteLevel_); - headBlower1AirFlow_.Add(other.headBlower1AirFlow_); - headBlower2AirFlow_.Add(other.headBlower2AirFlow_); - shinkoSetValue_.Add(other.shinkoSetValue_); - shinkoCurrentValue_.Add(other.shinkoCurrentValue_); - totalWHSFlow_.Add(other.totalWHSFlow_); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -2268,146 +1718,6 @@ namespace Tango.PMR.Diagnostics { midTanksInkLevel_.AddEntriesFrom(input, _repeated_midTanksInkLevel_codec); break; } - case 530: - case 529: { - overallTemperature_.AddEntriesFrom(input, _repeated_overallTemperature_codec); - break; - } - case 538: - case 537: { - headZone7HeaterCurrent_.AddEntriesFrom(input, _repeated_headZone7HeaterCurrent_codec); - break; - } - case 546: - case 545: { - headZone7Temperature_.AddEntriesFrom(input, _repeated_headZone7Temperature_codec); - break; - } - case 554: - case 553: { - headZone8HeaterCurrent_.AddEntriesFrom(input, _repeated_headZone8HeaterCurrent_codec); - break; - } - case 562: - case 561: { - headZone8Temperature_.AddEntriesFrom(input, _repeated_headZone8Temperature_codec); - break; - } - case 570: - case 569: { - headZone9HeaterCurrent_.AddEntriesFrom(input, _repeated_headZone9HeaterCurrent_codec); - break; - } - case 578: - case 577: { - headZone9Temperature_.AddEntriesFrom(input, _repeated_headZone9Temperature_codec); - break; - } - case 586: - case 585: { - headZone10HeaterCurrent_.AddEntriesFrom(input, _repeated_headZone10HeaterCurrent_codec); - break; - } - case 594: - case 593: { - headZone10Temperature_.AddEntriesFrom(input, _repeated_headZone10Temperature_codec); - break; - } - case 602: - case 601: { - headZone11HeaterCurrent_.AddEntriesFrom(input, _repeated_headZone11HeaterCurrent_codec); - break; - } - case 610: - case 609: { - headZone11Temperature_.AddEntriesFrom(input, _repeated_headZone11Temperature_codec); - break; - } - case 618: - case 617: { - headZone12HeaterCurrent_.AddEntriesFrom(input, _repeated_headZone12HeaterCurrent_codec); - break; - } - case 626: - case 625: { - headZone12Temperature_.AddEntriesFrom(input, _repeated_headZone12Temperature_codec); - break; - } - case 634: - case 633: { - headBlowerVoltage1_.AddEntriesFrom(input, _repeated_headBlowerVoltage1_codec); - break; - } - case 642: - case 641: { - headBlowerVoltage2_.AddEntriesFrom(input, _repeated_headBlowerVoltage2_codec); - break; - } - case 650: - case 649: { - headCoverHeater1Current_.AddEntriesFrom(input, _repeated_headCoverHeater1Current_codec); - break; - } - case 658: - case 657: { - headCoverHeater1Temperature_.AddEntriesFrom(input, _repeated_headCoverHeater1Temperature_codec); - break; - } - case 666: - case 665: { - headCoverHeater2Current_.AddEntriesFrom(input, _repeated_headCoverHeater2Current_codec); - break; - } - case 674: - case 673: { - headCoverHeater2Temperature_.AddEntriesFrom(input, _repeated_headCoverHeater2Temperature_codec); - break; - } - case 682: - case 681: { - wHSBlower2Voltage_.AddEntriesFrom(input, _repeated_wHSBlower2Voltage_codec); - break; - } - case 690: - case 689: { - gasSensor_.AddEntriesFrom(input, _repeated_gasSensor_codec); - break; - } - case 698: - case 697: { - incomingVoltage_.AddEntriesFrom(input, _repeated_incomingVoltage_codec); - break; - } - case 706: - case 705: { - wasteLevel_.AddEntriesFrom(input, _repeated_wasteLevel_codec); - break; - } - case 714: - case 713: { - headBlower1AirFlow_.AddEntriesFrom(input, _repeated_headBlower1AirFlow_codec); - break; - } - case 722: - case 721: { - headBlower2AirFlow_.AddEntriesFrom(input, _repeated_headBlower2AirFlow_codec); - break; - } - case 730: - case 729: { - shinkoSetValue_.AddEntriesFrom(input, _repeated_shinkoSetValue_codec); - break; - } - case 738: - case 737: { - shinkoCurrentValue_.AddEntriesFrom(input, _repeated_shinkoCurrentValue_codec); - break; - } - case 746: - case 745: { - totalWHSFlow_.AddEntriesFrom(input, _repeated_totalWHSFlow_codec); - break; - } } } } diff --git a/Software/Visual_Studio/Tango.PMR/Diagnostics/EventType.cs b/Software/Visual_Studio/Tango.PMR/Diagnostics/EventType.cs index 800780c32..25e936fe0 100644 --- a/Software/Visual_Studio/Tango.PMR/Diagnostics/EventType.cs +++ b/Software/Visual_Studio/Tango.PMR/Diagnostics/EventType.cs @@ -22,7 +22,7 @@ namespace Tango.PMR.Diagnostics { static EventTypeReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "Cg9FdmVudFR5cGUucHJvdG8SFVRhbmdvLlBNUi5EaWFnbm9zdGljcyreaAoJ", + "Cg9FdmVudFR5cGUucHJvdG8SFVRhbmdvLlBNUi5EaWFnbm9zdGljcyr0SwoJ", "RXZlbnRUeXBlEggKBE5vbmUQABIRCgxSRVFVRVNUX1NFTlQQ6AcSFgoRUkVT", "UE9OU0VfUkVDRUlWRUQQ6QcSEwoOUkVRVUVTVF9GQUlMRUQQ6gcSGgoVQVBQ", "TElDQVRJT05fRVhDRVBUSU9OEOsHEhwKF0FQUExJQ0FUSU9OX0lORk9STUFU", @@ -34,293 +34,211 @@ namespace Tango.PMR.Diagnostics { "DxIiCh1FTUVSR0VOQ1lfUFVTSF9CVVRUT05fUFJFU1NFRBDRDxIXChJGUk9O", "VF9DT1ZFUl8xX09QRU4Q0g8SFwoSRlJPTlRfQ09WRVJfMl9PUEVOENMPEhcK", "EkZST05UX0NPVkVSXzNfT1BFThDUDxIXChJGUk9OVF9DT1ZFUl80X09QRU4Q", - "1Q8SGgoVQ0FSVFJJREdFU19DT1ZFUl9PUEVOENYPEhQKD0FSQ0hfQ09WRVJf", + "1Q8SGgoVQ0FSVFJJREdFU19DT1ZFUl9PUEVOENYPEhQKD1JFQVJfQ09WRVJf", "T1BFThDXDxIlCiBNQUNISU5FX0lOVEVSTkFMX09WRVJURU1QRVJBVFVSRRDY", "DxIdChhNQUNISU5FX0ZBTlNfUlBNX1RPT19MT1cQ2Q8SGQoUTUFDSElORV9G", "QU5TX1NUT1BQRUQQ2g8SKAojRUxFQ1RSSUNBTF9DQUJJTkVUX0ZBTlNfUlBN", "X1RPT19MT1cQ2w8SJAofRUxFQ1RSSUNBTF9DQUJJTkVUX0ZBTlNfU1RPUFBF", "RBDcDxIeChlNQUNISU5FX1NUQVRFX05PX0NGR19GSUxFEN0PEiMKHk1BQ0hJ", "TkVfU1RBVEVfSFdfQ09ORklHX0ZBSUxFRBDeDxIoCiNNQUNISU5FX1NUQVRF", - "X0lOSVRJQUxfQkxPV0VSX0ZBSUxFRBDfDxIQCgtVTlNQRUNJRklFRBDgDxIn", - "CiJNQUNISU5FX0lOVEVSTkFMX09WRVJURU1QRVJBVFVSRV8yEOEPEicKIkVM", - "RUNUUklDQUxfQ0FCSU5FVF9PVkVSVEVNUEVSQVRVUkUQ4g8SHAoXRlBHQV9X", - "QVRDSERPR19BQ1RJVkFURUQQ4w8SFQoQVU5JTlRFTkRFRF9SRVNFVBDkDxIi", - "Ch1URU1QRVJBVFVSRV9NRUFTVVJFTUVOVF9FUlJPUhDlDxIlCiBSRklEX1JF", - "QURFUl9NQUxGVU5DVElPTl9JTktfU0xPVBDmDxIpCiRSRklEX1JFQURFUl9N", - "QUxGVU5DVElPTl9XQVNURV9TTE9UXzEQ5w8SKQokUkZJRF9SRUFERVJfTUFM", - "RlVOQ1RJT05fV0FTVEVfU0xPVF8yEOgPEhEKDFRIUkVBRF9CUkVBSxC4FxIx", - "CixUSFJFQURfVEVOU0lPTl9DT05UUk9MX0ZBSUxVUkVfRkVFREVSX0RBTkNF", - "UhC5FxIfChpXSU5ERVJfQ09ORV9ET0VTX05PVF9FWElTVBC6FxIdChhGRUVE", - "RVJfTU9UT1JfT1ZFUkNVUlJFTlQQuxcSIwoeUklHSFRfTE9BREVSX01PVE9S", - "X09WRVJDVVJSRU5UELwXEh0KGFBVTExFUl9NT1RPUl9PVkVSQ1VSUkVOVBC9", - "FxIiCh1MRUZUX0xPQURFUl9NT1RPUl9PVkVSQ1VSUkVOVBC+FxIdChhXSU5E", - "RVJfTU9UT1JfT1ZFUkNVUlJFTlQQvxcSHAoXU0NSRVdfTU9UT1JfT1ZFUkNV", - "UlJFTlQQwBcSIgodTE9BRElOR19BUk1fTU9UT1JfT1ZFUkNVUlJFTlQQwRcS", - "IQocRkVFREVSX01PVE9SX09WRVJURU1QRVJBVFVSRRDCFxInCiJSSUdIVF9M", - "T0FERVJfTU9UT1JfT1ZFUlRFTVBFUkFUVVJFEMMXEiEKHFBVTExFUl9NT1RP", - "Ul9PVkVSVEVNUEVSQVRVUkUQxBcSJgohTEVGVF9MT0FERVJfTU9UT1JfT1ZF", - "UlRFTVBFUkFUVVJFEMUXEiEKHFdJTkRFUl9NT1RPUl9PVkVSVEVNUEVSQVRV", - "UkUQxhcSIAobU0NSRVdfTU9UT1JfT1ZFUlRFTVBFUkFUVVJFEMcXEiYKIUxP", - "QURJTkdfQVJNX01PVE9SX09WRVJURU1QRVJBVFVSRRDIFxIXChJGRUVERVJf", - "TU9UT1JfU1RBTEwQyRcSHQoYUklHSFRfTE9BREVSX01PVE9SX1NUQUxMEMoX", - "EhcKElBVTExFUl9NT1RPUl9TVEFMTBDLFxIcChdMRUZUX0xPQURFUl9NT1RP", - "Ul9TVEFMTBDMFxIXChJXSU5ERVJfTU9UT1JfU1RBTEwQzRcSFgoRU0NSRVdf", - "TU9UT1JfU1RBTEwQzhcSHAoXTE9BRElOR19BUk1fTU9UT1JfU1RBTEwQzxcS", - "HgoZRkVFREVSX01PVE9SX1VOREVSVk9MVEFHRRDQFxIkCh9SSUdIVF9MT0FE", - "RVJfTU9UT1JfVU5ERVJWT0xUQUdFENEXEh4KGVBVTExFUl9NT1RPUl9VTkRF", - "UlZPTFRBR0UQ0hcSIwoeTEVGVF9MT0FERVJfTU9UT1JfVU5ERVJWT0xUQUdF", - "ENMXEh4KGVdJTkRFUl9NT1RPUl9VTkRFUlZPTFRBR0UQ1BcSHQoYU0NSRVdf", - "TU9UT1JfVU5ERVJWT0xUQUdFENUXEiMKHkxPQURJTkdfQVJNX01PVE9SX1VO", - "REVSVk9MVEFHRRDWFxIUCg9MVEZVX1VQX1RJTUVPVVQQ1xcSFgoRTFRGVV9E", - "T1dOX1RJTUVPVVQQ2BcSFAoPUlRGVV9VUF9USU1FT1VUENkXEhYKEVJURlVf", - "RE9XTl9USU1FT1VUENoXEh4KGVNDUkVXX01PVE9SX0xJTUlUX1RJTUVPVVQQ", - "2xcSJAofV0lOREVSX0RBTkNFUl9NT1RPUl9PVkVSQ1VSUkVOVBDcFxIkCh9Q", - "VUxMRVJfREFOQ0VSX01PVE9SX09WRVJDVVJSRU5UEN0XEiQKH0ZFRURFUl9E", - "QU5DRVJfTU9UT1JfT1ZFUkNVUlJFTlQQ3hcSKAojV0lOREVSX0RBTkNFUl9N", - "T1RPUl9PVkVSVEVNUEVSQVRVUkUQ3xcSKAojUFVMTEVSX0RBTkNFUl9NT1RP", - "Ul9PVkVSVEVNUEVSQVRVUkUQ4BcSKAojRkVFREVSX0RBTkNFUl9NT1RPUl9P", - "VkVSVEVNUEVSQVRVUkUQ4RcSHgoZV0lOREVSX0RBTkNFUl9NT1RPUl9TVEFM", - "TBDiFxIeChlQVUxMRVJfREFOQ0VSX01PVE9SX1NUQUxMEOMXEh4KGUZFRURF", - "Ul9EQU5DRVJfTU9UT1JfU1RBTEwQ5BcSJQogV0lOREVSX0RBTkNFUl9NT1RP", - "Ul9VTkRFUlZPTFRBR0UQ5RcSJQogUFVMTEVSX0RBTkNFUl9NT1RPUl9VTkRF", - "UlZPTFRBR0UQ5hcSJQogRkVFREVSX0RBTkNFUl9NT1RPUl9VTkRFUlZPTFRB", - "R0UQ5xcSMQosVEhSRUFEX1RFTlNJT05fQ09OVFJPTF9GQUlMVVJFX1BVTExF", - "Ul9EQU5DRVIQ6BcSMQosVEhSRUFEX1RFTlNJT05fQ09OVFJPTF9GQUlMVVJF", - "X1dJTkRFUl9EQU5DRVIQ6RcSJQogTUFDSElORV9TVEFURV9OT19USFJFQURf", - "REVURUNURUQQ6hcSGQoUVEhSRUFEX0xPQURJTkdfRVJST1IQ6xcSHAoXRFJZ", - "RVJfTU9UT1JfT1ZFUkNVUlJFTlQQoB8SIAobRFJZRVJfTU9UT1JfT1ZFUlRF", - "TVBFUkFUVVJFEKEfEhYKEURSWUVSX01PVE9SX1NUQUxMEKIfEh0KGERSWUVS", - "X01PVE9SX1VOREVSVk9MVEFHRRCjHxIUCg9EUllFUl9ET09SX09QRU4QpB8S", - "IQocRFJZRVJfWk9ORV8xX09WRVJURU1QRVJBVFVSRRClHxIhChxEUllFUl9a", - "T05FXzJfT1ZFUlRFTVBFUkFUVVJFEKYfEiQKH0RSWUVSX1pPTkVfMV9VTkRF", - "UlRFTVBFUkFUVVJFX0EQpx8SJAofRFJZRVJfWk9ORV8xX1VOREVSVEVNUEVS", - "QVRVUkVfQhCoHxIkCh9EUllFUl9aT05FXzJfVU5ERVJURU1QRVJBVFVSRV9C", - "EKkfEhkKFERSWUVSX1RIRVJNQUxfQ1VUT0ZGEKofEi4KKURSWUVSX0hFQVRF", - "UlNfWk9ORV8xX0NVUlJFTlRfT1VUX09GX1JBTkdFEKsfEi4KKURSWUVSX0hF", - "QVRFUlNfWk9ORV8yX0NVUlJFTlRfT1VUX09GX1JBTkdFEKwfEiwKJ0RSWUVS", - "X0hFQVRFUlNfWk9ORV8xX0NVUlJFTlRfTE9PUF9CUkVBSxCtHxIsCidEUllF", - "Ul9IRUFURVJTX1pPTkVfMl9DVVJSRU5UX0xPT1BfQlJFQUsQrh8SGgoVRFJZ", - "RVJfRkFOX1JQTV9UT09fTE9XEK8fEhYKEURSWUVSX0ZBTl9TVE9QUEVEELAf", - "EiAKG0RSWUVSX0xJRF9NT1RPUl9PVkVSQ1VSUkVOVBCxHxIkCh9EUllFUl9M", - "SURfTU9UT1JfT1ZFUlRFTVBFUkFUVVJFELIfEhoKFURSWUVSX0xJRF9NT1RP", - "Ul9TVEFMTBCzHxIhChxEUllFUl9MSURfTU9UT1JfVU5ERVJWT0xUQUdFELQf", - "EiQKH0RSWUVSX1pPTkVfMl9VTkRFUlRFTVBFUkFUVVJFX0EQtR8SJwoiRFlF", - "SU5HX0hFQURfWk9ORV8xX09WRVJURU1QRVJBVFVSRRCIJxInCiJEWUVJTkdf", - "SEVBRF9aT05FXzJfT1ZFUlRFTVBFUkFUVVJFEIknEicKIkRZRUlOR19IRUFE", - "X1pPTkVfM19PVkVSVEVNUEVSQVRVUkUQiicSJwoiRFlFSU5HX0hFQURfWk9O", - "RV80X09WRVJURU1QRVJBVFVSRRCLJxInCiJEWUVJTkdfSEVBRF9aT05FXzVf", - "T1ZFUlRFTVBFUkFUVVJFEIwnEicKIkRZRUlOR19IRUFEX1pPTkVfNl9PVkVS", - "VEVNUEVSQVRVUkUQjScSKgolRFlFSU5HX0hFQURfWk9ORV8xX1VOREVSVEVN", - "UEVSQVRVUkVfQRCOJxIqCiVEWUVJTkdfSEVBRF9aT05FXzJfVU5ERVJURU1Q", - "RVJBVFVSRV9BEI8nEioKJURZRUlOR19IRUFEX1pPTkVfM19VTkRFUlRFTVBF", - "UkFUVVJFX0EQkCcSKgolRFlFSU5HX0hFQURfWk9ORV80X1VOREVSVEVNUEVS", - "QVRVUkVfQRCRJxIqCiVEWUVJTkdfSEVBRF9aT05FXzVfVU5ERVJURU1QRVJB", - "VFVSRV9BEJInEioKJURZRUlOR19IRUFEX1pPTkVfNl9VTkRFUlRFTVBFUkFU", - "VVJFX0EQkycSKgolRFlFSU5HX0hFQURfWk9ORV8xX1VOREVSVEVNUEVSQVRV", - "UkVfQhCUJxIqCiVEWUVJTkdfSEVBRF9aT05FXzJfVU5ERVJURU1QRVJBVFVS", - "RV9CEJUnEioKJURZRUlOR19IRUFEX1pPTkVfM19VTkRFUlRFTVBFUkFUVVJF", - "X0IQlicSKgolRFlFSU5HX0hFQURfWk9ORV80X1VOREVSVEVNUEVSQVRVUkVf", - "QhCXJxIqCiVEWUVJTkdfSEVBRF9aT05FXzVfVU5ERVJURU1QRVJBVFVSRV9C", - "EJgnEioKJURZRUlOR19IRUFEX1pPTkVfNl9VTkRFUlRFTVBFUkFUVVJFX0IQ", - "mScSLAonRFlFSU5HX0hFQURfWk9ORV8xX0NVUlJFTlRfT1VUX09GX1JBTkdF", - "EJonEiwKJ0RZRUlOR19IRUFEX1pPTkVfMl9DVVJSRU5UX09VVF9PRl9SQU5H", - "RRCbJxIsCidEWUVJTkdfSEVBRF9aT05FXzNfQ1VSUkVOVF9PVVRfT0ZfUkFO", - "R0UQnCcSLAonRFlFSU5HX0hFQURfWk9ORV80X0NVUlJFTlRfT1VUX09GX1JB", - "TkdFEJ0nEiwKJ0RZRUlOR19IRUFEX1pPTkVfNV9DVVJSRU5UX09VVF9PRl9S", - "QU5HRRCeJxIqCiVEWUVJTkdfSEVBRF9aT05FXzFfQ1VSUkVOVF9MT09QX0JS", - "RUFLEJ8nEioKJURZRUlOR19IRUFEX1pPTkVfMl9DVVJSRU5UX0xPT1BfQlJF", - "QUsQoCcSKgolRFlFSU5HX0hFQURfWk9ORV8zX0NVUlJFTlRfTE9PUF9CUkVB", - "SxChJxIqCiVEWUVJTkdfSEVBRF9aT05FXzRfQ1VSUkVOVF9MT09QX0JSRUFL", - "EKInEioKJURZRUlOR19IRUFEX1pPTkVfNV9DVVJSRU5UX0xPT1BfQlJFQUsQ", - "oycSHwoaRFlFSU5HX0hFQURfVEhFUk1BTF9DVVRPRkYQpCcSIwoeRFlFSU5H", - "X0hFQURfQ09WRVJfT1BFTl9USU1FT1VUEKUnEiQKH0RZRUlOR19IRUFEX0NP", - "VkVSX0NMT1NFX1RJTUVPVVQQpicSKAojRFlFSU5HX0hFQURfQ09WRVJfTU9U", - "T1JfT1ZFUkNVUlJFTlQQpycSLAonRFlFSU5HX0hFQURfQ09WRVJfTU9UT1Jf", - "T1ZFUlRFTVBFUkFUVVJFEKgnEiIKHURZRUlOR19IRUFEX0NPVkVSX01PVE9S", - "X1NUQUxMEKknEikKJERZRUlOR19IRUFEX0NPVkVSX01PVE9SX1VOREVSVk9M", - "VEFHRRCqJxI1CjBEWUVJTkdfSEVBRF9DTEVBTklOR19NRUNIQU5JU01fTU9U", - "T1JfT1ZFUkNVUlJFTlQQqycSOQo0RFlFSU5HX0hFQURfQ0xFQU5JTkdfTUVD", - "SEFOSVNNX01PVE9SX09WRVJURU1QRVJBVFVSRRCsJxIvCipEWUVJTkdfSEVB", - "RF9DTEVBTklOR19NRUNIQU5JU01fTU9UT1JfU1RBTEwQrScSNgoxRFlFSU5H", - "X0hFQURfQ0xFQU5JTkdfTUVDSEFOSVNNX01PVE9SX1VOREVSVk9MVEFHRRCu", - "JxIwCitEWUVJTkdfSEVBRF9DTEVBTklOR19IRUFEX01PVE9SX09WRVJDVVJS", - "RU5UEK8nEjQKL0RZRUlOR19IRUFEX0NMRUFOSU5HX0hFQURfTU9UT1JfT1ZF", - "UlRFTVBFUkFUVVJFELAnEioKJURZRUlOR19IRUFEX0NMRUFOSU5HX0hFQURf", - "TU9UT1JfU1RBTEwQsScSMQosRFlFSU5HX0hFQURfQ0xFQU5JTkdfSEVBRF9N", - "T1RPUl9VTkRFUlZPTFRBR0UQsicSJwoiRFlFSU5HX0hFQURfWk9ORV83X09W", - "RVJURU1QRVJBVFVSRRCzJxInCiJEWUVJTkdfSEVBRF9aT05FXzhfT1ZFUlRF", - "TVBFUkFUVVJFELQnEicKIkRZRUlOR19IRUFEX1pPTkVfOV9PVkVSVEVNUEVS", - "QVRVUkUQtScSKAojRFlFSU5HX0hFQURfWk9ORV8xMF9PVkVSVEVNUEVSQVRV", - "UkUQticSKAojRFlFSU5HX0hFQURfWk9ORV8xMV9PVkVSVEVNUEVSQVRVUkUQ", - "tycSKAojRFlFSU5HX0hFQURfWk9ORV8xMl9PVkVSVEVNUEVSQVRVUkUQuCcS", - "KgolRFlFSU5HX0hFQURfWk9ORV83X1VOREVSVEVNUEVSQVRVUkVfQRC5JxIq", - "CiVEWUVJTkdfSEVBRF9aT05FXzhfVU5ERVJURU1QRVJBVFVSRV9BELonEioK", - "JURZRUlOR19IRUFEX1pPTkVfOV9VTkRFUlRFTVBFUkFUVVJFX0EQuycSKwom", - "RFlFSU5HX0hFQURfWk9ORV8xMF9VTkRFUlRFTVBFUkFUVVJFX0EQvCcSKwom", - "RFlFSU5HX0hFQURfWk9ORV8xMV9VTkRFUlRFTVBFUkFUVVJFX0EQvScSKwom", - "RFlFSU5HX0hFQURfWk9ORV8xMl9VTkRFUlRFTVBFUkFUVVJFX0EQvicSKgol", - "RFlFSU5HX0hFQURfWk9ORV83X1VOREVSVEVNUEVSQVRVUkVfQhC/JxIqCiVE", - "WUVJTkdfSEVBRF9aT05FXzhfVU5ERVJURU1QRVJBVFVSRV9CEMAnEioKJURZ", - "RUlOR19IRUFEX1pPTkVfOV9VTkRFUlRFTVBFUkFUVVJFX0IQwScSKwomRFlF", - "SU5HX0hFQURfWk9ORV8xMF9VTkRFUlRFTVBFUkFUVVJFX0IQwicSKwomRFlF", - "SU5HX0hFQURfWk9ORV8xMV9VTkRFUlRFTVBFUkFUVVJFX0IQwycSKwomRFlF", - "SU5HX0hFQURfWk9ORV8xMl9VTkRFUlRFTVBFUkFUVVJFX0IQxCcSLAonRFlF", - "SU5HX0hFQURfWk9ORV82X0NVUlJFTlRfT1VUX09GX1JBTkdFEMUnEiwKJ0RZ", - "RUlOR19IRUFEX1pPTkVfN19DVVJSRU5UX09VVF9PRl9SQU5HRRDGJxIsCidE", - "WUVJTkdfSEVBRF9aT05FXzhfQ1VSUkVOVF9PVVRfT0ZfUkFOR0UQxycSLAon", - "RFlFSU5HX0hFQURfWk9ORV85X0NVUlJFTlRfT1VUX09GX1JBTkdFEMgnEi0K", - "KERZRUlOR19IRUFEX1pPTkVfMTBfQ1VSUkVOVF9PVVRfT0ZfUkFOR0UQyScS", - "LQooRFlFSU5HX0hFQURfWk9ORV8xMV9DVVJSRU5UX09VVF9PRl9SQU5HRRDK", - "JxItCihEWUVJTkdfSEVBRF9aT05FXzEyX0NVUlJFTlRfT1VUX09GX1JBTkdF", - "EMsnEioKJURZRUlOR19IRUFEX1pPTkVfNl9DVVJSRU5UX0xPT1BfQlJFQUsQ", - "zCcSKgolRFlFSU5HX0hFQURfWk9ORV83X0NVUlJFTlRfTE9PUF9CUkVBSxDN", - "JxIqCiVEWUVJTkdfSEVBRF9aT05FXzhfQ1VSUkVOVF9MT09QX0JSRUFLEM4n", - "EioKJURZRUlOR19IRUFEX1pPTkVfOV9DVVJSRU5UX0xPT1BfQlJFQUsQzycS", - "KwomRFlFSU5HX0hFQURfWk9ORV8xMF9DVVJSRU5UX0xPT1BfQlJFQUsQ0CcS", - "KwomRFlFSU5HX0hFQURfWk9ORV8xMV9DVVJSRU5UX0xPT1BfQlJFQUsQ0ScS", - "KwomRFlFSU5HX0hFQURfWk9ORV8xMl9DVVJSRU5UX0xPT1BfQlJFQUsQ0icS", - "KQokRFlFSU5HX0hFQURfQkxPV0VSXzFfT1ZFUlRFTVBFUkFUVVJFENMnEikK", - "JERZRUlOR19IRUFEX0JMT1dFUl8yX09WRVJURU1QRVJBVFVSRRDUJxIsCidE", - "WUVJTkdfSEVBRF9CTE9XRVJfMV9VTkRFUlRFTVBFUkFUVVJFX0EQ1ScSLAon", - "RFlFSU5HX0hFQURfQkxPV0VSXzJfVU5ERVJURU1QRVJBVFVSRV9BENYnEiwK", - "J0RZRUlOR19IRUFEX0JMT1dFUl8xX1VOREVSVEVNUEVSQVRVUkVfQhDXJxIs", - "CidEWUVJTkdfSEVBRF9CTE9XRVJfMl9VTkRFUlRFTVBFUkFUVVJFX0IQ2CcS", - "LgopRFlFSU5HX0hFQURfQkxPV0VSXzFfQ1VSUkVOVF9PVVRfT0ZfUkFOR0UQ", - "2ScSLgopRFlFSU5HX0hFQURfQkxPV0VSXzJfQ1VSUkVOVF9PVVRfT0ZfUkFO", - "R0UQ2icSLAonRFlFSU5HX0hFQURfQkxPV0VSXzFfQ1VSUkVOVF9MT09QX0JS", - "RUFLENsnEiwKJ0RZRUlOR19IRUFEX0JMT1dFUl8yX0NVUlJFTlRfTE9PUF9C", - "UkVBSxDcJxIlCiBEWUVJTkdfSEVBRF9CTE9XRVJfMV9GQU5fU1RPUFBFRBDd", - "JxIlCiBEWUVJTkdfSEVBRF9CTE9XRVJfMl9GQU5fU1RPUFBFRBDeJxIpCiRE", - "WUVJTkdfSEVBRF9CTE9XRVJfMV9GQU5fUlBNX1RPT19MT1cQ3ycSKQokRFlF", - "SU5HX0hFQURfQkxPV0VSXzJfRkFOX1JQTV9UT09fTE9XEOAnEioKJURZRUlO", - "R19IRUFEX1JJR0hUX0FDVFVBVE9SX1VQX1RJTUVPVVQQ4ScSKQokRFlFSU5H", - "X0hFQURfTEVGVF9BQ1RVQVRPUl9VUF9USU1FT1VUEOInEiwKJ0RZRUlOR19I", - "RUFEX1JJR0hUX0FDVFVBVE9SX0RPV05fVElNRU9VVBDjJxIrCiZEWUVJTkdf", - "SEVBRF9MRUZUX0FDVFVBVE9SX0RPV05fVElNRU9VVBDkJxInCiJEWUVJTkdf", - "SEVBRF9CTE9XRVJfMV9GTE9XX1RPT19ISUdIEOUnEicKIkRZRUlOR19IRUFE", - "X0JMT1dFUl8yX0ZMT1dfVE9PX0hJR0gQ5icSJgohRFlFSU5HX0hFQURfQkxP", - "V0VSXzFfRkxPV19UT09fTE9XEOcnEiYKIURZRUlOR19IRUFEX0JMT1dFUl8y", - "X0ZMT1dfVE9PX0xPVxDoJxIgChtEWUVJTkdfSEVBRF9BUkNfTElEX0lTX09Q", - "RU4Q6ScSIwoeRFlFSU5HX0hFQURfVFVOTkVMX0xJRF9JU19PUEVOEOonEh4K", - "GURZRUlOR19IRUFEX0NPVkVSX0lTX09QRU4Q6ycSGgoVTUlYRVJfT1ZFUlRF", - "TVBFUkFUVVJFEPAuEh0KGE1JWEVSX1VOREVSVEVNUEVSQVRVUkVfQRDxLhId", - "ChhNSVhFUl9VTkRFUlRFTVBFUkFUVVJFX0IQ8i4SGQoUTUlYRVJfVEhFUk1B", - "TF9DVVRPRkYQ8y4SHwoaTUlYRVJfQ1VSUkVOVF9PVVRfT0ZfUkFOR0UQ9C4S", - "HQoYTUlYRVJfQ1VSUkVOVF9MT09QX0JSRUFLEPUuEh0KGERJU1BFTlNFUl8x", - "X09WRVJQUkVTU1VSRRDYNhIdChhESVNQRU5TRVJfMl9PVkVSUFJFU1NVUkUQ", - "2TYSHQoYRElTUEVOU0VSXzNfT1ZFUlBSRVNTVVJFENo2Eh0KGERJU1BFTlNF", - "Ul80X09WRVJQUkVTU1VSRRDbNhIdChhESVNQRU5TRVJfNV9PVkVSUFJFU1NV", - "UkUQ3DYSHQoYRElTUEVOU0VSXzZfT1ZFUlBSRVNTVVJFEN02Eh0KGERJU1BF", - "TlNFUl83X09WRVJQUkVTU1VSRRDeNhIdChhESVNQRU5TRVJfOF9PVkVSUFJF", - "U1NVUkUQ3zYSHgoZRElTUEVOU0VSXzFfVU5ERVJQUkVTU1VSRRDgNhIeChlE", - "SVNQRU5TRVJfMl9VTkRFUlBSRVNTVVJFEOE2Eh4KGURJU1BFTlNFUl8zX1VO", - "REVSUFJFU1NVUkUQ4jYSHgoZRElTUEVOU0VSXzRfVU5ERVJQUkVTU1VSRRDj", - "NhIeChlESVNQRU5TRVJfNV9VTkRFUlBSRVNTVVJFEOQ2Eh4KGURJU1BFTlNF", - "Ul82X1VOREVSUFJFU1NVUkUQ5TYSHgoZRElTUEVOU0VSXzdfVU5ERVJQUkVT", - "U1VSRRDmNhIeChlESVNQRU5TRVJfOF9VTkRFUlBSRVNTVVJFEOc2EhYKEURJ", - "U1BFTlNFUl8xX0VNUFRZEOg2EhYKEURJU1BFTlNFUl8yX0VNUFRZEOk2EhYK", - "EURJU1BFTlNFUl8zX0VNUFRZEOo2EhYKEURJU1BFTlNFUl80X0VNUFRZEOs2", - "EhYKEURJU1BFTlNFUl81X0VNUFRZEOw2EhYKEURJU1BFTlNFUl82X0VNUFRZ", - "EO02EhYKEURJU1BFTlNFUl83X0VNUFRZEO42EhYKEURJU1BFTlNFUl84X0VN", - "UFRZEO82Eh8KGkRJU1BFTlNFUl8xX1JFRklMTF9GQUlMVVJFEPA2Eh8KGkRJ", - "U1BFTlNFUl8yX1JFRklMTF9GQUlMVVJFEPE2Eh8KGkRJU1BFTlNFUl8zX1JF", - "RklMTF9GQUlMVVJFEPI2Eh8KGkRJU1BFTlNFUl80X1JFRklMTF9GQUlMVVJF", - "EPM2Eh8KGkRJU1BFTlNFUl81X1JFRklMTF9GQUlMVVJFEPQ2Eh8KGkRJU1BF", - "TlNFUl82X1JFRklMTF9GQUlMVVJFEPU2Eh8KGkRJU1BFTlNFUl83X1JFRklM", - "TF9GQUlMVVJFEPY2Eh8KGkRJU1BFTlNFUl84X1JFRklMTF9GQUlMVVJFEPc2", - "EiIKHURJU1BFTlNFUl8xX01PVE9SX09WRVJDVVJSRU5UEPg2EiIKHURJU1BF", - "TlNFUl8yX01PVE9SX09WRVJDVVJSRU5UEPk2EiIKHURJU1BFTlNFUl8zX01P", - "VE9SX09WRVJDVVJSRU5UEPo2EiIKHURJU1BFTlNFUl80X01PVE9SX09WRVJD", - "VVJSRU5UEPs2EiIKHURJU1BFTlNFUl81X01PVE9SX09WRVJDVVJSRU5UEPw2", - "EiIKHURJU1BFTlNFUl82X01PVE9SX09WRVJDVVJSRU5UEP02EiIKHURJU1BF", - "TlNFUl83X01PVE9SX09WRVJDVVJSRU5UEP42EiIKHURJU1BFTlNFUl84X01P", - "VE9SX09WRVJDVVJSRU5UEP82EiYKIURJU1BFTlNFUl8xX01PVE9SX09WRVJU", - "RU1QRVJBVFVSRRCANxImCiFESVNQRU5TRVJfMl9NT1RPUl9PVkVSVEVNUEVS", - "QVRVUkUQgTcSJgohRElTUEVOU0VSXzNfTU9UT1JfT1ZFUlRFTVBFUkFUVVJF", - "EII3EiYKIURJU1BFTlNFUl80X01PVE9SX09WRVJURU1QRVJBVFVSRRCDNxIm", - "CiFESVNQRU5TRVJfNV9NT1RPUl9PVkVSVEVNUEVSQVRVUkUQhDcSJgohRElT", - "UEVOU0VSXzZfTU9UT1JfT1ZFUlRFTVBFUkFUVVJFEIU3EiYKIURJU1BFTlNF", - "Ul83X01PVE9SX09WRVJURU1QRVJBVFVSRRCGNxImCiFESVNQRU5TRVJfOF9N", - "T1RPUl9PVkVSVEVNUEVSQVRVUkUQhzcSHAoXRElTUEVOU0VSXzFfTU9UT1Jf", - "U1RBTEwQiDcSHAoXRElTUEVOU0VSXzJfTU9UT1JfU1RBTEwQiTcSHAoXRElT", - "UEVOU0VSXzNfTU9UT1JfU1RBTEwQijcSHAoXRElTUEVOU0VSXzRfTU9UT1Jf", - "U1RBTEwQizcSHAoXRElTUEVOU0VSXzVfTU9UT1JfU1RBTEwQjDcSHAoXRElT", - "UEVOU0VSXzZfTU9UT1JfU1RBTEwQjTcSHAoXRElTUEVOU0VSXzdfTU9UT1Jf", - "U1RBTEwQjjcSHAoXRElTUEVOU0VSXzhfTU9UT1JfU1RBTEwQjzcSIwoeRElT", - "UEVOU0VSXzFfTU9UT1JfVU5ERVJWT0xUQUdFEJA3EiMKHkRJU1BFTlNFUl8y", - "X01PVE9SX1VOREVSVk9MVEFHRRCRNxIjCh5ESVNQRU5TRVJfM19NT1RPUl9V", - "TkRFUlZPTFRBR0UQkjcSIwoeRElTUEVOU0VSXzRfTU9UT1JfVU5ERVJWT0xU", - "QUdFEJM3EiMKHkRJU1BFTlNFUl81X01PVE9SX1VOREVSVk9MVEFHRRCUNxIj", - "Ch5ESVNQRU5TRVJfNl9NT1RPUl9VTkRFUlZPTFRBR0UQlTcSIwoeRElTUEVO", - "U0VSXzdfTU9UT1JfVU5ERVJWT0xUQUdFEJY3EiMKHkRJU1BFTlNFUl84X01P", - "VE9SX1VOREVSVk9MVEFHRRCXNxIhChxESVNQRU5TRVJfMV9VUFBFUl9IQVJE", - "X0xJTUlUEJg3EiEKHERJU1BFTlNFUl8yX1VQUEVSX0hBUkRfTElNSVQQmTcS", - "IQocRElTUEVOU0VSXzNfVVBQRVJfSEFSRF9MSU1JVBCaNxIhChxESVNQRU5T", - "RVJfNF9VUFBFUl9IQVJEX0xJTUlUEJs3EiEKHERJU1BFTlNFUl81X1VQUEVS", - "X0hBUkRfTElNSVQQnDcSIQocRElTUEVOU0VSXzZfVVBQRVJfSEFSRF9MSU1J", - "VBCdNxIhChxESVNQRU5TRVJfN19VUFBFUl9IQVJEX0xJTUlUEJ43EiEKHERJ", - "U1BFTlNFUl84X1VQUEVSX0hBUkRfTElNSVQQnzcSIQocRElTUEVOU0VSXzFf", - "TE9XRVJfSEFSRF9MSU1JVBCgNxIhChxESVNQRU5TRVJfMl9MT1dFUl9IQVJE", - "X0xJTUlUEKE3EiEKHERJU1BFTlNFUl8zX0xPV0VSX0hBUkRfTElNSVQQojcS", - "IQocRElTUEVOU0VSXzRfTE9XRVJfSEFSRF9MSU1JVBCjNxIhChxESVNQRU5T", - "RVJfNV9MT1dFUl9IQVJEX0xJTUlUEKQ3EiEKHERJU1BFTlNFUl82X0xPV0VS", - "X0hBUkRfTElNSVQQpTcSIQocRElTUEVOU0VSXzdfTE9XRVJfSEFSRF9MSU1J", - "VBCmNxIhChxESVNQRU5TRVJfOF9MT1dFUl9IQVJEX0xJTUlUEKc3Eh4KGURJ", - "U1BFTlNFUl8xX0hJR0hfUFJFU1NVUkUQqDcSHgoZRElTUEVOU0VSXzJfSElH", - "SF9QUkVTU1VSRRCpNxIeChlESVNQRU5TRVJfM19ISUdIX1BSRVNTVVJFEKo3", - "Eh4KGURJU1BFTlNFUl80X0hJR0hfUFJFU1NVUkUQqzcSHgoZRElTUEVOU0VS", - "XzVfSElHSF9QUkVTU1VSRRCsNxIeChlESVNQRU5TRVJfNl9ISUdIX1BSRVNT", - "VVJFEK03Eh4KGURJU1BFTlNFUl83X0hJR0hfUFJFU1NVUkUQrjcSHgoZRElT", - "UEVOU0VSXzhfSElHSF9QUkVTU1VSRRCvNxIZChRNSURfVEFOS18xX0xPV19M", - "RVZFTBDAPhIZChRNSURfVEFOS18yX0xPV19MRVZFTBDBPhIZChRNSURfVEFO", - "S18zX0xPV19MRVZFTBDCPhIZChRNSURfVEFOS180X0xPV19MRVZFTBDDPhIZ", - "ChRNSURfVEFOS181X0xPV19MRVZFTBDEPhIZChRNSURfVEFOS182X0xPV19M", - "RVZFTBDFPhIZChRNSURfVEFOS183X0xPV19MRVZFTBDGPhIZChRNSURfVEFO", - "S184X0xPV19MRVZFTBDHPhIVChBNSURfVEFOS18xX0VNUFRZEMg+EhUKEE1J", - "RF9UQU5LXzJfRU1QVFkQyT4SFQoQTUlEX1RBTktfM19FTVBUWRDKPhIVChBN", - "SURfVEFOS180X0VNUFRZEMs+EhUKEE1JRF9UQU5LXzVfRU1QVFkQzD4SFQoQ", - "TUlEX1RBTktfNl9FTVBUWRDNPhIVChBNSURfVEFOS183X0VNUFRZEM4+EhUK", - "EE1JRF9UQU5LXzhfRU1QVFkQzz4SGAoTTUlEX1RBTktfMV9PVkVSRkxPVxDQ", - "PhIYChNNSURfVEFOS18yX09WRVJGTE9XENE+EhgKE01JRF9UQU5LXzNfT1ZF", - "UkZMT1cQ0j4SGAoTTUlEX1RBTktfNF9PVkVSRkxPVxDTPhIYChNNSURfVEFO", - "S181X09WRVJGTE9XENQ+EhgKE01JRF9UQU5LXzZfT1ZFUkZMT1cQ1T4SGAoT", - "TUlEX1RBTktfN19PVkVSRkxPVxDWPhIYChNNSURfVEFOS184X09WRVJGTE9X", - "ENc+EhwKF01JRF9UQU5LXzFfRklMTF9USU1FT1VUENg+EhwKF01JRF9UQU5L", - "XzJfRklMTF9USU1FT1VUENk+EhwKF01JRF9UQU5LXzNfRklMTF9USU1FT1VU", - "ENo+EhwKF01JRF9UQU5LXzRfRklMTF9USU1FT1VUENs+EhwKF01JRF9UQU5L", - "XzVfRklMTF9USU1FT1VUENw+EhwKF01JRF9UQU5LXzZfRklMTF9USU1FT1VU", - "EN0+EhwKF01JRF9UQU5LXzdfRklMTF9USU1FT1VUEN4+EhwKF01JRF9UQU5L", - "XzhfRklMTF9USU1FT1VUEN8+Eh0KGEFJUl9GSUxURVJfTk9UX0lOU1RBTExF", - "RBCoRhIXChJBSVJfRklMVEVSX0NMT0dHRUQQqUYSJQogV0FTVEVfQ09OVEFJ", - "TkVSX0VNUFRZSU5HX1RJTUVPVVQQqkYSFAoPTk9fQUlSX1BSRVNTVVJFEKtG", - "Eh0KGFdBU1RFX0NPTlRBSU5FUl9PVkVSRkxPVxCsRhIaChVWT0NfU0VOU09S", - "X0FMQVJNX1RJTUUQrUYSGAoTQ0hJTExFUl9EUllfQ09OVEFDVBCuRhIaChVJ", - "TlNVRkZJQ0lFTlRfQUlSX0ZMT1cQr0YSGwoWVk9DX1NFTlNPUl9BTEFSTV9T", - "TE9QRRCwRhIdChhQUkVfQ09PTEVSX0ZBTl8xX1NUT1BQRUQQsUYSHQoYUFJF", - "X0NPT0xFUl9GQU5fMl9TVE9QUEVEELJGEhkKFENPT0xFUl9GQU5fMV9TVE9Q", - "UEVEELNGEhkKFENPT0xFUl9GQU5fMl9TVE9QUEVEELRGEhkKFENPT0xFUl9G", - "QU5fM19TVE9QUEVEELVGEhkKFENPT0xFUl9GQU5fNF9TVE9QUEVEELZGEiEK", - "HFBSRV9DT09MRVJfRkFOXzFfUlBNX1RPT19MT1cQt0YSIQocUFJFX0NPT0xF", - "Ul9GQU5fMl9SUE1fVE9PX0xPVxC4RhIdChhDT09MRVJfRkFOXzFfUlBNX1RP", - "T19MT1cQuUYSHQoYQ09PTEVSX0ZBTl8yX1JQTV9UT09fTE9XELpGEh0KGENP", - "T0xFUl9GQU5fM19SUE1fVE9PX0xPVxC7RhIdChhDT09MRVJfRkFOXzRfUlBN", - "X1RPT19MT1cQvEYSIAobQ09PTEVSX1RFTVBFUkFUVVJFX1RPT19ISUdIEL1G", - "Eh8KGkNPT0xFUl9URU1QRVJBVFVSRV9UT09fTE9XEL5GEioKJUlOS19DQVJU", - "UklER0VfUFJFU0VOQ0VfU0VOU09SX1RJTUVPVVQQkE4SHwoaSU5LX0NBUlRS", - "SURHRV9SRklEX1RJTUVPVVQQkU4SIQocTk9fV0FTVEVfQ0FSVFJJREdFX0FW", - "QUlMQUJMRRCSThIeChlBTExfV0FTVEVfQ0FSVFJJREdFU19GVUxMEJNOEiwK", - "J1dBU1RFX0NBUlRSSURHRV9QUkVTRU5DRV9TRU5TT1JfVElNRU9VVBCUThIh", - "ChxXQVNURV9DQVJUUklER0VfUkZJRF9USU1FT1VUEJVOEioKJUlOS19DQVJU", - "UklER0VfUkZJRF9UQUdfQ0FOTk9UX0JFX1JFQUQQlk4SLAonV0FTVEVfQ0FS", - "VFJJREdFX1JGSURfVEFHX0NBTk5PVF9CRV9SRUFEEJdOEigKI0lOS19DQVJU", - "UklER0VfUkZJRF9UQUdfSVNfTk9UX1ZBTElEEJhOEioKJVdBU1RFX0NBUlRS", - "SURHRV9SRklEX1RBR19JU19OT1RfVkFMSUQQmU4SKAojSU5LX0NBUlRSSURH", - "RV9BVVRIRU5USUNBVElPTl9GQUlMRUQQmk4SKgolV0FTVEVfQ0FSVFJJREdF", - "X0FVVEhFTlRJQ0FUSU9OX0ZBSUxFRBCbThIdChhJTktfQ0FSVFJJREdFX0lT", - "X0JMT0NLRUQQnE4SHwoaV0FTVEVfQ0FSVFJJREdFX0lTX0JMT0NLRUQQnU4S", - "LQooSU5LX0NBUlRSSURHRV9SRklEX1RBR19DQU5OT1RfQkVfVVBEQVRFRBCe", - "ThIvCipXQVNURV9DQVJUUklER0VfUkZJRF9UQUdfQ0FOTk9UX0JFX1VQREFU", - "RUQQn04SIAobSU5LX0lOX0NBUlRSSURHRV9JU19FWFBJUkVEEKBOQiEKH2Nv", + "X0lOSVRJQUxfQkxPV0VSX0ZBSUxFRBDfDxIQCgtVTlNQRUNJRklFRBDgDxIR", + "CgxUSFJFQURfQlJFQUsQuBcSMQosVEhSRUFEX1RFTlNJT05fQ09OVFJPTF9G", + "QUlMVVJFX0ZFRURFUl9EQU5DRVIQuRcSHwoaV0lOREVSX0NPTkVfRE9FU19O", + "T1RfRVhJU1QQuhcSHQoYRkVFREVSX01PVE9SX09WRVJDVVJSRU5UELsXEiMK", + "HlJJR0hUX0xPQURFUl9NT1RPUl9PVkVSQ1VSUkVOVBC8FxIdChhQVUxMRVJf", + "TU9UT1JfT1ZFUkNVUlJFTlQQvRcSIgodTEVGVF9MT0FERVJfTU9UT1JfT1ZF", + "UkNVUlJFTlQQvhcSHQoYV0lOREVSX01PVE9SX09WRVJDVVJSRU5UEL8XEhwK", + "F1NDUkVXX01PVE9SX09WRVJDVVJSRU5UEMAXEiIKHUxPQURJTkdfQVJNX01P", + "VE9SX09WRVJDVVJSRU5UEMEXEiEKHEZFRURFUl9NT1RPUl9PVkVSVEVNUEVS", + "QVRVUkUQwhcSJwoiUklHSFRfTE9BREVSX01PVE9SX09WRVJURU1QRVJBVFVS", + "RRDDFxIhChxQVUxMRVJfTU9UT1JfT1ZFUlRFTVBFUkFUVVJFEMQXEiYKIUxF", + "RlRfTE9BREVSX01PVE9SX09WRVJURU1QRVJBVFVSRRDFFxIhChxXSU5ERVJf", + "TU9UT1JfT1ZFUlRFTVBFUkFUVVJFEMYXEiAKG1NDUkVXX01PVE9SX09WRVJU", + "RU1QRVJBVFVSRRDHFxImCiFMT0FESU5HX0FSTV9NT1RPUl9PVkVSVEVNUEVS", + "QVRVUkUQyBcSFwoSRkVFREVSX01PVE9SX1NUQUxMEMkXEh0KGFJJR0hUX0xP", + "QURFUl9NT1RPUl9TVEFMTBDKFxIXChJQVUxMRVJfTU9UT1JfU1RBTEwQyxcS", + "HAoXTEVGVF9MT0FERVJfTU9UT1JfU1RBTEwQzBcSFwoSV0lOREVSX01PVE9S", + "X1NUQUxMEM0XEhYKEVNDUkVXX01PVE9SX1NUQUxMEM4XEhwKF0xPQURJTkdf", + "QVJNX01PVE9SX1NUQUxMEM8XEh4KGUZFRURFUl9NT1RPUl9VTkRFUlZPTFRB", + "R0UQ0BcSJAofUklHSFRfTE9BREVSX01PVE9SX1VOREVSVk9MVEFHRRDRFxIe", + "ChlQVUxMRVJfTU9UT1JfVU5ERVJWT0xUQUdFENIXEiMKHkxFRlRfTE9BREVS", + "X01PVE9SX1VOREVSVk9MVEFHRRDTFxIeChlXSU5ERVJfTU9UT1JfVU5ERVJW", + "T0xUQUdFENQXEh0KGFNDUkVXX01PVE9SX1VOREVSVk9MVEFHRRDVFxIjCh5M", + "T0FESU5HX0FSTV9NT1RPUl9VTkRFUlZPTFRBR0UQ1hcSFAoPTFRGVV9VUF9U", + "SU1FT1VUENcXEhYKEUxURlVfRE9XTl9USU1FT1VUENgXEhQKD1JURlVfVVBf", + "VElNRU9VVBDZFxIWChFSVEZVX0RPV05fVElNRU9VVBDaFxIeChlTQ1JFV19N", + "T1RPUl9MSU1JVF9USU1FT1VUENsXEiQKH1dJTkRFUl9EQU5DRVJfTU9UT1Jf", + "T1ZFUkNVUlJFTlQQ3BcSJAofUFVMTEVSX0RBTkNFUl9NT1RPUl9PVkVSQ1VS", + "UkVOVBDdFxIkCh9GRUVERVJfREFOQ0VSX01PVE9SX09WRVJDVVJSRU5UEN4X", + "EigKI1dJTkRFUl9EQU5DRVJfTU9UT1JfT1ZFUlRFTVBFUkFUVVJFEN8XEigK", + "I1BVTExFUl9EQU5DRVJfTU9UT1JfT1ZFUlRFTVBFUkFUVVJFEOAXEigKI0ZF", + "RURFUl9EQU5DRVJfTU9UT1JfT1ZFUlRFTVBFUkFUVVJFEOEXEh4KGVdJTkRF", + "Ul9EQU5DRVJfTU9UT1JfU1RBTEwQ4hcSHgoZUFVMTEVSX0RBTkNFUl9NT1RP", + "Ul9TVEFMTBDjFxIeChlGRUVERVJfREFOQ0VSX01PVE9SX1NUQUxMEOQXEiUK", + "IFdJTkRFUl9EQU5DRVJfTU9UT1JfVU5ERVJWT0xUQUdFEOUXEiUKIFBVTExF", + "Ul9EQU5DRVJfTU9UT1JfVU5ERVJWT0xUQUdFEOYXEiUKIEZFRURFUl9EQU5D", + "RVJfTU9UT1JfVU5ERVJWT0xUQUdFEOcXEjEKLFRIUkVBRF9URU5TSU9OX0NP", + "TlRST0xfRkFJTFVSRV9QVUxMRVJfREFOQ0VSEOgXEjEKLFRIUkVBRF9URU5T", + "SU9OX0NPTlRST0xfRkFJTFVSRV9XSU5ERVJfREFOQ0VSEOkXEiUKIE1BQ0hJ", + "TkVfU1RBVEVfTk9fVEhSRUFEX0RFVEVDVEVEEOoXEhwKF0RSWUVSX01PVE9S", + "X09WRVJDVVJSRU5UEKAfEiAKG0RSWUVSX01PVE9SX09WRVJURU1QRVJBVFVS", + "RRChHxIWChFEUllFUl9NT1RPUl9TVEFMTBCiHxIdChhEUllFUl9NT1RPUl9V", + "TkRFUlZPTFRBR0UQox8SFAoPRFJZRVJfRE9PUl9PUEVOEKQfEiEKHERSWUVS", + "X1pPTkVfMV9PVkVSVEVNUEVSQVRVUkUQpR8SIQocRFJZRVJfWk9ORV8yX09W", + "RVJURU1QRVJBVFVSRRCmHxIkCh9EUllFUl9aT05FXzFfVU5ERVJURU1QRVJB", + "VFVSRV9BEKcfEiQKH0RSWUVSX1pPTkVfMV9VTkRFUlRFTVBFUkFUVVJFX0IQ", + "qB8SJAofRFJZRVJfWk9ORV8yX1VOREVSVEVNUEVSQVRVUkVfQhCpHxIZChRE", + "UllFUl9USEVSTUFMX0NVVE9GRhCqHxIuCilEUllFUl9IRUFURVJTX1pPTkVf", + "MV9DVVJSRU5UX09VVF9PRl9SQU5HRRCrHxIuCilEUllFUl9IRUFURVJTX1pP", + "TkVfMl9DVVJSRU5UX09VVF9PRl9SQU5HRRCsHxIsCidEUllFUl9IRUFURVJT", + "X1pPTkVfMV9DVVJSRU5UX0xPT1BfQlJFQUsQrR8SLAonRFJZRVJfSEVBVEVS", + "U19aT05FXzJfQ1VSUkVOVF9MT09QX0JSRUFLEK4fEhoKFURSWUVSX0ZBTl9S", + "UE1fVE9PX0xPVxCvHxIWChFEUllFUl9GQU5fU1RPUFBFRBCwHxIgChtEUllF", + "Ul9MSURfTU9UT1JfT1ZFUkNVUlJFTlQQsR8SJAofRFJZRVJfTElEX01PVE9S", + "X09WRVJURU1QRVJBVFVSRRCyHxIaChVEUllFUl9MSURfTU9UT1JfU1RBTEwQ", + "sx8SIQocRFJZRVJfTElEX01PVE9SX1VOREVSVk9MVEFHRRC0HxIkCh9EUllF", + "Ul9aT05FXzJfVU5ERVJURU1QRVJBVFVSRV9BELUfEicKIkRZRUlOR19IRUFE", + "X1pPTkVfMV9PVkVSVEVNUEVSQVRVUkUQiCcSJwoiRFlFSU5HX0hFQURfWk9O", + "RV8yX09WRVJURU1QRVJBVFVSRRCJJxInCiJEWUVJTkdfSEVBRF9aT05FXzNf", + "T1ZFUlRFTVBFUkFUVVJFEIonEicKIkRZRUlOR19IRUFEX1pPTkVfNF9PVkVS", + "VEVNUEVSQVRVUkUQiycSJwoiRFlFSU5HX0hFQURfWk9ORV81X09WRVJURU1Q", + "RVJBVFVSRRCMJxInCiJEWUVJTkdfSEVBRF9aT05FXzZfT1ZFUlRFTVBFUkFU", + "VVJFEI0nEioKJURZRUlOR19IRUFEX1pPTkVfMV9VTkRFUlRFTVBFUkFUVVJF", + "X0EQjicSKgolRFlFSU5HX0hFQURfWk9ORV8yX1VOREVSVEVNUEVSQVRVUkVf", + "QRCPJxIqCiVEWUVJTkdfSEVBRF9aT05FXzNfVU5ERVJURU1QRVJBVFVSRV9B", + "EJAnEioKJURZRUlOR19IRUFEX1pPTkVfNF9VTkRFUlRFTVBFUkFUVVJFX0EQ", + "kScSKgolRFlFSU5HX0hFQURfWk9ORV81X1VOREVSVEVNUEVSQVRVUkVfQRCS", + "JxIqCiVEWUVJTkdfSEVBRF9aT05FXzZfVU5ERVJURU1QRVJBVFVSRV9BEJMn", + "EioKJURZRUlOR19IRUFEX1pPTkVfMV9VTkRFUlRFTVBFUkFUVVJFX0IQlCcS", + "KgolRFlFSU5HX0hFQURfWk9ORV8yX1VOREVSVEVNUEVSQVRVUkVfQhCVJxIq", + "CiVEWUVJTkdfSEVBRF9aT05FXzNfVU5ERVJURU1QRVJBVFVSRV9CEJYnEioK", + "JURZRUlOR19IRUFEX1pPTkVfNF9VTkRFUlRFTVBFUkFUVVJFX0IQlycSKgol", + "RFlFSU5HX0hFQURfWk9ORV81X1VOREVSVEVNUEVSQVRVUkVfQhCYJxIqCiVE", + "WUVJTkdfSEVBRF9aT05FXzZfVU5ERVJURU1QRVJBVFVSRV9CEJknEiwKJ0RZ", + "RUlOR19IRUFEX1pPTkVfMV9DVVJSRU5UX09VVF9PRl9SQU5HRRCaJxIsCidE", + "WUVJTkdfSEVBRF9aT05FXzJfQ1VSUkVOVF9PVVRfT0ZfUkFOR0UQmycSLAon", + "RFlFSU5HX0hFQURfWk9ORV8zX0NVUlJFTlRfT1VUX09GX1JBTkdFEJwnEiwK", + "J0RZRUlOR19IRUFEX1pPTkVfNF9DVVJSRU5UX09VVF9PRl9SQU5HRRCdJxIu", + "CilEWUVJTkdfSEVBRF9aT05FXzVfNl9DVVJSRU5UX09VVF9PRl9SQU5HRRCe", + "JxIqCiVEWUVJTkdfSEVBRF9aT05FXzFfQ1VSUkVOVF9MT09QX0JSRUFLEJ8n", + "EioKJURZRUlOR19IRUFEX1pPTkVfMl9DVVJSRU5UX0xPT1BfQlJFQUsQoCcS", + "KgolRFlFSU5HX0hFQURfWk9ORV8zX0NVUlJFTlRfTE9PUF9CUkVBSxChJxIq", + "CiVEWUVJTkdfSEVBRF9aT05FXzRfQ1VSUkVOVF9MT09QX0JSRUFLEKInEiwK", + "J0RZRUlOR19IRUFEX1pPTkVfNV82X0NVUlJFTlRfTE9PUF9CUkVBSxCjJxIf", + "ChpEWUVJTkdfSEVBRF9USEVSTUFMX0NVVE9GRhCkJxIjCh5EWUVJTkdfSEVB", + "RF9DT1ZFUl9PUEVOX1RJTUVPVVQQpScSJAofRFlFSU5HX0hFQURfQ09WRVJf", + "Q0xPU0VfVElNRU9VVBCmJxIoCiNEWUVJTkdfSEVBRF9DT1ZFUl9NT1RPUl9P", + "VkVSQ1VSUkVOVBCnJxIsCidEWUVJTkdfSEVBRF9DT1ZFUl9NT1RPUl9PVkVS", + "VEVNUEVSQVRVUkUQqCcSIgodRFlFSU5HX0hFQURfQ09WRVJfTU9UT1JfU1RB", + "TEwQqScSKQokRFlFSU5HX0hFQURfQ09WRVJfTU9UT1JfVU5ERVJWT0xUQUdF", + "EKonEjUKMERZRUlOR19IRUFEX0NMRUFOSU5HX01FQ0hBTklTTV9NT1RPUl9P", + "VkVSQ1VSUkVOVBCrJxI5CjREWUVJTkdfSEVBRF9DTEVBTklOR19NRUNIQU5J", + "U01fTU9UT1JfT1ZFUlRFTVBFUkFUVVJFEKwnEi8KKkRZRUlOR19IRUFEX0NM", + "RUFOSU5HX01FQ0hBTklTTV9NT1RPUl9TVEFMTBCtJxI2CjFEWUVJTkdfSEVB", + "RF9DTEVBTklOR19NRUNIQU5JU01fTU9UT1JfVU5ERVJWT0xUQUdFEK4nEjAK", + "K0RZRUlOR19IRUFEX0NMRUFOSU5HX0hFQURfTU9UT1JfT1ZFUkNVUlJFTlQQ", + "rycSNAovRFlFSU5HX0hFQURfQ0xFQU5JTkdfSEVBRF9NT1RPUl9PVkVSVEVN", + "UEVSQVRVUkUQsCcSKgolRFlFSU5HX0hFQURfQ0xFQU5JTkdfSEVBRF9NT1RP", + "Ul9TVEFMTBCxJxIxCixEWUVJTkdfSEVBRF9DTEVBTklOR19IRUFEX01PVE9S", + "X1VOREVSVk9MVEFHRRCyJxIaChVNSVhFUl9PVkVSVEVNUEVSQVRVUkUQ8C4S", + "HQoYTUlYRVJfVU5ERVJURU1QRVJBVFVSRV9BEPEuEh0KGE1JWEVSX1VOREVS", + "VEVNUEVSQVRVUkVfQhDyLhIZChRNSVhFUl9USEVSTUFMX0NVVE9GRhDzLhIf", + "ChpNSVhFUl9DVVJSRU5UX09VVF9PRl9SQU5HRRD0LhIdChhNSVhFUl9DVVJS", + "RU5UX0xPT1BfQlJFQUsQ9S4SHQoYRElTUEVOU0VSXzFfT1ZFUlBSRVNTVVJF", + "ENg2Eh0KGERJU1BFTlNFUl8yX09WRVJQUkVTU1VSRRDZNhIdChhESVNQRU5T", + "RVJfM19PVkVSUFJFU1NVUkUQ2jYSHQoYRElTUEVOU0VSXzRfT1ZFUlBSRVNT", + "VVJFENs2Eh0KGERJU1BFTlNFUl81X09WRVJQUkVTU1VSRRDcNhIdChhESVNQ", + "RU5TRVJfNl9PVkVSUFJFU1NVUkUQ3TYSHQoYRElTUEVOU0VSXzdfT1ZFUlBS", + "RVNTVVJFEN42Eh0KGERJU1BFTlNFUl84X09WRVJQUkVTU1VSRRDfNhIeChlE", + "SVNQRU5TRVJfMV9VTkRFUlBSRVNTVVJFEOA2Eh4KGURJU1BFTlNFUl8yX1VO", + "REVSUFJFU1NVUkUQ4TYSHgoZRElTUEVOU0VSXzNfVU5ERVJQUkVTU1VSRRDi", + "NhIeChlESVNQRU5TRVJfNF9VTkRFUlBSRVNTVVJFEOM2Eh4KGURJU1BFTlNF", + "Ul81X1VOREVSUFJFU1NVUkUQ5DYSHgoZRElTUEVOU0VSXzZfVU5ERVJQUkVT", + "U1VSRRDlNhIeChlESVNQRU5TRVJfN19VTkRFUlBSRVNTVVJFEOY2Eh4KGURJ", + "U1BFTlNFUl84X1VOREVSUFJFU1NVUkUQ5zYSFgoRRElTUEVOU0VSXzFfRU1Q", + "VFkQ6DYSFgoRRElTUEVOU0VSXzJfRU1QVFkQ6TYSFgoRRElTUEVOU0VSXzNf", + "RU1QVFkQ6jYSFgoRRElTUEVOU0VSXzRfRU1QVFkQ6zYSFgoRRElTUEVOU0VS", + "XzVfRU1QVFkQ7DYSFgoRRElTUEVOU0VSXzZfRU1QVFkQ7TYSFgoRRElTUEVO", + "U0VSXzdfRU1QVFkQ7jYSFgoRRElTUEVOU0VSXzhfRU1QVFkQ7zYSHwoaRElT", + "UEVOU0VSXzFfUkVGSUxMX0ZBSUxVUkUQ8DYSHwoaRElTUEVOU0VSXzJfUkVG", + "SUxMX0ZBSUxVUkUQ8TYSHwoaRElTUEVOU0VSXzNfUkVGSUxMX0ZBSUxVUkUQ", + "8jYSHwoaRElTUEVOU0VSXzRfUkVGSUxMX0ZBSUxVUkUQ8zYSHwoaRElTUEVO", + "U0VSXzVfUkVGSUxMX0ZBSUxVUkUQ9DYSHwoaRElTUEVOU0VSXzZfUkVGSUxM", + "X0ZBSUxVUkUQ9TYSHwoaRElTUEVOU0VSXzdfUkVGSUxMX0ZBSUxVUkUQ9jYS", + "HwoaRElTUEVOU0VSXzhfUkVGSUxMX0ZBSUxVUkUQ9zYSIgodRElTUEVOU0VS", + "XzFfTU9UT1JfT1ZFUkNVUlJFTlQQ+DYSIgodRElTUEVOU0VSXzJfTU9UT1Jf", + "T1ZFUkNVUlJFTlQQ+TYSIgodRElTUEVOU0VSXzNfTU9UT1JfT1ZFUkNVUlJF", + "TlQQ+jYSIgodRElTUEVOU0VSXzRfTU9UT1JfT1ZFUkNVUlJFTlQQ+zYSIgod", + "RElTUEVOU0VSXzVfTU9UT1JfT1ZFUkNVUlJFTlQQ/DYSIgodRElTUEVOU0VS", + "XzZfTU9UT1JfT1ZFUkNVUlJFTlQQ/TYSIgodRElTUEVOU0VSXzdfTU9UT1Jf", + "T1ZFUkNVUlJFTlQQ/jYSIgodRElTUEVOU0VSXzhfTU9UT1JfT1ZFUkNVUlJF", + "TlQQ/zYSJgohRElTUEVOU0VSXzFfTU9UT1JfT1ZFUlRFTVBFUkFUVVJFEIA3", + "EiYKIURJU1BFTlNFUl8yX01PVE9SX09WRVJURU1QRVJBVFVSRRCBNxImCiFE", + "SVNQRU5TRVJfM19NT1RPUl9PVkVSVEVNUEVSQVRVUkUQgjcSJgohRElTUEVO", + "U0VSXzRfTU9UT1JfT1ZFUlRFTVBFUkFUVVJFEIM3EiYKIURJU1BFTlNFUl81", + "X01PVE9SX09WRVJURU1QRVJBVFVSRRCENxImCiFESVNQRU5TRVJfNl9NT1RP", + "Ul9PVkVSVEVNUEVSQVRVUkUQhTcSJgohRElTUEVOU0VSXzdfTU9UT1JfT1ZF", + "UlRFTVBFUkFUVVJFEIY3EiYKIURJU1BFTlNFUl84X01PVE9SX09WRVJURU1Q", + "RVJBVFVSRRCHNxIcChdESVNQRU5TRVJfMV9NT1RPUl9TVEFMTBCINxIcChdE", + "SVNQRU5TRVJfMl9NT1RPUl9TVEFMTBCJNxIcChdESVNQRU5TRVJfM19NT1RP", + "Ul9TVEFMTBCKNxIcChdESVNQRU5TRVJfNF9NT1RPUl9TVEFMTBCLNxIcChdE", + "SVNQRU5TRVJfNV9NT1RPUl9TVEFMTBCMNxIcChdESVNQRU5TRVJfNl9NT1RP", + "Ul9TVEFMTBCNNxIcChdESVNQRU5TRVJfN19NT1RPUl9TVEFMTBCONxIcChdE", + "SVNQRU5TRVJfOF9NT1RPUl9TVEFMTBCPNxIjCh5ESVNQRU5TRVJfMV9NT1RP", + "Ul9VTkRFUlZPTFRBR0UQkDcSIwoeRElTUEVOU0VSXzJfTU9UT1JfVU5ERVJW", + "T0xUQUdFEJE3EiMKHkRJU1BFTlNFUl8zX01PVE9SX1VOREVSVk9MVEFHRRCS", + "NxIjCh5ESVNQRU5TRVJfNF9NT1RPUl9VTkRFUlZPTFRBR0UQkzcSIwoeRElT", + "UEVOU0VSXzVfTU9UT1JfVU5ERVJWT0xUQUdFEJQ3EiMKHkRJU1BFTlNFUl82", + "X01PVE9SX1VOREVSVk9MVEFHRRCVNxIjCh5ESVNQRU5TRVJfN19NT1RPUl9V", + "TkRFUlZPTFRBR0UQljcSIwoeRElTUEVOU0VSXzhfTU9UT1JfVU5ERVJWT0xU", + "QUdFEJc3EiEKHERJU1BFTlNFUl8xX1VQUEVSX0hBUkRfTElNSVQQmDcSIQoc", + "RElTUEVOU0VSXzJfVVBQRVJfSEFSRF9MSU1JVBCZNxIhChxESVNQRU5TRVJf", + "M19VUFBFUl9IQVJEX0xJTUlUEJo3EiEKHERJU1BFTlNFUl80X1VQUEVSX0hB", + "UkRfTElNSVQQmzcSIQocRElTUEVOU0VSXzVfVVBQRVJfSEFSRF9MSU1JVBCc", + "NxIhChxESVNQRU5TRVJfNl9VUFBFUl9IQVJEX0xJTUlUEJ03EiEKHERJU1BF", + "TlNFUl83X1VQUEVSX0hBUkRfTElNSVQQnjcSIQocRElTUEVOU0VSXzhfVVBQ", + "RVJfSEFSRF9MSU1JVBCfNxIhChxESVNQRU5TRVJfMV9MT1dFUl9IQVJEX0xJ", + "TUlUEKA3EiEKHERJU1BFTlNFUl8yX0xPV0VSX0hBUkRfTElNSVQQoTcSIQoc", + "RElTUEVOU0VSXzNfTE9XRVJfSEFSRF9MSU1JVBCiNxIhChxESVNQRU5TRVJf", + "NF9MT1dFUl9IQVJEX0xJTUlUEKM3EiEKHERJU1BFTlNFUl81X0xPV0VSX0hB", + "UkRfTElNSVQQpDcSIQocRElTUEVOU0VSXzZfTE9XRVJfSEFSRF9MSU1JVBCl", + "NxIhChxESVNQRU5TRVJfN19MT1dFUl9IQVJEX0xJTUlUEKY3EiEKHERJU1BF", + "TlNFUl84X0xPV0VSX0hBUkRfTElNSVQQpzcSHgoZRElTUEVOU0VSXzFfSElH", + "SF9QUkVTU1VSRRCoNxIeChlESVNQRU5TRVJfMl9ISUdIX1BSRVNTVVJFEKk3", + "Eh4KGURJU1BFTlNFUl8zX0hJR0hfUFJFU1NVUkUQqjcSHgoZRElTUEVOU0VS", + "XzRfSElHSF9QUkVTU1VSRRCrNxIeChlESVNQRU5TRVJfNV9ISUdIX1BSRVNT", + "VVJFEKw3Eh4KGURJU1BFTlNFUl82X0hJR0hfUFJFU1NVUkUQrTcSHgoZRElT", + "UEVOU0VSXzdfSElHSF9QUkVTU1VSRRCuNxIeChlESVNQRU5TRVJfOF9ISUdI", + "X1BSRVNTVVJFEK83EhkKFE1JRF9UQU5LXzFfTE9XX0xFVkVMEMA+EhkKFE1J", + "RF9UQU5LXzJfTE9XX0xFVkVMEME+EhkKFE1JRF9UQU5LXzNfTE9XX0xFVkVM", + "EMI+EhkKFE1JRF9UQU5LXzRfTE9XX0xFVkVMEMM+EhkKFE1JRF9UQU5LXzVf", + "TE9XX0xFVkVMEMQ+EhkKFE1JRF9UQU5LXzZfTE9XX0xFVkVMEMU+EhkKFE1J", + "RF9UQU5LXzdfTE9XX0xFVkVMEMY+EhkKFE1JRF9UQU5LXzhfTE9XX0xFVkVM", + "EMc+EhUKEE1JRF9UQU5LXzFfRU1QVFkQyD4SFQoQTUlEX1RBTktfMl9FTVBU", + "WRDJPhIVChBNSURfVEFOS18zX0VNUFRZEMo+EhUKEE1JRF9UQU5LXzRfRU1Q", + "VFkQyz4SFQoQTUlEX1RBTktfNV9FTVBUWRDMPhIVChBNSURfVEFOS182X0VN", + "UFRZEM0+EhUKEE1JRF9UQU5LXzdfRU1QVFkQzj4SFQoQTUlEX1RBTktfOF9F", + "TVBUWRDPPhIYChNNSURfVEFOS18xX09WRVJGTE9XENA+EhgKE01JRF9UQU5L", + "XzJfT1ZFUkZMT1cQ0T4SGAoTTUlEX1RBTktfM19PVkVSRkxPVxDSPhIYChNN", + "SURfVEFOS180X09WRVJGTE9XENM+EhgKE01JRF9UQU5LXzVfT1ZFUkZMT1cQ", + "1D4SGAoTTUlEX1RBTktfNl9PVkVSRkxPVxDVPhIYChNNSURfVEFOS183X09W", + "RVJGTE9XENY+EhgKE01JRF9UQU5LXzhfT1ZFUkZMT1cQ1z4SHAoXTUlEX1RB", + "TktfMV9GSUxMX1RJTUVPVVQQ2D4SHAoXTUlEX1RBTktfMl9GSUxMX1RJTUVP", + "VVQQ2T4SHAoXTUlEX1RBTktfM19GSUxMX1RJTUVPVVQQ2j4SHAoXTUlEX1RB", + "TktfNF9GSUxMX1RJTUVPVVQQ2z4SHAoXTUlEX1RBTktfNV9GSUxMX1RJTUVP", + "VVQQ3D4SHAoXTUlEX1RBTktfNl9GSUxMX1RJTUVPVVQQ3T4SHAoXTUlEX1RB", + "TktfN19GSUxMX1RJTUVPVVQQ3j4SHAoXTUlEX1RBTktfOF9GSUxMX1RJTUVP", + "VVQQ3z4SHQoYQUlSX0ZJTFRFUl9OT1RfSU5TVEFMTEVEEKhGEhcKEkFJUl9G", + "SUxURVJfQ0xPR0dFRBCpRhIlCiBXQVNURV9DT05UQUlORVJfRU1QVFlJTkdf", + "VElNRU9VVBCqRhIUCg9OT19BSVJfUFJFU1NVUkUQq0YSHQoYV0FTVEVfQ09O", + "VEFJTkVSX09WRVJGTE9XEKxGEhoKFVZPQ19TRU5TT1JfQUxBUk1fVElNRRCt", + "RhIYChNDSElMTEVSX0RSWV9DT05UQUNUEK5GEhoKFUlOU1VGRklDSUVOVF9B", + "SVJfRkxPVxCvRhIbChZWT0NfU0VOU09SX0FMQVJNX1NMT1BFELBGEioKJUlO", + "S19DQVJUUklER0VfUFJFU0VOQ0VfU0VOU09SX1RJTUVPVVQQkE4SHwoaSU5L", + "X0NBUlRSSURHRV9SRklEX1RJTUVPVVQQkU4SIQocTk9fV0FTVEVfQ0FSVFJJ", + "REdFX0FWQUlMQUJMRRCSThIeChlBTExfV0FTVEVfQ0FSVFJJREdFU19GVUxM", + "EJNOEiwKJ1dBU1RFX0NBUlRSSURHRV9QUkVTRU5DRV9TRU5TT1JfVElNRU9V", + "VBCUThIhChxXQVNURV9DQVJUUklER0VfUkZJRF9USU1FT1VUEJVOQiEKH2Nv", "bS50d2luZS50YW5nby5wbXIuZGlhZ25vc3RpY3NiBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, @@ -340,15 +258,15 @@ namespace Tango.PMR.Diagnostics { /// </summary> [pbr::OriginalName("REQUEST_SENT")] RequestSent = 1000, /// <summary> - ///Response has been received. (Group = Transport, Category = Info) + ///Response received (Group = Transport, Category = Info) /// </summary> [pbr::OriginalName("RESPONSE_RECEIVED")] ResponseReceived = 1001, /// <summary> - ///Request to machine has failed. (Group = Transport, Category = Error) + ///Request to machine has failed (Group = Transport, Category = Error) /// </summary> [pbr::OriginalName("REQUEST_FAILED")] RequestFailed = 1002, /// <summary> - ///Application has encountered an error. (Group = Application, Category = Error) + ///Application has encountered an error (Group = Application, Category = Error) /// </summary> [pbr::OriginalName("APPLICATION_EXCEPTION")] ApplicationException = 1003, /// <summary> @@ -356,95 +274,95 @@ namespace Tango.PMR.Diagnostics { /// </summary> [pbr::OriginalName("APPLICATION_INFORMATION")] ApplicationInformation = 1004, /// <summary> - ///Application started. (Group = Application, Category = Info) + ///Application started (Group = Application, Category = Info) /// </summary> [pbr::OriginalName("APPLICATION_STARTED")] ApplicationStarted = 1005, /// <summary> - ///Application terminated. (Group = Application, Category = Info) + ///Application terminated (Group = Application, Category = Info) /// </summary> [pbr::OriginalName("APPLICATION_TERMINATED")] ApplicationTerminated = 1006, /// <summary> - ///Diagnostics recording started. (Group = Application, Category = Info) + ///Diagnostics recording started (Group = Application, Category = Info) /// </summary> [pbr::OriginalName("RECORDING_STARTED")] RecordingStarted = 1007, /// <summary> - ///Diagnostics recording stopped. (Group = Application, Category = Info) + ///Diagnostics recording stopped (Group = Application, Category = Info) /// </summary> [pbr::OriginalName("RECORDING_STOPPED")] RecordingStopped = 1008, /// <summary> - ///Job status message has been received from embedded device. (Group = Application, Category = Info) + ///Job status message has been received from embedded device (Group = Application, Category = Info) /// </summary> [pbr::OriginalName("JOB_STATUS")] JobStatus = 1009, /// <summary> - ///A job has been started. (Group = Jobs, Category = Info) + ///A job has been started (Group = Application, Category = Info) /// </summary> [pbr::OriginalName("JOB_STARTED")] JobStarted = 1010, /// <summary> - ///A job has been aborted. (Group = Jobs, Category = Info) + ///A job has been aborted (Group = Application, Category = Info) /// </summary> [pbr::OriginalName("JOB_ABORTED")] JobAborted = 1011, /// <summary> - ///A job has failed. (Group = Jobs, Category = Error) + ///A job has failed (Group = Application, Category = Error) /// </summary> [pbr::OriginalName("JOB_FAILED")] JobFailed = 1012, /// <summary> - ///Job completed successfully. (Group = Jobs, Category = Info) + ///Job completed successfully (Group = Application, Category = Info) /// </summary> [pbr::OriginalName("JOB_COMPLETED")] JobCompleted = 1013, /// <summary> - ///Could not complete power-up. Cannot execute job (Group = GeneralHardware, Category = Critical) + ///Could not complete power-up (Group = GeneralHardware, Category = Critical) /// </summary> [pbr::OriginalName("POWER_UP_BIT_FAILURE")] PowerUpBitFailure = 2000, /// <summary> - ///The emergency button is pressed (Group = GeneralHardware, Category = Critical) + ///The emergency button is pressed (Group = GeneralHardware, Category = Safety) /// </summary> [pbr::OriginalName("EMERGENCY_PUSH_BUTTON_PRESSED")] EmergencyPushButtonPressed = 2001, /// <summary> - ///Cover is open. Cannot execute job (Group = GeneralHardware, Category = Error) + ///Front cover 1 is open (Group = GeneralHardware, Category = Error) /// </summary> [pbr::OriginalName("FRONT_COVER_1_OPEN")] FrontCover1Open = 2002, /// <summary> - ///Cover is open. Cannot execute job (Group = GeneralHardware, Category = Error) + ///Front cover 2 is open (Group = GeneralHardware, Category = Error) /// </summary> [pbr::OriginalName("FRONT_COVER_2_OPEN")] FrontCover2Open = 2003, /// <summary> - ///Cover is open. Cannot execute job (Group = GeneralHardware, Category = Error) + ///Front cover 3 is open (Group = GeneralHardware, Category = Error) /// </summary> [pbr::OriginalName("FRONT_COVER_3_OPEN")] FrontCover3Open = 2004, /// <summary> - ///Cover is open. Cannot execute job (Group = GeneralHardware, Category = Error) + ///Front cover 4 is open (Group = GeneralHardware, Category = Error) /// </summary> [pbr::OriginalName("FRONT_COVER_4_OPEN")] FrontCover4Open = 2005, /// <summary> - ///IFS door is open. Cannot start new job (Group = GeneralHardware, Category = Warning) + ///Cartridges cover is open (Group = GeneralHardware, Category = Warning) /// </summary> [pbr::OriginalName("CARTRIDGES_COVER_OPEN")] CartridgesCoverOpen = 2006, /// <summary> - ///Cover is open. Cannot execute job (Group = GeneralHardware, Category = Error) + ///Rear cover is open (Group = GeneralHardware, Category = Error) /// </summary> - [pbr::OriginalName("ARCH_COVER_OPEN")] ArchCoverOpen = 2007, + [pbr::OriginalName("REAR_COVER_OPEN")] RearCoverOpen = 2007, /// <summary> - ///The machine temperature is too high. Cannot execute job (Group = GeneralHardware, Category = Critical) + ///The machine temperature is too high (Group = GeneralHardware, Category = Critical) /// </summary> [pbr::OriginalName("MACHINE_INTERNAL_OVERTEMPERATURE")] MachineInternalOvertemperature = 2008, /// <summary> - ///Internal fans RPM is too low. Cannot execute job (Group = GeneralHardware, Category = Warning) + ///Internal fans RPM is too low (Group = GeneralHardware, Category = Warning) /// </summary> [pbr::OriginalName("MACHINE_FANS_RPM_TOO_LOW")] MachineFansRpmTooLow = 2009, /// <summary> - ///Internal fans stopped. Cannot execute job (Group = GeneralHardware, Category = Critical) + ///Internal fans stopped (Group = GeneralHardware, Category = Critical) /// </summary> [pbr::OriginalName("MACHINE_FANS_STOPPED")] MachineFansStopped = 2010, /// <summary> - ///Electrical cabinet fans RPM is too low. Cannot execute job (Group = GeneralHardware, Category = Warning) + ///Electrical cabinet fans RPM is too low (Group = GeneralHardware, Category = Warning) /// </summary> [pbr::OriginalName("ELECTRICAL_CABINET_FANS_RPM_TOO_LOW")] ElectricalCabinetFansRpmTooLow = 2011, /// <summary> - ///Electrical cabinet fans stopped. Cannot execute job (Group = GeneralHardware, Category = Warning) + ///Electrical cabinet fans stopped (Group = GeneralHardware, Category = Critical) /// </summary> [pbr::OriginalName("ELECTRICAL_CABINET_FANS_STOPPED")] ElectricalCabinetFansStopped = 2012, /// <summary> - ///Configuration file does not exist. Cannot execute job (Group = GeneralHardware, Category = Error) + ///Configuration file does not exist (Group = GeneralHardware, Category = Error) /// </summary> [pbr::OriginalName("MACHINE_STATE_NO_CFG_FILE")] MachineStateNoCfgFile = 2013, /// <summary> @@ -452,1131 +370,867 @@ namespace Tango.PMR.Diagnostics { /// </summary> [pbr::OriginalName("MACHINE_STATE_HW_CONFIG_FAILED")] MachineStateHwConfigFailed = 2014, /// <summary> - ///Blower has failed (Group = GeneralHardware, Category = Error) + /// (Group = GeneralHardware, Category = Error) /// </summary> [pbr::OriginalName("MACHINE_STATE_INITIAL_BLOWER_FAILED")] MachineStateInitialBlowerFailed = 2015, /// <summary> - ///unspecified error (Group = GeneralHardware, Category = Error) + ///Unknown error occurred (Group = GeneralHardware, Category = Error) /// </summary> [pbr::OriginalName("UNSPECIFIED")] Unspecified = 2016, /// <summary> - ///The machine temperature is too high. Cannot execute job (Group = GeneralHardware, Category = Critical) - /// </summary> - [pbr::OriginalName("MACHINE_INTERNAL_OVERTEMPERATURE_2")] MachineInternalOvertemperature2 = 2017, - /// <summary> - ///The electrical cabinet temperature is too high. Cannot execute job (Group = GeneralHardware, Category = Critical) - /// </summary> - [pbr::OriginalName("ELECTRICAL_CABINET_OVERTEMPERATURE")] ElectricalCabinetOvertemperature = 2018, - /// <summary> - ///Software error has occurred (Group = GeneralHardware, Category = Error) - /// </summary> - [pbr::OriginalName("FPGA_WATCHDOG_ACTIVATED")] FpgaWatchdogActivated = 2019, - /// <summary> - ///Software error has occurred (Group = GeneralHardware, Category = Error) - /// </summary> - [pbr::OriginalName("UNINTENDED_RESET")] UnintendedReset = 2020, - /// <summary> - ///Temperature measurement error has occurred. Cannot execute job. (Group = GeneralHardware, Category = Error) - /// </summary> - [pbr::OriginalName("TEMPERATURE_MEASUREMENT_ERROR")] TemperatureMeasurementError = 2021, - /// <summary> - ///Cannot read the cartridge. Cannot perform ink filling (Group = GeneralHardware, Category = Error) - /// </summary> - [pbr::OriginalName("RFID_READER_MALFUNCTION_INK_SLOT")] RfidReaderMalfunctionInkSlot = 2022, - /// <summary> - ///Cannot read the cartridge. Cannot replace waste cartridge (Group = GeneralHardware, Category = Error) - /// </summary> - [pbr::OriginalName("RFID_READER_MALFUNCTION_WASTE_SLOT_1")] RfidReaderMalfunctionWasteSlot1 = 2023, - /// <summary> - ///Cannot read the cartridge. Cannot replace waste cartridge (Group = GeneralHardware, Category = Error) - /// </summary> - [pbr::OriginalName("RFID_READER_MALFUNCTION_WASTE_SLOT_2")] RfidReaderMalfunctionWasteSlot2 = 2024, - /// <summary> - ///Thread break. Cannot execute job (Group = ThreadFeedingSystem, Category = Error) + ///Thread break (Group = ThreadFeedingSystem, Category = Error) /// </summary> [pbr::OriginalName("THREAD_BREAK")] ThreadBreak = 3000, /// <summary> - ///Thread tension control failure in feeder dancer. Cannot execute job (Group = ThreadFeedingSystem, Category = Error) + ///Thread tension control faiure in feeder dancer (Group = ThreadFeedingSystem, Category = Error) /// </summary> [pbr::OriginalName("THREAD_TENSION_CONTROL_FAILURE_FEEDER_DANCER")] ThreadTensionControlFailureFeederDancer = 3001, /// <summary> - ///No cone in the winder. Cannot execute job (Group = ThreadFeedingSystem, Category = Error) + ///No cone in the winder (Group = ThreadFeedingSystem, Category = Error) /// </summary> [pbr::OriginalName("WINDER_CONE_DOES_NOT_EXIST")] WinderConeDoesNotExist = 3002, /// <summary> - ///The feeder motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The feeder motor current is too high (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("FEEDER_MOTOR_OVERCURRENT")] FeederMotorOvercurrent = 3003, /// <summary> - ///The current in the right loader motor is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The current in the right loader motor is too high (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("RIGHT_LOADER_MOTOR_OVERCURRENT")] RightLoaderMotorOvercurrent = 3004, /// <summary> - ///The puller motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The puller motor current is too high (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("PULLER_MOTOR_OVERCURRENT")] PullerMotorOvercurrent = 3005, /// <summary> - ///The left loader motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The left loader motor current is too high (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("LEFT_LOADER_MOTOR_OVERCURRENT")] LeftLoaderMotorOvercurrent = 3006, /// <summary> - ///The winder motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The winder motor current is too high (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("WINDER_MOTOR_OVERCURRENT")] WinderMotorOvercurrent = 3007, /// <summary> - ///The screw motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The screw motor current is too high (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("SCREW_MOTOR_OVERCURRENT")] ScrewMotorOvercurrent = 3008, /// <summary> - ///The loading arm motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The loading arm motor current is too high (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("LOADING_ARM_MOTOR_OVERCURRENT")] LoadingArmMotorOvercurrent = 3009, /// <summary> - ///The feeder motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The feeder motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("FEEDER_MOTOR_OVERTEMPERATURE")] FeederMotorOvertemperature = 3010, /// <summary> - ///The right loader motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The right loader motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("RIGHT_LOADER_MOTOR_OVERTEMPERATURE")] RightLoaderMotorOvertemperature = 3011, /// <summary> - ///The puller motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The puller motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("PULLER_MOTOR_OVERTEMPERATURE")] PullerMotorOvertemperature = 3012, /// <summary> - ///The left loader motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The left loader motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("LEFT_LOADER_MOTOR_OVERTEMPERATURE")] LeftLoaderMotorOvertemperature = 3013, /// <summary> - ///The winder motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The winder motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("WINDER_MOTOR_OVERTEMPERATURE")] WinderMotorOvertemperature = 3014, /// <summary> - ///The screw motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The screw motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("SCREW_MOTOR_OVERTEMPERATURE")] ScrewMotorOvertemperature = 3015, /// <summary> - ///The loading arm motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The loading arm motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("LOADING_ARM_MOTOR_OVERTEMPERATURE")] LoadingArmMotorOvertemperature = 3016, /// <summary> - ///Feeder motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///Feeder motor stalled (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("FEEDER_MOTOR_STALL")] FeederMotorStall = 3017, /// <summary> - ///Right loader motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///Right loader motor stalled (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("RIGHT_LOADER_MOTOR_STALL")] RightLoaderMotorStall = 3018, /// <summary> - ///Puller motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///Puller motor stalled (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("PULLER_MOTOR_STALL")] PullerMotorStall = 3019, /// <summary> - ///Left loader motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///Left loader motor stalled (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("LEFT_LOADER_MOTOR_STALL")] LeftLoaderMotorStall = 3020, /// <summary> - ///Winder motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///Winder motor stalled (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("WINDER_MOTOR_STALL")] WinderMotorStall = 3021, /// <summary> - ///Screw motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///Screw motor stalled (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("SCREW_MOTOR_STALL")] ScrewMotorStall = 3022, /// <summary> - ///Loading arm motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///Loading arm motor stalled (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("LOADING_ARM_MOTOR_STALL")] LoadingArmMotorStall = 3023, /// <summary> - ///The feeder motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The feeder motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("FEEDER_MOTOR_UNDERVOLTAGE")] FeederMotorUndervoltage = 3024, /// <summary> - ///The right loader motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The right loader motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("RIGHT_LOADER_MOTOR_UNDERVOLTAGE")] RightLoaderMotorUndervoltage = 3025, /// <summary> - ///The puller motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The puller motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("PULLER_MOTOR_UNDERVOLTAGE")] PullerMotorUndervoltage = 3026, /// <summary> - ///The left loader motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The left loader motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("LEFT_LOADER_MOTOR_UNDERVOLTAGE")] LeftLoaderMotorUndervoltage = 3027, /// <summary> - ///The winder motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The winder motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("WINDER_MOTOR_UNDERVOLTAGE")] WinderMotorUndervoltage = 3028, /// <summary> - ///The screw motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The screw motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("SCREW_MOTOR_UNDERVOLTAGE")] ScrewMotorUndervoltage = 3029, /// <summary> - ///The loading arm motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The loading arm motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("LOADING_ARM_MOTOR_UNDERVOLTAGE")] LoadingArmMotorUndervoltage = 3030, /// <summary> - ///Cannot load thread (Group = ThreadFeedingSystem, Category = Warning) + ///Cannot load thread (Group = ThreadFeedingSystem, Category = Error) /// </summary> [pbr::OriginalName("LTFU_UP_TIMEOUT")] LtfuUpTimeout = 3031, /// <summary> - ///Cannot load thread (Group = ThreadFeedingSystem, Category = Warning) + ///Cannot load thread (Group = ThreadFeedingSystem, Category = Error) /// </summary> [pbr::OriginalName("LTFU_DOWN_TIMEOUT")] LtfuDownTimeout = 3032, /// <summary> - ///Cannot load thread (Group = ThreadFeedingSystem, Category = Warning) + ///Cannot load thread (Group = ThreadFeedingSystem, Category = Error) /// </summary> [pbr::OriginalName("RTFU_UP_TIMEOUT")] RtfuUpTimeout = 3033, /// <summary> - ///Cannot load thread (Group = ThreadFeedingSystem, Category = Warning) + ///Cannot load thread (Group = ThreadFeedingSystem, Category = Error) /// </summary> [pbr::OriginalName("RTFU_DOWN_TIMEOUT")] RtfuDownTimeout = 3034, /// <summary> - ///Screw travel failure. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///Screw travel failure (Group = ThreadFeedingSystem, Category = Error) /// </summary> [pbr::OriginalName("SCREW_MOTOR_LIMIT_TIMEOUT")] ScrewMotorLimitTimeout = 3035, /// <summary> - ///The winder dancer motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The winder dancer motor current is too high (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("WINDER_DANCER_MOTOR_OVERCURRENT")] WinderDancerMotorOvercurrent = 3036, /// <summary> - ///The puller dancer motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The puller dancer motor current is too high (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("PULLER_DANCER_MOTOR_OVERCURRENT")] PullerDancerMotorOvercurrent = 3037, /// <summary> - ///The feeder dancer motor current is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The feeder dancer motor current is too high (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("FEEDER_DANCER_MOTOR_OVERCURRENT")] FeederDancerMotorOvercurrent = 3038, /// <summary> - ///The winder dancer motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The winder dancer motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("WINDER_DANCER_MOTOR_OVERTEMPERATURE")] WinderDancerMotorOvertemperature = 3039, /// <summary> - ///The puller dancer motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The puller dancer motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("PULLER_DANCER_MOTOR_OVERTEMPERATURE")] PullerDancerMotorOvertemperature = 3040, /// <summary> - ///The feeder dancer motor temperature is too high. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The feeder dancer motor temperature is too high (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("FEEDER_DANCER_MOTOR_OVERTEMPERATURE")] FeederDancerMotorOvertemperature = 3041, /// <summary> - ///Winder dancer motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///Winder dancer motor stalled (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("WINDER_DANCER_MOTOR_STALL")] WinderDancerMotorStall = 3042, /// <summary> - ///Puller dancer motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///Puller dancer motor stalled (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("PULLER_DANCER_MOTOR_STALL")] PullerDancerMotorStall = 3043, /// <summary> - ///Feeder dancer motor stalled. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///Feeder dancer motor stalled (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("FEEDER_DANCER_MOTOR_STALL")] FeederDancerMotorStall = 3044, /// <summary> - ///The winder dancer motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The winder dancer motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("WINDER_DANCER_MOTOR_UNDERVOLTAGE")] WinderDancerMotorUndervoltage = 3045, /// <summary> - ///The puller dancer motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The puller dancer motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("PULLER_DANCER_MOTOR_UNDERVOLTAGE")] PullerDancerMotorUndervoltage = 3046, /// <summary> - ///The feeder dancer motor voltage is too low. Cannot execute job (Group = ThreadFeedingSystem, Category = Warning) + ///The feeder dancer motor voltage is too low (Group = ThreadFeedingSystem, Category = Critical) /// </summary> [pbr::OriginalName("FEEDER_DANCER_MOTOR_UNDERVOLTAGE")] FeederDancerMotorUndervoltage = 3047, /// <summary> - ///Thread tension control failure in puller dancer. Cannot execute job (Group = ThreadFeedingSystem, Category = Error) + ///Thread tension control failure in puller dancer (Group = ThreadFeedingSystem, Category = Error) /// </summary> [pbr::OriginalName("THREAD_TENSION_CONTROL_FAILURE_PULLER_DANCER")] ThreadTensionControlFailurePullerDancer = 3048, /// <summary> - ///Thread tension control failure in winder dancer. Cannot execute job (Group = ThreadFeedingSystem, Category = Error) + ///Thread tension control failure in winder dancer (Group = ThreadFeedingSystem, Category = Error) /// </summary> [pbr::OriginalName("THREAD_TENSION_CONTROL_FAILURE_WINDER_DANCER")] ThreadTensionControlFailureWinderDancer = 3049, /// <summary> - ///No thread in machine. Cannot execute job (Group = ThreadFeedingSystem, Category = Error) + /// (Group = ThreadFeedingSystem, Category = Error) /// </summary> [pbr::OriginalName("MACHINE_STATE_NO_THREAD_DETECTED")] MachineStateNoThreadDetected = 3050, /// <summary> - ///Thread loading error. Cannot execute job (Group = ThreadFeedingSystem, Category = Error) - /// </summary> - [pbr::OriginalName("THREAD_LOADING_ERROR")] ThreadLoadingError = 3051, - /// <summary> - ///The dryer motor current is too high. Cannot execute job (Group = Dryer, Category = Warning) + ///The dryer motor current is too high (Group = Dryer, Category = Critical) /// </summary> [pbr::OriginalName("DRYER_MOTOR_OVERCURRENT")] DryerMotorOvercurrent = 4000, /// <summary> - ///The dryer motor temperature is too high. Cannot execute jobs (Group = Dryer, Category = Warning) + ///The dryer motor temperature is too high (Group = Dryer, Category = Critical) /// </summary> [pbr::OriginalName("DRYER_MOTOR_OVERTEMPERATURE")] DryerMotorOvertemperature = 4001, /// <summary> - ///Dryer motor stalled. Cannot execute job (Group = Dryer, Category = Warning) + ///Dryer motor stalled (Group = Dryer, Category = Critical) /// </summary> [pbr::OriginalName("DRYER_MOTOR_STALL")] DryerMotorStall = 4002, /// <summary> - ///The dryer motor voltage is too low. Cannot execute job (Group = Dryer, Category = Warning) + ///The dryer motor voltage is too low (Group = Dryer, Category = Critical) /// </summary> [pbr::OriginalName("DRYER_MOTOR_UNDERVOLTAGE")] DryerMotorUndervoltage = 4003, /// <summary> - ///The dryer door is open. Cannot execute job (Group = Dryer, Category = Critical) + ///The dryer door is open (Group = Dryer, Category = Safety) /// </summary> [pbr::OriginalName("DRYER_DOOR_OPEN")] DryerDoorOpen = 4004, /// <summary> - ///The temperature in dryer zone is too high. Cannot execute job (Group = Dryer, Category = Critical) + ///The temperature in dryer zone 1 is too high (Group = Dryer, Category = Critical) /// </summary> [pbr::OriginalName("DRYER_ZONE_1_OVERTEMPERATURE")] DryerZone1Overtemperature = 4005, /// <summary> - ///The temperature in dryer zone is too high. Cannot execute job (Group = Dryer, Category = Error) + ///The temperature in dryer zone 2 is too high (Group = Dryer, Category = Critical) /// </summary> [pbr::OriginalName("DRYER_ZONE_2_OVERTEMPERATURE")] DryerZone2Overtemperature = 4006, /// <summary> - ///The temperature in dryer zone is too low. Cannot execute job (Group = Dryer, Category = Warning) + ///The temperature in dryer zone 1 is too low (Group = Dryer, Category = Warning) /// </summary> [pbr::OriginalName("DRYER_ZONE_1_UNDERTEMPERATURE_A")] DryerZone1UndertemperatureA = 4007, /// <summary> - ///The temperature in dryer zone is too low. Cannot execute job (Group = Dryer, Category = Error) + ///The temperature in dryer zone 1 is too low (Group = Dryer, Category = Error) /// </summary> [pbr::OriginalName("DRYER_ZONE_1_UNDERTEMPERATURE_B")] DryerZone1UndertemperatureB = 4008, /// <summary> - ///The temperature in dryer zone is too low. Cannot execute job (Group = Dryer, Category = Error) + ///The temperature in dryer zone 2 is too low (Group = Dryer, Category = Error) /// </summary> [pbr::OriginalName("DRYER_ZONE_2_UNDERTEMPERATURE_B")] DryerZone2UndertemperatureB = 4009, /// <summary> - ///Thermal cut-off. Cannot execute job (Group = Dryer, Category = Critical) + ///Thermal cut-off (Group = Dryer, Category = Safety) /// </summary> [pbr::OriginalName("DRYER_THERMAL_CUTOFF")] DryerThermalCutoff = 4010, /// <summary> - ///Dryer zone current is out of range. Cannot execute job (Group = Dryer, Category = Warning) + ///Dryer zone current is out of range (Group = Dryer, Category = Critical) /// </summary> [pbr::OriginalName("DRYER_HEATERS_ZONE_1_CURRENT_OUT_OF_RANGE")] DryerHeatersZone1CurrentOutOfRange = 4011, /// <summary> - ///Dryer zone current is out of range. Cannot execute job (Group = Dryer, Category = Warning) + ///Dryer zone current is out of range (Group = Dryer, Category = Critical) /// </summary> [pbr::OriginalName("DRYER_HEATERS_ZONE_2_CURRENT_OUT_OF_RANGE")] DryerHeatersZone2CurrentOutOfRange = 4012, /// <summary> - ///Dryer zone current loop break. Cannot execute job (Group = Dryer, Category = Error) + ///Dryer zone current loop break (Group = Dryer, Category = Critical) /// </summary> [pbr::OriginalName("DRYER_HEATERS_ZONE_1_CURRENT_LOOP_BREAK")] DryerHeatersZone1CurrentLoopBreak = 4013, /// <summary> - ///Dryer zone current loop break. Cannot execute job (Group = Dryer, Category = Error) + ///Dryer zone current loop break (Group = Dryer, Category = Critical) /// </summary> [pbr::OriginalName("DRYER_HEATERS_ZONE_2_CURRENT_LOOP_BREAK")] DryerHeatersZone2CurrentLoopBreak = 4014, /// <summary> - ///Dryer fan RPM is too low. Cannot execute job (Group = Dryer, Category = Warning) + ///Dryer fan RPM is too low (Group = Dryer, Category = Warning) /// </summary> [pbr::OriginalName("DRYER_FAN_RPM_TOO_LOW")] DryerFanRpmTooLow = 4015, /// <summary> - ///Dryer fan stopped. Cannot execute job (Group = Dryer, Category = Critical) + ///Dryer fan stopped (Group = Dryer, Category = Critical) /// </summary> [pbr::OriginalName("DRYER_FAN_STOPPED")] DryerFanStopped = 4016, /// <summary> - ///The current in dryer lid motor is too high. Cannot execute job (Group = Dryer, Category = Warning) + ///The current in dryer lid motor is too high (Group = Dryer, Category = Critical) /// </summary> [pbr::OriginalName("DRYER_LID_MOTOR_OVERCURRENT")] DryerLidMotorOvercurrent = 4017, /// <summary> - ///The temperature in the dryer lid motor is too high. Cannot execute job (Group = Dryer, Category = Warning) + ///The temperature in the dryer lid motor is too high (Group = Dryer, Category = Critical) /// </summary> [pbr::OriginalName("DRYER_LID_MOTOR_OVERTEMPERATURE")] DryerLidMotorOvertemperature = 4018, /// <summary> - ///Dryer lid motor stalled. Cannot execute job (Group = Dryer, Category = Warning) + ///Dryer lid motor stalled (Group = Dryer, Category = Critical) /// </summary> [pbr::OriginalName("DRYER_LID_MOTOR_STALL")] DryerLidMotorStall = 4019, /// <summary> - ///The dryer lid motor voltage is too low. Cannot execute job (Group = Dryer, Category = Warning) + ///The dryer lid motor voltage is too low (Group = Dryer, Category = Critical) /// </summary> [pbr::OriginalName("DRYER_LID_MOTOR_UNDERVOLTAGE")] DryerLidMotorUndervoltage = 4020, /// <summary> - ///The temperature in dryer zone is too low. Cannot execute job (Group = Dryer, Category = Warning) + ///The temperature in dryer zone 2 is too low (Group = Dryer, Category = Warning) /// </summary> [pbr::OriginalName("DRYER_ZONE_2_UNDERTEMPERATURE_A")] DryerZone2UndertemperatureA = 4021, /// <summary> - ///The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical) + ///The temperature in dyeing head zone is too high (Group = DyeingHead, Category = Critical) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_1_OVERTEMPERATURE")] DyeingHeadZone1Overtemperature = 5000, /// <summary> - ///The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical) + ///The temperature in dyeing head zone is too high (Group = DyeingHead, Category = Critical) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_2_OVERTEMPERATURE")] DyeingHeadZone2Overtemperature = 5001, /// <summary> - ///The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical) + ///The temperature in dyeing head zone is too high (Group = DyeingHead, Category = Critical) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_3_OVERTEMPERATURE")] DyeingHeadZone3Overtemperature = 5002, /// <summary> - ///The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical) + ///The temperature in dyeing head zone is too high (Group = DyeingHead, Category = Critical) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_4_OVERTEMPERATURE")] DyeingHeadZone4Overtemperature = 5003, /// <summary> - ///The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical) + ///The temperature in dyeing head zone is too high (Group = DyeingHead, Category = Critical) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_5_OVERTEMPERATURE")] DyeingHeadZone5Overtemperature = 5004, /// <summary> - ///The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Critical) + ///The temperature in dyeing head zone is too high (Group = DyeingHead, Category = Critical) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_6_OVERTEMPERATURE")] DyeingHeadZone6Overtemperature = 5005, /// <summary> - ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning) + ///The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Warning) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_1_UNDERTEMPERATURE_A")] DyeingHeadZone1UndertemperatureA = 5006, /// <summary> - ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning) + ///The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Warning) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_2_UNDERTEMPERATURE_A")] DyeingHeadZone2UndertemperatureA = 5007, /// <summary> - ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning) + ///The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Warning) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_3_UNDERTEMPERATURE_A")] DyeingHeadZone3UndertemperatureA = 5008, /// <summary> - ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning) + ///The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Warning) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_4_UNDERTEMPERATURE_A")] DyeingHeadZone4UndertemperatureA = 5009, /// <summary> - ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning) + ///The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Warning) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_5_UNDERTEMPERATURE_A")] DyeingHeadZone5UndertemperatureA = 5010, /// <summary> - ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning) + ///The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Warning) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_6_UNDERTEMPERATURE_A")] DyeingHeadZone6UndertemperatureA = 5011, /// <summary> - ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error) + ///The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Error) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_1_UNDERTEMPERATURE_B")] DyeingHeadZone1UndertemperatureB = 5012, /// <summary> - ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error) + ///The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Error) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_2_UNDERTEMPERATURE_B")] DyeingHeadZone2UndertemperatureB = 5013, /// <summary> - ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error) + ///The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Error) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_3_UNDERTEMPERATURE_B")] DyeingHeadZone3UndertemperatureB = 5014, /// <summary> - ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error) + ///The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Error) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_4_UNDERTEMPERATURE_B")] DyeingHeadZone4UndertemperatureB = 5015, /// <summary> - ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error) + ///The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Error) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_5_UNDERTEMPERATURE_B")] DyeingHeadZone5UndertemperatureB = 5016, /// <summary> - ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error) + ///The temperature in dyeing head zone is too low (Group = DyeingHead, Category = Error) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_6_UNDERTEMPERATURE_B")] DyeingHeadZone6UndertemperatureB = 5017, /// <summary> - ///Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning) + ///Dyeing head zone current is out of range (Group = DyeingHead, Category = Warning) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_1_CURRENT_OUT_OF_RANGE")] DyeingHeadZone1CurrentOutOfRange = 5018, /// <summary> - ///Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning) + ///Dyeing head zone current is out of range (Group = DyeingHead, Category = Warning) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_2_CURRENT_OUT_OF_RANGE")] DyeingHeadZone2CurrentOutOfRange = 5019, /// <summary> - ///Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning) + ///Dyeing head zone current is out of range (Group = DyeingHead, Category = Warning) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_3_CURRENT_OUT_OF_RANGE")] DyeingHeadZone3CurrentOutOfRange = 5020, /// <summary> - ///Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning) + ///Dyeing head zone current is out of range (Group = DyeingHead, Category = Warning) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_4_CURRENT_OUT_OF_RANGE")] DyeingHeadZone4CurrentOutOfRange = 5021, /// <summary> - ///Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning) + ///Dyeing head zone current is out of range (Group = DyeingHead, Category = Warning) /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_5_CURRENT_OUT_OF_RANGE")] DyeingHeadZone5CurrentOutOfRange = 5022, + [pbr::OriginalName("DYEING_HEAD_ZONE_5_6_CURRENT_OUT_OF_RANGE")] DyeingHeadZone56CurrentOutOfRange = 5022, /// <summary> - ///Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error) + ///Dyeing head zone current loop break (Group = DyeingHead, Category = Error) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_1_CURRENT_LOOP_BREAK")] DyeingHeadZone1CurrentLoopBreak = 5023, /// <summary> - ///Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error) + ///Dyeing head zone current loop break (Group = DyeingHead, Category = Error) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_2_CURRENT_LOOP_BREAK")] DyeingHeadZone2CurrentLoopBreak = 5024, /// <summary> - ///Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error) + ///Dyeing head zone current loop break (Group = DyeingHead, Category = Error) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_3_CURRENT_LOOP_BREAK")] DyeingHeadZone3CurrentLoopBreak = 5025, /// <summary> - ///Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error) + ///Dyeing head zone current loop break (Group = DyeingHead, Category = Error) /// </summary> [pbr::OriginalName("DYEING_HEAD_ZONE_4_CURRENT_LOOP_BREAK")] DyeingHeadZone4CurrentLoopBreak = 5026, /// <summary> - ///Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error) + ///Dyeing head zone current loop break (Group = DyeingHead, Category = Error) /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_5_CURRENT_LOOP_BREAK")] DyeingHeadZone5CurrentLoopBreak = 5027, + [pbr::OriginalName("DYEING_HEAD_ZONE_5_6_CURRENT_LOOP_BREAK")] DyeingHeadZone56CurrentLoopBreak = 5027, /// <summary> - ///Thermal cut-off. Cannot execute job (Group = DyeingHead, Category = Critical) + ///Thermal cut-off (Group = DyeingHead, Category = Safety) /// </summary> [pbr::OriginalName("DYEING_HEAD_THERMAL_CUTOFF")] DyeingHeadThermalCutoff = 5028, /// <summary> - ///Could not open the dyeing head cover. Cannot execute job (Group = DyeingHead, Category = Error) + ///Could not open the dyeing head cover (Group = DyeingHead, Category = Error) /// </summary> [pbr::OriginalName("DYEING_HEAD_COVER_OPEN_TIMEOUT")] DyeingHeadCoverOpenTimeout = 5029, /// <summary> - ///Could not close the dyeing head cover. Cannot execute job (Group = DyeingHead, Category = Error) + ///Could not close the dyeing head cover (Group = DyeingHead, Category = Error) /// </summary> [pbr::OriginalName("DYEING_HEAD_COVER_CLOSE_TIMEOUT")] DyeingHeadCoverCloseTimeout = 5030, /// <summary> - ///The current in the dyeing head cover motor is too high. Cannot execute job (Group = DyeingHead, Category = Warning) + ///The current in the dyeing head cover motor is too high (Group = DyeingHead, Category = Critical) /// </summary> [pbr::OriginalName("DYEING_HEAD_COVER_MOTOR_OVERCURRENT")] DyeingHeadCoverMotorOvercurrent = 5031, /// <summary> - ///The temperature in the dyeing head cover motor is too high. Cannot execute job (Group = DyeingHead, Category = Warning) + ///The temperature in the dyeing head cover motor is too high (Group = DyeingHead, Category = Critical) /// </summary> [pbr::OriginalName("DYEING_HEAD_COVER_MOTOR_OVERTEMPERATURE")] DyeingHeadCoverMotorOvertemperature = 5032, /// <summary> - ///Dyeing head cover motor stalled. Cannot execute job (Group = DyeingHead, Category = Warning) + ///Dyeing head cover motor stalled (Group = DyeingHead, Category = Critical) /// </summary> [pbr::OriginalName("DYEING_HEAD_COVER_MOTOR_STALL")] DyeingHeadCoverMotorStall = 5033, /// <summary> - ///The voltage in the dyeing head cover motor is too low. Cannot execute job (Group = DyeingHead, Category = Warning) + ///The voltage in the dyeing head cover motor is too low (Group = DyeingHead, Category = Critical) /// </summary> [pbr::OriginalName("DYEING_HEAD_COVER_MOTOR_UNDERVOLTAGE")] DyeingHeadCoverMotorUndervoltage = 5034, /// <summary> - ///The current in the dyeing head cleaning mechanism motor is too high. Cannot execute job (Group = DyeingHead, Category = Warning) + ///The current in the dyeing head cleaning mechanism motor is too high (Group = DyeingHead, Category = Critical) /// </summary> [pbr::OriginalName("DYEING_HEAD_CLEANING_MECHANISM_MOTOR_OVERCURRENT")] DyeingHeadCleaningMechanismMotorOvercurrent = 5035, /// <summary> - ///The temperature in the dyeing head cleaning mechanism motor is too high. Cannot execute job (Group = DyeingHead, Category = Warning) + ///The temperature in the dyeing head cleaning mechanism motor is too high (Group = DyeingHead, Category = Critical) /// </summary> [pbr::OriginalName("DYEING_HEAD_CLEANING_MECHANISM_MOTOR_OVERTEMPERATURE")] DyeingHeadCleaningMechanismMotorOvertemperature = 5036, /// <summary> - ///Dyeing head cleaning mechanism motor stalled. Cannot execute job (Group = DyeingHead, Category = Warning) + ///Dyeing head cleaning mechanism motor stalled (Group = DyeingHead, Category = Critical) /// </summary> [pbr::OriginalName("DYEING_HEAD_CLEANING_MECHANISM_MOTOR_STALL")] DyeingHeadCleaningMechanismMotorStall = 5037, /// <summary> - ///The voltage in dyeing head cleaning mechanism motor is too low. Cannot execute job (Group = DyeingHead, Category = Warning) + ///The voltage in dyeing head cleaning mechanism motor is too low (Group = DyeingHead, Category = Critical) /// </summary> [pbr::OriginalName("DYEING_HEAD_CLEANING_MECHANISM_MOTOR_UNDERVOLTAGE")] DyeingHeadCleaningMechanismMotorUndervoltage = 5038, /// <summary> - ///The current in the dyeing head cleaning head motor is too high. Cannot execute job (Group = DyeingHead, Category = Warning) + ///The current in the dyeing head cleaning head motor is too high (Group = DyeingHead, Category = Critical) /// </summary> [pbr::OriginalName("DYEING_HEAD_CLEANING_HEAD_MOTOR_OVERCURRENT")] DyeingHeadCleaningHeadMotorOvercurrent = 5039, /// <summary> - ///The temperature in the dyeing head cleaning head motor is too high. Cannot execute job (Group = DyeingHead, Category = Warning) + ///The temperature in the dyeing head cleaning head motor is too high (Group = DyeingHead, Category = Critical) /// </summary> [pbr::OriginalName("DYEING_HEAD_CLEANING_HEAD_MOTOR_OVERTEMPERATURE")] DyeingHeadCleaningHeadMotorOvertemperature = 5040, /// <summary> - ///Dyeing head cleaning mechanism motor stalled. Cannot execute job (Group = DyeingHead, Category = Warning) + ///Dyeing head cleaning mechanism motor stalled (Group = DyeingHead, Category = Critical) /// </summary> [pbr::OriginalName("DYEING_HEAD_CLEANING_HEAD_MOTOR_STALL")] DyeingHeadCleaningHeadMotorStall = 5041, /// <summary> - ///The voltage in dyeing head cleaning head motor is too low. Cannot execute job (Group = DyeingHead, Category = Warning) + ///The voltage in dyeing head cleaning head motor is too low (Group = DyeingHead, Category = Critical) /// </summary> [pbr::OriginalName("DYEING_HEAD_CLEANING_HEAD_MOTOR_UNDERVOLTAGE")] DyeingHeadCleaningHeadMotorUndervoltage = 5042, /// <summary> - ///The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_7_OVERTEMPERATURE")] DyeingHeadZone7Overtemperature = 5043, - /// <summary> - ///The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_8_OVERTEMPERATURE")] DyeingHeadZone8Overtemperature = 5044, - /// <summary> - ///The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_9_OVERTEMPERATURE")] DyeingHeadZone9Overtemperature = 5045, - /// <summary> - ///The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_10_OVERTEMPERATURE")] DyeingHeadZone10Overtemperature = 5046, - /// <summary> - ///The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_11_OVERTEMPERATURE")] DyeingHeadZone11Overtemperature = 5047, - /// <summary> - ///The temperature in dyeing head zone is too high. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_12_OVERTEMPERATURE")] DyeingHeadZone12Overtemperature = 5048, - /// <summary> - ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_7_UNDERTEMPERATURE_A")] DyeingHeadZone7UndertemperatureA = 5049, - /// <summary> - ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_8_UNDERTEMPERATURE_A")] DyeingHeadZone8UndertemperatureA = 5050, - /// <summary> - ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_9_UNDERTEMPERATURE_A")] DyeingHeadZone9UndertemperatureA = 5051, - /// <summary> - ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_10_UNDERTEMPERATURE_A")] DyeingHeadZone10UndertemperatureA = 5052, - /// <summary> - ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_11_UNDERTEMPERATURE_A")] DyeingHeadZone11UndertemperatureA = 5053, - /// <summary> - ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Warning) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_12_UNDERTEMPERATURE_A")] DyeingHeadZone12UndertemperatureA = 5054, - /// <summary> - ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_7_UNDERTEMPERATURE_B")] DyeingHeadZone7UndertemperatureB = 5055, - /// <summary> - ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_8_UNDERTEMPERATURE_B")] DyeingHeadZone8UndertemperatureB = 5056, - /// <summary> - ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_9_UNDERTEMPERATURE_B")] DyeingHeadZone9UndertemperatureB = 5057, - /// <summary> - ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_10_UNDERTEMPERATURE_B")] DyeingHeadZone10UndertemperatureB = 5058, - /// <summary> - ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_11_UNDERTEMPERATURE_B")] DyeingHeadZone11UndertemperatureB = 5059, - /// <summary> - ///The temperature in dyeing head zone is too low. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_12_UNDERTEMPERATURE_B")] DyeingHeadZone12UndertemperatureB = 5060, - /// <summary> - ///Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_6_CURRENT_OUT_OF_RANGE")] DyeingHeadZone6CurrentOutOfRange = 5061, - /// <summary> - ///Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_7_CURRENT_OUT_OF_RANGE")] DyeingHeadZone7CurrentOutOfRange = 5062, - /// <summary> - ///Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_8_CURRENT_OUT_OF_RANGE")] DyeingHeadZone8CurrentOutOfRange = 5063, - /// <summary> - ///Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_9_CURRENT_OUT_OF_RANGE")] DyeingHeadZone9CurrentOutOfRange = 5064, - /// <summary> - ///Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_10_CURRENT_OUT_OF_RANGE")] DyeingHeadZone10CurrentOutOfRange = 5065, - /// <summary> - ///Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_11_CURRENT_OUT_OF_RANGE")] DyeingHeadZone11CurrentOutOfRange = 5066, - /// <summary> - ///Dyeing head zone current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_12_CURRENT_OUT_OF_RANGE")] DyeingHeadZone12CurrentOutOfRange = 5067, - /// <summary> - ///Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_6_CURRENT_LOOP_BREAK")] DyeingHeadZone6CurrentLoopBreak = 5068, - /// <summary> - ///Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_7_CURRENT_LOOP_BREAK")] DyeingHeadZone7CurrentLoopBreak = 5069, - /// <summary> - ///Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_8_CURRENT_LOOP_BREAK")] DyeingHeadZone8CurrentLoopBreak = 5070, - /// <summary> - ///Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_9_CURRENT_LOOP_BREAK")] DyeingHeadZone9CurrentLoopBreak = 5071, - /// <summary> - ///Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_10_CURRENT_LOOP_BREAK")] DyeingHeadZone10CurrentLoopBreak = 5072, - /// <summary> - ///Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_11_CURRENT_LOOP_BREAK")] DyeingHeadZone11CurrentLoopBreak = 5073, - /// <summary> - ///Dyeing head zone current loop break. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ZONE_12_CURRENT_LOOP_BREAK")] DyeingHeadZone12CurrentLoopBreak = 5074, - /// <summary> - ///The temperature in dyeing head blower is too high. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_BLOWER_1_OVERTEMPERATURE")] DyeingHeadBlower1Overtemperature = 5075, - /// <summary> - ///The temperature in dyeing head blower is too high. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_BLOWER_2_OVERTEMPERATURE")] DyeingHeadBlower2Overtemperature = 5076, - /// <summary> - ///The temperature in dyeing head blower is too low. Cannot execute job (Group = DyeingHead, Category = Warning) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_BLOWER_1_UNDERTEMPERATURE_A")] DyeingHeadBlower1UndertemperatureA = 5077, - /// <summary> - ///The temperature in dyeing head blower is too low. Cannot execute job (Group = DyeingHead, Category = Warning) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_BLOWER_2_UNDERTEMPERATURE_A")] DyeingHeadBlower2UndertemperatureA = 5078, - /// <summary> - ///The temperature in dyeing head blower is too low. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_BLOWER_1_UNDERTEMPERATURE_B")] DyeingHeadBlower1UndertemperatureB = 5079, - /// <summary> - ///The temperature in dyeing head blower is too low. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_BLOWER_2_UNDERTEMPERATURE_B")] DyeingHeadBlower2UndertemperatureB = 5080, - /// <summary> - ///Dyeing head blower current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_BLOWER_1_CURRENT_OUT_OF_RANGE")] DyeingHeadBlower1CurrentOutOfRange = 5081, - /// <summary> - ///Dyeing head blower current is out of range. Cannot execute job (Group = DyeingHead, Category = Warning) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_BLOWER_2_CURRENT_OUT_OF_RANGE")] DyeingHeadBlower2CurrentOutOfRange = 5082, - /// <summary> - ///Dyeing head blower current loop break. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_BLOWER_1_CURRENT_LOOP_BREAK")] DyeingHeadBlower1CurrentLoopBreak = 5083, - /// <summary> - ///Dyeing head blower current loop break. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_BLOWER_2_CURRENT_LOOP_BREAK")] DyeingHeadBlower2CurrentLoopBreak = 5084, - /// <summary> - ///Dyeing head blower fan has stopped. Cannot execute job (Group = DyeingHead, Category = Critical) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_BLOWER_1_FAN_STOPPED")] DyeingHeadBlower1FanStopped = 5085, - /// <summary> - ///Dyeing head blower fan has stopped. Cannot execute job (Group = DyeingHead, Category = Critical) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_BLOWER_2_FAN_STOPPED")] DyeingHeadBlower2FanStopped = 5086, - /// <summary> - ///Dyeing head blower fan RPM is too low. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_BLOWER_1_FAN_RPM_TOO_LOW")] DyeingHeadBlower1FanRpmTooLow = 5087, - /// <summary> - ///Dyeing head blower fan RPM is too low. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_BLOWER_2_FAN_RPM_TOO_LOW")] DyeingHeadBlower2FanRpmTooLow = 5088, - /// <summary> - ///Dyeing head actuator did not reach position. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_RIGHT_ACTUATOR_UP_TIMEOUT")] DyeingHeadRightActuatorUpTimeout = 5089, - /// <summary> - ///Dyeing head actuator did not reach position. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_LEFT_ACTUATOR_UP_TIMEOUT")] DyeingHeadLeftActuatorUpTimeout = 5090, - /// <summary> - ///Dyeing head actuator did not reach position. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_RIGHT_ACTUATOR_DOWN_TIMEOUT")] DyeingHeadRightActuatorDownTimeout = 5091, - /// <summary> - ///Dyeing head actuator did not reach position. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_LEFT_ACTUATOR_DOWN_TIMEOUT")] DyeingHeadLeftActuatorDownTimeout = 5092, - /// <summary> - ///Dyeing head blower flow is too high. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_BLOWER_1_FLOW_TOO_HIGH")] DyeingHeadBlower1FlowTooHigh = 5093, - /// <summary> - ///Dyeing head blower flow is too high. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_BLOWER_2_FLOW_TOO_HIGH")] DyeingHeadBlower2FlowTooHigh = 5094, - /// <summary> - ///Dyeing head blower flow is too low. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_BLOWER_1_FLOW_TOO_LOW")] DyeingHeadBlower1FlowTooLow = 5095, - /// <summary> - ///Dyeing head blower flow is too low. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_BLOWER_2_FLOW_TOO_LOW")] DyeingHeadBlower2FlowTooLow = 5096, - /// <summary> - ///Dyeing head arc lid is open. Cannot execute job. (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_ARC_LID_IS_OPEN")] DyeingHeadArcLidIsOpen = 5097, - /// <summary> - ///Dyeing head tunnel lid is open. Cannot execute job (Group = DyeingHead, Category = Error) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_TUNNEL_LID_IS_OPEN")] DyeingHeadTunnelLidIsOpen = 5098, - /// <summary> - ///Dyeing head cover is open. Cannot execute job (Group = DyeingHead, Category = Warning) - /// </summary> - [pbr::OriginalName("DYEING_HEAD_COVER_IS_OPEN")] DyeingHeadCoverIsOpen = 5099, - /// <summary> - ///The temperature in the mixer is too high. Cannot execute job (Group = Mixer, Category = Error) + ///The temperature in the mixer is too high (Group = Mixer, Category = Critical) /// </summary> [pbr::OriginalName("MIXER_OVERTEMPERATURE")] MixerOvertemperature = 6000, /// <summary> - ///The temperature in the mixer is too low. Cannot execute job (Group = Mixer, Category = Warning) + ///The temperature in the mixer is too low (Group = Mixer, Category = Warning) /// </summary> [pbr::OriginalName("MIXER_UNDERTEMPERATURE_A")] MixerUndertemperatureA = 6001, /// <summary> - ///The temperature in the mixer is too low. Cannot execute job (Group = Mixer, Category = Error) + ///The temperature in the mixer is too low (Group = Mixer, Category = Error) /// </summary> [pbr::OriginalName("MIXER_UNDERTEMPERATURE_B")] MixerUndertemperatureB = 6002, /// <summary> - ///Thermal cutoff. Cannot execute job (Group = Mixer, Category = Critical) + ///Thermal cutoff (Group = Mixer, Category = Safety) /// </summary> [pbr::OriginalName("MIXER_THERMAL_CUTOFF")] MixerThermalCutoff = 6003, /// <summary> - ///Mixer current is out of range. Cannot execute job (Group = Mixer, Category = Warning) + ///Mixer current is out of range (Group = Mixer, Category = Warning) /// </summary> [pbr::OriginalName("MIXER_CURRENT_OUT_OF_RANGE")] MixerCurrentOutOfRange = 6004, /// <summary> - ///Mixer current loop break. Cannot execute job (Group = Mixer, Category = Error) + ///Mixer current loop break (Group = Mixer, Category = Error) /// </summary> [pbr::OriginalName("MIXER_CURRENT_LOOP_BREAK")] MixerCurrentLoopBreak = 6005, /// <summary> - ///Overpressure in black dispenser . Cannot execute job (Group = Dispensers, Category = Critical) + ///Overpressure in dispenser 1 (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_1_OVERPRESSURE")] Dispenser1Overpressure = 7000, /// <summary> - ///Overpressure in cyan dispenser. Cannot execute job (Group = Dispensers, Category = Critical) + ///Overpressure in dispenser 2 (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_2_OVERPRESSURE")] Dispenser2Overpressure = 7001, /// <summary> - ///Overpressure in magenta dispenser. Cannot execute job (Group = Dispensers, Category = Critical) + ///Overpressure in dispenser 3 (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_3_OVERPRESSURE")] Dispenser3Overpressure = 7002, /// <summary> - ///Overpressure in yellow dispenser. Cannot execute job (Group = Dispensers, Category = Critical) + ///Overpressure in dispenser 4 (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_4_OVERPRESSURE")] Dispenser4Overpressure = 7003, /// <summary> - ///Overpressure in transparent ink dispenser. Cannot execute job (Group = Dispensers, Category = Critical) + ///Overpressure in dispenser 5 (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_5_OVERPRESSURE")] Dispenser5Overpressure = 7004, /// <summary> - ///Overpressure in spot color 1 dispenser. Cannot execute job (Group = Dispensers, Category = Critical) + ///Overpressure in dispenser 6 (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_6_OVERPRESSURE")] Dispenser6Overpressure = 7005, /// <summary> - ///Overpressure in cleaner dispenser. Cannot execute job (Group = Dispensers, Category = Critical) + ///Overpressure in dispenser 7 (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_7_OVERPRESSURE")] Dispenser7Overpressure = 7006, /// <summary> - ///Overpressure in lubricant dispenser. Cannot execute job (Group = Dispensers, Category = Critical) + ///Overpressure in dispenser 8 (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_8_OVERPRESSURE")] Dispenser8Overpressure = 7007, /// <summary> - ///The pressure in black dispenser is too low. Cannot execute job (Group = Dispensers, Category = Error) + ///The pressure in dispenser 1 is too low (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_1_UNDERPRESSURE")] Dispenser1Underpressure = 7008, /// <summary> - ///The pressure in cyan dispenser is too low. Cannot execute job (Group = Dispensers, Category = Error) + ///The pressure in dispenser 2 is too low (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_2_UNDERPRESSURE")] Dispenser2Underpressure = 7009, /// <summary> - ///The pressure in magenta dispenser is too low. Cannot execute job (Group = Dispensers, Category = Error) + ///The pressure in dispenser 3 is too low (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_3_UNDERPRESSURE")] Dispenser3Underpressure = 7010, /// <summary> - ///The pressure in yellow dispenser is too low. Cannot execute job (Group = Dispensers, Category = Error) + ///The pressure in dispenser 4 is too low (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_4_UNDERPRESSURE")] Dispenser4Underpressure = 7011, /// <summary> - ///The pressure in transparent ink dispenser is too low. Cannot execute job (Group = Dispensers, Category = Error) + ///The pressure in dispenser 5 is too low (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_5_UNDERPRESSURE")] Dispenser5Underpressure = 7012, /// <summary> - ///The pressure in spot color 1 dispenser is too low. Cannot execute job (Group = Dispensers, Category = Error) + ///The pressure in dispenser 6 is too low (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_6_UNDERPRESSURE")] Dispenser6Underpressure = 7013, /// <summary> - ///The pressure in cleaner dispenser is too low. Cannot execute job (Group = Dispensers, Category = Error) + ///The pressure in dispenser 7 is too low (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_7_UNDERPRESSURE")] Dispenser7Underpressure = 7014, /// <summary> - ///The pressure in lubricant dispenser is too low. Cannot execute job (Group = Dispensers, Category = Error) + ///The pressure in dispenser 8 is too low (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_8_UNDERPRESSURE")] Dispenser8Underpressure = 7015, /// <summary> - ///Black dispenser is empty (Group = Dispensers, Category = Error) + ///Dispenser 1 is empty (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_1_EMPTY")] Dispenser1Empty = 7016, /// <summary> - ///Cyan dispenser is empty (Group = Dispensers, Category = Error) + ///Dispenser 2 is empty (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_2_EMPTY")] Dispenser2Empty = 7017, /// <summary> - ///Magenta dispenser is empty (Group = Dispensers, Category = Error) + ///Dispenser 3 is empty (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_3_EMPTY")] Dispenser3Empty = 7018, /// <summary> - ///Yellow dispenser is empty (Group = Dispensers, Category = Error) + ///Dispenser 4 is empty (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_4_EMPTY")] Dispenser4Empty = 7019, /// <summary> - ///Transparent ink dispenser is empty (Group = Dispensers, Category = Error) + ///Dispenser 5 is empty (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_5_EMPTY")] Dispenser5Empty = 7020, /// <summary> - ///Spot color 1 dispenser is empty (Group = Dispensers, Category = Error) + ///Dispenser 6 is empty (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_6_EMPTY")] Dispenser6Empty = 7021, /// <summary> - ///Cleaner dispenser is empty (Group = Dispensers, Category = Error) + ///Dispenser 7 is empty (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_7_EMPTY")] Dispenser7Empty = 7022, /// <summary> - ///Lubricant dispenser is empty (Group = Dispensers, Category = Error) + ///Dispenser 8 is empty (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_8_EMPTY")] Dispenser8Empty = 7023, /// <summary> - ///Dispenser problem. Cannot execute job (Group = Dispensers, Category = Error) + ///Dispenser problem (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_1_REFILL_FAILURE")] Dispenser1RefillFailure = 7024, /// <summary> - ///Dispenser problem. Cannot execute job (Group = Dispensers, Category = Error) + ///Dispenser problem (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_2_REFILL_FAILURE")] Dispenser2RefillFailure = 7025, /// <summary> - ///Dispenser problem. Cannot execute job (Group = Dispensers, Category = Error) + ///Dispenser problem (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_3_REFILL_FAILURE")] Dispenser3RefillFailure = 7026, /// <summary> - ///Dispenser problem. Cannot execute job (Group = Dispensers, Category = Error) + ///Dispenser problem (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_4_REFILL_FAILURE")] Dispenser4RefillFailure = 7027, /// <summary> - ///Dispenser problem. Cannot execute job (Group = Dispensers, Category = Error) + ///Dispenser problem (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_5_REFILL_FAILURE")] Dispenser5RefillFailure = 7028, /// <summary> - ///Dispenser problem. Cannot execute job (Group = Dispensers, Category = Error) + ///Dispenser problem (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_6_REFILL_FAILURE")] Dispenser6RefillFailure = 7029, /// <summary> - ///Dispenser problem. Cannot execute job (Group = Dispensers, Category = Error) + ///Dispenser problem (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_7_REFILL_FAILURE")] Dispenser7RefillFailure = 7030, /// <summary> - ///Dispenser problem. Cannot execute job (Group = Dispensers, Category = Error) + ///Dispenser problem (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_8_REFILL_FAILURE")] Dispenser8RefillFailure = 7031, /// <summary> - ///Black dispenser motor current is too high. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 1 motor current is too high (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_1_MOTOR_OVERCURRENT")] Dispenser1MotorOvercurrent = 7032, /// <summary> - ///Cyan dispenser motor current is too high. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 2 motor current is too high (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_2_MOTOR_OVERCURRENT")] Dispenser2MotorOvercurrent = 7033, /// <summary> - ///Magenta dispenser motor current is too high. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 3 motor current is too high (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_3_MOTOR_OVERCURRENT")] Dispenser3MotorOvercurrent = 7034, /// <summary> - ///Yellow dispenser motor current is too high. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 4 motor current is too high (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_4_MOTOR_OVERCURRENT")] Dispenser4MotorOvercurrent = 7035, /// <summary> - ///Transparent ink dispenser motor current is too high. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 5 motor current is too high (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_5_MOTOR_OVERCURRENT")] Dispenser5MotorOvercurrent = 7036, /// <summary> - ///Spot color 1 dispenser motor current is too high. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 6 motor current is too high (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_6_MOTOR_OVERCURRENT")] Dispenser6MotorOvercurrent = 7037, /// <summary> - ///Cleaner dispenser motor current is too high. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 7 motor current is too high (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_7_MOTOR_OVERCURRENT")] Dispenser7MotorOvercurrent = 7038, /// <summary> - ///Lubricant dispenser motor current is too high. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 8 motor current is too high (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_8_MOTOR_OVERCURRENT")] Dispenser8MotorOvercurrent = 7039, /// <summary> - ///Black dispenser motor temperature is too high. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 1 motor temperature is too high (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_1_MOTOR_OVERTEMPERATURE")] Dispenser1MotorOvertemperature = 7040, /// <summary> - ///Cyan dispenser motor temperature is too high. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 2 motor temperature is too high (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_2_MOTOR_OVERTEMPERATURE")] Dispenser2MotorOvertemperature = 7041, /// <summary> - ///Magenta dispenser motor temperature is too high. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 3 motor temperature is too high (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_3_MOTOR_OVERTEMPERATURE")] Dispenser3MotorOvertemperature = 7042, /// <summary> - ///Yellow dispenser motor temperature is too high. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 4 motor temperature is too high (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_4_MOTOR_OVERTEMPERATURE")] Dispenser4MotorOvertemperature = 7043, /// <summary> - ///Transparent ink dispenser motor temperature is too high. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 5 motor temperature is too high (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_5_MOTOR_OVERTEMPERATURE")] Dispenser5MotorOvertemperature = 7044, /// <summary> - ///Spot color 1 dispenser motor temperature is too high. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 6 motor temperature is too high (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_6_MOTOR_OVERTEMPERATURE")] Dispenser6MotorOvertemperature = 7045, /// <summary> - ///Cleaner dispenser motor temperature is too high. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 7 motor temperature is too high (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_7_MOTOR_OVERTEMPERATURE")] Dispenser7MotorOvertemperature = 7046, /// <summary> - ///Lubricant dispenser motor temperature is too high. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 8 motor temperature is too high (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_8_MOTOR_OVERTEMPERATURE")] Dispenser8MotorOvertemperature = 7047, /// <summary> - ///Black dispenser motor stalled. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 1 motor stalled (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_1_MOTOR_STALL")] Dispenser1MotorStall = 7048, /// <summary> - ///Cyan dispenser motor stalled. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 2 motor stalled (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_2_MOTOR_STALL")] Dispenser2MotorStall = 7049, /// <summary> - ///Magenta dispenser motor stalled. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 3 motor stalled (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_3_MOTOR_STALL")] Dispenser3MotorStall = 7050, /// <summary> - ///Yellow dispenser 4 motor stalled. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 4 motor stalled (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_4_MOTOR_STALL")] Dispenser4MotorStall = 7051, /// <summary> - ///Transparent ink dispenser motor stalled. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 5 motor stalled (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_5_MOTOR_STALL")] Dispenser5MotorStall = 7052, /// <summary> - ///Spot color 1 dispenser motor stalled. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 6 motor stalled (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_6_MOTOR_STALL")] Dispenser6MotorStall = 7053, /// <summary> - ///Cleaner dispenser motor stalled. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 7 motor stalled (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_7_MOTOR_STALL")] Dispenser7MotorStall = 7054, /// <summary> - ///Lubricant dispenser motor stalled. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 8 motor stalled (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_8_MOTOR_STALL")] Dispenser8MotorStall = 7055, /// <summary> - ///Black dispenser motor voltage is too low. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 1 motor voltage is too low (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_1_MOTOR_UNDERVOLTAGE")] Dispenser1MotorUndervoltage = 7056, /// <summary> - ///Cyan dispenser motor voltage is too low Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 2 motor voltage is too low (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_2_MOTOR_UNDERVOLTAGE")] Dispenser2MotorUndervoltage = 7057, /// <summary> - ///Magenta dispenser motor voltage is too low. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 3 motor voltage is too low (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_3_MOTOR_UNDERVOLTAGE")] Dispenser3MotorUndervoltage = 7058, /// <summary> - ///Yellow dispenser motor voltage is too low. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 4 motor voltage is too low (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_4_MOTOR_UNDERVOLTAGE")] Dispenser4MotorUndervoltage = 7059, /// <summary> - ///Transparent ink dispenser motor voltage is too low. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 5 motor voltage is too low (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_5_MOTOR_UNDERVOLTAGE")] Dispenser5MotorUndervoltage = 7060, /// <summary> - ///Spot color 1 dispenser motor voltage is too low. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 6 motor voltage is too low (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_6_MOTOR_UNDERVOLTAGE")] Dispenser6MotorUndervoltage = 7061, /// <summary> - ///Cleaner dispenser motor voltage is too low. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 7 motor voltage is too low (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_7_MOTOR_UNDERVOLTAGE")] Dispenser7MotorUndervoltage = 7062, /// <summary> - ///Lubricant dispenser motor voltage is too low. Cannot execute job (Group = Dispensers, Category = Warning) + ///Dispenser 8 motor voltage is too low (Group = Dispensers, Category = Critical) /// </summary> [pbr::OriginalName("DISPENSER_8_MOTOR_UNDERVOLTAGE")] Dispenser8MotorUndervoltage = 7063, /// <summary> - ///Black dispenser is at the upper limit. Cannot execute job (Group = Dispensers, Category = Error) + ///Dispenser 1 is at the upper limit (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_1_UPPER_HARD_LIMIT")] Dispenser1UpperHardLimit = 7064, /// <summary> - ///Cyan dispenser is at the upper limit. Cannot execute job (Group = Dispensers, Category = Error) + ///Dispenser 2 is at the upper limit (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_2_UPPER_HARD_LIMIT")] Dispenser2UpperHardLimit = 7065, /// <summary> - ///Magenta dispenser is at the upper limit. Cannot execute job (Group = Dispensers, Category = Error) + ///Dispenser 3 is at the upper limit (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_3_UPPER_HARD_LIMIT")] Dispenser3UpperHardLimit = 7066, /// <summary> - ///Yellow dispenser is at the upper limit. Cannot execute job (Group = Dispensers, Category = Error) + ///Dispenser 4 is at the upper limit (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_4_UPPER_HARD_LIMIT")] Dispenser4UpperHardLimit = 7067, /// <summary> - ///Transparent ink dispenser is at the upper limit. Cannot execute job (Group = Dispensers, Category = Error) + ///Dispenser 5 is at the upper limit (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_5_UPPER_HARD_LIMIT")] Dispenser5UpperHardLimit = 7068, /// <summary> - ///Spot color 1 dispenser is at the upper limit. Cannot execute job (Group = Dispensers, Category = Error) + ///Dispenser 6 is at the upper limit (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_6_UPPER_HARD_LIMIT")] Dispenser6UpperHardLimit = 7069, /// <summary> - ///Cleaner dispenser is at the upper limit. Cannot execute job (Group = Dispensers, Category = Error) + ///Dispenser 7 is at the upper limit (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_7_UPPER_HARD_LIMIT")] Dispenser7UpperHardLimit = 7070, /// <summary> - ///Lubricant dispenser is at the upper limit. Cannot execute job (Group = Dispensers, Category = Error) + ///Dispenser 8 is at the upper limit (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_8_UPPER_HARD_LIMIT")] Dispenser8UpperHardLimit = 7071, /// <summary> - ///Black dispenser is at the lower limit. Cannot execute job (Group = Dispensers, Category = Error) + ///Dispenser 1 is at the lower limit (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_1_LOWER_HARD_LIMIT")] Dispenser1LowerHardLimit = 7072, /// <summary> - ///Cyan dispenser is at the lower limit. Cannot execute job (Group = Dispensers, Category = Error) + ///Dispenser 2 is at the lower limit (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_2_LOWER_HARD_LIMIT")] Dispenser2LowerHardLimit = 7073, /// <summary> - ///Magenta dispenser is at the lower limit. Cannot execute job (Group = Dispensers, Category = Error) + ///Dispenser 3 is at the lower limit (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_3_LOWER_HARD_LIMIT")] Dispenser3LowerHardLimit = 7074, /// <summary> - ///Yellow dispenser is at the lower limit. Cannot execute job (Group = Dispensers, Category = Error) + ///Dispenser 4 is at the lower limit (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_4_LOWER_HARD_LIMIT")] Dispenser4LowerHardLimit = 7075, /// <summary> - ///Transparent ink dispenser is at the lower limit. Cannot execute job (Group = Dispensers, Category = Error) + ///Dispenser 5 is at the lower limit (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_5_LOWER_HARD_LIMIT")] Dispenser5LowerHardLimit = 7076, /// <summary> - ///Spot color 1 dispenser is at the lower limit. Cannot execute job (Group = Dispensers, Category = Error) + ///Dispenser 6 is at the lower limit (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_6_LOWER_HARD_LIMIT")] Dispenser6LowerHardLimit = 7077, /// <summary> - ///Cleaner dispenser is at the lower limit. Cannot execute job (Group = Dispensers, Category = Error) + ///Dispenser 7 is at the lower limit (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_7_LOWER_HARD_LIMIT")] Dispenser7LowerHardLimit = 7078, /// <summary> - ///Lubricant dispenser is at the lower limit. Cannot execute job (Group = Dispensers, Category = Error) + ///Dispenser 8 is at the lower limit (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_8_LOWER_HARD_LIMIT")] Dispenser8LowerHardLimit = 7079, /// <summary> - ///Pressure in black dispenser is too high. Cannot execute job (Group = Dispensers, Category = Error) + ///Pressure in dispenser 1 is too high (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_1_HIGH_PRESSURE")] Dispenser1HighPressure = 7080, /// <summary> - ///Pressure in cyan dispenser is too high. Cannot execute job (Group = Dispensers, Category = Error) + ///Pressure in dispenser 2 is too high (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_2_HIGH_PRESSURE")] Dispenser2HighPressure = 7081, /// <summary> - ///Pressure in magenta dispenser is too high. Cannot execute job (Group = Dispensers, Category = Error) + ///Pressure in dispenser 3 is too high (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_3_HIGH_PRESSURE")] Dispenser3HighPressure = 7082, /// <summary> - ///Pressure in yellow dispenser is too high. Cannot execute job (Group = Dispensers, Category = Error) + ///Pressure in dispenser 4 is too high (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_4_HIGH_PRESSURE")] Dispenser4HighPressure = 7083, /// <summary> - ///Pressure in transparent ink dispenser is too high. Cannot execue job (Group = Dispensers, Category = Error) + ///Pressure in dispenser 5 is too high (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_5_HIGH_PRESSURE")] Dispenser5HighPressure = 7084, /// <summary> - ///Pressure in spot color 1 dispenser is too high. Cannot execute job (Group = Dispensers, Category = Error) + ///Pressure in dispenser 6 is too high (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_6_HIGH_PRESSURE")] Dispenser6HighPressure = 7085, /// <summary> - ///Pressure in cleaner dispenser is too high. Cannot execute job (Group = Dispensers, Category = Error) + ///Pressure in dispenser 7 is too high (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_7_HIGH_PRESSURE")] Dispenser7HighPressure = 7086, /// <summary> - ///Pressure in lubricant dispenser is too high. Cannot execute job (Group = Dispensers, Category = Error) + ///Pressure in dispenser 8 is too high (Group = Dispensers, Category = Error) /// </summary> [pbr::OriginalName("DISPENSER_8_HIGH_PRESSURE")] Dispenser8HighPressure = 7087, /// <summary> - ///Black ink level is low (Group = InkDeliverySystem, Category = Warning) + ///Cyan ink level is low (Group = InkDeliverySystem, Category = Warning) /// </summary> [pbr::OriginalName("MID_TANK_1_LOW_LEVEL")] MidTank1LowLevel = 8000, /// <summary> - ///Cyan ink level is low (Group = InkDeliverySystem, Category = Warning) + ///Magenta ink level is low (Group = InkDeliverySystem, Category = Warning) /// </summary> [pbr::OriginalName("MID_TANK_2_LOW_LEVEL")] MidTank2LowLevel = 8001, /// <summary> - ///Magenta ink level is low (Group = InkDeliverySystem, Category = Warning) + ///Yellow ink level is low (Group = InkDeliverySystem, Category = Warning) /// </summary> [pbr::OriginalName("MID_TANK_3_LOW_LEVEL")] MidTank3LowLevel = 8002, /// <summary> - ///Yellow ink level is low (Group = InkDeliverySystem, Category = Warning) + ///Black ink level is low (Group = InkDeliverySystem, Category = Warning) /// </summary> [pbr::OriginalName("MID_TANK_4_LOW_LEVEL")] MidTank4LowLevel = 8003, /// <summary> @@ -1584,273 +1238,173 @@ namespace Tango.PMR.Diagnostics { /// </summary> [pbr::OriginalName("MID_TANK_5_LOW_LEVEL")] MidTank5LowLevel = 8004, /// <summary> - ///Spot color I level is low (Group = InkDeliverySystem, Category = Warning) + ///Transparent cleaning level is low (Group = InkDeliverySystem, Category = Warning) /// </summary> [pbr::OriginalName("MID_TANK_6_LOW_LEVEL")] MidTank6LowLevel = 8005, /// <summary> - ///Cleaner level is low (Group = InkDeliverySystem, Category = Warning) + ///Lubricant level is low (Group = InkDeliverySystem, Category = Warning) /// </summary> [pbr::OriginalName("MID_TANK_7_LOW_LEVEL")] MidTank7LowLevel = 8006, /// <summary> - ///Lubricant level is low (Group = InkDeliverySystem, Category = Warning) + ///Spot color I level is low (Group = InkDeliverySystem, Category = Warning) /// </summary> [pbr::OriginalName("MID_TANK_8_LOW_LEVEL")] MidTank8LowLevel = 8007, /// <summary> - ///Black ink is empty. Cannnot execute job (Group = InkDeliverySystem, Category = Error) + ///Cyan ink is empty (Group = InkDeliverySystem, Category = Error) /// </summary> [pbr::OriginalName("MID_TANK_1_EMPTY")] MidTank1Empty = 8008, /// <summary> - ///Cyan ink is empty. Cannot execute job (Group = InkDeliverySystem, Category = Error) + ///Magenta ink is empty (Group = InkDeliverySystem, Category = Error) /// </summary> [pbr::OriginalName("MID_TANK_2_EMPTY")] MidTank2Empty = 8009, /// <summary> - ///Magenta ink is empty. Cannot execute job (Group = InkDeliverySystem, Category = Error) + ///Yellow ink is empty (Group = InkDeliverySystem, Category = Error) /// </summary> [pbr::OriginalName("MID_TANK_3_EMPTY")] MidTank3Empty = 8010, /// <summary> - ///Yellow ink is empty. Cannot execute job (Group = InkDeliverySystem, Category = Error) + ///Black ink is empty (Group = InkDeliverySystem, Category = Error) /// </summary> [pbr::OriginalName("MID_TANK_4_EMPTY")] MidTank4Empty = 8011, /// <summary> - ///Transparent ink is empty. Cannot execute job (Group = InkDeliverySystem, Category = Error) + ///Transparent ink is empty (Group = InkDeliverySystem, Category = Error) /// </summary> [pbr::OriginalName("MID_TANK_5_EMPTY")] MidTank5Empty = 8012, /// <summary> - ///Spot color I is empty. Cannot execute job (Group = InkDeliverySystem, Category = Error) + ///Transparent cleaning is empty (Group = InkDeliverySystem, Category = Error) /// </summary> [pbr::OriginalName("MID_TANK_6_EMPTY")] MidTank6Empty = 8013, /// <summary> - ///Cleaner is empty. Cannot execute job (Group = InkDeliverySystem, Category = Error) + ///Lubricant is empty (Group = InkDeliverySystem, Category = Error) /// </summary> [pbr::OriginalName("MID_TANK_7_EMPTY")] MidTank7Empty = 8014, /// <summary> - ///Lubricant is empty. Cannot execute job (Group = InkDeliverySystem, Category = Error) + ///Spot color I is empty (Group = InkDeliverySystem, Category = Error) /// </summary> [pbr::OriginalName("MID_TANK_8_EMPTY")] MidTank8Empty = 8015, /// <summary> - ///Black ink overflow. Cannot execute job (Group = InkDeliverySystem, Category = Error) + ///Cyan ink overflow (Group = InkDeliverySystem, Category = Error) /// </summary> [pbr::OriginalName("MID_TANK_1_OVERFLOW")] MidTank1Overflow = 8016, /// <summary> - ///Cyan ink overflow. Cannot execute job (Group = InkDeliverySystem, Category = Error) + ///Magenta ink overflow (Group = InkDeliverySystem, Category = Error) /// </summary> [pbr::OriginalName("MID_TANK_2_OVERFLOW")] MidTank2Overflow = 8017, /// <summary> - ///Magenta ink overflow. Cannot execute job (Group = InkDeliverySystem, Category = Error) + ///Yellow ink overflow (Group = InkDeliverySystem, Category = Error) /// </summary> [pbr::OriginalName("MID_TANK_3_OVERFLOW")] MidTank3Overflow = 8018, /// <summary> - ///Yellow ink overflow. Cannot execute job (Group = InkDeliverySystem, Category = Error) + ///Black ink overflow (Group = InkDeliverySystem, Category = Error) /// </summary> [pbr::OriginalName("MID_TANK_4_OVERFLOW")] MidTank4Overflow = 8019, /// <summary> - ///Transparent ink overflow. Cannot execute job (Group = InkDeliverySystem, Category = Error) + ///Transparent ink overflow (Group = InkDeliverySystem, Category = Error) /// </summary> [pbr::OriginalName("MID_TANK_5_OVERFLOW")] MidTank5Overflow = 8020, /// <summary> - ///Spot color 1 overflow. Cannot execute job (Group = InkDeliverySystem, Category = Error) + ///Transparent cleaning overflow (Group = InkDeliverySystem, Category = Error) /// </summary> [pbr::OriginalName("MID_TANK_6_OVERFLOW")] MidTank6Overflow = 8021, /// <summary> - ///Cleaner overflow. Cannot execute job (Group = InkDeliverySystem, Category = Error) + ///Lubricant overflow (Group = InkDeliverySystem, Category = Error) /// </summary> [pbr::OriginalName("MID_TANK_7_OVERFLOW")] MidTank7Overflow = 8022, /// <summary> - ///Lubricant overflow. Cannot execute job (Group = InkDeliverySystem, Category = Error) + ///Spot color I overflow (Group = InkDeliverySystem, Category = Error) /// </summary> [pbr::OriginalName("MID_TANK_8_OVERFLOW")] MidTank8Overflow = 8023, /// <summary> - ///Failed to fill black ink. Cannot execute job (Group = InkDeliverySystem, Category = Error) + ///Failed to fill cyan ink (Group = InkDeliverySystem, Category = Error) /// </summary> [pbr::OriginalName("MID_TANK_1_FILL_TIMEOUT")] MidTank1FillTimeout = 8024, /// <summary> - ///Failed to fill cyan ink. Cannot execute job (Group = InkDeliverySystem, Category = Error) + ///Failed to fill magenta ink (Group = InkDeliverySystem, Category = Error) /// </summary> [pbr::OriginalName("MID_TANK_2_FILL_TIMEOUT")] MidTank2FillTimeout = 8025, /// <summary> - ///Failed to fill magenta ink. Cannot execute job (Group = InkDeliverySystem, Category = Error) + ///Failed to fill yellow ink (Group = InkDeliverySystem, Category = Error) /// </summary> [pbr::OriginalName("MID_TANK_3_FILL_TIMEOUT")] MidTank3FillTimeout = 8026, /// <summary> - ///Failed to fill yellow ink. Cannot execute job (Group = InkDeliverySystem, Category = Error) + ///Failed to fill black ink (Group = InkDeliverySystem, Category = Error) /// </summary> [pbr::OriginalName("MID_TANK_4_FILL_TIMEOUT")] MidTank4FillTimeout = 8027, /// <summary> - ///Failed to fill transparent ink. Canot execute job (Group = InkDeliverySystem, Category = Error) + ///Failed to fill transparent ink (Group = InkDeliverySystem, Category = Error) /// </summary> [pbr::OriginalName("MID_TANK_5_FILL_TIMEOUT")] MidTank5FillTimeout = 8028, /// <summary> - ///Failed to fill spot color 1 ink. Cannot execute job (Group = InkDeliverySystem, Category = Error) + ///Failed to fill transparent cleaning ink (Group = InkDeliverySystem, Category = Error) /// </summary> [pbr::OriginalName("MID_TANK_6_FILL_TIMEOUT")] MidTank6FillTimeout = 8029, /// <summary> - ///Failed to fill cleaner. Cannot execute job (Group = InkDeliverySystem, Category = Error) + ///Failed to fill lubricant (Group = InkDeliverySystem, Category = Error) /// </summary> [pbr::OriginalName("MID_TANK_7_FILL_TIMEOUT")] MidTank7FillTimeout = 8030, /// <summary> - ///Failed to fill lubricant. Cannot execute job (Group = InkDeliverySystem, Category = Error) + ///Failed to fill spot color I (Group = InkDeliverySystem, Category = Error) /// </summary> [pbr::OriginalName("MID_TANK_8_FILL_TIMEOUT")] MidTank8FillTimeout = 8031, /// <summary> - ///Cannot detect air filter. Cannot execute job (Group = WasteHandlingSystem, Category = Critical) + ///Cannot detect air filter (Group = WasteHandlingSystem, Category = Safety) /// </summary> [pbr::OriginalName("AIR_FILTER_NOT_INSTALLED")] AirFilterNotInstalled = 9000, /// <summary> - ///Air filter clogged. Cannot execute job (Group = WasteHandlingSystem, Category = Error) + ///Air filter clogged (Group = WasteHandlingSystem, Category = Error) /// </summary> [pbr::OriginalName("AIR_FILTER_CLOGGED")] AirFilterClogged = 9001, /// <summary> - ///Recycled ink emptying failure. Cannot execute job (Group = WasteHandlingSystem, Category = Error) + ///Recycled ink emptying failure (Group = WasteHandlingSystem, Category = Error) /// </summary> [pbr::OriginalName("WASTE_CONTAINER_EMPTYING_TIMEOUT")] WasteContainerEmptyingTimeout = 9002, /// <summary> - ///No suction in the recycled ink handling system. Cannot execute job (Group = WasteHandlingSystem, Category = Critical) + ///No suction in the recycled ink handling system (Group = WasteHandlingSystem, Category = Safety) /// </summary> [pbr::OriginalName("NO_AIR_PRESSURE")] NoAirPressure = 9003, /// <summary> - ///Overflow in recycled ink container. Cannot execute job (Group = WasteHandlingSystem, Category = Error) + ///Overflow in recycled ink container (Group = WasteHandlingSystem, Category = Critical) /// </summary> [pbr::OriginalName("WASTE_CONTAINER_OVERFLOW")] WasteContainerOverflow = 9004, /// <summary> - ///Air quality alert. Cannot execute job (Group = WasteHandlingSystem, Category = Critical) + ///Air quality alert (Group = WasteHandlingSystem, Category = Critical) /// </summary> [pbr::OriginalName("VOC_SENSOR_ALARM_TIME")] VocSensorAlarmTime = 9005, /// <summary> - ///Chiller malfunction. Cannot execute job (Group = WasteHandlingSystem, Category = Critical) + ///Chiller malfunction (Group = WasteHandlingSystem, Category = Critical) /// </summary> [pbr::OriginalName("CHILLER_DRY_CONTACT")] ChillerDryContact = 9006, /// <summary> - ///Insufficient air flow. Cannot execute job (Group = WasteHandlingSystem, Category = Error) + ///Insufficient air flow (Group = WasteHandlingSystem, Category = Critical) /// </summary> [pbr::OriginalName("INSUFFICIENT_AIR_FLOW")] InsufficientAirFlow = 9007, /// <summary> - ///Air quality alert. Cannot execute job (Group = WasteHandlingSystem, Category = Critical) + ///Air quality alert (Group = WasteHandlingSystem, Category = Critical) /// </summary> [pbr::OriginalName("VOC_SENSOR_ALARM_SLOPE")] VocSensorAlarmSlope = 9008, /// <summary> - ///Pre-cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Critical) - /// </summary> - [pbr::OriginalName("PRE_COOLER_FAN_1_STOPPED")] PreCoolerFan1Stopped = 9009, - /// <summary> - ///Pre-cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Critical) - /// </summary> - [pbr::OriginalName("PRE_COOLER_FAN_2_STOPPED")] PreCoolerFan2Stopped = 9010, - /// <summary> - ///Cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Critical) - /// </summary> - [pbr::OriginalName("COOLER_FAN_1_STOPPED")] CoolerFan1Stopped = 9011, - /// <summary> - ///Cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Critical) - /// </summary> - [pbr::OriginalName("COOLER_FAN_2_STOPPED")] CoolerFan2Stopped = 9012, - /// <summary> - ///Cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Critical) - /// </summary> - [pbr::OriginalName("COOLER_FAN_3_STOPPED")] CoolerFan3Stopped = 9013, - /// <summary> - ///Cooler fan has stopped. Cannot execute job (Group = WasteHandlingSystem, Category = Critical) - /// </summary> - [pbr::OriginalName("COOLER_FAN_4_STOPPED")] CoolerFan4Stopped = 9014, - /// <summary> - ///Pre-cooler fan RPM is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error) - /// </summary> - [pbr::OriginalName("PRE_COOLER_FAN_1_RPM_TOO_LOW")] PreCoolerFan1RpmTooLow = 9015, - /// <summary> - ///Pre-cooler fan RPM is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error) - /// </summary> - [pbr::OriginalName("PRE_COOLER_FAN_2_RPM_TOO_LOW")] PreCoolerFan2RpmTooLow = 9016, - /// <summary> - ///Cooler fan RPM is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error) - /// </summary> - [pbr::OriginalName("COOLER_FAN_1_RPM_TOO_LOW")] CoolerFan1RpmTooLow = 9017, - /// <summary> - ///Cooler fan RPM is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error) - /// </summary> - [pbr::OriginalName("COOLER_FAN_2_RPM_TOO_LOW")] CoolerFan2RpmTooLow = 9018, - /// <summary> - ///Cooler fan RPM is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error) - /// </summary> - [pbr::OriginalName("COOLER_FAN_3_RPM_TOO_LOW")] CoolerFan3RpmTooLow = 9019, - /// <summary> - ///Cooler fan RPM is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error) - /// </summary> - [pbr::OriginalName("COOLER_FAN_4_RPM_TOO_LOW")] CoolerFan4RpmTooLow = 9020, - /// <summary> - ///Cooler temperature is too high. Cannot execute job (Group = WasteHandlingSystem, Category = Critical) - /// </summary> - [pbr::OriginalName("COOLER_TEMPERATURE_TOO_HIGH")] CoolerTemperatureTooHigh = 9021, - /// <summary> - ///Cooler temperature is too low. Cannot execute job (Group = WasteHandlingSystem, Category = Error) - /// </summary> - [pbr::OriginalName("COOLER_TEMPERATURE_TOO_LOW")] CoolerTemperatureTooLow = 9022, - /// <summary> - ///Cannot detect ink cartridge. Cannot execute job (Group = InkFillingSystem, Category = Error) + ///Cannot detect ink cartridge (Group = InkFillingSystem, Category = Error) /// </summary> [pbr::OriginalName("INK_CARTRIDGE_PRESENCE_SENSOR_TIMEOUT")] InkCartridgePresenceSensorTimeout = 10000, /// <summary> - ///Cannot identify ink cartridge. Cannot execute job (Group = InkFillingSystem, Category = Error) + ///Cannot identify ink cartridge (Group = InkFillingSystem, Category = Error) /// </summary> [pbr::OriginalName("INK_CARTRIDGE_RFID_TIMEOUT")] InkCartridgeRfidTimeout = 10001, /// <summary> - ///No waste cartridge in system. Cannot execute job. Please insert waste cartridge (Group = InkFillingSystem, Category = Error) + ///No Re-cartridge available (Group = InkFillingSystem, Category = Error) /// </summary> [pbr::OriginalName("NO_WASTE_CARTRIDGE_AVAILABLE")] NoWasteCartridgeAvailable = 10002, /// <summary> - ///Both waste cartridges are full. Cannot execute job. Please replace waste cartridges (Group = InkFillingSystem, Category = Error) + ///All Re-cartridges are full (Group = InkFillingSystem, Category = Error) /// </summary> [pbr::OriginalName("ALL_WASTE_CARTRIDGES_FULL")] AllWasteCartridgesFull = 10003, /// <summary> - ///Cannot detect waste cartridge. Cannot execute job (Group = InkFillingSystem, Category = Error) + ///Cannot detect Re-cartridge (Group = InkFillingSystem, Category = Error) /// </summary> [pbr::OriginalName("WASTE_CARTRIDGE_PRESENCE_SENSOR_TIMEOUT")] WasteCartridgePresenceSensorTimeout = 10004, /// <summary> - ///Cannot identify waste cartridge. Cannot execute job (Group = InkFillingSystem, Category = Error) + ///Cannot identify Re-cartridge (Group = InkFillingSystem, Category = Error) /// </summary> [pbr::OriginalName("WASTE_CARTRIDGE_RFID_TIMEOUT")] WasteCartridgeRfidTimeout = 10005, - /// <summary> - ///Ink cartridge failure. Cannot perform ink filling (Group = InkFillingSystem, Category = Error) - /// </summary> - [pbr::OriginalName("INK_CARTRIDGE_RFID_TAG_CANNOT_BE_READ")] InkCartridgeRfidTagCannotBeRead = 10006, - /// <summary> - ///Waste cartridge failure. Cannot replace waste cartridge (Group = InkFillingSystem, Category = Error) - /// </summary> - [pbr::OriginalName("WASTE_CARTRIDGE_RFID_TAG_CANNOT_BE_READ")] WasteCartridgeRfidTagCannotBeRead = 10007, - /// <summary> - ///Ink cartridge failure. Cannot perform ink filling (Group = InkFillingSystem, Category = Error) - /// </summary> - [pbr::OriginalName("INK_CARTRIDGE_RFID_TAG_IS_NOT_VALID")] InkCartridgeRfidTagIsNotValid = 10008, - /// <summary> - ///Waste cartridge failure. Cannot replace waste cartridge (Group = InkFillingSystem, Category = Error) - /// </summary> - [pbr::OriginalName("WASTE_CARTRIDGE_RFID_TAG_IS_NOT_VALID")] WasteCartridgeRfidTagIsNotValid = 10009, - /// <summary> - ///Ink cartridge failure. Cannot perform ink filling (Group = InkFillingSystem, Category = Error) - /// </summary> - [pbr::OriginalName("INK_CARTRIDGE_AUTHENTICATION_FAILED")] InkCartridgeAuthenticationFailed = 10010, - /// <summary> - ///Waste cartridge failure. Cannot replace waste cartridge (Group = InkFillingSystem, Category = Error) - /// </summary> - [pbr::OriginalName("WASTE_CARTRIDGE_AUTHENTICATION_FAILED")] WasteCartridgeAuthenticationFailed = 10011, - /// <summary> - ///Ink cartridge failure. Cannot perform ink filling (Group = InkFillingSystem, Category = Error) - /// </summary> - [pbr::OriginalName("INK_CARTRIDGE_IS_BLOCKED")] InkCartridgeIsBlocked = 10012, - /// <summary> - ///Waste cartridge failure. Cannot replace waste cartridge (Group = InkFillingSystem, Category = Error) - /// </summary> - [pbr::OriginalName("WASTE_CARTRIDGE_IS_BLOCKED")] WasteCartridgeIsBlocked = 10013, - /// <summary> - ///Ink cartridge failure. Cannot perform ink filling (Group = InkFillingSystem, Category = Error) - /// </summary> - [pbr::OriginalName("INK_CARTRIDGE_RFID_TAG_CANNOT_BE_UPDATED")] InkCartridgeRfidTagCannotBeUpdated = 10014, - /// <summary> - ///Waste cartridge failure. Cannot replace waste cartridge (Group = InkFillingSystem, Category = Error) - /// </summary> - [pbr::OriginalName("WASTE_CARTRIDGE_RFID_TAG_CANNOT_BE_UPDATED")] WasteCartridgeRfidTagCannotBeUpdated = 10015, - /// <summary> - ///Ink in cartridge is expired. Cannot perform ink filling (Group = InkFillingSystem, Category = Warning) - /// </summary> - [pbr::OriginalName("INK_IN_CARTRIDGE_IS_EXPIRED")] InkInCartridgeIsExpired = 10016, } #endregion diff --git a/Software/Visual_Studio/Tango.PMR/Diagnostics/HeaterType.cs b/Software/Visual_Studio/Tango.PMR/Diagnostics/HeaterType.cs index 304e0ebe6..0f1606597 100644 --- a/Software/Visual_Studio/Tango.PMR/Diagnostics/HeaterType.cs +++ b/Software/Visual_Studio/Tango.PMR/Diagnostics/HeaterType.cs @@ -22,16 +22,13 @@ namespace Tango.PMR.Diagnostics { static HeaterTypeReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChBIZWF0ZXJUeXBlLnByb3RvEhVUYW5nby5QTVIuRGlhZ25vc3RpY3Mq2wIK", + "ChBIZWF0ZXJUeXBlLnByb3RvEhVUYW5nby5QTVIuRGlhZ25vc3RpY3MqxgEK", "CkhlYXRlclR5cGUSEgoORHJ5ZXJBaXJIZWF0ZXIQABITCg9Ecnllck1haW5I", "ZWF0ZXIQARIYChREcnllclNlY29uZGFyeUhlYXRlchACEg8KC0hlYXRlclpv", "bmUxEAMSDwoLSGVhdGVyWm9uZTIQBBIPCgtIZWF0ZXJab25lMxAFEg8KC0hl", "YXRlclpvbmU0EAYSDwoLSGVhdGVyWm9uZTUQBxIPCgtIZWF0ZXJab25lNhAI", - "Eg8KC01peGVySGVhdGVyEAkSDwoLSGVhdGVyWm9uZTcQChIPCgtIZWF0ZXJa", - "b25lOBALEg8KC0hlYXRlclpvbmU5EAwSEAoMSGVhdGVyWm9uZTEwEA0SEAoM", - "SGVhdGVyWm9uZTExEA4SEAoMSGVhdGVyWm9uZTEyEA8SFAoQSGVhZENvdmVy", - "SGVhdGVyMRAQEhQKEEhlYWRDb3ZlckhlYXRlcjIQEUIhCh9jb20udHdpbmUu", - "dGFuZ28ucG1yLmRpYWdub3N0aWNzYgZwcm90bzM=")); + "Eg8KC01peGVySGVhdGVyEAlCIQofY29tLnR3aW5lLnRhbmdvLnBtci5kaWFn", + "bm9zdGljc2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Diagnostics.HeaterType), }, null)); @@ -51,14 +48,6 @@ namespace Tango.PMR.Diagnostics { [pbr::OriginalName("HeaterZone5")] HeaterZone5 = 7, [pbr::OriginalName("HeaterZone6")] HeaterZone6 = 8, [pbr::OriginalName("MixerHeater")] MixerHeater = 9, - [pbr::OriginalName("HeaterZone7")] HeaterZone7 = 10, - [pbr::OriginalName("HeaterZone8")] HeaterZone8 = 11, - [pbr::OriginalName("HeaterZone9")] HeaterZone9 = 12, - [pbr::OriginalName("HeaterZone10")] HeaterZone10 = 13, - [pbr::OriginalName("HeaterZone11")] HeaterZone11 = 14, - [pbr::OriginalName("HeaterZone12")] HeaterZone12 = 15, - [pbr::OriginalName("HeadCoverHeater1")] HeadCoverHeater1 = 16, - [pbr::OriginalName("HeadCoverHeater2")] HeadCoverHeater2 = 17, } #endregion diff --git a/Software/Visual_Studio/Tango.PMR/IFS/StartInkFillingStatusRequest.cs b/Software/Visual_Studio/Tango.PMR/Diagnostics/StartCartridgesUpdateRequest.cs index 5db50f88c..b21b24a86 100644 --- a/Software/Visual_Studio/Tango.PMR/IFS/StartInkFillingStatusRequest.cs +++ b/Software/Visual_Studio/Tango.PMR/Diagnostics/StartCartridgesUpdateRequest.cs @@ -1,5 +1,5 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StartInkFillingStatusRequest.proto +// source: StartCartridgesUpdateRequest.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code @@ -7,42 +7,42 @@ using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; -namespace Tango.PMR.IFS { +namespace Tango.PMR.Diagnostics { - /// <summary>Holder for reflection information generated from StartInkFillingStatusRequest.proto</summary> - public static partial class StartInkFillingStatusRequestReflection { + /// <summary>Holder for reflection information generated from StartCartridgesUpdateRequest.proto</summary> + public static partial class StartCartridgesUpdateRequestReflection { #region Descriptor - /// <summary>File descriptor for StartInkFillingStatusRequest.proto</summary> + /// <summary>File descriptor for StartCartridgesUpdateRequest.proto</summary> public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static StartInkFillingStatusRequestReflection() { + static StartCartridgesUpdateRequestReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiJTdGFydElua0ZpbGxpbmdTdGF0dXNSZXF1ZXN0LnByb3RvEg1UYW5nby5Q", - "TVIuSUZTIh4KHFN0YXJ0SW5rRmlsbGluZ1N0YXR1c1JlcXVlc3RCGQoXY29t", - "LnR3aW5lLnRhbmdvLnBtci5pZnNiBnByb3RvMw==")); + "CiJTdGFydENhcnRyaWRnZXNVcGRhdGVSZXF1ZXN0LnByb3RvEhVUYW5nby5Q", + "TVIuRGlhZ25vc3RpY3MiHgocU3RhcnRDYXJ0cmlkZ2VzVXBkYXRlUmVxdWVz", + "dEIhCh9jb20udHdpbmUudGFuZ28ucG1yLmRpYWdub3N0aWNzYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.IFS.StartInkFillingStatusRequest), global::Tango.PMR.IFS.StartInkFillingStatusRequest.Parser, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Diagnostics.StartCartridgesUpdateRequest), global::Tango.PMR.Diagnostics.StartCartridgesUpdateRequest.Parser, null, null, null, null) })); } #endregion } #region Messages - public sealed partial class StartInkFillingStatusRequest : pb::IMessage<StartInkFillingStatusRequest> { - private static readonly pb::MessageParser<StartInkFillingStatusRequest> _parser = new pb::MessageParser<StartInkFillingStatusRequest>(() => new StartInkFillingStatusRequest()); + public sealed partial class StartCartridgesUpdateRequest : pb::IMessage<StartCartridgesUpdateRequest> { + private static readonly pb::MessageParser<StartCartridgesUpdateRequest> _parser = new pb::MessageParser<StartCartridgesUpdateRequest>(() => new StartCartridgesUpdateRequest()); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StartInkFillingStatusRequest> Parser { get { return _parser; } } + public static pb::MessageParser<StartCartridgesUpdateRequest> Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.IFS.StartInkFillingStatusRequestReflection.Descriptor.MessageTypes[0]; } + get { return global::Tango.PMR.Diagnostics.StartCartridgesUpdateRequestReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -51,28 +51,28 @@ namespace Tango.PMR.IFS { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartInkFillingStatusRequest() { + public StartCartridgesUpdateRequest() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartInkFillingStatusRequest(StartInkFillingStatusRequest other) : this() { + public StartCartridgesUpdateRequest(StartCartridgesUpdateRequest other) : this() { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartInkFillingStatusRequest Clone() { - return new StartInkFillingStatusRequest(this); + public StartCartridgesUpdateRequest Clone() { + return new StartCartridgesUpdateRequest(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { - return Equals(other as StartInkFillingStatusRequest); + return Equals(other as StartCartridgesUpdateRequest); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StartInkFillingStatusRequest other) { + public bool Equals(StartCartridgesUpdateRequest other) { if (ReferenceEquals(other, null)) { return false; } @@ -104,7 +104,7 @@ namespace Tango.PMR.IFS { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StartInkFillingStatusRequest other) { + public void MergeFrom(StartCartridgesUpdateRequest other) { if (other == null) { return; } diff --git a/Software/Visual_Studio/Tango.PMR/IFS/CartridgeStatus.cs b/Software/Visual_Studio/Tango.PMR/Diagnostics/StartCartridgesUpdateResponse.cs index ce13fdc07..3ae89c8ee 100644 --- a/Software/Visual_Studio/Tango.PMR/IFS/CartridgeStatus.cs +++ b/Software/Visual_Studio/Tango.PMR/Diagnostics/StartCartridgesUpdateResponse.cs @@ -1,5 +1,5 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CartridgeStatus.proto +// source: StartCartridgesUpdateResponse.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code @@ -7,46 +7,46 @@ using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; -namespace Tango.PMR.IFS { +namespace Tango.PMR.Diagnostics { - /// <summary>Holder for reflection information generated from CartridgeStatus.proto</summary> - public static partial class CartridgeStatusReflection { + /// <summary>Holder for reflection information generated from StartCartridgesUpdateResponse.proto</summary> + public static partial class StartCartridgesUpdateResponseReflection { #region Descriptor - /// <summary>File descriptor for CartridgeStatus.proto</summary> + /// <summary>File descriptor for StartCartridgesUpdateResponse.proto</summary> public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static CartridgeStatusReflection() { + static StartCartridgesUpdateResponseReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChVDYXJ0cmlkZ2VTdGF0dXMucHJvdG8SDVRhbmdvLlBNUi5JRlMaD0NhcnRy", - "aWRnZS5wcm90bxoUQ2FydHJpZGdlU3RhdGUucHJvdG8ioQEKD0NhcnRyaWRn", - "ZVN0YXR1cxIzCglDYXJ0cmlkZ2UYASABKAsyIC5UYW5nby5QTVIuRGlhZ25v", - "c3RpY3MuQ2FydHJpZGdlEiwKBVN0YXRlGAIgASgOMh0uVGFuZ28uUE1SLklG", - "Uy5DYXJ0cmlkZ2VTdGF0ZRIaChJQcm9ncmVzc1BlcmNlbnRhZ2UYAyABKAES", - "DwoHTWVzc2FnZRgEIAEoCUIZChdjb20udHdpbmUudGFuZ28ucG1yLmlmc2IG", - "cHJvdG8z")); + "CiNTdGFydENhcnRyaWRnZXNVcGRhdGVSZXNwb25zZS5wcm90bxIVVGFuZ28u", + "UE1SLkRpYWdub3N0aWNzGg9DYXJ0cmlkZ2UucHJvdG8aFUNhcnRyaWRnZUFj", + "dGlvbi5wcm90byKMAQodU3RhcnRDYXJ0cmlkZ2VzVXBkYXRlUmVzcG9uc2US", + "MwoJQ2FydHJpZGdlGAEgASgLMiAuVGFuZ28uUE1SLkRpYWdub3N0aWNzLkNh", + "cnRyaWRnZRI2CgZBY3Rpb24YAiABKA4yJi5UYW5nby5QTVIuRGlhZ25vc3Rp", + "Y3MuQ2FydHJpZGdlQWN0aW9uQiEKH2NvbS50d2luZS50YW5nby5wbXIuZGlh", + "Z25vc3RpY3NiBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.Diagnostics.CartridgeReflection.Descriptor, global::Tango.PMR.IFS.CartridgeStateReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::Tango.PMR.Diagnostics.CartridgeReflection.Descriptor, global::Tango.PMR.Diagnostics.CartridgeActionReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.IFS.CartridgeStatus), global::Tango.PMR.IFS.CartridgeStatus.Parser, new[]{ "Cartridge", "State", "ProgressPercentage", "Message" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Diagnostics.StartCartridgesUpdateResponse), global::Tango.PMR.Diagnostics.StartCartridgesUpdateResponse.Parser, new[]{ "Cartridge", "Action" }, null, null, null) })); } #endregion } #region Messages - public sealed partial class CartridgeStatus : pb::IMessage<CartridgeStatus> { - private static readonly pb::MessageParser<CartridgeStatus> _parser = new pb::MessageParser<CartridgeStatus>(() => new CartridgeStatus()); + public sealed partial class StartCartridgesUpdateResponse : pb::IMessage<StartCartridgesUpdateResponse> { + private static readonly pb::MessageParser<StartCartridgesUpdateResponse> _parser = new pb::MessageParser<StartCartridgesUpdateResponse>(() => new StartCartridgesUpdateResponse()); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<CartridgeStatus> Parser { get { return _parser; } } + public static pb::MessageParser<StartCartridgesUpdateResponse> Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.IFS.CartridgeStatusReflection.Descriptor.MessageTypes[0]; } + get { return global::Tango.PMR.Diagnostics.StartCartridgesUpdateResponseReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -55,23 +55,21 @@ namespace Tango.PMR.IFS { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public CartridgeStatus() { + public StartCartridgesUpdateResponse() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public CartridgeStatus(CartridgeStatus other) : this() { + public StartCartridgesUpdateResponse(StartCartridgesUpdateResponse other) : this() { Cartridge = other.cartridge_ != null ? other.Cartridge.Clone() : null; - state_ = other.state_; - progressPercentage_ = other.progressPercentage_; - message_ = other.message_; + action_ = other.action_; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public CartridgeStatus Clone() { - return new CartridgeStatus(this); + public StartCartridgesUpdateResponse Clone() { + return new StartCartridgesUpdateResponse(this); } /// <summary>Field number for the "Cartridge" field.</summary> @@ -85,46 +83,24 @@ namespace Tango.PMR.IFS { } } - /// <summary>Field number for the "State" field.</summary> - public const int StateFieldNumber = 2; - private global::Tango.PMR.IFS.CartridgeState state_ = 0; + /// <summary>Field number for the "Action" field.</summary> + public const int ActionFieldNumber = 2; + private global::Tango.PMR.Diagnostics.CartridgeAction action_ = 0; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.IFS.CartridgeState State { - get { return state_; } + public global::Tango.PMR.Diagnostics.CartridgeAction Action { + get { return action_; } set { - state_ = value; - } - } - - /// <summary>Field number for the "ProgressPercentage" field.</summary> - public const int ProgressPercentageFieldNumber = 3; - private double progressPercentage_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double ProgressPercentage { - get { return progressPercentage_; } - set { - progressPercentage_ = value; - } - } - - /// <summary>Field number for the "Message" field.</summary> - public const int MessageFieldNumber = 4; - private string message_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Message { - get { return message_; } - set { - message_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + action_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { - return Equals(other as CartridgeStatus); + return Equals(other as StartCartridgesUpdateResponse); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(CartridgeStatus other) { + public bool Equals(StartCartridgesUpdateResponse other) { if (ReferenceEquals(other, null)) { return false; } @@ -132,9 +108,7 @@ namespace Tango.PMR.IFS { return true; } if (!object.Equals(Cartridge, other.Cartridge)) return false; - if (State != other.State) return false; - if (ProgressPercentage != other.ProgressPercentage) return false; - if (Message != other.Message) return false; + if (Action != other.Action) return false; return true; } @@ -142,9 +116,7 @@ namespace Tango.PMR.IFS { public override int GetHashCode() { int hash = 1; if (cartridge_ != null) hash ^= Cartridge.GetHashCode(); - if (State != 0) hash ^= State.GetHashCode(); - if (ProgressPercentage != 0D) hash ^= ProgressPercentage.GetHashCode(); - if (Message.Length != 0) hash ^= Message.GetHashCode(); + if (Action != 0) hash ^= Action.GetHashCode(); return hash; } @@ -159,17 +131,9 @@ namespace Tango.PMR.IFS { output.WriteRawTag(10); output.WriteMessage(Cartridge); } - if (State != 0) { + if (Action != 0) { output.WriteRawTag(16); - output.WriteEnum((int) State); - } - if (ProgressPercentage != 0D) { - output.WriteRawTag(25); - output.WriteDouble(ProgressPercentage); - } - if (Message.Length != 0) { - output.WriteRawTag(34); - output.WriteString(Message); + output.WriteEnum((int) Action); } } @@ -179,20 +143,14 @@ namespace Tango.PMR.IFS { if (cartridge_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Cartridge); } - if (State != 0) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) State); - } - if (ProgressPercentage != 0D) { - size += 1 + 8; - } - if (Message.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Message); + if (Action != 0) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Action); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(CartridgeStatus other) { + public void MergeFrom(StartCartridgesUpdateResponse other) { if (other == null) { return; } @@ -202,14 +160,8 @@ namespace Tango.PMR.IFS { } Cartridge.MergeFrom(other.Cartridge); } - if (other.State != 0) { - State = other.State; - } - if (other.ProgressPercentage != 0D) { - ProgressPercentage = other.ProgressPercentage; - } - if (other.Message.Length != 0) { - Message = other.Message; + if (other.Action != 0) { + Action = other.Action; } } @@ -229,15 +181,7 @@ namespace Tango.PMR.IFS { break; } case 16: { - state_ = (global::Tango.PMR.IFS.CartridgeState) input.ReadEnum(); - break; - } - case 25: { - ProgressPercentage = input.ReadDouble(); - break; - } - case 34: { - Message = input.ReadString(); + action_ = (global::Tango.PMR.Diagnostics.CartridgeAction) input.ReadEnum(); break; } } diff --git a/Software/Visual_Studio/Tango.PMR/Diagnostics/StartDiagnosticsResponse.cs b/Software/Visual_Studio/Tango.PMR/Diagnostics/StartDiagnosticsResponse.cs index 81c05c805..1e14a6213 100644 --- a/Software/Visual_Studio/Tango.PMR/Diagnostics/StartDiagnosticsResponse.cs +++ b/Software/Visual_Studio/Tango.PMR/Diagnostics/StartDiagnosticsResponse.cs @@ -25,7 +25,7 @@ namespace Tango.PMR.Diagnostics { "Ch5TdGFydERpYWdub3N0aWNzUmVzcG9uc2UucHJvdG8SFVRhbmdvLlBNUi5E", "aWFnbm9zdGljcxobRGlnaXRhbEludGVyZmFjZVN0YXRlLnByb3RvGhlWYWx1", "ZUNvbXBvbmVudFN0YXRlLnByb3RvGhlEaWFnbm9zdGljc01vbml0b3JzLnBy", - "b3RvGhFIZWF0ZXJTdGF0ZS5wcm90bxoQVmFsdmVTdGF0ZS5wcm90byKIAwoY", + "b3RvGhFIZWF0ZXJTdGF0ZS5wcm90bxoQVmFsdmVTdGF0ZS5wcm90byLgAgoY", "U3RhcnREaWFnbm9zdGljc1Jlc3BvbnNlEjwKCE1vbml0b3JzGAEgASgLMiou", "VGFuZ28uUE1SLkRpYWdub3N0aWNzLkRpYWdub3N0aWNzTW9uaXRvcnMSTAoW", "RGlnaXRhbEludGVyZmFjZVN0YXRlcxgCIAMoCzIsLlRhbmdvLlBNUi5EaWFn", @@ -33,13 +33,12 @@ namespace Tango.PMR.Diagnostics { "YXRlcxgDIAMoCzIqLlRhbmdvLlBNUi5EaWFnbm9zdGljcy5WYWx1ZUNvbXBv", "bmVudFN0YXRlEjkKDUhlYXRlcnNTdGF0ZXMYBCADKAsyIi5UYW5nby5QTVIu", "RGlhZ25vc3RpY3MuSGVhdGVyU3RhdGUSNwoMVmFsdmVzU3RhdGVzGAUgAygL", - "MiEuVGFuZ28uUE1SLkRpYWdub3N0aWNzLlZhbHZlU3RhdGUSFAoMRWxhcHNl", - "ZE1pbGxpGAYgASgNEhAKCERhdGVUaW1lGAcgASgJQiEKH2NvbS50d2luZS50", - "YW5nby5wbXIuZGlhZ25vc3RpY3NiBnByb3RvMw==")); + "MiEuVGFuZ28uUE1SLkRpYWdub3N0aWNzLlZhbHZlU3RhdGVCIQofY29tLnR3", + "aW5lLnRhbmdvLnBtci5kaWFnbm9zdGljc2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::Tango.PMR.Diagnostics.DigitalInterfaceStateReflection.Descriptor, global::Tango.PMR.Diagnostics.ValueComponentStateReflection.Descriptor, global::Tango.PMR.Diagnostics.DiagnosticsMonitorsReflection.Descriptor, global::Tango.PMR.Diagnostics.HeaterStateReflection.Descriptor, global::Tango.PMR.Diagnostics.ValveStateReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Diagnostics.StartDiagnosticsResponse), global::Tango.PMR.Diagnostics.StartDiagnosticsResponse.Parser, new[]{ "Monitors", "DigitalInterfaceStates", "ComponentsStates", "HeatersStates", "ValvesStates", "ElapsedMilli", "DateTime" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Diagnostics.StartDiagnosticsResponse), global::Tango.PMR.Diagnostics.StartDiagnosticsResponse.Parser, new[]{ "Monitors", "DigitalInterfaceStates", "ComponentsStates", "HeatersStates", "ValvesStates" }, null, null, null) })); } #endregion @@ -75,8 +74,6 @@ namespace Tango.PMR.Diagnostics { componentsStates_ = other.componentsStates_.Clone(); heatersStates_ = other.heatersStates_.Clone(); valvesStates_ = other.valvesStates_.Clone(); - elapsedMilli_ = other.elapsedMilli_; - dateTime_ = other.dateTime_; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -150,34 +147,6 @@ namespace Tango.PMR.Diagnostics { get { return valvesStates_; } } - /// <summary>Field number for the "ElapsedMilli" field.</summary> - public const int ElapsedMilliFieldNumber = 6; - private uint elapsedMilli_; - /// <summary> - ///Milliseconds that had past from the previous StartDiagosticsResponse - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint ElapsedMilli { - get { return elapsedMilli_; } - set { - elapsedMilli_ = value; - } - } - - /// <summary>Field number for the "DateTime" field.</summary> - public const int DateTimeFieldNumber = 7; - private string dateTime_ = ""; - /// <summary> - ///Emulated date and time of this packet (Use for client software only) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string DateTime { - get { return dateTime_; } - set { - dateTime_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as StartDiagnosticsResponse); @@ -196,8 +165,6 @@ namespace Tango.PMR.Diagnostics { if(!componentsStates_.Equals(other.componentsStates_)) return false; if(!heatersStates_.Equals(other.heatersStates_)) return false; if(!valvesStates_.Equals(other.valvesStates_)) return false; - if (ElapsedMilli != other.ElapsedMilli) return false; - if (DateTime != other.DateTime) return false; return true; } @@ -209,8 +176,6 @@ namespace Tango.PMR.Diagnostics { hash ^= componentsStates_.GetHashCode(); hash ^= heatersStates_.GetHashCode(); hash ^= valvesStates_.GetHashCode(); - if (ElapsedMilli != 0) hash ^= ElapsedMilli.GetHashCode(); - if (DateTime.Length != 0) hash ^= DateTime.GetHashCode(); return hash; } @@ -229,14 +194,6 @@ namespace Tango.PMR.Diagnostics { componentsStates_.WriteTo(output, _repeated_componentsStates_codec); heatersStates_.WriteTo(output, _repeated_heatersStates_codec); valvesStates_.WriteTo(output, _repeated_valvesStates_codec); - if (ElapsedMilli != 0) { - output.WriteRawTag(48); - output.WriteUInt32(ElapsedMilli); - } - if (DateTime.Length != 0) { - output.WriteRawTag(58); - output.WriteString(DateTime); - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -249,12 +206,6 @@ namespace Tango.PMR.Diagnostics { size += componentsStates_.CalculateSize(_repeated_componentsStates_codec); size += heatersStates_.CalculateSize(_repeated_heatersStates_codec); size += valvesStates_.CalculateSize(_repeated_valvesStates_codec); - if (ElapsedMilli != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ElapsedMilli); - } - if (DateTime.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(DateTime); - } return size; } @@ -273,12 +224,6 @@ namespace Tango.PMR.Diagnostics { componentsStates_.Add(other.componentsStates_); heatersStates_.Add(other.heatersStates_); valvesStates_.Add(other.valvesStates_); - if (other.ElapsedMilli != 0) { - ElapsedMilli = other.ElapsedMilli; - } - if (other.DateTime.Length != 0) { - DateTime = other.DateTime; - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -312,14 +257,6 @@ namespace Tango.PMR.Diagnostics { valvesStates_.AddEntriesFrom(input, _repeated_valvesStates_codec); break; } - case 48: { - ElapsedMilli = input.ReadUInt32(); - break; - } - case 58: { - DateTime = input.ReadString(); - break; - } } } } diff --git a/Software/Visual_Studio/Tango.PMR/ThreadLoading/AttemptThreadJoggingRequest.cs b/Software/Visual_Studio/Tango.PMR/Diagnostics/StopCartridgesUpdateRequest.cs index dd3f7717c..9630b94b9 100644 --- a/Software/Visual_Studio/Tango.PMR/ThreadLoading/AttemptThreadJoggingRequest.cs +++ b/Software/Visual_Studio/Tango.PMR/Diagnostics/StopCartridgesUpdateRequest.cs @@ -1,5 +1,5 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AttemptThreadJoggingRequest.proto +// source: StopCartridgesUpdateRequest.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code @@ -7,43 +7,42 @@ using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; -namespace Tango.PMR.ThreadLoading { +namespace Tango.PMR.Diagnostics { - /// <summary>Holder for reflection information generated from AttemptThreadJoggingRequest.proto</summary> - public static partial class AttemptThreadJoggingRequestReflection { + /// <summary>Holder for reflection information generated from StopCartridgesUpdateRequest.proto</summary> + public static partial class StopCartridgesUpdateRequestReflection { #region Descriptor - /// <summary>File descriptor for AttemptThreadJoggingRequest.proto</summary> + /// <summary>File descriptor for StopCartridgesUpdateRequest.proto</summary> public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static AttemptThreadJoggingRequestReflection() { + static StopCartridgesUpdateRequestReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiFBdHRlbXB0VGhyZWFkSm9nZ2luZ1JlcXVlc3QucHJvdG8SF1RhbmdvLlBN", - "Ui5UaHJlYWRMb2FkaW5nIh0KG0F0dGVtcHRUaHJlYWRKb2dnaW5nUmVxdWVz", - "dEIjCiFjb20udHdpbmUudGFuZ28ucG1yLnRocmVhZGxvYWRpbmdiBnByb3Rv", - "Mw==")); + "CiFTdG9wQ2FydHJpZGdlc1VwZGF0ZVJlcXVlc3QucHJvdG8SFVRhbmdvLlBN", + "Ui5EaWFnbm9zdGljcyIdChtTdG9wQ2FydHJpZGdlc1VwZGF0ZVJlcXVlc3RC", + "IQofY29tLnR3aW5lLnRhbmdvLnBtci5kaWFnbm9zdGljc2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ThreadLoading.AttemptThreadJoggingRequest), global::Tango.PMR.ThreadLoading.AttemptThreadJoggingRequest.Parser, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Diagnostics.StopCartridgesUpdateRequest), global::Tango.PMR.Diagnostics.StopCartridgesUpdateRequest.Parser, null, null, null, null) })); } #endregion } #region Messages - public sealed partial class AttemptThreadJoggingRequest : pb::IMessage<AttemptThreadJoggingRequest> { - private static readonly pb::MessageParser<AttemptThreadJoggingRequest> _parser = new pb::MessageParser<AttemptThreadJoggingRequest>(() => new AttemptThreadJoggingRequest()); + public sealed partial class StopCartridgesUpdateRequest : pb::IMessage<StopCartridgesUpdateRequest> { + private static readonly pb::MessageParser<StopCartridgesUpdateRequest> _parser = new pb::MessageParser<StopCartridgesUpdateRequest>(() => new StopCartridgesUpdateRequest()); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<AttemptThreadJoggingRequest> Parser { get { return _parser; } } + public static pb::MessageParser<StopCartridgesUpdateRequest> Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.ThreadLoading.AttemptThreadJoggingRequestReflection.Descriptor.MessageTypes[0]; } + get { return global::Tango.PMR.Diagnostics.StopCartridgesUpdateRequestReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -52,28 +51,28 @@ namespace Tango.PMR.ThreadLoading { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public AttemptThreadJoggingRequest() { + public StopCartridgesUpdateRequest() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public AttemptThreadJoggingRequest(AttemptThreadJoggingRequest other) : this() { + public StopCartridgesUpdateRequest(StopCartridgesUpdateRequest other) : this() { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public AttemptThreadJoggingRequest Clone() { - return new AttemptThreadJoggingRequest(this); + public StopCartridgesUpdateRequest Clone() { + return new StopCartridgesUpdateRequest(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { - return Equals(other as AttemptThreadJoggingRequest); + return Equals(other as StopCartridgesUpdateRequest); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(AttemptThreadJoggingRequest other) { + public bool Equals(StopCartridgesUpdateRequest other) { if (ReferenceEquals(other, null)) { return false; } @@ -105,7 +104,7 @@ namespace Tango.PMR.ThreadLoading { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(AttemptThreadJoggingRequest other) { + public void MergeFrom(StopCartridgesUpdateRequest other) { if (other == null) { return; } diff --git a/Software/Visual_Studio/Tango.PMR/ThreadLoading/AttemptThreadJoggingResponse.cs b/Software/Visual_Studio/Tango.PMR/Diagnostics/StopCartridgesUpdateResponse.cs index a3c20c6ff..a497c980f 100644 --- a/Software/Visual_Studio/Tango.PMR/ThreadLoading/AttemptThreadJoggingResponse.cs +++ b/Software/Visual_Studio/Tango.PMR/Diagnostics/StopCartridgesUpdateResponse.cs @@ -1,5 +1,5 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AttemptThreadJoggingResponse.proto +// source: StopCartridgesUpdateResponse.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code @@ -7,43 +7,42 @@ using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; -namespace Tango.PMR.ThreadLoading { +namespace Tango.PMR.Diagnostics { - /// <summary>Holder for reflection information generated from AttemptThreadJoggingResponse.proto</summary> - public static partial class AttemptThreadJoggingResponseReflection { + /// <summary>Holder for reflection information generated from StopCartridgesUpdateResponse.proto</summary> + public static partial class StopCartridgesUpdateResponseReflection { #region Descriptor - /// <summary>File descriptor for AttemptThreadJoggingResponse.proto</summary> + /// <summary>File descriptor for StopCartridgesUpdateResponse.proto</summary> public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; - static AttemptThreadJoggingResponseReflection() { + static StopCartridgesUpdateResponseReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "CiJBdHRlbXB0VGhyZWFkSm9nZ2luZ1Jlc3BvbnNlLnByb3RvEhdUYW5nby5Q", - "TVIuVGhyZWFkTG9hZGluZyIeChxBdHRlbXB0VGhyZWFkSm9nZ2luZ1Jlc3Bv", - "bnNlQiMKIWNvbS50d2luZS50YW5nby5wbXIudGhyZWFkbG9hZGluZ2IGcHJv", - "dG8z")); + "CiJTdG9wQ2FydHJpZGdlc1VwZGF0ZVJlc3BvbnNlLnByb3RvEhVUYW5nby5Q", + "TVIuRGlhZ25vc3RpY3MiHgocU3RvcENhcnRyaWRnZXNVcGRhdGVSZXNwb25z", + "ZUIhCh9jb20udHdpbmUudGFuZ28ucG1yLmRpYWdub3N0aWNzYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ThreadLoading.AttemptThreadJoggingResponse), global::Tango.PMR.ThreadLoading.AttemptThreadJoggingResponse.Parser, null, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Diagnostics.StopCartridgesUpdateResponse), global::Tango.PMR.Diagnostics.StopCartridgesUpdateResponse.Parser, null, null, null, null) })); } #endregion } #region Messages - public sealed partial class AttemptThreadJoggingResponse : pb::IMessage<AttemptThreadJoggingResponse> { - private static readonly pb::MessageParser<AttemptThreadJoggingResponse> _parser = new pb::MessageParser<AttemptThreadJoggingResponse>(() => new AttemptThreadJoggingResponse()); + public sealed partial class StopCartridgesUpdateResponse : pb::IMessage<StopCartridgesUpdateResponse> { + private static readonly pb::MessageParser<StopCartridgesUpdateResponse> _parser = new pb::MessageParser<StopCartridgesUpdateResponse>(() => new StopCartridgesUpdateResponse()); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<AttemptThreadJoggingResponse> Parser { get { return _parser; } } + public static pb::MessageParser<StopCartridgesUpdateResponse> Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.ThreadLoading.AttemptThreadJoggingResponseReflection.Descriptor.MessageTypes[0]; } + get { return global::Tango.PMR.Diagnostics.StopCartridgesUpdateResponseReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -52,28 +51,28 @@ namespace Tango.PMR.ThreadLoading { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public AttemptThreadJoggingResponse() { + public StopCartridgesUpdateResponse() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public AttemptThreadJoggingResponse(AttemptThreadJoggingResponse other) : this() { + public StopCartridgesUpdateResponse(StopCartridgesUpdateResponse other) : this() { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public AttemptThreadJoggingResponse Clone() { - return new AttemptThreadJoggingResponse(this); + public StopCartridgesUpdateResponse Clone() { + return new StopCartridgesUpdateResponse(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { - return Equals(other as AttemptThreadJoggingResponse); + return Equals(other as StopCartridgesUpdateResponse); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(AttemptThreadJoggingResponse other) { + public bool Equals(StopCartridgesUpdateResponse other) { if (ReferenceEquals(other, null)) { return false; } @@ -105,7 +104,7 @@ namespace Tango.PMR.ThreadLoading { } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(AttemptThreadJoggingResponse other) { + public void MergeFrom(StopCartridgesUpdateResponse other) { if (other == null) { return; } diff --git a/Software/Visual_Studio/Tango.PMR/EmbeddedParameters/AlarmHandlingItem.cs b/Software/Visual_Studio/Tango.PMR/EmbeddedParameters/AlarmHandlingItem.cs index 25f40a731..1777459e4 100644 --- a/Software/Visual_Studio/Tango.PMR/EmbeddedParameters/AlarmHandlingItem.cs +++ b/Software/Visual_Studio/Tango.PMR/EmbeddedParameters/AlarmHandlingItem.cs @@ -24,20 +24,20 @@ namespace Tango.PMR.EmbeddedParameters { string.Concat( "ChdBbGFybUhhbmRsaW5nSXRlbS5wcm90bxIcVGFuZ28uUE1SLkVtYmVkZGVk", "UGFyYW1ldGVycxoVQWxhcm1Tb3VyY2VUeXBlLnByb3RvGhZEZWJ1Z0xvZ0Nh", - "dGVnb3J5LnByb3RvGg9FdmVudFR5cGUucHJvdG8i2wIKEUFsYXJtSGFuZGxp", + "dGVnb3J5LnByb3RvGg9FdmVudFR5cGUucHJvdG8i7QIKEUFsYXJtSGFuZGxp", "bmdJdGVtEkIKC0FsYXJtU291cmNlGAEgASgOMi0uVGFuZ28uUE1SLkVtYmVk", - "ZGVkUGFyYW1ldGVycy5BbGFybVNvdXJjZVR5cGUSEAoIRGV2aWNlSWQYAiAB", - "KA0SFgoOTW9kdWxlRGV2aWNlSWQYAyABKA0SEgoKQWxhcm1WYWx1ZRgEIAEo", - "DRIWCg5BbGFybURpcmVjdGlvbhgFIAEoCBI3CghTZXZlcml0eRgGIAEoDjIl", - "LlRhbmdvLlBNUi5EZWJ1Z2dpbmcuRGVidWdMb2dDYXRlZ29yeRIVCg1EZWJv", - "dW5jZVZhbHVlGAcgASgNEjMKCUV2ZW50VHlwZRgIIAEoDjIgLlRhbmdvLlBN", - "Ui5EaWFnbm9zdGljcy5FdmVudFR5cGUSEQoJRXZlbnROYW1lGAkgASgJEhQK", - "DElzUGVyc2lzdGVudBgKIAEoCEIoCiZjb20udHdpbmUudGFuZ28ucG1yLmVt", - "YmVkZGVkcGFyYW1ldGVyc2IGcHJvdG8z")); + "ZGVkUGFyYW1ldGVycy5BbGFybVNvdXJjZVR5cGUSEQoJRnJlcXVlbmN5GAIg", + "ASgNEhAKCERldmljZUlkGAMgASgNEhYKDk1vZHVsZURldmljZUlkGAQgASgN", + "EhIKCkFsYXJtVmFsdWUYBSABKA0SFgoOQWxhcm1EaXJlY3Rpb24YBiABKAgS", + "NwoIU2V2ZXJpdHkYByABKA4yJS5UYW5nby5QTVIuRGVidWdnaW5nLkRlYnVn", + "TG9nQ2F0ZWdvcnkSEwoLUHJlZGVjZXNzb3IYCCABKA0SFQoNRGVib3VuY2VW", + "YWx1ZRgJIAEoDRIzCglFdmVudFR5cGUYCiABKA4yIC5UYW5nby5QTVIuRGlh", + "Z25vc3RpY3MuRXZlbnRUeXBlEhEKCUV2ZW50TmFtZRgLIAEoCUIoCiZjb20u", + "dHdpbmUudGFuZ28ucG1yLmVtYmVkZGVkcGFyYW1ldGVyc2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::Tango.PMR.EmbeddedParameters.AlarmSourceTypeReflection.Descriptor, global::Tango.PMR.Debugging.DebugLogCategoryReflection.Descriptor, global::Tango.PMR.Diagnostics.EventTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.EmbeddedParameters.AlarmHandlingItem), global::Tango.PMR.EmbeddedParameters.AlarmHandlingItem.Parser, new[]{ "AlarmSource", "DeviceId", "ModuleDeviceId", "AlarmValue", "AlarmDirection", "Severity", "DebounceValue", "EventType", "EventName", "IsPersistent" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.EmbeddedParameters.AlarmHandlingItem), global::Tango.PMR.EmbeddedParameters.AlarmHandlingItem.Parser, new[]{ "AlarmSource", "Frequency", "DeviceId", "ModuleDeviceId", "AlarmValue", "AlarmDirection", "Severity", "Predecessor", "DebounceValue", "EventType", "EventName" }, null, null, null) })); } #endregion @@ -69,15 +69,16 @@ namespace Tango.PMR.EmbeddedParameters { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public AlarmHandlingItem(AlarmHandlingItem other) : this() { alarmSource_ = other.alarmSource_; + frequency_ = other.frequency_; deviceId_ = other.deviceId_; moduleDeviceId_ = other.moduleDeviceId_; alarmValue_ = other.alarmValue_; alarmDirection_ = other.alarmDirection_; severity_ = other.severity_; + predecessor_ = other.predecessor_; debounceValue_ = other.debounceValue_; eventType_ = other.eventType_; eventName_ = other.eventName_; - isPersistent_ = other.isPersistent_; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -96,8 +97,22 @@ namespace Tango.PMR.EmbeddedParameters { } } + /// <summary>Field number for the "Frequency" field.</summary> + public const int FrequencyFieldNumber = 2; + private uint frequency_; + /// <summary> + ///1/10/100/1000 + /// </summary> + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + public uint Frequency { + get { return frequency_; } + set { + frequency_ = value; + } + } + /// <summary>Field number for the "DeviceId" field.</summary> - public const int DeviceIdFieldNumber = 2; + public const int DeviceIdFieldNumber = 3; private uint deviceId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public uint DeviceId { @@ -108,7 +123,7 @@ namespace Tango.PMR.EmbeddedParameters { } /// <summary>Field number for the "ModuleDeviceId" field.</summary> - public const int ModuleDeviceIdFieldNumber = 3; + public const int ModuleDeviceIdFieldNumber = 4; private uint moduleDeviceId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public uint ModuleDeviceId { @@ -119,7 +134,7 @@ namespace Tango.PMR.EmbeddedParameters { } /// <summary>Field number for the "AlarmValue" field.</summary> - public const int AlarmValueFieldNumber = 4; + public const int AlarmValueFieldNumber = 5; private uint alarmValue_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public uint AlarmValue { @@ -130,7 +145,7 @@ namespace Tango.PMR.EmbeddedParameters { } /// <summary>Field number for the "AlarmDirection" field.</summary> - public const int AlarmDirectionFieldNumber = 5; + public const int AlarmDirectionFieldNumber = 6; private bool alarmDirection_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public bool AlarmDirection { @@ -141,7 +156,7 @@ namespace Tango.PMR.EmbeddedParameters { } /// <summary>Field number for the "Severity" field.</summary> - public const int SeverityFieldNumber = 6; + public const int SeverityFieldNumber = 7; private global::Tango.PMR.Debugging.DebugLogCategory severity_ = 0; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public global::Tango.PMR.Debugging.DebugLogCategory Severity { @@ -151,8 +166,19 @@ namespace Tango.PMR.EmbeddedParameters { } } + /// <summary>Field number for the "Predecessor" field.</summary> + public const int PredecessorFieldNumber = 8; + private uint predecessor_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + public uint Predecessor { + get { return predecessor_; } + set { + predecessor_ = value; + } + } + /// <summary>Field number for the "DebounceValue" field.</summary> - public const int DebounceValueFieldNumber = 7; + public const int DebounceValueFieldNumber = 9; private uint debounceValue_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public uint DebounceValue { @@ -163,7 +189,7 @@ namespace Tango.PMR.EmbeddedParameters { } /// <summary>Field number for the "EventType" field.</summary> - public const int EventTypeFieldNumber = 8; + public const int EventTypeFieldNumber = 10; private global::Tango.PMR.Diagnostics.EventType eventType_ = 0; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public global::Tango.PMR.Diagnostics.EventType EventType { @@ -174,7 +200,7 @@ namespace Tango.PMR.EmbeddedParameters { } /// <summary>Field number for the "EventName" field.</summary> - public const int EventNameFieldNumber = 9; + public const int EventNameFieldNumber = 11; private string eventName_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public string EventName { @@ -184,17 +210,6 @@ namespace Tango.PMR.EmbeddedParameters { } } - /// <summary>Field number for the "IsPersistent" field.</summary> - public const int IsPersistentFieldNumber = 10; - private bool isPersistent_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool IsPersistent { - get { return isPersistent_; } - set { - isPersistent_ = value; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as AlarmHandlingItem); @@ -209,15 +224,16 @@ namespace Tango.PMR.EmbeddedParameters { return true; } if (AlarmSource != other.AlarmSource) return false; + if (Frequency != other.Frequency) return false; if (DeviceId != other.DeviceId) return false; if (ModuleDeviceId != other.ModuleDeviceId) return false; if (AlarmValue != other.AlarmValue) return false; if (AlarmDirection != other.AlarmDirection) return false; if (Severity != other.Severity) return false; + if (Predecessor != other.Predecessor) return false; if (DebounceValue != other.DebounceValue) return false; if (EventType != other.EventType) return false; if (EventName != other.EventName) return false; - if (IsPersistent != other.IsPersistent) return false; return true; } @@ -225,15 +241,16 @@ namespace Tango.PMR.EmbeddedParameters { public override int GetHashCode() { int hash = 1; if (AlarmSource != 0) hash ^= AlarmSource.GetHashCode(); + if (Frequency != 0) hash ^= Frequency.GetHashCode(); if (DeviceId != 0) hash ^= DeviceId.GetHashCode(); if (ModuleDeviceId != 0) hash ^= ModuleDeviceId.GetHashCode(); if (AlarmValue != 0) hash ^= AlarmValue.GetHashCode(); if (AlarmDirection != false) hash ^= AlarmDirection.GetHashCode(); if (Severity != 0) hash ^= Severity.GetHashCode(); + if (Predecessor != 0) hash ^= Predecessor.GetHashCode(); if (DebounceValue != 0) hash ^= DebounceValue.GetHashCode(); if (EventType != 0) hash ^= EventType.GetHashCode(); if (EventName.Length != 0) hash ^= EventName.GetHashCode(); - if (IsPersistent != false) hash ^= IsPersistent.GetHashCode(); return hash; } @@ -248,42 +265,46 @@ namespace Tango.PMR.EmbeddedParameters { output.WriteRawTag(8); output.WriteEnum((int) AlarmSource); } - if (DeviceId != 0) { + if (Frequency != 0) { output.WriteRawTag(16); + output.WriteUInt32(Frequency); + } + if (DeviceId != 0) { + output.WriteRawTag(24); output.WriteUInt32(DeviceId); } if (ModuleDeviceId != 0) { - output.WriteRawTag(24); + output.WriteRawTag(32); output.WriteUInt32(ModuleDeviceId); } if (AlarmValue != 0) { - output.WriteRawTag(32); + output.WriteRawTag(40); output.WriteUInt32(AlarmValue); } if (AlarmDirection != false) { - output.WriteRawTag(40); + output.WriteRawTag(48); output.WriteBool(AlarmDirection); } if (Severity != 0) { - output.WriteRawTag(48); + output.WriteRawTag(56); output.WriteEnum((int) Severity); } + if (Predecessor != 0) { + output.WriteRawTag(64); + output.WriteUInt32(Predecessor); + } if (DebounceValue != 0) { - output.WriteRawTag(56); + output.WriteRawTag(72); output.WriteUInt32(DebounceValue); } if (EventType != 0) { - output.WriteRawTag(64); + output.WriteRawTag(80); output.WriteEnum((int) EventType); } if (EventName.Length != 0) { - output.WriteRawTag(74); + output.WriteRawTag(90); output.WriteString(EventName); } - if (IsPersistent != false) { - output.WriteRawTag(80); - output.WriteBool(IsPersistent); - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -292,6 +313,9 @@ namespace Tango.PMR.EmbeddedParameters { if (AlarmSource != 0) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) AlarmSource); } + if (Frequency != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Frequency); + } if (DeviceId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DeviceId); } @@ -307,6 +331,9 @@ namespace Tango.PMR.EmbeddedParameters { if (Severity != 0) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Severity); } + if (Predecessor != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Predecessor); + } if (DebounceValue != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DebounceValue); } @@ -316,9 +343,6 @@ namespace Tango.PMR.EmbeddedParameters { if (EventName.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(EventName); } - if (IsPersistent != false) { - size += 1 + 1; - } return size; } @@ -330,6 +354,9 @@ namespace Tango.PMR.EmbeddedParameters { if (other.AlarmSource != 0) { AlarmSource = other.AlarmSource; } + if (other.Frequency != 0) { + Frequency = other.Frequency; + } if (other.DeviceId != 0) { DeviceId = other.DeviceId; } @@ -345,6 +372,9 @@ namespace Tango.PMR.EmbeddedParameters { if (other.Severity != 0) { Severity = other.Severity; } + if (other.Predecessor != 0) { + Predecessor = other.Predecessor; + } if (other.DebounceValue != 0) { DebounceValue = other.DebounceValue; } @@ -354,9 +384,6 @@ namespace Tango.PMR.EmbeddedParameters { if (other.EventName.Length != 0) { EventName = other.EventName; } - if (other.IsPersistent != false) { - IsPersistent = other.IsPersistent; - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -372,39 +399,43 @@ namespace Tango.PMR.EmbeddedParameters { break; } case 16: { - DeviceId = input.ReadUInt32(); + Frequency = input.ReadUInt32(); break; } case 24: { - ModuleDeviceId = input.ReadUInt32(); + DeviceId = input.ReadUInt32(); break; } case 32: { - AlarmValue = input.ReadUInt32(); + ModuleDeviceId = input.ReadUInt32(); break; } case 40: { - AlarmDirection = input.ReadBool(); + AlarmValue = input.ReadUInt32(); break; } case 48: { - severity_ = (global::Tango.PMR.Debugging.DebugLogCategory) input.ReadEnum(); + AlarmDirection = input.ReadBool(); break; } case 56: { - DebounceValue = input.ReadUInt32(); + severity_ = (global::Tango.PMR.Debugging.DebugLogCategory) input.ReadEnum(); break; } case 64: { - eventType_ = (global::Tango.PMR.Diagnostics.EventType) input.ReadEnum(); + Predecessor = input.ReadUInt32(); break; } - case 74: { - EventName = input.ReadString(); + case 72: { + DebounceValue = input.ReadUInt32(); break; } case 80: { - IsPersistent = input.ReadBool(); + eventType_ = (global::Tango.PMR.Diagnostics.EventType) input.ReadEnum(); + break; + } + case 90: { + EventName = input.ReadString(); break; } } diff --git a/Software/Visual_Studio/Tango.PMR/EmbeddedParameters/ConfigurationParameters.cs b/Software/Visual_Studio/Tango.PMR/EmbeddedParameters/ConfigurationParameters.cs index 1e7767423..a7e1345bd 100644 --- a/Software/Visual_Studio/Tango.PMR/EmbeddedParameters/ConfigurationParameters.cs +++ b/Software/Visual_Studio/Tango.PMR/EmbeddedParameters/ConfigurationParameters.cs @@ -23,7 +23,7 @@ namespace Tango.PMR.EmbeddedParameters { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch1Db25maWd1cmF0aW9uUGFyYW1ldGVycy5wcm90bxIcVGFuZ28uUE1SLkVt", - "YmVkZGVkUGFyYW1ldGVycyKNCgoXQ29uZmlndXJhdGlvblBhcmFtZXRlcnMS", + "YmVkZGVkUGFyYW1ldGVycyLjCQoXQ29uZmlndXJhdGlvblBhcmFtZXRlcnMS", "GAoQQnJlYWtTZW5zb3JMaW1pdBgBIAEoDRIhChlEaWFnbm9zdGljQ29sbGVj", "dGlvbkxpbWl0GAIgASgNEhoKEk92ZXJIZWF0Q291bnRMaW1pdBgDIAEoDRIb", "ChNVbmRlckhlYXRDb3VudExpbWl0GAQgASgNEhkKEUNsb3NlVmFsdmVUaW1l", @@ -51,13 +51,12 @@ namespace Tango.PMR.EmbeddedParameters { "ICABKA0SGwoTSWRsZUhlYWRUZW1wZXJhdHVyZRghIAEoDRIcChRJZGxlTWl4", "ZXJUZW1wZXJhdHVyZRgiIAEoDRIgChhQb3dlck9mZlRlbXBlcmF0dXJlTGlt", "aXQYIyABKA0SLQolSURTX1ByZVNlZ21lbnRfV0ZDRl9UaW1lQmVmb3JlU2Vn", - "bWVudBgkIAEoARITCgtGaWxlVmVyc2lvbhglIAEoDRITCgtEZXNjcmlwdGlv", - "bhgmIAEoCUIoCiZjb20udHdpbmUudGFuZ28ucG1yLmVtYmVkZGVkcGFyYW1l", - "dGVyc2IGcHJvdG8z")); + "bWVudBgkIAEoAUIoCiZjb20udHdpbmUudGFuZ28ucG1yLmVtYmVkZGVkcGFy", + "YW1ldGVyc2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.EmbeddedParameters.ConfigurationParameters), global::Tango.PMR.EmbeddedParameters.ConfigurationParameters.Parser, new[]{ "BreakSensorLimit", "DiagnosticCollectionLimit", "OverHeatCountLimit", "UnderHeatCountLimit", "CloseValveTimeout", "OpenValveTimeout", "InitialDispenserPressure", "InitialDispenserTimeout", "InitialDispenserTimeLag", "DispenserBuildPressureSpeed", "DispenserBuildPressureLimit", "DispenserBuildPressureTimeout", "DispenserBuildPressureLag", "ACHeatersLowerOperationLimit", "ACHeatersUpperOperationLimit", "DCHeatersLowerOperationLimit", "DCHeatersUpperOperationLimit", "MidTankPressureCorrection", "DispenserPresegmentWFCF", "StartHeatingOnInitSequence", "GeneralParameters", "CurrentAlarmLowLimit", "CurrentAlarmHighLimit", "IDSSegmentRefillTimeout", "IDSPreSegmentBuildupTime", "IDSCleaningSpeed", "IDSCleaningStopBeforeSegmentTime", "IDSCleaningStartSprayPreSegmentTime", "IDSLeftCleaningMotorSpeed", "IDSRightCleaningMotorSpeed", "SwitchToIdleTimeinSeconds", "IdleDrierTemperature", "IdleHeadTemperature", "IdleMixerTemperature", "PowerOffTemperatureLimit", "IDSPreSegmentWFCFTimeBeforeSegment", "FileVersion", "Description" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.EmbeddedParameters.ConfigurationParameters), global::Tango.PMR.EmbeddedParameters.ConfigurationParameters.Parser, new[]{ "BreakSensorLimit", "DiagnosticCollectionLimit", "OverHeatCountLimit", "UnderHeatCountLimit", "CloseValveTimeout", "OpenValveTimeout", "InitialDispenserPressure", "InitialDispenserTimeout", "InitialDispenserTimeLag", "DispenserBuildPressureSpeed", "DispenserBuildPressureLimit", "DispenserBuildPressureTimeout", "DispenserBuildPressureLag", "ACHeatersLowerOperationLimit", "ACHeatersUpperOperationLimit", "DCHeatersLowerOperationLimit", "DCHeatersUpperOperationLimit", "MidTankPressureCorrection", "DispenserPresegmentWFCF", "StartHeatingOnInitSequence", "GeneralParameters", "CurrentAlarmLowLimit", "CurrentAlarmHighLimit", "IDSSegmentRefillTimeout", "IDSPreSegmentBuildupTime", "IDSCleaningSpeed", "IDSCleaningStopBeforeSegmentTime", "IDSCleaningStartSprayPreSegmentTime", "IDSLeftCleaningMotorSpeed", "IDSRightCleaningMotorSpeed", "SwitchToIdleTimeinSeconds", "IdleDrierTemperature", "IdleHeadTemperature", "IdleMixerTemperature", "PowerOffTemperatureLimit", "IDSPreSegmentWFCFTimeBeforeSegment" }, null, null, null) })); } #endregion @@ -124,8 +123,6 @@ namespace Tango.PMR.EmbeddedParameters { idleMixerTemperature_ = other.idleMixerTemperature_; powerOffTemperatureLimit_ = other.powerOffTemperatureLimit_; iDSPreSegmentWFCFTimeBeforeSegment_ = other.iDSPreSegmentWFCFTimeBeforeSegment_; - fileVersion_ = other.fileVersion_; - description_ = other.description_; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -137,7 +134,7 @@ namespace Tango.PMR.EmbeddedParameters { public const int BreakSensorLimitFieldNumber = 1; private uint breakSensorLimit_; /// <summary> - /// Break Sensor Limit + ///#define BREAK_SENSOR_LIMIT 10 /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public uint BreakSensorLimit { @@ -151,7 +148,7 @@ namespace Tango.PMR.EmbeddedParameters { public const int DiagnosticCollectionLimitFieldNumber = 2; private uint diagnosticCollectionLimit_; /// <summary> - /// Diagnostics send interval in milliseconds 2 + ///#define Diagnostics send interval in milliseconds 2 /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public uint DiagnosticCollectionLimit { @@ -165,7 +162,7 @@ namespace Tango.PMR.EmbeddedParameters { public const int OverHeatCountLimitFieldNumber = 3; private uint overHeatCountLimit_; /// <summary> - /// Overheat Count Limit + ///#define OVERHEAT_COUNT_LIMIT 3 /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public uint OverHeatCountLimit { @@ -179,7 +176,7 @@ namespace Tango.PMR.EmbeddedParameters { public const int UnderHeatCountLimitFieldNumber = 4; private uint underHeatCountLimit_; /// <summary> - /// Underheat Count Limit + ///#define UNDERHEAT_COUNT_LIMIT 3 /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public uint UnderHeatCountLimit { @@ -193,7 +190,7 @@ namespace Tango.PMR.EmbeddedParameters { public const int CloseValveTimeoutFieldNumber = 5; private uint closeValveTimeout_; /// <summary> - /// Close Valve Timeout + ///uint32_t CloseValveTimeout = 250; /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public uint CloseValveTimeout { @@ -207,7 +204,7 @@ namespace Tango.PMR.EmbeddedParameters { public const int OpenValveTimeoutFieldNumber = 6; private uint openValveTimeout_; /// <summary> - /// Open Valve Timeout = 250; + ///uint32_t OpenValveTimeout = 250; /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public uint OpenValveTimeout { @@ -221,7 +218,7 @@ namespace Tango.PMR.EmbeddedParameters { public const int InitialDispenserPressureFieldNumber = 7; private double initialDispenserPressure_; /// <summary> - /// Initial Dispenser Pressure + ///#define INITIAL_DISPENSER_PRESSURE 0.10 /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public double InitialDispenserPressure { @@ -235,7 +232,7 @@ namespace Tango.PMR.EmbeddedParameters { public const int InitialDispenserTimeoutFieldNumber = 8; private uint initialDispenserTimeout_; /// <summary> - /// Initial Dispenser Timeout Limit + ///#define INITIAL_DISPENSER_TIMEOUT_LIMIT 10000 /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public uint InitialDispenserTimeout { @@ -249,7 +246,7 @@ namespace Tango.PMR.EmbeddedParameters { public const int InitialDispenserTimeLagFieldNumber = 9; private uint initialDispenserTimeLag_; /// <summary> - /// Initial Dispenser Timeout + ///#define INITIAL_DISPENSER_TIMEOUT 100 /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public uint InitialDispenserTimeLag { @@ -263,7 +260,7 @@ namespace Tango.PMR.EmbeddedParameters { public const int DispenserBuildPressureSpeedFieldNumber = 10; private uint dispenserBuildPressureSpeed_; /// <summary> - /// Dispenser prepare pressure building parameters - job prepare + ///#define DISPENSER_BUILD_PRESSURE_SPEED 500 /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public uint DispenserBuildPressureSpeed { @@ -276,6 +273,9 @@ namespace Tango.PMR.EmbeddedParameters { /// <summary>Field number for the "DispenserBuildPressureLimit" field.</summary> public const int DispenserBuildPressureLimitFieldNumber = 11; private double dispenserBuildPressureLimit_; + /// <summary> + ///#define DISPENSER_BUILD_PRESSURE_LIMIT 0.5 + /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public double DispenserBuildPressureLimit { get { return dispenserBuildPressureLimit_; } @@ -287,6 +287,9 @@ namespace Tango.PMR.EmbeddedParameters { /// <summary>Field number for the "DispenserBuildPressureTimeout" field.</summary> public const int DispenserBuildPressureTimeoutFieldNumber = 12; private uint dispenserBuildPressureTimeout_; + /// <summary> + ///#define DISPENSER_BUILD_PRESSURE_TIMEOUT 8000 + /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public uint DispenserBuildPressureTimeout { get { return dispenserBuildPressureTimeout_; } @@ -298,6 +301,9 @@ namespace Tango.PMR.EmbeddedParameters { /// <summary>Field number for the "DispenserBuildPressureLag" field.</summary> public const int DispenserBuildPressureLagFieldNumber = 13; private uint dispenserBuildPressureLag_; + /// <summary> + ///#define DISPENSER_BUILD_PRESSURE_LAG 50 + /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public uint DispenserBuildPressureLag { get { return dispenserBuildPressureLag_; } @@ -356,9 +362,6 @@ namespace Tango.PMR.EmbeddedParameters { /// <summary>Field number for the "MidTankPressureCorrection" field.</summary> public const int MidTankPressureCorrectionFieldNumber = 18; private double midTankPressureCorrection_; - /// <summary> - ///obsolete - /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public double MidTankPressureCorrection { get { return midTankPressureCorrection_; } @@ -425,6 +428,9 @@ namespace Tango.PMR.EmbeddedParameters { /// <summary>Field number for the "CurrentAlarmHighLimit" field.</summary> public const int CurrentAlarmHighLimitFieldNumber = 23; private double currentAlarmHighLimit_; + /// <summary> + /// a limit percentage for current deviation predefined level + /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public double CurrentAlarmHighLimit { get { return currentAlarmHighLimit_; } @@ -465,7 +471,7 @@ namespace Tango.PMR.EmbeddedParameters { public const int IDSCleaningSpeedFieldNumber = 26; private double iDSCleaningSpeed_; /// <summary> - ///cleaning dispenser motor speed and timing - going to move to RML + ///cleaning dispenser motorspeed /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public double IDSCleaningSpeed { @@ -478,6 +484,9 @@ namespace Tango.PMR.EmbeddedParameters { /// <summary>Field number for the "IDS_CleaningStopBeforeSegmentTime" field.</summary> public const int IDSCleaningStopBeforeSegmentTimeFieldNumber = 27; private double iDSCleaningStopBeforeSegmentTime_; + /// <summary> + ///cleaning dispenser stop before segment start + /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public double IDSCleaningStopBeforeSegmentTime { get { return iDSCleaningStopBeforeSegmentTime_; } @@ -489,6 +498,9 @@ namespace Tango.PMR.EmbeddedParameters { /// <summary>Field number for the "IDS_CleaningStartSprayPreSegmentTime" field.</summary> public const int IDSCleaningStartSprayPreSegmentTimeFieldNumber = 28; private double iDSCleaningStartSprayPreSegmentTime_; + /// <summary> + ///cleaning dispenser start during pre segment + /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public double IDSCleaningStartSprayPreSegmentTime { get { return iDSCleaningStartSprayPreSegmentTime_; } @@ -588,28 +600,6 @@ namespace Tango.PMR.EmbeddedParameters { } } - /// <summary>Field number for the "FileVersion" field.</summary> - public const int FileVersionFieldNumber = 37; - private uint fileVersion_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint FileVersion { - get { return fileVersion_; } - set { - fileVersion_ = value; - } - } - - /// <summary>Field number for the "Description" field.</summary> - public const int DescriptionFieldNumber = 38; - private string description_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Description { - get { return description_; } - set { - description_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as ConfigurationParameters); @@ -659,8 +649,6 @@ namespace Tango.PMR.EmbeddedParameters { if (IdleMixerTemperature != other.IdleMixerTemperature) return false; if (PowerOffTemperatureLimit != other.PowerOffTemperatureLimit) return false; if (IDSPreSegmentWFCFTimeBeforeSegment != other.IDSPreSegmentWFCFTimeBeforeSegment) return false; - if (FileVersion != other.FileVersion) return false; - if (Description != other.Description) return false; return true; } @@ -703,8 +691,6 @@ namespace Tango.PMR.EmbeddedParameters { if (IdleMixerTemperature != 0) hash ^= IdleMixerTemperature.GetHashCode(); if (PowerOffTemperatureLimit != 0) hash ^= PowerOffTemperatureLimit.GetHashCode(); if (IDSPreSegmentWFCFTimeBeforeSegment != 0D) hash ^= IDSPreSegmentWFCFTimeBeforeSegment.GetHashCode(); - if (FileVersion != 0) hash ^= FileVersion.GetHashCode(); - if (Description.Length != 0) hash ^= Description.GetHashCode(); return hash; } @@ -856,14 +842,6 @@ namespace Tango.PMR.EmbeddedParameters { output.WriteRawTag(161, 2); output.WriteDouble(IDSPreSegmentWFCFTimeBeforeSegment); } - if (FileVersion != 0) { - output.WriteRawTag(168, 2); - output.WriteUInt32(FileVersion); - } - if (Description.Length != 0) { - output.WriteRawTag(178, 2); - output.WriteString(Description); - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -975,12 +953,6 @@ namespace Tango.PMR.EmbeddedParameters { if (IDSPreSegmentWFCFTimeBeforeSegment != 0D) { size += 2 + 8; } - if (FileVersion != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(FileVersion); - } - if (Description.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(Description); - } return size; } @@ -1095,12 +1067,6 @@ namespace Tango.PMR.EmbeddedParameters { if (other.IDSPreSegmentWFCFTimeBeforeSegment != 0D) { IDSPreSegmentWFCFTimeBeforeSegment = other.IDSPreSegmentWFCFTimeBeforeSegment; } - if (other.FileVersion != 0) { - FileVersion = other.FileVersion; - } - if (other.Description.Length != 0) { - Description = other.Description; - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -1256,14 +1222,6 @@ namespace Tango.PMR.EmbeddedParameters { IDSPreSegmentWFCFTimeBeforeSegment = input.ReadDouble(); break; } - case 296: { - FileVersion = input.ReadUInt32(); - break; - } - case 306: { - Description = input.ReadString(); - break; - } } } } diff --git a/Software/Visual_Studio/Tango.PMR/EmbeddedParameters/MainCardStoredData.cs b/Software/Visual_Studio/Tango.PMR/EmbeddedParameters/MainCardStoredData.cs deleted file mode 100644 index 94a15b2a0..000000000 --- a/Software/Visual_Studio/Tango.PMR/EmbeddedParameters/MainCardStoredData.cs +++ /dev/null @@ -1,182 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: MainCardStoredData.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.EmbeddedParameters { - - /// <summary>Holder for reflection information generated from MainCardStoredData.proto</summary> - public static partial class MainCardStoredDataReflection { - - #region Descriptor - /// <summary>File descriptor for MainCardStoredData.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static MainCardStoredDataReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChhNYWluQ2FyZFN0b3JlZERhdGEucHJvdG8SHFRhbmdvLlBNUi5FbWJlZGRl", - "ZFBhcmFtZXRlcnMaGE1haW5DYXJkU3RvcmVkSXRlbS5wcm90byJvChJNYWlu", - "Q2FyZFN0b3JlZERhdGESEwoLTWFpbkNhcmRTX04YASABKAkSRAoKU3RvcmVk", - "SXRlbRgCIAMoCzIwLlRhbmdvLlBNUi5FbWJlZGRlZFBhcmFtZXRlcnMuTWFp", - "bkNhcmRTdG9yZWRJdGVtQigKJmNvbS50d2luZS50YW5nby5wbXIuZW1iZWRk", - "ZWRwYXJhbWV0ZXJzYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.EmbeddedParameters.MainCardStoredItemReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.EmbeddedParameters.MainCardStoredData), global::Tango.PMR.EmbeddedParameters.MainCardStoredData.Parser, new[]{ "MainCardSN", "StoredItem" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class MainCardStoredData : pb::IMessage<MainCardStoredData> { - private static readonly pb::MessageParser<MainCardStoredData> _parser = new pb::MessageParser<MainCardStoredData>(() => new MainCardStoredData()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<MainCardStoredData> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.EmbeddedParameters.MainCardStoredDataReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public MainCardStoredData() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public MainCardStoredData(MainCardStoredData other) : this() { - mainCardSN_ = other.mainCardSN_; - storedItem_ = other.storedItem_.Clone(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public MainCardStoredData Clone() { - return new MainCardStoredData(this); - } - - /// <summary>Field number for the "MainCardS_N" field.</summary> - public const int MainCardSNFieldNumber = 1; - private string mainCardSN_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string MainCardSN { - get { return mainCardSN_; } - set { - mainCardSN_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "StoredItem" field.</summary> - public const int StoredItemFieldNumber = 2; - private static readonly pb::FieldCodec<global::Tango.PMR.EmbeddedParameters.MainCardStoredItem> _repeated_storedItem_codec - = pb::FieldCodec.ForMessage(18, global::Tango.PMR.EmbeddedParameters.MainCardStoredItem.Parser); - private readonly pbc::RepeatedField<global::Tango.PMR.EmbeddedParameters.MainCardStoredItem> storedItem_ = new pbc::RepeatedField<global::Tango.PMR.EmbeddedParameters.MainCardStoredItem>(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<global::Tango.PMR.EmbeddedParameters.MainCardStoredItem> StoredItem { - get { return storedItem_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as MainCardStoredData); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(MainCardStoredData other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (MainCardSN != other.MainCardSN) return false; - if(!storedItem_.Equals(other.storedItem_)) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (MainCardSN.Length != 0) hash ^= MainCardSN.GetHashCode(); - hash ^= storedItem_.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (MainCardSN.Length != 0) { - output.WriteRawTag(10); - output.WriteString(MainCardSN); - } - storedItem_.WriteTo(output, _repeated_storedItem_codec); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (MainCardSN.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(MainCardSN); - } - size += storedItem_.CalculateSize(_repeated_storedItem_codec); - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(MainCardStoredData other) { - if (other == null) { - return; - } - if (other.MainCardSN.Length != 0) { - MainCardSN = other.MainCardSN; - } - storedItem_.Add(other.storedItem_); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 10: { - MainCardSN = input.ReadString(); - break; - } - case 18: { - storedItem_.AddEntriesFrom(input, _repeated_storedItem_codec); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/EmbeddedParameters/MainCardStoredDataRequest.cs b/Software/Visual_Studio/Tango.PMR/EmbeddedParameters/MainCardStoredDataRequest.cs deleted file mode 100644 index 6db8ab8f8..000000000 --- a/Software/Visual_Studio/Tango.PMR/EmbeddedParameters/MainCardStoredDataRequest.cs +++ /dev/null @@ -1,196 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: MainCardStoredDataRequest.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.EmbeddedParameters { - - /// <summary>Holder for reflection information generated from MainCardStoredDataRequest.proto</summary> - public static partial class MainCardStoredDataRequestReflection { - - #region Descriptor - /// <summary>File descriptor for MainCardStoredDataRequest.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static MainCardStoredDataRequestReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch9NYWluQ2FyZFN0b3JlZERhdGFSZXF1ZXN0LnByb3RvEhxUYW5nby5QTVIu", - "RW1iZWRkZWRQYXJhbWV0ZXJzGhhNYWluQ2FyZFN0b3JlZERhdGEucHJvdG8i", - "fgoZTWFpbkNhcmRTdG9yZWREYXRhUmVxdWVzdBITCgtCdXJuUmVxdWVzdBgB", - "IAEoCBJMChJNYWluQ2FyZFN0b3JlZERhdGEYAiABKAsyMC5UYW5nby5QTVIu", - "RW1iZWRkZWRQYXJhbWV0ZXJzLk1haW5DYXJkU3RvcmVkRGF0YUIoCiZjb20u", - "dHdpbmUudGFuZ28ucG1yLmVtYmVkZGVkcGFyYW1ldGVyc2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.EmbeddedParameters.MainCardStoredDataReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.EmbeddedParameters.MainCardStoredDataRequest), global::Tango.PMR.EmbeddedParameters.MainCardStoredDataRequest.Parser, new[]{ "BurnRequest", "MainCardStoredData" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class MainCardStoredDataRequest : pb::IMessage<MainCardStoredDataRequest> { - private static readonly pb::MessageParser<MainCardStoredDataRequest> _parser = new pb::MessageParser<MainCardStoredDataRequest>(() => new MainCardStoredDataRequest()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<MainCardStoredDataRequest> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.EmbeddedParameters.MainCardStoredDataRequestReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public MainCardStoredDataRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public MainCardStoredDataRequest(MainCardStoredDataRequest other) : this() { - burnRequest_ = other.burnRequest_; - MainCardStoredData = other.mainCardStoredData_ != null ? other.MainCardStoredData.Clone() : null; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public MainCardStoredDataRequest Clone() { - return new MainCardStoredDataRequest(this); - } - - /// <summary>Field number for the "BurnRequest" field.</summary> - public const int BurnRequestFieldNumber = 1; - private bool burnRequest_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool BurnRequest { - get { return burnRequest_; } - set { - burnRequest_ = value; - } - } - - /// <summary>Field number for the "MainCardStoredData" field.</summary> - public const int MainCardStoredDataFieldNumber = 2; - private global::Tango.PMR.EmbeddedParameters.MainCardStoredData mainCardStoredData_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.EmbeddedParameters.MainCardStoredData MainCardStoredData { - get { return mainCardStoredData_; } - set { - mainCardStoredData_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as MainCardStoredDataRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(MainCardStoredDataRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (BurnRequest != other.BurnRequest) return false; - if (!object.Equals(MainCardStoredData, other.MainCardStoredData)) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (BurnRequest != false) hash ^= BurnRequest.GetHashCode(); - if (mainCardStoredData_ != null) hash ^= MainCardStoredData.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (BurnRequest != false) { - output.WriteRawTag(8); - output.WriteBool(BurnRequest); - } - if (mainCardStoredData_ != null) { - output.WriteRawTag(18); - output.WriteMessage(MainCardStoredData); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (BurnRequest != false) { - size += 1 + 1; - } - if (mainCardStoredData_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(MainCardStoredData); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(MainCardStoredDataRequest other) { - if (other == null) { - return; - } - if (other.BurnRequest != false) { - BurnRequest = other.BurnRequest; - } - if (other.mainCardStoredData_ != null) { - if (mainCardStoredData_ == null) { - mainCardStoredData_ = new global::Tango.PMR.EmbeddedParameters.MainCardStoredData(); - } - MainCardStoredData.MergeFrom(other.MainCardStoredData); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 8: { - BurnRequest = input.ReadBool(); - break; - } - case 18: { - if (mainCardStoredData_ == null) { - mainCardStoredData_ = new global::Tango.PMR.EmbeddedParameters.MainCardStoredData(); - } - input.ReadMessage(mainCardStoredData_); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/EmbeddedParameters/MainCardStoredDataResponse.cs b/Software/Visual_Studio/Tango.PMR/EmbeddedParameters/MainCardStoredDataResponse.cs deleted file mode 100644 index b2e40a5bb..000000000 --- a/Software/Visual_Studio/Tango.PMR/EmbeddedParameters/MainCardStoredDataResponse.cs +++ /dev/null @@ -1,168 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: MainCardStoredDataResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.EmbeddedParameters { - - /// <summary>Holder for reflection information generated from MainCardStoredDataResponse.proto</summary> - public static partial class MainCardStoredDataResponseReflection { - - #region Descriptor - /// <summary>File descriptor for MainCardStoredDataResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static MainCardStoredDataResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiBNYWluQ2FyZFN0b3JlZERhdGFSZXNwb25zZS5wcm90bxIcVGFuZ28uUE1S", - "LkVtYmVkZGVkUGFyYW1ldGVycxoYTWFpbkNhcmRTdG9yZWREYXRhLnByb3Rv", - "ImoKGk1haW5DYXJkU3RvcmVkRGF0YVJlc3BvbnNlEkwKEk1haW5DYXJkU3Rv", - "cmVkRGF0YRgBIAEoCzIwLlRhbmdvLlBNUi5FbWJlZGRlZFBhcmFtZXRlcnMu", - "TWFpbkNhcmRTdG9yZWREYXRhQigKJmNvbS50d2luZS50YW5nby5wbXIuZW1i", - "ZWRkZWRwYXJhbWV0ZXJzYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.EmbeddedParameters.MainCardStoredDataReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.EmbeddedParameters.MainCardStoredDataResponse), global::Tango.PMR.EmbeddedParameters.MainCardStoredDataResponse.Parser, new[]{ "MainCardStoredData" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class MainCardStoredDataResponse : pb::IMessage<MainCardStoredDataResponse> { - private static readonly pb::MessageParser<MainCardStoredDataResponse> _parser = new pb::MessageParser<MainCardStoredDataResponse>(() => new MainCardStoredDataResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<MainCardStoredDataResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.EmbeddedParameters.MainCardStoredDataResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public MainCardStoredDataResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public MainCardStoredDataResponse(MainCardStoredDataResponse other) : this() { - MainCardStoredData = other.mainCardStoredData_ != null ? other.MainCardStoredData.Clone() : null; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public MainCardStoredDataResponse Clone() { - return new MainCardStoredDataResponse(this); - } - - /// <summary>Field number for the "MainCardStoredData" field.</summary> - public const int MainCardStoredDataFieldNumber = 1; - private global::Tango.PMR.EmbeddedParameters.MainCardStoredData mainCardStoredData_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.EmbeddedParameters.MainCardStoredData MainCardStoredData { - get { return mainCardStoredData_; } - set { - mainCardStoredData_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as MainCardStoredDataResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(MainCardStoredDataResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (!object.Equals(MainCardStoredData, other.MainCardStoredData)) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (mainCardStoredData_ != null) hash ^= MainCardStoredData.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (mainCardStoredData_ != null) { - output.WriteRawTag(10); - output.WriteMessage(MainCardStoredData); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (mainCardStoredData_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(MainCardStoredData); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(MainCardStoredDataResponse other) { - if (other == null) { - return; - } - if (other.mainCardStoredData_ != null) { - if (mainCardStoredData_ == null) { - mainCardStoredData_ = new global::Tango.PMR.EmbeddedParameters.MainCardStoredData(); - } - MainCardStoredData.MergeFrom(other.MainCardStoredData); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 10: { - if (mainCardStoredData_ == null) { - mainCardStoredData_ = new global::Tango.PMR.EmbeddedParameters.MainCardStoredData(); - } - input.ReadMessage(mainCardStoredData_); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/EmbeddedParameters/MainCardStoredItem.cs b/Software/Visual_Studio/Tango.PMR/EmbeddedParameters/MainCardStoredItem.cs deleted file mode 100644 index 3cc7457ab..000000000 --- a/Software/Visual_Studio/Tango.PMR/EmbeddedParameters/MainCardStoredItem.cs +++ /dev/null @@ -1,188 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: MainCardStoredItem.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.EmbeddedParameters { - - /// <summary>Holder for reflection information generated from MainCardStoredItem.proto</summary> - public static partial class MainCardStoredItemReflection { - - #region Descriptor - /// <summary>File descriptor for MainCardStoredItem.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static MainCardStoredItemReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChhNYWluQ2FyZFN0b3JlZEl0ZW0ucHJvdG8SHFRhbmdvLlBNUi5FbWJlZGRl", - "ZFBhcmFtZXRlcnMiMwoSTWFpbkNhcmRTdG9yZWRJdGVtEg8KB0FkZHJlc3MY", - "ASABKA0SDAoERGF0YRgCIAEoDUIoCiZjb20udHdpbmUudGFuZ28ucG1yLmVt", - "YmVkZGVkcGFyYW1ldGVyc2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.EmbeddedParameters.MainCardStoredItem), global::Tango.PMR.EmbeddedParameters.MainCardStoredItem.Parser, new[]{ "Address", "Data" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class MainCardStoredItem : pb::IMessage<MainCardStoredItem> { - private static readonly pb::MessageParser<MainCardStoredItem> _parser = new pb::MessageParser<MainCardStoredItem>(() => new MainCardStoredItem()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<MainCardStoredItem> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.EmbeddedParameters.MainCardStoredItemReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public MainCardStoredItem() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public MainCardStoredItem(MainCardStoredItem other) : this() { - address_ = other.address_; - data_ = other.data_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public MainCardStoredItem Clone() { - return new MainCardStoredItem(this); - } - - /// <summary>Field number for the "Address" field.</summary> - public const int AddressFieldNumber = 1; - private uint address_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint Address { - get { return address_; } - set { - address_ = value; - } - } - - /// <summary>Field number for the "Data" field.</summary> - public const int DataFieldNumber = 2; - private uint data_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint Data { - get { return data_; } - set { - data_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as MainCardStoredItem); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(MainCardStoredItem other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Address != other.Address) return false; - if (Data != other.Data) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Address != 0) hash ^= Address.GetHashCode(); - if (Data != 0) hash ^= Data.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Address != 0) { - output.WriteRawTag(8); - output.WriteUInt32(Address); - } - if (Data != 0) { - output.WriteRawTag(16); - output.WriteUInt32(Data); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Address != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Address); - } - if (Data != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Data); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(MainCardStoredItem other) { - if (other == null) { - return; - } - if (other.Address != 0) { - Address = other.Address; - } - if (other.Data != 0) { - Data = other.Data; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 8: { - Address = input.ReadUInt32(); - break; - } - case 16: { - Data = input.ReadUInt32(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Exports/JobFileBrushStop.cs b/Software/Visual_Studio/Tango.PMR/Exports/JobFileBrushStop.cs index 2b4d84ac6..36da58b4e 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", - "Sm9iRmlsZUxpcXVpZFZvbHVtZS5wcm90byLrAgoQSm9iRmlsZUJydXNoU3Rv", + "Sm9iRmlsZUxpcXVpZFZvbHVtZS5wcm90byLUAgoQSm9iRmlsZUJydXNoU3Rv", "cBIWCg5Db2xvclNwYWNlR3VpZBgBIAEoCRIVCg1PZmZzZXRQZXJjZW50GAIg", "ASgBEgwKBEN5YW4YAyABKAESDwoHTWFnZW50YRgEIAEoARIOCgZZZWxsb3cY", "BSABKAESDQoFQmxhY2sYBiABKAESCwoDUmVkGAcgASgFEg0KBUdyZWVuGAgg", @@ -31,12 +31,12 @@ namespace Tango.PMR.Exports { "DCABKAESPQoNTGlxdWlkVm9sdW1lcxgYIAMoCzImLlRhbmdvLlBNUi5FeHBv", "cnRzLkpvYkZpbGVMaXF1aWRWb2x1bWUSEQoJQ29ycmVjdGVkGBUgASgIEhgK", "EENvbG9yQ2F0YWxvZ0d1aWQYFiABKAkSHAoUQ29sb3JDYXRhbG9nSXRlbUd1", - "aWQYFyABKAkSFQoNSXNUcmFuc3BhcmVudBgZIAEoCEIdChtjb20udHdpbmUu", - "dGFuZ28ucG1yLmV4cG9ydHNiBnByb3RvMw==")); + "aWQYFyABKAlCHQobY29tLnR3aW5lLnRhbmdvLnBtci5leHBvcnRzYgZwcm90", + "bzM=")); 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" }, 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" }, null, null, null) })); } #endregion @@ -83,7 +83,6 @@ namespace Tango.PMR.Exports { corrected_ = other.corrected_; colorCatalogGuid_ = other.colorCatalogGuid_; colorCatalogItemGuid_ = other.colorCatalogItemGuid_; - isTransparent_ = other.isTransparent_; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -266,17 +265,6 @@ namespace Tango.PMR.Exports { } } - /// <summary>Field number for the "IsTransparent" field.</summary> - public const int IsTransparentFieldNumber = 25; - private bool isTransparent_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool IsTransparent { - get { return isTransparent_; } - set { - isTransparent_ = value; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as JobFileBrushStop); @@ -306,7 +294,6 @@ namespace Tango.PMR.Exports { if (Corrected != other.Corrected) return false; if (ColorCatalogGuid != other.ColorCatalogGuid) return false; if (ColorCatalogItemGuid != other.ColorCatalogItemGuid) return false; - if (IsTransparent != other.IsTransparent) return false; return true; } @@ -329,7 +316,6 @@ namespace Tango.PMR.Exports { if (Corrected != false) hash ^= Corrected.GetHashCode(); if (ColorCatalogGuid.Length != 0) hash ^= ColorCatalogGuid.GetHashCode(); if (ColorCatalogItemGuid.Length != 0) hash ^= ColorCatalogItemGuid.GetHashCode(); - if (IsTransparent != false) hash ^= IsTransparent.GetHashCode(); return hash; } @@ -401,10 +387,6 @@ namespace Tango.PMR.Exports { output.WriteString(ColorCatalogItemGuid); } liquidVolumes_.WriteTo(output, _repeated_liquidVolumes_codec); - if (IsTransparent != false) { - output.WriteRawTag(200, 1); - output.WriteBool(IsTransparent); - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -456,9 +438,6 @@ namespace Tango.PMR.Exports { if (ColorCatalogItemGuid.Length != 0) { size += 2 + pb::CodedOutputStream.ComputeStringSize(ColorCatalogItemGuid); } - if (IsTransparent != false) { - size += 2 + 1; - } return size; } @@ -513,9 +492,6 @@ namespace Tango.PMR.Exports { if (other.ColorCatalogItemGuid.Length != 0) { ColorCatalogItemGuid = other.ColorCatalogItemGuid; } - if (other.IsTransparent != false) { - IsTransparent = other.IsTransparent; - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -590,10 +566,6 @@ namespace Tango.PMR.Exports { liquidVolumes_.AddEntriesFrom(input, _repeated_liquidVolumes_codec); break; } - case 200: { - IsTransparent = input.ReadBool(); - break; - } } } } diff --git a/Software/Visual_Studio/Tango.PMR/ExtensionMethods.cs b/Software/Visual_Studio/Tango.PMR/ExtensionMethods.cs index d5475ce7b..83667da72 100644 --- a/Software/Visual_Studio/Tango.PMR/ExtensionMethods.cs +++ b/Software/Visual_Studio/Tango.PMR/ExtensionMethods.cs @@ -56,38 +56,4 @@ public static class ExtensionMethods || intent == ExternalBridgeLoginIntent.FullControl; } - - /// <summary> - /// Gets the name of the generic request type. - /// </summary> - /// <param name="request">The request.</param> - /// <returns></returns> - public static String GetTypeName(this GenericRequest request) - { - try - { - return request.Type.Split(',').First().Split('.').Last(); - } - catch - { - return request.Type; - } - } - - /// <summary> - /// Gets the name of the generic response type. - /// </summary> - /// <param name="response">The response.</param> - /// <returns></returns> - public static String GetTypeName(this GenericResponse response) - { - try - { - return response.Type.Split(',').First().Split('.').Last(); - } - catch - { - return response.Type; - } - } } diff --git a/Software/Visual_Studio/Tango.PMR/ExtensionMethods/IMessageExtensions.cs b/Software/Visual_Studio/Tango.PMR/ExtensionMethods/IMessageExtensions.cs deleted file mode 100644 index 84acb51d2..000000000 --- a/Software/Visual_Studio/Tango.PMR/ExtensionMethods/IMessageExtensions.cs +++ /dev/null @@ -1,27 +0,0 @@ -using Google.Protobuf; -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - - -public static class IMessageExtensions -{ - /// <summary> - /// Serializes this PMR message to byte array. - /// </summary> - /// <typeparam name="T"></typeparam> - /// <param name="message">The message.</param> - /// <returns></returns> - public static byte[] ToBytes<T>(this T message) where T : IMessage<T> - { - using (MemoryStream ms = new MemoryStream()) - { - message.WriteTo(ms); - return ms.ToArray(); - } - } -} - diff --git a/Software/Visual_Studio/Tango.PMR/ExtensionMethods/VersionPackageDescriptorExtensions.cs b/Software/Visual_Studio/Tango.PMR/ExtensionMethods/VersionPackageDescriptorExtensions.cs deleted file mode 100644 index 8c66b1c12..000000000 --- a/Software/Visual_Studio/Tango.PMR/ExtensionMethods/VersionPackageDescriptorExtensions.cs +++ /dev/null @@ -1,83 +0,0 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using Tango.PMR.FirmwareUpgrade; - -public static class VersionPackageDescriptorExtensions -{ - /// <summary> - /// Throws exception if the tfp package is invalid. - /// </summary> - /// <param name="descriptor">The descriptor.</param> - /// <exception cref="InvalidDataException"> - /// TFP package contains multiple MCU files. - /// or - /// TFP package MCU does specify any version. - /// or - /// </exception> - public static void Validate(this VersionPackageDescriptor descriptor) - { - if (descriptor.FileDescriptors.Where(x => x.Destination == VersionFileDestination.Mcu).Count() > 1) - { - throw new InvalidDataException("TFP package contains multiple MCU files."); - } - - if (descriptor.FileDescriptors.GroupBy(x => x.FileName).Any(x => x.Count() > 1)) - { - throw new InvalidDataException("The TPF package cannot contain duplicate file names."); - } - - foreach (var item in descriptor.FileDescriptors) - { - try - { - Version.Parse(item.Version); - } - catch - { - throw new InvalidDataException($"Invalid version ({item.Version}) for file '{item.FileName}'."); - } - } - } - - /// <summary> - /// Gets the MCU version. - /// </summary> - /// <param name="descriptor">The descriptor.</param> - /// <returns></returns> - public static Version GetMcuVersion(this VersionPackageDescriptor descriptor) - { - descriptor.Validate(); - - var mcuFile = descriptor.FileDescriptors.SingleOrDefault(x => x.Destination == VersionFileDestination.Mcu); - - if (mcuFile == null) - { - throw new FileNotFoundException("Could not retrieve TFP package version. MCU file not found."); - } - - return Version.Parse(mcuFile.Version); - } - - /// <summary> - /// Determines whether this package contains an MCU file. - /// </summary> - /// <param name="descriptor">The descriptor.</param> - public static bool ContainsMcu(this VersionPackageDescriptor descriptor) - { - return descriptor.FileDescriptors.Any(x => x.Destination == VersionFileDestination.Mcu); - } - - /// <summary> - /// Determines whether this package contains none MCU files. - /// </summary> - /// <param name="descriptor">The descriptor.</param> - public static bool ContainsNoneMcu(this VersionPackageDescriptor descriptor) - { - return descriptor.FileDescriptors.Any(x => x.Destination != VersionFileDestination.Mcu); - } -} - diff --git a/Software/Visual_Studio/Tango.PMR/FirmwareUpgrade/ActivateVersionResponse.cs b/Software/Visual_Studio/Tango.PMR/FirmwareUpgrade/ActivateVersionResponse.cs index 884b904e8..0774d0083 100644 --- a/Software/Visual_Studio/Tango.PMR/FirmwareUpgrade/ActivateVersionResponse.cs +++ b/Software/Visual_Studio/Tango.PMR/FirmwareUpgrade/ActivateVersionResponse.cs @@ -23,13 +23,12 @@ namespace Tango.PMR.FirmwareUpgrade { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch1BY3RpdmF0ZVZlcnNpb25SZXNwb25zZS5wcm90bxIZVGFuZ28uUE1SLkZp", - "cm13YXJlVXBncmFkZSI6ChdBY3RpdmF0ZVZlcnNpb25SZXNwb25zZRIQCghQ", - "cm9ncmVzcxgBIAEoARINCgVUb3RhbBgCIAEoAUIlCiNjb20udHdpbmUudGFu", - "Z28ucG1yLmZpcm13YXJldXBncmFkZWIGcHJvdG8z")); + "cm13YXJlVXBncmFkZSIZChdBY3RpdmF0ZVZlcnNpb25SZXNwb25zZUIlCiNj", + "b20udHdpbmUudGFuZ28ucG1yLmZpcm13YXJldXBncmFkZWIGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.FirmwareUpgrade.ActivateVersionResponse), global::Tango.PMR.FirmwareUpgrade.ActivateVersionResponse.Parser, new[]{ "Progress", "Total" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.FirmwareUpgrade.ActivateVersionResponse), global::Tango.PMR.FirmwareUpgrade.ActivateVersionResponse.Parser, null, null, null, null) })); } #endregion @@ -60,8 +59,6 @@ namespace Tango.PMR.FirmwareUpgrade { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public ActivateVersionResponse(ActivateVersionResponse other) : this() { - progress_ = other.progress_; - total_ = other.total_; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -69,28 +66,6 @@ namespace Tango.PMR.FirmwareUpgrade { return new ActivateVersionResponse(this); } - /// <summary>Field number for the "Progress" field.</summary> - public const int ProgressFieldNumber = 1; - private double progress_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Progress { - get { return progress_; } - set { - progress_ = value; - } - } - - /// <summary>Field number for the "Total" field.</summary> - public const int TotalFieldNumber = 2; - private double total_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Total { - get { return total_; } - set { - total_ = value; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as ActivateVersionResponse); @@ -104,16 +79,12 @@ namespace Tango.PMR.FirmwareUpgrade { if (ReferenceEquals(other, this)) { return true; } - if (Progress != other.Progress) return false; - if (Total != other.Total) return false; return true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override int GetHashCode() { int hash = 1; - if (Progress != 0D) hash ^= Progress.GetHashCode(); - if (Total != 0D) hash ^= Total.GetHashCode(); return hash; } @@ -124,25 +95,11 @@ namespace Tango.PMR.FirmwareUpgrade { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void WriteTo(pb::CodedOutputStream output) { - if (Progress != 0D) { - output.WriteRawTag(9); - output.WriteDouble(Progress); - } - if (Total != 0D) { - output.WriteRawTag(17); - output.WriteDouble(Total); - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int CalculateSize() { int size = 0; - if (Progress != 0D) { - size += 1 + 8; - } - if (Total != 0D) { - size += 1 + 8; - } return size; } @@ -151,12 +108,6 @@ namespace Tango.PMR.FirmwareUpgrade { if (other == null) { return; } - if (other.Progress != 0D) { - Progress = other.Progress; - } - if (other.Total != 0D) { - Total = other.Total; - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -167,14 +118,6 @@ namespace Tango.PMR.FirmwareUpgrade { default: input.SkipLastField(); break; - case 9: { - Progress = input.ReadDouble(); - break; - } - case 17: { - Total = input.ReadDouble(); - break; - } } } } diff --git a/Software/Visual_Studio/Tango.PMR/FirmwareUpgrade/VersionFileDescriptor.cs b/Software/Visual_Studio/Tango.PMR/FirmwareUpgrade/VersionFileDescriptor.cs index 96b0a8525..98a6c2efc 100644 --- a/Software/Visual_Studio/Tango.PMR/FirmwareUpgrade/VersionFileDescriptor.cs +++ b/Software/Visual_Studio/Tango.PMR/FirmwareUpgrade/VersionFileDescriptor.cs @@ -23,15 +23,16 @@ namespace Tango.PMR.FirmwareUpgrade { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChtWZXJzaW9uRmlsZURlc2NyaXB0b3IucHJvdG8SGVRhbmdvLlBNUi5GaXJt", - "d2FyZVVwZ3JhZGUaHFZlcnNpb25GaWxlRGVzdGluYXRpb24ucHJvdG8iggEK", + "d2FyZVVwZ3JhZGUaHFZlcnNpb25GaWxlRGVzdGluYXRpb24ucHJvdG8ilAEK", "FVZlcnNpb25GaWxlRGVzY3JpcHRvchIQCghGaWxlTmFtZRgBIAEoCRIPCgdW", "ZXJzaW9uGAIgASgJEkYKC0Rlc3RpbmF0aW9uGAMgASgOMjEuVGFuZ28uUE1S", - "LkZpcm13YXJlVXBncmFkZS5WZXJzaW9uRmlsZURlc3RpbmF0aW9uQiUKI2Nv", - "bS50d2luZS50YW5nby5wbXIuZmlybXdhcmV1cGdyYWRlYgZwcm90bzM=")); + "LkZpcm13YXJlVXBncmFkZS5WZXJzaW9uRmlsZURlc3RpbmF0aW9uEhAKCENo", + "ZWNrU3VtGAQgASgMQiUKI2NvbS50d2luZS50YW5nby5wbXIuZmlybXdhcmV1", + "cGdyYWRlYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::Tango.PMR.FirmwareUpgrade.VersionFileDestinationReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.FirmwareUpgrade.VersionFileDescriptor), global::Tango.PMR.FirmwareUpgrade.VersionFileDescriptor.Parser, new[]{ "FileName", "Version", "Destination" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.FirmwareUpgrade.VersionFileDescriptor), global::Tango.PMR.FirmwareUpgrade.VersionFileDescriptor.Parser, new[]{ "FileName", "Version", "Destination", "CheckSum" }, null, null, null) })); } #endregion @@ -65,6 +66,7 @@ namespace Tango.PMR.FirmwareUpgrade { fileName_ = other.fileName_; version_ = other.version_; destination_ = other.destination_; + checkSum_ = other.checkSum_; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -105,6 +107,17 @@ namespace Tango.PMR.FirmwareUpgrade { } } + /// <summary>Field number for the "CheckSum" field.</summary> + public const int CheckSumFieldNumber = 4; + private pb::ByteString checkSum_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + public pb::ByteString CheckSum { + get { return checkSum_; } + set { + checkSum_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as VersionFileDescriptor); @@ -121,6 +134,7 @@ namespace Tango.PMR.FirmwareUpgrade { if (FileName != other.FileName) return false; if (Version != other.Version) return false; if (Destination != other.Destination) return false; + if (CheckSum != other.CheckSum) return false; return true; } @@ -130,6 +144,7 @@ namespace Tango.PMR.FirmwareUpgrade { if (FileName.Length != 0) hash ^= FileName.GetHashCode(); if (Version.Length != 0) hash ^= Version.GetHashCode(); if (Destination != 0) hash ^= Destination.GetHashCode(); + if (CheckSum.Length != 0) hash ^= CheckSum.GetHashCode(); return hash; } @@ -152,6 +167,10 @@ namespace Tango.PMR.FirmwareUpgrade { output.WriteRawTag(24); output.WriteEnum((int) Destination); } + if (CheckSum.Length != 0) { + output.WriteRawTag(34); + output.WriteBytes(CheckSum); + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -166,6 +185,9 @@ namespace Tango.PMR.FirmwareUpgrade { if (Destination != 0) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Destination); } + if (CheckSum.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(CheckSum); + } return size; } @@ -183,6 +205,9 @@ namespace Tango.PMR.FirmwareUpgrade { if (other.Destination != 0) { Destination = other.Destination; } + if (other.CheckSum.Length != 0) { + CheckSum = other.CheckSum; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -205,6 +230,10 @@ namespace Tango.PMR.FirmwareUpgrade { destination_ = (global::Tango.PMR.FirmwareUpgrade.VersionFileDestination) input.ReadEnum(); break; } + case 34: { + CheckSum = input.ReadBytes(); + break; + } } } } diff --git a/Software/Visual_Studio/Tango.PMR/Hardware/HardwareBlower.cs b/Software/Visual_Studio/Tango.PMR/Hardware/HardwareBlower.cs index 8138b2d70..4685c17fa 100644 --- a/Software/Visual_Studio/Tango.PMR/Hardware/HardwareBlower.cs +++ b/Software/Visual_Studio/Tango.PMR/Hardware/HardwareBlower.cs @@ -98,6 +98,9 @@ namespace Tango.PMR.Hardware { /// <summary>Field number for the "Voltage" field.</summary> public const int VoltageFieldNumber = 3; private double voltage_; + /// <summary> + ///Voltage Description + /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public double Voltage { get { return voltage_; } diff --git a/Software/Visual_Studio/Tango.PMR/Hardware/HardwareBlowerType.cs b/Software/Visual_Studio/Tango.PMR/Hardware/HardwareBlowerType.cs index 8f338b083..eae9c9809 100644 --- a/Software/Visual_Studio/Tango.PMR/Hardware/HardwareBlowerType.cs +++ b/Software/Visual_Studio/Tango.PMR/Hardware/HardwareBlowerType.cs @@ -23,10 +23,8 @@ namespace Tango.PMR.Hardware { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChhIYXJkd2FyZUJsb3dlclR5cGUucHJvdG8SElRhbmdvLlBNUi5IYXJkd2Fy", - "ZSp9ChJIYXJkd2FyZUJsb3dlclR5cGUSEQoNRGVmYXVsdEJsb3dlchAAEg8K", - "C0hlYWRCbG93ZXIxEAESDwoLSGVhZEJsb3dlcjIQAhIOCgpXSFNCbG93ZXIy", - "EAMSEAoMV0hTU21hbGxGYW5zEAQSEAoMV0hTTGFyZ2VGYW5zEAVCHgocY29t", - "LnR3aW5lLnRhbmdvLnBtci5oYXJkd2FyZWIGcHJvdG8z")); + "ZSonChJIYXJkd2FyZUJsb3dlclR5cGUSEQoNRGVmYXVsdEJsb3dlchAAQh4K", + "HGNvbS50d2luZS50YW5nby5wbXIuaGFyZHdhcmViBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Hardware.HardwareBlowerType), }, null)); @@ -40,26 +38,6 @@ namespace Tango.PMR.Hardware { ///Default Blower /// </summary> [pbr::OriginalName("DefaultBlower")] DefaultBlower = 0, - /// <summary> - ///Head Blower 1 - /// </summary> - [pbr::OriginalName("HeadBlower1")] HeadBlower1 = 1, - /// <summary> - ///Head Blower 2 - /// </summary> - [pbr::OriginalName("HeadBlower2")] HeadBlower2 = 2, - /// <summary> - ///WHS Blower 2 - /// </summary> - [pbr::OriginalName("WHSBlower2")] Whsblower2 = 3, - /// <summary> - ///WHS Small Fans - /// </summary> - [pbr::OriginalName("WHSSmallFans")] WhssmallFans = 4, - /// <summary> - ///WHS Large Fans - /// </summary> - [pbr::OriginalName("WHSLargeFans")] WhslargeFans = 5, } #endregion diff --git a/Software/Visual_Studio/Tango.PMR/Hardware/HardwareDancerType.cs b/Software/Visual_Studio/Tango.PMR/Hardware/HardwareDancerType.cs index 7d2bdd014..f9273789e 100644 --- a/Software/Visual_Studio/Tango.PMR/Hardware/HardwareDancerType.cs +++ b/Software/Visual_Studio/Tango.PMR/Hardware/HardwareDancerType.cs @@ -23,10 +23,9 @@ namespace Tango.PMR.Hardware { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChhIYXJkd2FyZURhbmNlclR5cGUucHJvdG8SElRhbmdvLlBNUi5IYXJkd2Fy", - "ZSpqChJIYXJkd2FyZURhbmNlclR5cGUSDgoKTGVmdERhbmNlchAAEhAKDE1p", - "ZGRsZURhbmNlchABEg8KC1JpZ2h0RGFuY2VyEAISDwoLVGhpcmREYW5jZXIQ", - "AxIQCgxGb3VydGhEYW5jZXIQBEIeChxjb20udHdpbmUudGFuZ28ucG1yLmhh", - "cmR3YXJlYgZwcm90bzM=")); + "ZSpHChJIYXJkd2FyZURhbmNlclR5cGUSDgoKTGVmdERhbmNlchAAEhAKDE1p", + "ZGRsZURhbmNlchABEg8KC1JpZ2h0RGFuY2VyEAJCHgocY29tLnR3aW5lLnRh", + "bmdvLnBtci5oYXJkd2FyZWIGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Hardware.HardwareDancerType), }, null)); @@ -48,14 +47,6 @@ namespace Tango.PMR.Hardware { ///Right Dancer /// </summary> [pbr::OriginalName("RightDancer")] RightDancer = 2, - /// <summary> - ///Third Dancer - /// </summary> - [pbr::OriginalName("ThirdDancer")] ThirdDancer = 3, - /// <summary> - ///Fourth Dancer - /// </summary> - [pbr::OriginalName("FourthDancer")] FourthDancer = 4, } #endregion diff --git a/Software/Visual_Studio/Tango.PMR/Hardware/HardwareMotor.cs b/Software/Visual_Studio/Tango.PMR/Hardware/HardwareMotor.cs index d90e74d77..8bbbbba73 100644 --- a/Software/Visual_Studio/Tango.PMR/Hardware/HardwareMotor.cs +++ b/Software/Visual_Studio/Tango.PMR/Hardware/HardwareMotor.cs @@ -23,7 +23,7 @@ namespace Tango.PMR.Hardware { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChNIYXJkd2FyZU1vdG9yLnByb3RvEhJUYW5nby5QTVIuSGFyZHdhcmUaF0hh", - "cmR3YXJlTW90b3JUeXBlLnByb3RvIo4GCg1IYXJkd2FyZU1vdG9yEkAKEUhh", + "cmR3YXJlTW90b3JUeXBlLnByb3RvIvcFCg1IYXJkd2FyZU1vdG9yEkAKEUhh", "cmR3YXJlTW90b3JUeXBlGAEgASgOMiUuVGFuZ28uUE1SLkhhcmR3YXJlLkhh", "cmR3YXJlTW90b3JUeXBlEhQKDE1pbkZyZXF1ZW5jeRgCIAEoBRIUCgxNYXhG", "cmVxdWVuY3kYAyABKAUSFAoMU2V0TWljcm9TdGVwGAQgASgFEhEKCU1pY3Jv", @@ -40,12 +40,12 @@ namespace Tango.PMR.Hardware { "EhAKCEdhdGVDZmcxGBogASgFEhAKCEdhdGVDZmcyGBsgASgFEhAKCFRWYWxI", "b2xkGBwgASgFEg8KB1RWYWxSdW4YHSABKAUSDwoHVFZhbEFjYxgeIAEoBRIP", "CgdUVmFsRGVjGB8gASgFEg0KBVRGYXN0GCAgASgFEg4KBlRPbk1pbhghIAEo", - "BRIPCgdUT2ZmTWluGCIgASgFEhUKDVAwMUNvbmZpZ1dvcmQYIyABKAVCHgoc", - "Y29tLnR3aW5lLnRhbmdvLnBtci5oYXJkd2FyZWIGcHJvdG8z")); + "BRIPCgdUT2ZmTWluGCIgASgFQh4KHGNvbS50d2luZS50YW5nby5wbXIuaGFy", + "ZHdhcmViBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::Tango.PMR.Hardware.HardwareMotorTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Hardware.HardwareMotor), global::Tango.PMR.Hardware.HardwareMotor.Parser, new[]{ "HardwareMotorType", "MinFrequency", "MaxFrequency", "SetMicroStep", "MicroStep", "MaxChangeSlope", "HighLengthMicroSecond", "SpeedMaster", "PulsePerRound", "PulleyRadius", "ConfigWord", "DirectionThreadWize", "KvalHold", "KvalRun", "KvalAcc", "KvalDec", "OverCurrentThreshold", "StallThreshold", "ThermalCompensationFactor", "LowSpeedOptimization", "StSlp", "IntSpd", "FnSlpAcc", "FnSlpDec", "FsSpd", "GateCfg1", "GateCfg2", "TValHold", "TValRun", "TValAcc", "TValDec", "TFast", "TOnMin", "TOffMin", "P01ConfigWord" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Hardware.HardwareMotor), global::Tango.PMR.Hardware.HardwareMotor.Parser, new[]{ "HardwareMotorType", "MinFrequency", "MaxFrequency", "SetMicroStep", "MicroStep", "MaxChangeSlope", "HighLengthMicroSecond", "SpeedMaster", "PulsePerRound", "PulleyRadius", "ConfigWord", "DirectionThreadWize", "KvalHold", "KvalRun", "KvalAcc", "KvalDec", "OverCurrentThreshold", "StallThreshold", "ThermalCompensationFactor", "LowSpeedOptimization", "StSlp", "IntSpd", "FnSlpAcc", "FnSlpDec", "FsSpd", "GateCfg1", "GateCfg2", "TValHold", "TValRun", "TValAcc", "TValDec", "TFast", "TOnMin", "TOffMin" }, null, null, null) })); } #endregion @@ -110,7 +110,6 @@ namespace Tango.PMR.Hardware { tFast_ = other.tFast_; tOnMin_ = other.tOnMin_; tOffMin_ = other.tOffMin_; - p01ConfigWord_ = other.p01ConfigWord_; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -495,17 +494,6 @@ namespace Tango.PMR.Hardware { } } - /// <summary>Field number for the "P01ConfigWord" field.</summary> - public const int P01ConfigWordFieldNumber = 35; - private int p01ConfigWord_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int P01ConfigWord { - get { return p01ConfigWord_; } - set { - p01ConfigWord_ = value; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as HardwareMotor); @@ -553,7 +541,6 @@ namespace Tango.PMR.Hardware { if (TFast != other.TFast) return false; if (TOnMin != other.TOnMin) return false; if (TOffMin != other.TOffMin) return false; - if (P01ConfigWord != other.P01ConfigWord) return false; return true; } @@ -594,7 +581,6 @@ namespace Tango.PMR.Hardware { if (TFast != 0) hash ^= TFast.GetHashCode(); if (TOnMin != 0) hash ^= TOnMin.GetHashCode(); if (TOffMin != 0) hash ^= TOffMin.GetHashCode(); - if (P01ConfigWord != 0) hash ^= P01ConfigWord.GetHashCode(); return hash; } @@ -741,10 +727,6 @@ namespace Tango.PMR.Hardware { output.WriteRawTag(144, 2); output.WriteInt32(TOffMin); } - if (P01ConfigWord != 0) { - output.WriteRawTag(152, 2); - output.WriteInt32(P01ConfigWord); - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -852,9 +834,6 @@ namespace Tango.PMR.Hardware { if (TOffMin != 0) { size += 2 + pb::CodedOutputStream.ComputeInt32Size(TOffMin); } - if (P01ConfigWord != 0) { - size += 2 + pb::CodedOutputStream.ComputeInt32Size(P01ConfigWord); - } return size; } @@ -965,9 +944,6 @@ namespace Tango.PMR.Hardware { if (other.TOffMin != 0) { TOffMin = other.TOffMin; } - if (other.P01ConfigWord != 0) { - P01ConfigWord = other.P01ConfigWord; - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -1114,10 +1090,6 @@ namespace Tango.PMR.Hardware { TOffMin = input.ReadInt32(); break; } - case 280: { - P01ConfigWord = input.ReadInt32(); - break; - } } } } diff --git a/Software/Visual_Studio/Tango.PMR/Hardware/HardwarePidControlType.cs b/Software/Visual_Studio/Tango.PMR/Hardware/HardwarePidControlType.cs index f2769eb81..23609d642 100644 --- a/Software/Visual_Studio/Tango.PMR/Hardware/HardwarePidControlType.cs +++ b/Software/Visual_Studio/Tango.PMR/Hardware/HardwarePidControlType.cs @@ -23,7 +23,7 @@ namespace Tango.PMR.Hardware { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChxIYXJkd2FyZVBpZENvbnRyb2xUeXBlLnByb3RvEhJUYW5nby5QTVIuSGFy", - "ZHdhcmUq8QQKFkhhcmR3YXJlUGlkQ29udHJvbFR5cGUSFwoTRHJ5ZXJBaXJU", + "ZHdhcmUqsgMKFkhhcmR3YXJlUGlkQ29udHJvbFR5cGUSFwoTRHJ5ZXJBaXJU", "ZW1wZXJhdHVyZRAAEhMKD0RyeWVySGVhdGVyTWFpbhABEhgKFERyeWVySGVh", "dGVyU2Vjb25kYXJ5EAISEAoMSGVhZEhlYXRlcloxEAMSEAoMSGVhZEhlYXRl", "cloyEAQSEAoMSGVhZEhlYXRlclozEAUSEAoMSGVhZEhlYXRlclo0EAYSEAoM", @@ -32,12 +32,8 @@ namespace Tango.PMR.Hardware { "b3JGZWVkZXIQDBIPCgtNb3RvclBvb2xlchANEg8KC01vdG9yV2luZGVyEA4S", "DgoKRGlzcGVuc2VyMRAPEg4KCkRpc3BlbnNlcjIQEBIOCgpEaXNwZW5zZXIz", "EBESDgoKRGlzcGVuc2VyNBASEg4KCkRpc3BlbnNlcjUQExIOCgpEaXNwZW5z", - "ZXI2EBQSDgoKRGlzcGVuc2VyNxAVEg4KCkRpc3BlbnNlcjgQFhIQCgxIZWFk", - "SGVhdGVyWjcQFxIQCgxIZWFkSGVhdGVyWjgQGBIQCgxIZWFkSGVhdGVyWjkQ", - "GRIRCg1IZWFkSGVhdGVyWjEwEBoSEQoNSGVhZEhlYXRlcloxMRAbEhEKDUhl", - "YWRIZWF0ZXJaMTIQHBIUChBIZWFkQ292ZXJIZWF0ZXIxEB0SFAoQSGVhZENv", - "dmVySGVhdGVyMhAeEhAKDEhlYWRCbG93ZXJfMRAfEhAKDEhlYWRCbG93ZXJf", - "MhAgQh4KHGNvbS50d2luZS50YW5nby5wbXIuaGFyZHdhcmViBnByb3RvMw==")); + "ZXI2EBQSDgoKRGlzcGVuc2VyNxAVEg4KCkRpc3BlbnNlcjgQFkIeChxjb20u", + "dHdpbmUudGFuZ28ucG1yLmhhcmR3YXJlYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Hardware.HardwarePidControlType), }, null)); @@ -139,46 +135,6 @@ namespace Tango.PMR.Hardware { ///Dispenser 8 /// </summary> [pbr::OriginalName("Dispenser8")] Dispenser8 = 22, - /// <summary> - ///Head Heater Zone 7 - /// </summary> - [pbr::OriginalName("HeadHeaterZ7")] HeadHeaterZ7 = 23, - /// <summary> - ///Head Heater Zone 8 - /// </summary> - [pbr::OriginalName("HeadHeaterZ8")] HeadHeaterZ8 = 24, - /// <summary> - ///Head Heater Zone 9 - /// </summary> - [pbr::OriginalName("HeadHeaterZ9")] HeadHeaterZ9 = 25, - /// <summary> - ///Head Heater Zone 10 - /// </summary> - [pbr::OriginalName("HeadHeaterZ10")] HeadHeaterZ10 = 26, - /// <summary> - ///Head Heater Zone 11 - /// </summary> - [pbr::OriginalName("HeadHeaterZ11")] HeadHeaterZ11 = 27, - /// <summary> - ///Head Heater Zone 12 - /// </summary> - [pbr::OriginalName("HeadHeaterZ12")] HeadHeaterZ12 = 28, - /// <summary> - ///Head Cover Heater 1 - /// </summary> - [pbr::OriginalName("HeadCoverHeater1")] HeadCoverHeater1 = 29, - /// <summary> - ///Head Cover Heater 2 - /// </summary> - [pbr::OriginalName("HeadCoverHeater2")] HeadCoverHeater2 = 30, - /// <summary> - ///Head Blower 1 - /// </summary> - [pbr::OriginalName("HeadBlower_1")] HeadBlower1 = 31, - /// <summary> - ///Head Blower 2 - /// </summary> - [pbr::OriginalName("HeadBlower_2")] HeadBlower2 = 32, } #endregion diff --git a/Software/Visual_Studio/Tango.PMR/IFS/CartridgeState.cs b/Software/Visual_Studio/Tango.PMR/IFS/CartridgeState.cs deleted file mode 100644 index 6b2daa8f7..000000000 --- a/Software/Visual_Studio/Tango.PMR/IFS/CartridgeState.cs +++ /dev/null @@ -1,102 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: CartridgeState.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.IFS { - - /// <summary>Holder for reflection information generated from CartridgeState.proto</summary> - public static partial class CartridgeStateReflection { - - #region Descriptor - /// <summary>File descriptor for CartridgeState.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static CartridgeStateReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChRDYXJ0cmlkZ2VTdGF0ZS5wcm90bxINVGFuZ28uUE1SLklGUyrPAQoOQ2Fy", - "dHJpZGdlU3RhdGUSCAoETm9uZRAAEgoKBkFic2VudBABEgsKB1ByZXNlbnQQ", - "AhIMCghJbnNlcnRlZBADEgkKBUVtcHR5EAQSCAoERnVsbBAFEgkKBUVycm9y", - "EAYSCwoHRmlsbGluZxAKEhQKEEZpbGxpbmdDb21wbGV0ZWQQCxIRCg1GaWxs", - "aW5nRmFpbGVkEAwSDAoIRW1wdHlpbmcQFBIVChFFbXB0eWluZ0NvbXBsZXRl", - "ZBAVEhEKDUVtcHlpbmdGYWlsZWQQFkIZChdjb20udHdpbmUudGFuZ28ucG1y", - "Lmlmc2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.IFS.CartridgeState), }, null)); - } - #endregion - - } - #region Enums - /// <summary> - ///OT = One Trigger, meaning, the state should be sent once, then return to a none OT state. - /// </summary> - public enum CartridgeState { - /// <summary> - ///Unspecified. - /// </summary> - [pbr::OriginalName("None")] None = 0, - /// <summary> - ///Waste or ink cartridge not found. - /// </summary> - [pbr::OriginalName("Absent")] Absent = 1, - /// <summary> - ///Waste or ink cartridge present. - /// </summary> - [pbr::OriginalName("Present")] Present = 2, - /// <summary> - ///Waste or ink cartridge inserted. | OT - /// </summary> - [pbr::OriginalName("Inserted")] Inserted = 3, - /// <summary> - ///Waste or ink cartridge is empty. - /// </summary> - [pbr::OriginalName("Empty")] Empty = 4, - /// <summary> - ///Waste or ink cartridge is full. - /// </summary> - [pbr::OriginalName("Full")] Full = 5, - /// <summary> - ///Waste or ink is in an error state. (unrelated to filling or emptying) - /// </summary> - [pbr::OriginalName("Error")] Error = 6, - /// <summary> - ///Ink cartridge is now filling... - /// </summary> - [pbr::OriginalName("Filling")] Filling = 10, - /// <summary> - ///Ink cartridge filing completed. | OT - /// </summary> - [pbr::OriginalName("FillingCompleted")] FillingCompleted = 11, - /// <summary> - ///Error occurred while ink filling. | OT - /// </summary> - [pbr::OriginalName("FillingFailed")] FillingFailed = 12, - /// <summary> - ///Waste cartridge is emptying... - /// </summary> - [pbr::OriginalName("Emptying")] Emptying = 20, - /// <summary> - ///Waste cartridge emptying completed. | OT - /// </summary> - [pbr::OriginalName("EmptyingCompleted")] EmptyingCompleted = 21, - /// <summary> - ///Error occurred while waste emptying. | OT - /// </summary> - [pbr::OriginalName("EmpyingFailed")] EmpyingFailed = 22, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/IFS/InkFillingStatus.cs b/Software/Visual_Studio/Tango.PMR/IFS/InkFillingStatus.cs deleted file mode 100644 index 01211da84..000000000 --- a/Software/Visual_Studio/Tango.PMR/IFS/InkFillingStatus.cs +++ /dev/null @@ -1,152 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: InkFillingStatus.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.IFS { - - /// <summary>Holder for reflection information generated from InkFillingStatus.proto</summary> - public static partial class InkFillingStatusReflection { - - #region Descriptor - /// <summary>File descriptor for InkFillingStatus.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static InkFillingStatusReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChZJbmtGaWxsaW5nU3RhdHVzLnByb3RvEg1UYW5nby5QTVIuSUZTGhVDYXJ0", - "cmlkZ2VTdGF0dXMucHJvdG8iTgoQSW5rRmlsbGluZ1N0YXR1cxI6ChJDYXJ0", - "cmlkZ2VzU3RhdHVzZXMYASADKAsyHi5UYW5nby5QTVIuSUZTLkNhcnRyaWRn", - "ZVN0YXR1c0IZChdjb20udHdpbmUudGFuZ28ucG1yLmlmc2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.IFS.CartridgeStatusReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.IFS.InkFillingStatus), global::Tango.PMR.IFS.InkFillingStatus.Parser, new[]{ "CartridgesStatuses" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class InkFillingStatus : pb::IMessage<InkFillingStatus> { - private static readonly pb::MessageParser<InkFillingStatus> _parser = new pb::MessageParser<InkFillingStatus>(() => new InkFillingStatus()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<InkFillingStatus> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.IFS.InkFillingStatusReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public InkFillingStatus() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public InkFillingStatus(InkFillingStatus other) : this() { - cartridgesStatuses_ = other.cartridgesStatuses_.Clone(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public InkFillingStatus Clone() { - return new InkFillingStatus(this); - } - - /// <summary>Field number for the "CartridgesStatuses" field.</summary> - public const int CartridgesStatusesFieldNumber = 1; - private static readonly pb::FieldCodec<global::Tango.PMR.IFS.CartridgeStatus> _repeated_cartridgesStatuses_codec - = pb::FieldCodec.ForMessage(10, global::Tango.PMR.IFS.CartridgeStatus.Parser); - private readonly pbc::RepeatedField<global::Tango.PMR.IFS.CartridgeStatus> cartridgesStatuses_ = new pbc::RepeatedField<global::Tango.PMR.IFS.CartridgeStatus>(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<global::Tango.PMR.IFS.CartridgeStatus> CartridgesStatuses { - get { return cartridgesStatuses_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as InkFillingStatus); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(InkFillingStatus other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if(!cartridgesStatuses_.Equals(other.cartridgesStatuses_)) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - hash ^= cartridgesStatuses_.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - cartridgesStatuses_.WriteTo(output, _repeated_cartridgesStatuses_codec); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - size += cartridgesStatuses_.CalculateSize(_repeated_cartridgesStatuses_codec); - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(InkFillingStatus other) { - if (other == null) { - return; - } - cartridgesStatuses_.Add(other.cartridgesStatuses_); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 10: { - cartridgesStatuses_.AddEntriesFrom(input, _repeated_cartridgesStatuses_codec); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/IFS/StartInkFillingStatusResponse.cs b/Software/Visual_Studio/Tango.PMR/IFS/StartInkFillingStatusResponse.cs deleted file mode 100644 index b33da516c..000000000 --- a/Software/Visual_Studio/Tango.PMR/IFS/StartInkFillingStatusResponse.cs +++ /dev/null @@ -1,167 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StartInkFillingStatusResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.IFS { - - /// <summary>Holder for reflection information generated from StartInkFillingStatusResponse.proto</summary> - public static partial class StartInkFillingStatusResponseReflection { - - #region Descriptor - /// <summary>File descriptor for StartInkFillingStatusResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StartInkFillingStatusResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiNTdGFydElua0ZpbGxpbmdTdGF0dXNSZXNwb25zZS5wcm90bxINVGFuZ28u", - "UE1SLklGUxoWSW5rRmlsbGluZ1N0YXR1cy5wcm90byJQCh1TdGFydElua0Zp", - "bGxpbmdTdGF0dXNSZXNwb25zZRIvCgZTdGF0dXMYASABKAsyHy5UYW5nby5Q", - "TVIuSUZTLklua0ZpbGxpbmdTdGF0dXNCGQoXY29tLnR3aW5lLnRhbmdvLnBt", - "ci5pZnNiBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.IFS.InkFillingStatusReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.IFS.StartInkFillingStatusResponse), global::Tango.PMR.IFS.StartInkFillingStatusResponse.Parser, new[]{ "Status" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StartInkFillingStatusResponse : pb::IMessage<StartInkFillingStatusResponse> { - private static readonly pb::MessageParser<StartInkFillingStatusResponse> _parser = new pb::MessageParser<StartInkFillingStatusResponse>(() => new StartInkFillingStatusResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StartInkFillingStatusResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.IFS.StartInkFillingStatusResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartInkFillingStatusResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartInkFillingStatusResponse(StartInkFillingStatusResponse other) : this() { - Status = other.status_ != null ? other.Status.Clone() : null; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartInkFillingStatusResponse Clone() { - return new StartInkFillingStatusResponse(this); - } - - /// <summary>Field number for the "Status" field.</summary> - public const int StatusFieldNumber = 1; - private global::Tango.PMR.IFS.InkFillingStatus status_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.IFS.InkFillingStatus Status { - get { return status_; } - set { - status_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StartInkFillingStatusResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StartInkFillingStatusResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (!object.Equals(Status, other.Status)) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (status_ != null) hash ^= Status.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (status_ != null) { - output.WriteRawTag(10); - output.WriteMessage(Status); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (status_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(Status); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StartInkFillingStatusResponse other) { - if (other == null) { - return; - } - if (other.status_ != null) { - if (status_ == null) { - status_ = new global::Tango.PMR.IFS.InkFillingStatus(); - } - Status.MergeFrom(other.Status); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 10: { - if (status_ == null) { - status_ = new global::Tango.PMR.IFS.InkFillingStatus(); - } - input.ReadMessage(status_); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Insights/InsightsMonitors.cs b/Software/Visual_Studio/Tango.PMR/Insights/InsightsMonitors.cs deleted file mode 100644 index 210b45d4c..000000000 --- a/Software/Visual_Studio/Tango.PMR/Insights/InsightsMonitors.cs +++ /dev/null @@ -1,3030 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: InsightsMonitors.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Insights { - - /// <summary>Holder for reflection information generated from InsightsMonitors.proto</summary> - public static partial class InsightsMonitorsReflection { - - #region Descriptor - /// <summary>File descriptor for InsightsMonitors.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static InsightsMonitorsReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChZJbnNpZ2h0c01vbml0b3JzLnByb3RvEhJUYW5nby5QTVIuSW5zaWdodHMi", - "3hQKEEluc2lnaHRzTW9uaXRvcnMSFAoMRGFuY2VyMUFuZ2xlGAEgASgBEhQK", - "DERhbmNlcjJBbmdsZRgCIAEoARIUCgxEYW5jZXIzQW5nbGUYAyABKAESHAoU", - "RmVlZGVyTW90b3JGcmVxdWVuY3kYBCABKAESEgoKRHJ5ZXJNb3RvchgFIAEo", - "ARITCgtQb2xsZXJNb3RvchgGIAEoARITCgtXaW5kZXJNb3RvchgHIAEoARIS", - "CgpTY3Jld01vdG9yGAggASgBEhMKC1RocmVhZFNwZWVkGAkgASgBEhgKEE1p", - "eGVyVGVtcGVyYXR1cmUYCiABKAESHAoUSGVhZFpvbmUxVGVtcGVyYXR1cmUY", - "CyABKAESHAoUSGVhZFpvbmUyVGVtcGVyYXR1cmUYDCABKAESHAoUSGVhZFpv", - "bmUzVGVtcGVyYXR1cmUYDSABKAESEwoLSGVhZEFpckZsb3cYDiABKAESFQoN", - "RmVlZGVyVGVuc2lvbhgPIAEoARIVCg1QdWxsZXJUZW5zaW9uGBAgASgBEh0K", - "FURyeWVyWm9uZTFUZW1wZXJhdHVyZRgRIAEoARIdChVEcnllclpvbmUyVGVt", - "cGVyYXR1cmUYEiABKAESHQoVRHJ5ZXJab25lM1RlbXBlcmF0dXJlGBMgASgB", - "EhQKDERyeWVyQWlyRmxvdxgUIAEoARIVCg1XaW5kZXJUZW5zaW9uGBUgASgB", - "EiEKGURpc3BlbnNlcnNNb3RvcnNGcmVxdWVuY3kYFiADKAESIQoZRGlzcGVu", - "c2Vyc0FuZ3VsYXJFbmNvZGVycxgXIAMoARIhChlEaXNwZW5zZXJzTGluZWFy", - "UG9zaXRpb25zGBggAygBEhoKEkRpc3BlbnNlcnNQcmVzc3VyZRgZIAMoARIb", - "ChNGaWx0ZXJEZWx0YVByZXNzdXJlGBogASgBEhoKEkNoaWxsZXJUZW1wZXJh", - "dHVyZRgbIAEoARIgChhEaXNwZW5zZXIxTW90b3JGcmVxdWVuY3kYHCABKAES", - "IAoYRGlzcGVuc2VyMk1vdG9yRnJlcXVlbmN5GB0gASgBEiAKGERpc3BlbnNl", - "cjNNb3RvckZyZXF1ZW5jeRgeIAEoARIgChhEaXNwZW5zZXI0TW90b3JGcmVx", - "dWVuY3kYHyABKAESIAoYRGlzcGVuc2VyNU1vdG9yRnJlcXVlbmN5GCAgASgB", - "EiAKGERpc3BlbnNlcjZNb3RvckZyZXF1ZW5jeRghIAEoARIgChhEaXNwZW5z", - "ZXI3TW90b3JGcmVxdWVuY3kYIiABKAESIAoYRGlzcGVuc2VyOE1vdG9yRnJl", - "cXVlbmN5GCMgASgBEhwKFEhlYWRab25lNFRlbXBlcmF0dXJlGCQgASgBEhwK", - "FEhlYWRab25lNVRlbXBlcmF0dXJlGCUgASgBEhwKFEhlYWRab25lNlRlbXBl", - "cmF0dXJlGCYgASgBEhUKDUJsb3dlclZvbHRhZ2UYJyABKAESGgoSRGlzcGVu", - "c2VyMVByZXNzdXJlGCggASgBEhoKEkRpc3BlbnNlcjJQcmVzc3VyZRgpIAEo", - "ARIaChJEaXNwZW5zZXIzUHJlc3N1cmUYKiABKAESGgoSRGlzcGVuc2VyNFBy", - "ZXNzdXJlGCsgASgBEhoKEkRpc3BlbnNlcjVQcmVzc3VyZRgsIAEoARIaChJE", - "aXNwZW5zZXI2UHJlc3N1cmUYLSABKAESGgoSRGlzcGVuc2VyN1ByZXNzdXJl", - "GC4gASgBEhoKEkRpc3BlbnNlcjhQcmVzc3VyZRgvIAEoARIVCg1NaWRUYW5r", - "MUxldmVsGDAgASgBEhUKDU1pZFRhbmsyTGV2ZWwYMSABKAESFQoNTWlkVGFu", - "azNMZXZlbBgyIAEoARIVCg1NaWRUYW5rNExldmVsGDMgASgBEhUKDU1pZFRh", - "bms1TGV2ZWwYNCABKAESFQoNTWlkVGFuazZMZXZlbBg1IAEoARIVCg1NaWRU", - "YW5rN0xldmVsGDYgASgBEhUKDU1pZFRhbms4TGV2ZWwYNyABKAESHwoXRHJp", - "ZXJab25lMUhlYXRlckN1cnJlbnQYOCABKAESHwoXRHJpZXJab25lMkhlYXRl", - "ckN1cnJlbnQYOSABKAESHgoWSGVhZFpvbmUxSGVhdGVyQ3VycmVudBg6IAEo", - "ARIeChZIZWFkWm9uZTJIZWF0ZXJDdXJyZW50GDsgASgBEh4KFkhlYWRab25l", - "M0hlYXRlckN1cnJlbnQYPCABKAESHgoWSGVhZFpvbmU0SGVhdGVyQ3VycmVu", - "dBg9IAEoARIfChdIZWFkWm9uZTU2SGVhdGVyQ3VycmVudBg+IAEoARIbChNN", - "aXhlcjFIZWF0ZXJDdXJyZW50GD8gASgBEhoKEkRpc3BlbnNlcnNJbmtMZXZl", - "bBhAIAMoARIYChBNaWRUYW5rc0lua0xldmVsGEEgAygBEhoKEk92ZXJhbGxU", - "ZW1wZXJhdHVyZRhCIAEoARIeChZIZWFkWm9uZTdIZWF0ZXJDdXJyZW50GEMg", - "ASgBEhwKFEhlYWRab25lN1RlbXBlcmF0dXJlGEQgASgBEh4KFkhlYWRab25l", - "OEhlYXRlckN1cnJlbnQYRSABKAESHAoUSGVhZFpvbmU4VGVtcGVyYXR1cmUY", - "RiABKAESHgoWSGVhZFpvbmU5SGVhdGVyQ3VycmVudBhHIAEoARIcChRIZWFk", - "Wm9uZTlUZW1wZXJhdHVyZRhIIAEoARIfChdIZWFkWm9uZTEwSGVhdGVyQ3Vy", - "cmVudBhJIAEoARIdChVIZWFkWm9uZTEwVGVtcGVyYXR1cmUYSiABKAESHwoX", - "SGVhZFpvbmUxMUhlYXRlckN1cnJlbnQYSyABKAESHQoVSGVhZFpvbmUxMVRl", - "bXBlcmF0dXJlGEwgASgBEh8KF0hlYWRab25lMTJIZWF0ZXJDdXJyZW50GE0g", - "ASgBEh0KFUhlYWRab25lMTJUZW1wZXJhdHVyZRhOIAEoARIaChJIZWFkQmxv", - "d2VyVm9sdGFnZTEYTyABKAESGgoSSGVhZEJsb3dlclZvbHRhZ2UyGFAgASgB", - "Eh8KF0hlYWRDb3ZlckhlYXRlcjFDdXJyZW50GFEgASgBEiMKG0hlYWRDb3Zl", - "ckhlYXRlcjFUZW1wZXJhdHVyZRhSIAEoARIfChdIZWFkQ292ZXJIZWF0ZXIy", - "Q3VycmVudBhTIAEoARIjChtIZWFkQ292ZXJIZWF0ZXIyVGVtcGVyYXR1cmUY", - "VCABKAESGQoRV0hTQmxvd2VyMlZvbHRhZ2UYVSABKAESEQoJR2FzU2Vuc29y", - "GFYgASgBEhcKD0luY29taW5nVm9sdGFnZRhXIAEoARISCgpXYXN0ZUxldmVs", - "GFggASgBEhoKEkhlYWRCbG93ZXIxQWlyRmxvdxhZIAEoARIaChJIZWFkQmxv", - "d2VyMkFpckZsb3cYWiABKAESFgoOU2hpbmtvU2V0VmFsdWUYWyABKAESGgoS", - "U2hpbmtvQ3VycmVudFZhbHVlGFwgASgBEhQKDFRvdGFsV0hTRmxvdxhdIAEo", - "AUIeChxjb20udHdpbmUudGFuZ28ucG1yLmluc2lnaHRzYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Insights.InsightsMonitors), global::Tango.PMR.Insights.InsightsMonitors.Parser, new[]{ "Dancer1Angle", "Dancer2Angle", "Dancer3Angle", "FeederMotorFrequency", "DryerMotor", "PollerMotor", "WinderMotor", "ScrewMotor", "ThreadSpeed", "MixerTemperature", "HeadZone1Temperature", "HeadZone2Temperature", "HeadZone3Temperature", "HeadAirFlow", "FeederTension", "PullerTension", "DryerZone1Temperature", "DryerZone2Temperature", "DryerZone3Temperature", "DryerAirFlow", "WinderTension", "DispensersMotorsFrequency", "DispensersAngularEncoders", "DispensersLinearPositions", "DispensersPressure", "FilterDeltaPressure", "ChillerTemperature", "Dispenser1MotorFrequency", "Dispenser2MotorFrequency", "Dispenser3MotorFrequency", "Dispenser4MotorFrequency", "Dispenser5MotorFrequency", "Dispenser6MotorFrequency", "Dispenser7MotorFrequency", "Dispenser8MotorFrequency", "HeadZone4Temperature", "HeadZone5Temperature", "HeadZone6Temperature", "BlowerVoltage", "Dispenser1Pressure", "Dispenser2Pressure", "Dispenser3Pressure", "Dispenser4Pressure", "Dispenser5Pressure", "Dispenser6Pressure", "Dispenser7Pressure", "Dispenser8Pressure", "MidTank1Level", "MidTank2Level", "MidTank3Level", "MidTank4Level", "MidTank5Level", "MidTank6Level", "MidTank7Level", "MidTank8Level", "DrierZone1HeaterCurrent", "DrierZone2HeaterCurrent", "HeadZone1HeaterCurrent", "HeadZone2HeaterCurrent", "HeadZone3HeaterCurrent", "HeadZone4HeaterCurrent", "HeadZone56HeaterCurrent", "Mixer1HeaterCurrent", "DispensersInkLevel", "MidTanksInkLevel", "OverallTemperature", "HeadZone7HeaterCurrent", "HeadZone7Temperature", "HeadZone8HeaterCurrent", "HeadZone8Temperature", "HeadZone9HeaterCurrent", "HeadZone9Temperature", "HeadZone10HeaterCurrent", "HeadZone10Temperature", "HeadZone11HeaterCurrent", "HeadZone11Temperature", "HeadZone12HeaterCurrent", "HeadZone12Temperature", "HeadBlowerVoltage1", "HeadBlowerVoltage2", "HeadCoverHeater1Current", "HeadCoverHeater1Temperature", "HeadCoverHeater2Current", "HeadCoverHeater2Temperature", "WHSBlower2Voltage", "GasSensor", "IncomingVoltage", "WasteLevel", "HeadBlower1AirFlow", "HeadBlower2AirFlow", "ShinkoSetValue", "ShinkoCurrentValue", "TotalWHSFlow" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class InsightsMonitors : pb::IMessage<InsightsMonitors> { - private static readonly pb::MessageParser<InsightsMonitors> _parser = new pb::MessageParser<InsightsMonitors>(() => new InsightsMonitors()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<InsightsMonitors> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Insights.InsightsMonitorsReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public InsightsMonitors() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public InsightsMonitors(InsightsMonitors other) : this() { - dancer1Angle_ = other.dancer1Angle_; - dancer2Angle_ = other.dancer2Angle_; - dancer3Angle_ = other.dancer3Angle_; - feederMotorFrequency_ = other.feederMotorFrequency_; - dryerMotor_ = other.dryerMotor_; - pollerMotor_ = other.pollerMotor_; - winderMotor_ = other.winderMotor_; - screwMotor_ = other.screwMotor_; - threadSpeed_ = other.threadSpeed_; - mixerTemperature_ = other.mixerTemperature_; - headZone1Temperature_ = other.headZone1Temperature_; - headZone2Temperature_ = other.headZone2Temperature_; - headZone3Temperature_ = other.headZone3Temperature_; - headAirFlow_ = other.headAirFlow_; - feederTension_ = other.feederTension_; - pullerTension_ = other.pullerTension_; - dryerZone1Temperature_ = other.dryerZone1Temperature_; - dryerZone2Temperature_ = other.dryerZone2Temperature_; - dryerZone3Temperature_ = other.dryerZone3Temperature_; - dryerAirFlow_ = other.dryerAirFlow_; - winderTension_ = other.winderTension_; - dispensersMotorsFrequency_ = other.dispensersMotorsFrequency_.Clone(); - dispensersAngularEncoders_ = other.dispensersAngularEncoders_.Clone(); - dispensersLinearPositions_ = other.dispensersLinearPositions_.Clone(); - dispensersPressure_ = other.dispensersPressure_.Clone(); - filterDeltaPressure_ = other.filterDeltaPressure_; - chillerTemperature_ = other.chillerTemperature_; - dispenser1MotorFrequency_ = other.dispenser1MotorFrequency_; - dispenser2MotorFrequency_ = other.dispenser2MotorFrequency_; - dispenser3MotorFrequency_ = other.dispenser3MotorFrequency_; - dispenser4MotorFrequency_ = other.dispenser4MotorFrequency_; - dispenser5MotorFrequency_ = other.dispenser5MotorFrequency_; - dispenser6MotorFrequency_ = other.dispenser6MotorFrequency_; - dispenser7MotorFrequency_ = other.dispenser7MotorFrequency_; - dispenser8MotorFrequency_ = other.dispenser8MotorFrequency_; - headZone4Temperature_ = other.headZone4Temperature_; - headZone5Temperature_ = other.headZone5Temperature_; - headZone6Temperature_ = other.headZone6Temperature_; - blowerVoltage_ = other.blowerVoltage_; - dispenser1Pressure_ = other.dispenser1Pressure_; - dispenser2Pressure_ = other.dispenser2Pressure_; - dispenser3Pressure_ = other.dispenser3Pressure_; - dispenser4Pressure_ = other.dispenser4Pressure_; - dispenser5Pressure_ = other.dispenser5Pressure_; - dispenser6Pressure_ = other.dispenser6Pressure_; - dispenser7Pressure_ = other.dispenser7Pressure_; - dispenser8Pressure_ = other.dispenser8Pressure_; - midTank1Level_ = other.midTank1Level_; - midTank2Level_ = other.midTank2Level_; - midTank3Level_ = other.midTank3Level_; - midTank4Level_ = other.midTank4Level_; - midTank5Level_ = other.midTank5Level_; - midTank6Level_ = other.midTank6Level_; - midTank7Level_ = other.midTank7Level_; - midTank8Level_ = other.midTank8Level_; - drierZone1HeaterCurrent_ = other.drierZone1HeaterCurrent_; - drierZone2HeaterCurrent_ = other.drierZone2HeaterCurrent_; - headZone1HeaterCurrent_ = other.headZone1HeaterCurrent_; - headZone2HeaterCurrent_ = other.headZone2HeaterCurrent_; - headZone3HeaterCurrent_ = other.headZone3HeaterCurrent_; - headZone4HeaterCurrent_ = other.headZone4HeaterCurrent_; - headZone56HeaterCurrent_ = other.headZone56HeaterCurrent_; - mixer1HeaterCurrent_ = other.mixer1HeaterCurrent_; - dispensersInkLevel_ = other.dispensersInkLevel_.Clone(); - midTanksInkLevel_ = other.midTanksInkLevel_.Clone(); - overallTemperature_ = other.overallTemperature_; - headZone7HeaterCurrent_ = other.headZone7HeaterCurrent_; - headZone7Temperature_ = other.headZone7Temperature_; - headZone8HeaterCurrent_ = other.headZone8HeaterCurrent_; - headZone8Temperature_ = other.headZone8Temperature_; - headZone9HeaterCurrent_ = other.headZone9HeaterCurrent_; - headZone9Temperature_ = other.headZone9Temperature_; - headZone10HeaterCurrent_ = other.headZone10HeaterCurrent_; - headZone10Temperature_ = other.headZone10Temperature_; - headZone11HeaterCurrent_ = other.headZone11HeaterCurrent_; - headZone11Temperature_ = other.headZone11Temperature_; - headZone12HeaterCurrent_ = other.headZone12HeaterCurrent_; - headZone12Temperature_ = other.headZone12Temperature_; - headBlowerVoltage1_ = other.headBlowerVoltage1_; - headBlowerVoltage2_ = other.headBlowerVoltage2_; - headCoverHeater1Current_ = other.headCoverHeater1Current_; - headCoverHeater1Temperature_ = other.headCoverHeater1Temperature_; - headCoverHeater2Current_ = other.headCoverHeater2Current_; - headCoverHeater2Temperature_ = other.headCoverHeater2Temperature_; - wHSBlower2Voltage_ = other.wHSBlower2Voltage_; - gasSensor_ = other.gasSensor_; - incomingVoltage_ = other.incomingVoltage_; - wasteLevel_ = other.wasteLevel_; - headBlower1AirFlow_ = other.headBlower1AirFlow_; - headBlower2AirFlow_ = other.headBlower2AirFlow_; - shinkoSetValue_ = other.shinkoSetValue_; - shinkoCurrentValue_ = other.shinkoCurrentValue_; - totalWHSFlow_ = other.totalWHSFlow_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public InsightsMonitors Clone() { - return new InsightsMonitors(this); - } - - /// <summary>Field number for the "Dancer1Angle" field.</summary> - public const int Dancer1AngleFieldNumber = 1; - private double dancer1Angle_; - /// <summary> - ///Left Dancer - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Dancer1Angle { - get { return dancer1Angle_; } - set { - dancer1Angle_ = value; - } - } - - /// <summary>Field number for the "Dancer2Angle" field.</summary> - public const int Dancer2AngleFieldNumber = 2; - private double dancer2Angle_; - /// <summary> - ///Middle Dancer - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Dancer2Angle { - get { return dancer2Angle_; } - set { - dancer2Angle_ = value; - } - } - - /// <summary>Field number for the "Dancer3Angle" field.</summary> - public const int Dancer3AngleFieldNumber = 3; - private double dancer3Angle_; - /// <summary> - ///Right Dancer - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Dancer3Angle { - get { return dancer3Angle_; } - set { - dancer3Angle_ = value; - } - } - - /// <summary>Field number for the "FeederMotorFrequency" field.</summary> - public const int FeederMotorFrequencyFieldNumber = 4; - private double feederMotorFrequency_; - /// <summary> - ///Feeder Motor - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double FeederMotorFrequency { - get { return feederMotorFrequency_; } - set { - feederMotorFrequency_ = value; - } - } - - /// <summary>Field number for the "DryerMotor" field.</summary> - public const int DryerMotorFieldNumber = 5; - private double dryerMotor_; - /// <summary> - ///Dryer Motor - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double DryerMotor { - get { return dryerMotor_; } - set { - dryerMotor_ = value; - } - } - - /// <summary>Field number for the "PollerMotor" field.</summary> - public const int PollerMotorFieldNumber = 6; - private double pollerMotor_; - /// <summary> - ///Poller Motor - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double PollerMotor { - get { return pollerMotor_; } - set { - pollerMotor_ = value; - } - } - - /// <summary>Field number for the "WinderMotor" field.</summary> - public const int WinderMotorFieldNumber = 7; - private double winderMotor_; - /// <summary> - ///Winder Motor - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double WinderMotor { - get { return winderMotor_; } - set { - winderMotor_ = value; - } - } - - /// <summary>Field number for the "ScrewMotor" field.</summary> - public const int ScrewMotorFieldNumber = 8; - private double screwMotor_; - /// <summary> - ///Screw Motor - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double ScrewMotor { - get { return screwMotor_; } - set { - screwMotor_ = value; - } - } - - /// <summary>Field number for the "ThreadSpeed" field.</summary> - public const int ThreadSpeedFieldNumber = 9; - private double threadSpeed_; - /// <summary> - ///Thread Speed - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double ThreadSpeed { - get { return threadSpeed_; } - set { - threadSpeed_ = value; - } - } - - /// <summary>Field number for the "MixerTemperature" field.</summary> - public const int MixerTemperatureFieldNumber = 10; - private double mixerTemperature_; - /// <summary> - ///Mixer - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double MixerTemperature { - get { return mixerTemperature_; } - set { - mixerTemperature_ = value; - } - } - - /// <summary>Field number for the "HeadZone1Temperature" field.</summary> - public const int HeadZone1TemperatureFieldNumber = 11; - private double headZone1Temperature_; - /// <summary> - ///Head Zone 1 - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone1Temperature { - get { return headZone1Temperature_; } - set { - headZone1Temperature_ = value; - } - } - - /// <summary>Field number for the "HeadZone2Temperature" field.</summary> - public const int HeadZone2TemperatureFieldNumber = 12; - private double headZone2Temperature_; - /// <summary> - ///Head Zone 2 - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone2Temperature { - get { return headZone2Temperature_; } - set { - headZone2Temperature_ = value; - } - } - - /// <summary>Field number for the "HeadZone3Temperature" field.</summary> - public const int HeadZone3TemperatureFieldNumber = 13; - private double headZone3Temperature_; - /// <summary> - ///Head Zone 3 - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone3Temperature { - get { return headZone3Temperature_; } - set { - headZone3Temperature_ = value; - } - } - - /// <summary>Field number for the "HeadAirFlow" field.</summary> - public const int HeadAirFlowFieldNumber = 14; - private double headAirFlow_; - /// <summary> - ///Head Air Flow - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadAirFlow { - get { return headAirFlow_; } - set { - headAirFlow_ = value; - } - } - - /// <summary>Field number for the "FeederTension" field.</summary> - public const int FeederTensionFieldNumber = 15; - private double feederTension_; - /// <summary> - ///Feeder Tension - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double FeederTension { - get { return feederTension_; } - set { - feederTension_ = value; - } - } - - /// <summary>Field number for the "PullerTension" field.</summary> - public const int PullerTensionFieldNumber = 16; - private double pullerTension_; - /// <summary> - ///Puller Tension - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double PullerTension { - get { return pullerTension_; } - set { - pullerTension_ = value; - } - } - - /// <summary>Field number for the "DryerZone1Temperature" field.</summary> - public const int DryerZone1TemperatureFieldNumber = 17; - private double dryerZone1Temperature_; - /// <summary> - ///Dryer Zone 1 - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double DryerZone1Temperature { - get { return dryerZone1Temperature_; } - set { - dryerZone1Temperature_ = value; - } - } - - /// <summary>Field number for the "DryerZone2Temperature" field.</summary> - public const int DryerZone2TemperatureFieldNumber = 18; - private double dryerZone2Temperature_; - /// <summary> - ///Dryer Zone 2 - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double DryerZone2Temperature { - get { return dryerZone2Temperature_; } - set { - dryerZone2Temperature_ = value; - } - } - - /// <summary>Field number for the "DryerZone3Temperature" field.</summary> - public const int DryerZone3TemperatureFieldNumber = 19; - private double dryerZone3Temperature_; - /// <summary> - ///Dryer Zone 3 - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double DryerZone3Temperature { - get { return dryerZone3Temperature_; } - set { - dryerZone3Temperature_ = value; - } - } - - /// <summary>Field number for the "DryerAirFlow" field.</summary> - public const int DryerAirFlowFieldNumber = 20; - private double dryerAirFlow_; - /// <summary> - ///Dryer Air Flow - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double DryerAirFlow { - get { return dryerAirFlow_; } - set { - dryerAirFlow_ = value; - } - } - - /// <summary>Field number for the "WinderTension" field.</summary> - public const int WinderTensionFieldNumber = 21; - private double winderTension_; - /// <summary> - ///Winder Tension - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double WinderTension { - get { return winderTension_; } - set { - winderTension_ = value; - } - } - - /// <summary>Field number for the "DispensersMotorsFrequency" field.</summary> - public const int DispensersMotorsFrequencyFieldNumber = 22; - private static readonly pb::FieldCodec<double> _repeated_dispensersMotorsFrequency_codec - = pb::FieldCodec.ForDouble(178); - private readonly pbc::RepeatedField<double> dispensersMotorsFrequency_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Dispensers Motors - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> DispensersMotorsFrequency { - get { return dispensersMotorsFrequency_; } - } - - /// <summary>Field number for the "DispensersAngularEncoders" field.</summary> - public const int DispensersAngularEncodersFieldNumber = 23; - private static readonly pb::FieldCodec<double> _repeated_dispensersAngularEncoders_codec - = pb::FieldCodec.ForDouble(186); - private readonly pbc::RepeatedField<double> dispensersAngularEncoders_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Dispensers Angular Encoders - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> DispensersAngularEncoders { - get { return dispensersAngularEncoders_; } - } - - /// <summary>Field number for the "DispensersLinearPositions" field.</summary> - public const int DispensersLinearPositionsFieldNumber = 24; - private static readonly pb::FieldCodec<double> _repeated_dispensersLinearPositions_codec - = pb::FieldCodec.ForDouble(194); - private readonly pbc::RepeatedField<double> dispensersLinearPositions_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Dispensers Linear Positions - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> DispensersLinearPositions { - get { return dispensersLinearPositions_; } - } - - /// <summary>Field number for the "DispensersPressure" field.</summary> - public const int DispensersPressureFieldNumber = 25; - private static readonly pb::FieldCodec<double> _repeated_dispensersPressure_codec - = pb::FieldCodec.ForDouble(202); - private readonly pbc::RepeatedField<double> dispensersPressure_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Dispensers Pressure - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> DispensersPressure { - get { return dispensersPressure_; } - } - - /// <summary>Field number for the "FilterDeltaPressure" field.</summary> - public const int FilterDeltaPressureFieldNumber = 26; - private double filterDeltaPressure_; - /// <summary> - ///Filter Delta Pressure - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double FilterDeltaPressure { - get { return filterDeltaPressure_; } - set { - filterDeltaPressure_ = value; - } - } - - /// <summary>Field number for the "ChillerTemperature" field.</summary> - public const int ChillerTemperatureFieldNumber = 27; - private double chillerTemperature_; - /// <summary> - ///Chiller Temperature - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double ChillerTemperature { - get { return chillerTemperature_; } - set { - chillerTemperature_ = value; - } - } - - /// <summary>Field number for the "Dispenser1MotorFrequency" field.</summary> - public const int Dispenser1MotorFrequencyFieldNumber = 28; - private double dispenser1MotorFrequency_; - /// <summary> - ///Dispenser 1 Motor Frequency - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Dispenser1MotorFrequency { - get { return dispenser1MotorFrequency_; } - set { - dispenser1MotorFrequency_ = value; - } - } - - /// <summary>Field number for the "Dispenser2MotorFrequency" field.</summary> - public const int Dispenser2MotorFrequencyFieldNumber = 29; - private double dispenser2MotorFrequency_; - /// <summary> - ///Dispenser 2 Motor Frequency - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Dispenser2MotorFrequency { - get { return dispenser2MotorFrequency_; } - set { - dispenser2MotorFrequency_ = value; - } - } - - /// <summary>Field number for the "Dispenser3MotorFrequency" field.</summary> - public const int Dispenser3MotorFrequencyFieldNumber = 30; - private double dispenser3MotorFrequency_; - /// <summary> - ///Dispenser 3 Motor Frequency - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Dispenser3MotorFrequency { - get { return dispenser3MotorFrequency_; } - set { - dispenser3MotorFrequency_ = value; - } - } - - /// <summary>Field number for the "Dispenser4MotorFrequency" field.</summary> - public const int Dispenser4MotorFrequencyFieldNumber = 31; - private double dispenser4MotorFrequency_; - /// <summary> - ///Dispenser 4 Motor Frequency - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Dispenser4MotorFrequency { - get { return dispenser4MotorFrequency_; } - set { - dispenser4MotorFrequency_ = value; - } - } - - /// <summary>Field number for the "Dispenser5MotorFrequency" field.</summary> - public const int Dispenser5MotorFrequencyFieldNumber = 32; - private double dispenser5MotorFrequency_; - /// <summary> - ///Dispenser 5 Motor Frequency - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Dispenser5MotorFrequency { - get { return dispenser5MotorFrequency_; } - set { - dispenser5MotorFrequency_ = value; - } - } - - /// <summary>Field number for the "Dispenser6MotorFrequency" field.</summary> - public const int Dispenser6MotorFrequencyFieldNumber = 33; - private double dispenser6MotorFrequency_; - /// <summary> - ///Dispenser 6 Motor Frequency - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Dispenser6MotorFrequency { - get { return dispenser6MotorFrequency_; } - set { - dispenser6MotorFrequency_ = value; - } - } - - /// <summary>Field number for the "Dispenser7MotorFrequency" field.</summary> - public const int Dispenser7MotorFrequencyFieldNumber = 34; - private double dispenser7MotorFrequency_; - /// <summary> - ///Dispenser 7 Motor Frequency - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Dispenser7MotorFrequency { - get { return dispenser7MotorFrequency_; } - set { - dispenser7MotorFrequency_ = value; - } - } - - /// <summary>Field number for the "Dispenser8MotorFrequency" field.</summary> - public const int Dispenser8MotorFrequencyFieldNumber = 35; - private double dispenser8MotorFrequency_; - /// <summary> - ///Dispenser 8 Motor Frequency - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Dispenser8MotorFrequency { - get { return dispenser8MotorFrequency_; } - set { - dispenser8MotorFrequency_ = value; - } - } - - /// <summary>Field number for the "HeadZone4Temperature" field.</summary> - public const int HeadZone4TemperatureFieldNumber = 36; - private double headZone4Temperature_; - /// <summary> - ///Head Zone 4 - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone4Temperature { - get { return headZone4Temperature_; } - set { - headZone4Temperature_ = value; - } - } - - /// <summary>Field number for the "HeadZone5Temperature" field.</summary> - public const int HeadZone5TemperatureFieldNumber = 37; - private double headZone5Temperature_; - /// <summary> - ///Head Zone 5 - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone5Temperature { - get { return headZone5Temperature_; } - set { - headZone5Temperature_ = value; - } - } - - /// <summary>Field number for the "HeadZone6Temperature" field.</summary> - public const int HeadZone6TemperatureFieldNumber = 38; - private double headZone6Temperature_; - /// <summary> - ///Head Zone 6 - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone6Temperature { - get { return headZone6Temperature_; } - set { - headZone6Temperature_ = value; - } - } - - /// <summary>Field number for the "BlowerVoltage" field.</summary> - public const int BlowerVoltageFieldNumber = 39; - private double blowerVoltage_; - /// <summary> - ///Blower Voltage - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double BlowerVoltage { - get { return blowerVoltage_; } - set { - blowerVoltage_ = value; - } - } - - /// <summary>Field number for the "Dispenser1Pressure" field.</summary> - public const int Dispenser1PressureFieldNumber = 40; - private double dispenser1Pressure_; - /// <summary> - ///Dispenser 1 Pressure - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Dispenser1Pressure { - get { return dispenser1Pressure_; } - set { - dispenser1Pressure_ = value; - } - } - - /// <summary>Field number for the "Dispenser2Pressure" field.</summary> - public const int Dispenser2PressureFieldNumber = 41; - private double dispenser2Pressure_; - /// <summary> - ///Dispenser 2 Pressure - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Dispenser2Pressure { - get { return dispenser2Pressure_; } - set { - dispenser2Pressure_ = value; - } - } - - /// <summary>Field number for the "Dispenser3Pressure" field.</summary> - public const int Dispenser3PressureFieldNumber = 42; - private double dispenser3Pressure_; - /// <summary> - ///Dispenser 3 Pressure - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Dispenser3Pressure { - get { return dispenser3Pressure_; } - set { - dispenser3Pressure_ = value; - } - } - - /// <summary>Field number for the "Dispenser4Pressure" field.</summary> - public const int Dispenser4PressureFieldNumber = 43; - private double dispenser4Pressure_; - /// <summary> - ///Dispenser 4 Pressure - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Dispenser4Pressure { - get { return dispenser4Pressure_; } - set { - dispenser4Pressure_ = value; - } - } - - /// <summary>Field number for the "Dispenser5Pressure" field.</summary> - public const int Dispenser5PressureFieldNumber = 44; - private double dispenser5Pressure_; - /// <summary> - ///Dispenser 5 Pressure - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Dispenser5Pressure { - get { return dispenser5Pressure_; } - set { - dispenser5Pressure_ = value; - } - } - - /// <summary>Field number for the "Dispenser6Pressure" field.</summary> - public const int Dispenser6PressureFieldNumber = 45; - private double dispenser6Pressure_; - /// <summary> - ///Dispenser 6 Pressure - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Dispenser6Pressure { - get { return dispenser6Pressure_; } - set { - dispenser6Pressure_ = value; - } - } - - /// <summary>Field number for the "Dispenser7Pressure" field.</summary> - public const int Dispenser7PressureFieldNumber = 46; - private double dispenser7Pressure_; - /// <summary> - ///Dispenser 7 Pressure - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Dispenser7Pressure { - get { return dispenser7Pressure_; } - set { - dispenser7Pressure_ = value; - } - } - - /// <summary>Field number for the "Dispenser8Pressure" field.</summary> - public const int Dispenser8PressureFieldNumber = 47; - private double dispenser8Pressure_; - /// <summary> - ///Dispenser 8 Pressure - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Dispenser8Pressure { - get { return dispenser8Pressure_; } - set { - dispenser8Pressure_ = value; - } - } - - /// <summary>Field number for the "MidTank1Level" field.</summary> - public const int MidTank1LevelFieldNumber = 48; - private double midTank1Level_; - /// <summary> - ///Mid Tank 1 Level - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double MidTank1Level { - get { return midTank1Level_; } - set { - midTank1Level_ = value; - } - } - - /// <summary>Field number for the "MidTank2Level" field.</summary> - public const int MidTank2LevelFieldNumber = 49; - private double midTank2Level_; - /// <summary> - ///Mid Tank 2 Level - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double MidTank2Level { - get { return midTank2Level_; } - set { - midTank2Level_ = value; - } - } - - /// <summary>Field number for the "MidTank3Level" field.</summary> - public const int MidTank3LevelFieldNumber = 50; - private double midTank3Level_; - /// <summary> - ///Mid Tank 3 Level - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double MidTank3Level { - get { return midTank3Level_; } - set { - midTank3Level_ = value; - } - } - - /// <summary>Field number for the "MidTank4Level" field.</summary> - public const int MidTank4LevelFieldNumber = 51; - private double midTank4Level_; - /// <summary> - ///Mid Tank 4 Level - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double MidTank4Level { - get { return midTank4Level_; } - set { - midTank4Level_ = value; - } - } - - /// <summary>Field number for the "MidTank5Level" field.</summary> - public const int MidTank5LevelFieldNumber = 52; - private double midTank5Level_; - /// <summary> - ///Mid Tank 5 Level - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double MidTank5Level { - get { return midTank5Level_; } - set { - midTank5Level_ = value; - } - } - - /// <summary>Field number for the "MidTank6Level" field.</summary> - public const int MidTank6LevelFieldNumber = 53; - private double midTank6Level_; - /// <summary> - ///Mid Tank 6 Level - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double MidTank6Level { - get { return midTank6Level_; } - set { - midTank6Level_ = value; - } - } - - /// <summary>Field number for the "MidTank7Level" field.</summary> - public const int MidTank7LevelFieldNumber = 54; - private double midTank7Level_; - /// <summary> - ///Mid Tank 7 Level - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double MidTank7Level { - get { return midTank7Level_; } - set { - midTank7Level_ = value; - } - } - - /// <summary>Field number for the "MidTank8Level" field.</summary> - public const int MidTank8LevelFieldNumber = 55; - private double midTank8Level_; - /// <summary> - ///Mid Tank 8 Level - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double MidTank8Level { - get { return midTank8Level_; } - set { - midTank8Level_ = value; - } - } - - /// <summary>Field number for the "DrierZone1HeaterCurrent" field.</summary> - public const int DrierZone1HeaterCurrentFieldNumber = 56; - private double drierZone1HeaterCurrent_; - /// <summary> - ///Drier Zone1 Heater Current - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double DrierZone1HeaterCurrent { - get { return drierZone1HeaterCurrent_; } - set { - drierZone1HeaterCurrent_ = value; - } - } - - /// <summary>Field number for the "DrierZone2HeaterCurrent" field.</summary> - public const int DrierZone2HeaterCurrentFieldNumber = 57; - private double drierZone2HeaterCurrent_; - /// <summary> - ///Drier Zone 2 Heater Current - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double DrierZone2HeaterCurrent { - get { return drierZone2HeaterCurrent_; } - set { - drierZone2HeaterCurrent_ = value; - } - } - - /// <summary>Field number for the "HeadZone1HeaterCurrent" field.</summary> - public const int HeadZone1HeaterCurrentFieldNumber = 58; - private double headZone1HeaterCurrent_; - /// <summary> - ///Head Zone 1 Heater Current - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone1HeaterCurrent { - get { return headZone1HeaterCurrent_; } - set { - headZone1HeaterCurrent_ = value; - } - } - - /// <summary>Field number for the "HeadZone2HeaterCurrent" field.</summary> - public const int HeadZone2HeaterCurrentFieldNumber = 59; - private double headZone2HeaterCurrent_; - /// <summary> - ///Head Zone 2 Heater Current - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone2HeaterCurrent { - get { return headZone2HeaterCurrent_; } - set { - headZone2HeaterCurrent_ = value; - } - } - - /// <summary>Field number for the "HeadZone3HeaterCurrent" field.</summary> - public const int HeadZone3HeaterCurrentFieldNumber = 60; - private double headZone3HeaterCurrent_; - /// <summary> - ///Head Zone 3 Heater Current - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone3HeaterCurrent { - get { return headZone3HeaterCurrent_; } - set { - headZone3HeaterCurrent_ = value; - } - } - - /// <summary>Field number for the "HeadZone4HeaterCurrent" field.</summary> - public const int HeadZone4HeaterCurrentFieldNumber = 61; - private double headZone4HeaterCurrent_; - /// <summary> - ///Head Zone 4 Heater Current - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone4HeaterCurrent { - get { return headZone4HeaterCurrent_; } - set { - headZone4HeaterCurrent_ = value; - } - } - - /// <summary>Field number for the "HeadZone56HeaterCurrent" field.</summary> - public const int HeadZone56HeaterCurrentFieldNumber = 62; - private double headZone56HeaterCurrent_; - /// <summary> - ///Head Zone 5-6 Heater Current - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone56HeaterCurrent { - get { return headZone56HeaterCurrent_; } - set { - headZone56HeaterCurrent_ = value; - } - } - - /// <summary>Field number for the "Mixer1HeaterCurrent" field.</summary> - public const int Mixer1HeaterCurrentFieldNumber = 63; - private double mixer1HeaterCurrent_; - /// <summary> - ///Mixer 1 Heater Current - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Mixer1HeaterCurrent { - get { return mixer1HeaterCurrent_; } - set { - mixer1HeaterCurrent_ = value; - } - } - - /// <summary>Field number for the "DispensersInkLevel" field.</summary> - public const int DispensersInkLevelFieldNumber = 64; - private static readonly pb::FieldCodec<double> _repeated_dispensersInkLevel_codec - = pb::FieldCodec.ForDouble(514); - private readonly pbc::RepeatedField<double> dispensersInkLevel_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Dispensers Ink Level - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> DispensersInkLevel { - get { return dispensersInkLevel_; } - } - - /// <summary>Field number for the "MidTanksInkLevel" field.</summary> - public const int MidTanksInkLevelFieldNumber = 65; - private static readonly pb::FieldCodec<double> _repeated_midTanksInkLevel_codec - = pb::FieldCodec.ForDouble(522); - private readonly pbc::RepeatedField<double> midTanksInkLevel_ = new pbc::RepeatedField<double>(); - /// <summary> - ///Mid Tanks Ink Level - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<double> MidTanksInkLevel { - get { return midTanksInkLevel_; } - } - - /// <summary>Field number for the "OverallTemperature" field.</summary> - public const int OverallTemperatureFieldNumber = 66; - private double overallTemperature_; - /// <summary> - ///Overall Temperature - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double OverallTemperature { - get { return overallTemperature_; } - set { - overallTemperature_ = value; - } - } - - /// <summary>Field number for the "HeadZone7HeaterCurrent" field.</summary> - public const int HeadZone7HeaterCurrentFieldNumber = 67; - private double headZone7HeaterCurrent_; - /// <summary> - ///Head Zone 7 Heater Current - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone7HeaterCurrent { - get { return headZone7HeaterCurrent_; } - set { - headZone7HeaterCurrent_ = value; - } - } - - /// <summary>Field number for the "HeadZone7Temperature" field.</summary> - public const int HeadZone7TemperatureFieldNumber = 68; - private double headZone7Temperature_; - /// <summary> - ///Head Zone 7 - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone7Temperature { - get { return headZone7Temperature_; } - set { - headZone7Temperature_ = value; - } - } - - /// <summary>Field number for the "HeadZone8HeaterCurrent" field.</summary> - public const int HeadZone8HeaterCurrentFieldNumber = 69; - private double headZone8HeaterCurrent_; - /// <summary> - ///Head Zone 8 Heater Current - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone8HeaterCurrent { - get { return headZone8HeaterCurrent_; } - set { - headZone8HeaterCurrent_ = value; - } - } - - /// <summary>Field number for the "HeadZone8Temperature" field.</summary> - public const int HeadZone8TemperatureFieldNumber = 70; - private double headZone8Temperature_; - /// <summary> - ///Head Zone 8 - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone8Temperature { - get { return headZone8Temperature_; } - set { - headZone8Temperature_ = value; - } - } - - /// <summary>Field number for the "HeadZone9HeaterCurrent" field.</summary> - public const int HeadZone9HeaterCurrentFieldNumber = 71; - private double headZone9HeaterCurrent_; - /// <summary> - ///Head Zone 9 Heater Current - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone9HeaterCurrent { - get { return headZone9HeaterCurrent_; } - set { - headZone9HeaterCurrent_ = value; - } - } - - /// <summary>Field number for the "HeadZone9Temperature" field.</summary> - public const int HeadZone9TemperatureFieldNumber = 72; - private double headZone9Temperature_; - /// <summary> - ///Head Zone 9 - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone9Temperature { - get { return headZone9Temperature_; } - set { - headZone9Temperature_ = value; - } - } - - /// <summary>Field number for the "HeadZone10HeaterCurrent" field.</summary> - public const int HeadZone10HeaterCurrentFieldNumber = 73; - private double headZone10HeaterCurrent_; - /// <summary> - ///Head Zone 10 Heater Current - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone10HeaterCurrent { - get { return headZone10HeaterCurrent_; } - set { - headZone10HeaterCurrent_ = value; - } - } - - /// <summary>Field number for the "HeadZone10Temperature" field.</summary> - public const int HeadZone10TemperatureFieldNumber = 74; - private double headZone10Temperature_; - /// <summary> - ///Head Zone 10 - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone10Temperature { - get { return headZone10Temperature_; } - set { - headZone10Temperature_ = value; - } - } - - /// <summary>Field number for the "HeadZone11HeaterCurrent" field.</summary> - public const int HeadZone11HeaterCurrentFieldNumber = 75; - private double headZone11HeaterCurrent_; - /// <summary> - ///Head Zone 11 Heater Current - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone11HeaterCurrent { - get { return headZone11HeaterCurrent_; } - set { - headZone11HeaterCurrent_ = value; - } - } - - /// <summary>Field number for the "HeadZone11Temperature" field.</summary> - public const int HeadZone11TemperatureFieldNumber = 76; - private double headZone11Temperature_; - /// <summary> - ///Head Zone 11 - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone11Temperature { - get { return headZone11Temperature_; } - set { - headZone11Temperature_ = value; - } - } - - /// <summary>Field number for the "HeadZone12HeaterCurrent" field.</summary> - public const int HeadZone12HeaterCurrentFieldNumber = 77; - private double headZone12HeaterCurrent_; - /// <summary> - ///Head Zone 12 Heater Current - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone12HeaterCurrent { - get { return headZone12HeaterCurrent_; } - set { - headZone12HeaterCurrent_ = value; - } - } - - /// <summary>Field number for the "HeadZone12Temperature" field.</summary> - public const int HeadZone12TemperatureFieldNumber = 78; - private double headZone12Temperature_; - /// <summary> - ///Head Zone 12 - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone12Temperature { - get { return headZone12Temperature_; } - set { - headZone12Temperature_ = value; - } - } - - /// <summary>Field number for the "HeadBlowerVoltage1" field.</summary> - public const int HeadBlowerVoltage1FieldNumber = 79; - private double headBlowerVoltage1_; - /// <summary> - ///Head Blower Voltage 1 - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadBlowerVoltage1 { - get { return headBlowerVoltage1_; } - set { - headBlowerVoltage1_ = value; - } - } - - /// <summary>Field number for the "HeadBlowerVoltage2" field.</summary> - public const int HeadBlowerVoltage2FieldNumber = 80; - private double headBlowerVoltage2_; - /// <summary> - ///Head Blower Voltage 2 - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadBlowerVoltage2 { - get { return headBlowerVoltage2_; } - set { - headBlowerVoltage2_ = value; - } - } - - /// <summary>Field number for the "HeadCoverHeater1Current" field.</summary> - public const int HeadCoverHeater1CurrentFieldNumber = 81; - private double headCoverHeater1Current_; - /// <summary> - ///Head Cover Heater 1 Current - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadCoverHeater1Current { - get { return headCoverHeater1Current_; } - set { - headCoverHeater1Current_ = value; - } - } - - /// <summary>Field number for the "HeadCoverHeater1Temperature" field.</summary> - public const int HeadCoverHeater1TemperatureFieldNumber = 82; - private double headCoverHeater1Temperature_; - /// <summary> - ///Head Cover Heater 1 Temperature - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadCoverHeater1Temperature { - get { return headCoverHeater1Temperature_; } - set { - headCoverHeater1Temperature_ = value; - } - } - - /// <summary>Field number for the "HeadCoverHeater2Current" field.</summary> - public const int HeadCoverHeater2CurrentFieldNumber = 83; - private double headCoverHeater2Current_; - /// <summary> - ///Head Cover Heater 2 Current - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadCoverHeater2Current { - get { return headCoverHeater2Current_; } - set { - headCoverHeater2Current_ = value; - } - } - - /// <summary>Field number for the "HeadCoverHeater2Temperature" field.</summary> - public const int HeadCoverHeater2TemperatureFieldNumber = 84; - private double headCoverHeater2Temperature_; - /// <summary> - ///Head Cover Heater 2 Temperature - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadCoverHeater2Temperature { - get { return headCoverHeater2Temperature_; } - set { - headCoverHeater2Temperature_ = value; - } - } - - /// <summary>Field number for the "WHSBlower2Voltage" field.</summary> - public const int WHSBlower2VoltageFieldNumber = 85; - private double wHSBlower2Voltage_; - /// <summary> - ///WHS Blower 2 Voltage - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double WHSBlower2Voltage { - get { return wHSBlower2Voltage_; } - set { - wHSBlower2Voltage_ = value; - } - } - - /// <summary>Field number for the "GasSensor" field.</summary> - public const int GasSensorFieldNumber = 86; - private double gasSensor_; - /// <summary> - ///Gas Sensor (VOC Sensor) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double GasSensor { - get { return gasSensor_; } - set { - gasSensor_ = value; - } - } - - /// <summary>Field number for the "IncomingVoltage" field.</summary> - public const int IncomingVoltageFieldNumber = 87; - private double incomingVoltage_; - /// <summary> - ///Incoming Voltage (VAC Sensor) - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double IncomingVoltage { - get { return incomingVoltage_; } - set { - incomingVoltage_ = value; - } - } - - /// <summary>Field number for the "WasteLevel" field.</summary> - public const int WasteLevelFieldNumber = 88; - private double wasteLevel_; - /// <summary> - ///Waste Level - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double WasteLevel { - get { return wasteLevel_; } - set { - wasteLevel_ = value; - } - } - - /// <summary>Field number for the "HeadBlower1AirFlow" field.</summary> - public const int HeadBlower1AirFlowFieldNumber = 89; - private double headBlower1AirFlow_; - /// <summary> - ///Head Blower 1 Air Flow - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadBlower1AirFlow { - get { return headBlower1AirFlow_; } - set { - headBlower1AirFlow_ = value; - } - } - - /// <summary>Field number for the "HeadBlower2AirFlow" field.</summary> - public const int HeadBlower2AirFlowFieldNumber = 90; - private double headBlower2AirFlow_; - /// <summary> - ///Head Blower 2 Air Flow - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadBlower2AirFlow { - get { return headBlower2AirFlow_; } - set { - headBlower2AirFlow_ = value; - } - } - - /// <summary>Field number for the "ShinkoSetValue" field.</summary> - public const int ShinkoSetValueFieldNumber = 91; - private double shinkoSetValue_; - /// <summary> - ///Shinko Set Value - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double ShinkoSetValue { - get { return shinkoSetValue_; } - set { - shinkoSetValue_ = value; - } - } - - /// <summary>Field number for the "ShinkoCurrentValue" field.</summary> - public const int ShinkoCurrentValueFieldNumber = 92; - private double shinkoCurrentValue_; - /// <summary> - ///Shinko Current Value - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double ShinkoCurrentValue { - get { return shinkoCurrentValue_; } - set { - shinkoCurrentValue_ = value; - } - } - - /// <summary>Field number for the "TotalWHSFlow" field.</summary> - public const int TotalWHSFlowFieldNumber = 93; - private double totalWHSFlow_; - /// <summary> - ///Total WHS Flow - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double TotalWHSFlow { - get { return totalWHSFlow_; } - set { - totalWHSFlow_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as InsightsMonitors); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(InsightsMonitors other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Dancer1Angle != other.Dancer1Angle) return false; - if (Dancer2Angle != other.Dancer2Angle) return false; - if (Dancer3Angle != other.Dancer3Angle) return false; - if (FeederMotorFrequency != other.FeederMotorFrequency) return false; - if (DryerMotor != other.DryerMotor) return false; - if (PollerMotor != other.PollerMotor) return false; - if (WinderMotor != other.WinderMotor) return false; - if (ScrewMotor != other.ScrewMotor) return false; - if (ThreadSpeed != other.ThreadSpeed) return false; - if (MixerTemperature != other.MixerTemperature) return false; - if (HeadZone1Temperature != other.HeadZone1Temperature) return false; - if (HeadZone2Temperature != other.HeadZone2Temperature) return false; - if (HeadZone3Temperature != other.HeadZone3Temperature) return false; - if (HeadAirFlow != other.HeadAirFlow) return false; - if (FeederTension != other.FeederTension) return false; - if (PullerTension != other.PullerTension) return false; - if (DryerZone1Temperature != other.DryerZone1Temperature) return false; - if (DryerZone2Temperature != other.DryerZone2Temperature) return false; - if (DryerZone3Temperature != other.DryerZone3Temperature) return false; - if (DryerAirFlow != other.DryerAirFlow) return false; - if (WinderTension != other.WinderTension) return false; - if(!dispensersMotorsFrequency_.Equals(other.dispensersMotorsFrequency_)) return false; - if(!dispensersAngularEncoders_.Equals(other.dispensersAngularEncoders_)) return false; - if(!dispensersLinearPositions_.Equals(other.dispensersLinearPositions_)) return false; - if(!dispensersPressure_.Equals(other.dispensersPressure_)) return false; - if (FilterDeltaPressure != other.FilterDeltaPressure) return false; - if (ChillerTemperature != other.ChillerTemperature) return false; - if (Dispenser1MotorFrequency != other.Dispenser1MotorFrequency) return false; - if (Dispenser2MotorFrequency != other.Dispenser2MotorFrequency) return false; - if (Dispenser3MotorFrequency != other.Dispenser3MotorFrequency) return false; - if (Dispenser4MotorFrequency != other.Dispenser4MotorFrequency) return false; - if (Dispenser5MotorFrequency != other.Dispenser5MotorFrequency) return false; - if (Dispenser6MotorFrequency != other.Dispenser6MotorFrequency) return false; - if (Dispenser7MotorFrequency != other.Dispenser7MotorFrequency) return false; - if (Dispenser8MotorFrequency != other.Dispenser8MotorFrequency) return false; - if (HeadZone4Temperature != other.HeadZone4Temperature) return false; - if (HeadZone5Temperature != other.HeadZone5Temperature) return false; - if (HeadZone6Temperature != other.HeadZone6Temperature) return false; - if (BlowerVoltage != other.BlowerVoltage) return false; - if (Dispenser1Pressure != other.Dispenser1Pressure) return false; - if (Dispenser2Pressure != other.Dispenser2Pressure) return false; - if (Dispenser3Pressure != other.Dispenser3Pressure) return false; - if (Dispenser4Pressure != other.Dispenser4Pressure) return false; - if (Dispenser5Pressure != other.Dispenser5Pressure) return false; - if (Dispenser6Pressure != other.Dispenser6Pressure) return false; - if (Dispenser7Pressure != other.Dispenser7Pressure) return false; - if (Dispenser8Pressure != other.Dispenser8Pressure) return false; - if (MidTank1Level != other.MidTank1Level) return false; - if (MidTank2Level != other.MidTank2Level) return false; - if (MidTank3Level != other.MidTank3Level) return false; - if (MidTank4Level != other.MidTank4Level) return false; - if (MidTank5Level != other.MidTank5Level) return false; - if (MidTank6Level != other.MidTank6Level) return false; - if (MidTank7Level != other.MidTank7Level) return false; - if (MidTank8Level != other.MidTank8Level) return false; - if (DrierZone1HeaterCurrent != other.DrierZone1HeaterCurrent) return false; - if (DrierZone2HeaterCurrent != other.DrierZone2HeaterCurrent) return false; - if (HeadZone1HeaterCurrent != other.HeadZone1HeaterCurrent) return false; - if (HeadZone2HeaterCurrent != other.HeadZone2HeaterCurrent) return false; - if (HeadZone3HeaterCurrent != other.HeadZone3HeaterCurrent) return false; - if (HeadZone4HeaterCurrent != other.HeadZone4HeaterCurrent) return false; - if (HeadZone56HeaterCurrent != other.HeadZone56HeaterCurrent) return false; - if (Mixer1HeaterCurrent != other.Mixer1HeaterCurrent) return false; - if(!dispensersInkLevel_.Equals(other.dispensersInkLevel_)) return false; - if(!midTanksInkLevel_.Equals(other.midTanksInkLevel_)) return false; - if (OverallTemperature != other.OverallTemperature) return false; - if (HeadZone7HeaterCurrent != other.HeadZone7HeaterCurrent) return false; - if (HeadZone7Temperature != other.HeadZone7Temperature) return false; - if (HeadZone8HeaterCurrent != other.HeadZone8HeaterCurrent) return false; - if (HeadZone8Temperature != other.HeadZone8Temperature) return false; - if (HeadZone9HeaterCurrent != other.HeadZone9HeaterCurrent) return false; - if (HeadZone9Temperature != other.HeadZone9Temperature) return false; - if (HeadZone10HeaterCurrent != other.HeadZone10HeaterCurrent) return false; - if (HeadZone10Temperature != other.HeadZone10Temperature) return false; - if (HeadZone11HeaterCurrent != other.HeadZone11HeaterCurrent) return false; - if (HeadZone11Temperature != other.HeadZone11Temperature) return false; - if (HeadZone12HeaterCurrent != other.HeadZone12HeaterCurrent) return false; - if (HeadZone12Temperature != other.HeadZone12Temperature) return false; - if (HeadBlowerVoltage1 != other.HeadBlowerVoltage1) return false; - if (HeadBlowerVoltage2 != other.HeadBlowerVoltage2) return false; - if (HeadCoverHeater1Current != other.HeadCoverHeater1Current) return false; - if (HeadCoverHeater1Temperature != other.HeadCoverHeater1Temperature) return false; - if (HeadCoverHeater2Current != other.HeadCoverHeater2Current) return false; - if (HeadCoverHeater2Temperature != other.HeadCoverHeater2Temperature) return false; - if (WHSBlower2Voltage != other.WHSBlower2Voltage) return false; - if (GasSensor != other.GasSensor) return false; - if (IncomingVoltage != other.IncomingVoltage) return false; - if (WasteLevel != other.WasteLevel) return false; - if (HeadBlower1AirFlow != other.HeadBlower1AirFlow) return false; - if (HeadBlower2AirFlow != other.HeadBlower2AirFlow) return false; - if (ShinkoSetValue != other.ShinkoSetValue) return false; - if (ShinkoCurrentValue != other.ShinkoCurrentValue) return false; - if (TotalWHSFlow != other.TotalWHSFlow) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Dancer1Angle != 0D) hash ^= Dancer1Angle.GetHashCode(); - if (Dancer2Angle != 0D) hash ^= Dancer2Angle.GetHashCode(); - if (Dancer3Angle != 0D) hash ^= Dancer3Angle.GetHashCode(); - if (FeederMotorFrequency != 0D) hash ^= FeederMotorFrequency.GetHashCode(); - if (DryerMotor != 0D) hash ^= DryerMotor.GetHashCode(); - if (PollerMotor != 0D) hash ^= PollerMotor.GetHashCode(); - if (WinderMotor != 0D) hash ^= WinderMotor.GetHashCode(); - if (ScrewMotor != 0D) hash ^= ScrewMotor.GetHashCode(); - if (ThreadSpeed != 0D) hash ^= ThreadSpeed.GetHashCode(); - if (MixerTemperature != 0D) hash ^= MixerTemperature.GetHashCode(); - if (HeadZone1Temperature != 0D) hash ^= HeadZone1Temperature.GetHashCode(); - if (HeadZone2Temperature != 0D) hash ^= HeadZone2Temperature.GetHashCode(); - if (HeadZone3Temperature != 0D) hash ^= HeadZone3Temperature.GetHashCode(); - if (HeadAirFlow != 0D) hash ^= HeadAirFlow.GetHashCode(); - if (FeederTension != 0D) hash ^= FeederTension.GetHashCode(); - if (PullerTension != 0D) hash ^= PullerTension.GetHashCode(); - if (DryerZone1Temperature != 0D) hash ^= DryerZone1Temperature.GetHashCode(); - if (DryerZone2Temperature != 0D) hash ^= DryerZone2Temperature.GetHashCode(); - if (DryerZone3Temperature != 0D) hash ^= DryerZone3Temperature.GetHashCode(); - if (DryerAirFlow != 0D) hash ^= DryerAirFlow.GetHashCode(); - if (WinderTension != 0D) hash ^= WinderTension.GetHashCode(); - hash ^= dispensersMotorsFrequency_.GetHashCode(); - hash ^= dispensersAngularEncoders_.GetHashCode(); - hash ^= dispensersLinearPositions_.GetHashCode(); - hash ^= dispensersPressure_.GetHashCode(); - if (FilterDeltaPressure != 0D) hash ^= FilterDeltaPressure.GetHashCode(); - if (ChillerTemperature != 0D) hash ^= ChillerTemperature.GetHashCode(); - if (Dispenser1MotorFrequency != 0D) hash ^= Dispenser1MotorFrequency.GetHashCode(); - if (Dispenser2MotorFrequency != 0D) hash ^= Dispenser2MotorFrequency.GetHashCode(); - if (Dispenser3MotorFrequency != 0D) hash ^= Dispenser3MotorFrequency.GetHashCode(); - if (Dispenser4MotorFrequency != 0D) hash ^= Dispenser4MotorFrequency.GetHashCode(); - if (Dispenser5MotorFrequency != 0D) hash ^= Dispenser5MotorFrequency.GetHashCode(); - if (Dispenser6MotorFrequency != 0D) hash ^= Dispenser6MotorFrequency.GetHashCode(); - if (Dispenser7MotorFrequency != 0D) hash ^= Dispenser7MotorFrequency.GetHashCode(); - if (Dispenser8MotorFrequency != 0D) hash ^= Dispenser8MotorFrequency.GetHashCode(); - if (HeadZone4Temperature != 0D) hash ^= HeadZone4Temperature.GetHashCode(); - if (HeadZone5Temperature != 0D) hash ^= HeadZone5Temperature.GetHashCode(); - if (HeadZone6Temperature != 0D) hash ^= HeadZone6Temperature.GetHashCode(); - if (BlowerVoltage != 0D) hash ^= BlowerVoltage.GetHashCode(); - if (Dispenser1Pressure != 0D) hash ^= Dispenser1Pressure.GetHashCode(); - if (Dispenser2Pressure != 0D) hash ^= Dispenser2Pressure.GetHashCode(); - if (Dispenser3Pressure != 0D) hash ^= Dispenser3Pressure.GetHashCode(); - if (Dispenser4Pressure != 0D) hash ^= Dispenser4Pressure.GetHashCode(); - if (Dispenser5Pressure != 0D) hash ^= Dispenser5Pressure.GetHashCode(); - if (Dispenser6Pressure != 0D) hash ^= Dispenser6Pressure.GetHashCode(); - if (Dispenser7Pressure != 0D) hash ^= Dispenser7Pressure.GetHashCode(); - if (Dispenser8Pressure != 0D) hash ^= Dispenser8Pressure.GetHashCode(); - if (MidTank1Level != 0D) hash ^= MidTank1Level.GetHashCode(); - if (MidTank2Level != 0D) hash ^= MidTank2Level.GetHashCode(); - if (MidTank3Level != 0D) hash ^= MidTank3Level.GetHashCode(); - if (MidTank4Level != 0D) hash ^= MidTank4Level.GetHashCode(); - if (MidTank5Level != 0D) hash ^= MidTank5Level.GetHashCode(); - if (MidTank6Level != 0D) hash ^= MidTank6Level.GetHashCode(); - if (MidTank7Level != 0D) hash ^= MidTank7Level.GetHashCode(); - if (MidTank8Level != 0D) hash ^= MidTank8Level.GetHashCode(); - if (DrierZone1HeaterCurrent != 0D) hash ^= DrierZone1HeaterCurrent.GetHashCode(); - if (DrierZone2HeaterCurrent != 0D) hash ^= DrierZone2HeaterCurrent.GetHashCode(); - if (HeadZone1HeaterCurrent != 0D) hash ^= HeadZone1HeaterCurrent.GetHashCode(); - if (HeadZone2HeaterCurrent != 0D) hash ^= HeadZone2HeaterCurrent.GetHashCode(); - if (HeadZone3HeaterCurrent != 0D) hash ^= HeadZone3HeaterCurrent.GetHashCode(); - if (HeadZone4HeaterCurrent != 0D) hash ^= HeadZone4HeaterCurrent.GetHashCode(); - if (HeadZone56HeaterCurrent != 0D) hash ^= HeadZone56HeaterCurrent.GetHashCode(); - if (Mixer1HeaterCurrent != 0D) hash ^= Mixer1HeaterCurrent.GetHashCode(); - hash ^= dispensersInkLevel_.GetHashCode(); - hash ^= midTanksInkLevel_.GetHashCode(); - if (OverallTemperature != 0D) hash ^= OverallTemperature.GetHashCode(); - if (HeadZone7HeaterCurrent != 0D) hash ^= HeadZone7HeaterCurrent.GetHashCode(); - if (HeadZone7Temperature != 0D) hash ^= HeadZone7Temperature.GetHashCode(); - if (HeadZone8HeaterCurrent != 0D) hash ^= HeadZone8HeaterCurrent.GetHashCode(); - if (HeadZone8Temperature != 0D) hash ^= HeadZone8Temperature.GetHashCode(); - if (HeadZone9HeaterCurrent != 0D) hash ^= HeadZone9HeaterCurrent.GetHashCode(); - if (HeadZone9Temperature != 0D) hash ^= HeadZone9Temperature.GetHashCode(); - if (HeadZone10HeaterCurrent != 0D) hash ^= HeadZone10HeaterCurrent.GetHashCode(); - if (HeadZone10Temperature != 0D) hash ^= HeadZone10Temperature.GetHashCode(); - if (HeadZone11HeaterCurrent != 0D) hash ^= HeadZone11HeaterCurrent.GetHashCode(); - if (HeadZone11Temperature != 0D) hash ^= HeadZone11Temperature.GetHashCode(); - if (HeadZone12HeaterCurrent != 0D) hash ^= HeadZone12HeaterCurrent.GetHashCode(); - if (HeadZone12Temperature != 0D) hash ^= HeadZone12Temperature.GetHashCode(); - if (HeadBlowerVoltage1 != 0D) hash ^= HeadBlowerVoltage1.GetHashCode(); - if (HeadBlowerVoltage2 != 0D) hash ^= HeadBlowerVoltage2.GetHashCode(); - if (HeadCoverHeater1Current != 0D) hash ^= HeadCoverHeater1Current.GetHashCode(); - if (HeadCoverHeater1Temperature != 0D) hash ^= HeadCoverHeater1Temperature.GetHashCode(); - if (HeadCoverHeater2Current != 0D) hash ^= HeadCoverHeater2Current.GetHashCode(); - if (HeadCoverHeater2Temperature != 0D) hash ^= HeadCoverHeater2Temperature.GetHashCode(); - if (WHSBlower2Voltage != 0D) hash ^= WHSBlower2Voltage.GetHashCode(); - if (GasSensor != 0D) hash ^= GasSensor.GetHashCode(); - if (IncomingVoltage != 0D) hash ^= IncomingVoltage.GetHashCode(); - if (WasteLevel != 0D) hash ^= WasteLevel.GetHashCode(); - if (HeadBlower1AirFlow != 0D) hash ^= HeadBlower1AirFlow.GetHashCode(); - if (HeadBlower2AirFlow != 0D) hash ^= HeadBlower2AirFlow.GetHashCode(); - if (ShinkoSetValue != 0D) hash ^= ShinkoSetValue.GetHashCode(); - if (ShinkoCurrentValue != 0D) hash ^= ShinkoCurrentValue.GetHashCode(); - if (TotalWHSFlow != 0D) hash ^= TotalWHSFlow.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Dancer1Angle != 0D) { - output.WriteRawTag(9); - output.WriteDouble(Dancer1Angle); - } - if (Dancer2Angle != 0D) { - output.WriteRawTag(17); - output.WriteDouble(Dancer2Angle); - } - if (Dancer3Angle != 0D) { - output.WriteRawTag(25); - output.WriteDouble(Dancer3Angle); - } - if (FeederMotorFrequency != 0D) { - output.WriteRawTag(33); - output.WriteDouble(FeederMotorFrequency); - } - if (DryerMotor != 0D) { - output.WriteRawTag(41); - output.WriteDouble(DryerMotor); - } - if (PollerMotor != 0D) { - output.WriteRawTag(49); - output.WriteDouble(PollerMotor); - } - if (WinderMotor != 0D) { - output.WriteRawTag(57); - output.WriteDouble(WinderMotor); - } - if (ScrewMotor != 0D) { - output.WriteRawTag(65); - output.WriteDouble(ScrewMotor); - } - if (ThreadSpeed != 0D) { - output.WriteRawTag(73); - output.WriteDouble(ThreadSpeed); - } - if (MixerTemperature != 0D) { - output.WriteRawTag(81); - output.WriteDouble(MixerTemperature); - } - if (HeadZone1Temperature != 0D) { - output.WriteRawTag(89); - output.WriteDouble(HeadZone1Temperature); - } - if (HeadZone2Temperature != 0D) { - output.WriteRawTag(97); - output.WriteDouble(HeadZone2Temperature); - } - if (HeadZone3Temperature != 0D) { - output.WriteRawTag(105); - output.WriteDouble(HeadZone3Temperature); - } - if (HeadAirFlow != 0D) { - output.WriteRawTag(113); - output.WriteDouble(HeadAirFlow); - } - if (FeederTension != 0D) { - output.WriteRawTag(121); - output.WriteDouble(FeederTension); - } - if (PullerTension != 0D) { - output.WriteRawTag(129, 1); - output.WriteDouble(PullerTension); - } - if (DryerZone1Temperature != 0D) { - output.WriteRawTag(137, 1); - output.WriteDouble(DryerZone1Temperature); - } - if (DryerZone2Temperature != 0D) { - output.WriteRawTag(145, 1); - output.WriteDouble(DryerZone2Temperature); - } - if (DryerZone3Temperature != 0D) { - output.WriteRawTag(153, 1); - output.WriteDouble(DryerZone3Temperature); - } - if (DryerAirFlow != 0D) { - output.WriteRawTag(161, 1); - output.WriteDouble(DryerAirFlow); - } - if (WinderTension != 0D) { - output.WriteRawTag(169, 1); - output.WriteDouble(WinderTension); - } - dispensersMotorsFrequency_.WriteTo(output, _repeated_dispensersMotorsFrequency_codec); - dispensersAngularEncoders_.WriteTo(output, _repeated_dispensersAngularEncoders_codec); - dispensersLinearPositions_.WriteTo(output, _repeated_dispensersLinearPositions_codec); - dispensersPressure_.WriteTo(output, _repeated_dispensersPressure_codec); - if (FilterDeltaPressure != 0D) { - output.WriteRawTag(209, 1); - output.WriteDouble(FilterDeltaPressure); - } - if (ChillerTemperature != 0D) { - output.WriteRawTag(217, 1); - output.WriteDouble(ChillerTemperature); - } - if (Dispenser1MotorFrequency != 0D) { - output.WriteRawTag(225, 1); - output.WriteDouble(Dispenser1MotorFrequency); - } - if (Dispenser2MotorFrequency != 0D) { - output.WriteRawTag(233, 1); - output.WriteDouble(Dispenser2MotorFrequency); - } - if (Dispenser3MotorFrequency != 0D) { - output.WriteRawTag(241, 1); - output.WriteDouble(Dispenser3MotorFrequency); - } - if (Dispenser4MotorFrequency != 0D) { - output.WriteRawTag(249, 1); - output.WriteDouble(Dispenser4MotorFrequency); - } - if (Dispenser5MotorFrequency != 0D) { - output.WriteRawTag(129, 2); - output.WriteDouble(Dispenser5MotorFrequency); - } - if (Dispenser6MotorFrequency != 0D) { - output.WriteRawTag(137, 2); - output.WriteDouble(Dispenser6MotorFrequency); - } - if (Dispenser7MotorFrequency != 0D) { - output.WriteRawTag(145, 2); - output.WriteDouble(Dispenser7MotorFrequency); - } - if (Dispenser8MotorFrequency != 0D) { - output.WriteRawTag(153, 2); - output.WriteDouble(Dispenser8MotorFrequency); - } - if (HeadZone4Temperature != 0D) { - output.WriteRawTag(161, 2); - output.WriteDouble(HeadZone4Temperature); - } - if (HeadZone5Temperature != 0D) { - output.WriteRawTag(169, 2); - output.WriteDouble(HeadZone5Temperature); - } - if (HeadZone6Temperature != 0D) { - output.WriteRawTag(177, 2); - output.WriteDouble(HeadZone6Temperature); - } - if (BlowerVoltage != 0D) { - output.WriteRawTag(185, 2); - output.WriteDouble(BlowerVoltage); - } - if (Dispenser1Pressure != 0D) { - output.WriteRawTag(193, 2); - output.WriteDouble(Dispenser1Pressure); - } - if (Dispenser2Pressure != 0D) { - output.WriteRawTag(201, 2); - output.WriteDouble(Dispenser2Pressure); - } - if (Dispenser3Pressure != 0D) { - output.WriteRawTag(209, 2); - output.WriteDouble(Dispenser3Pressure); - } - if (Dispenser4Pressure != 0D) { - output.WriteRawTag(217, 2); - output.WriteDouble(Dispenser4Pressure); - } - if (Dispenser5Pressure != 0D) { - output.WriteRawTag(225, 2); - output.WriteDouble(Dispenser5Pressure); - } - if (Dispenser6Pressure != 0D) { - output.WriteRawTag(233, 2); - output.WriteDouble(Dispenser6Pressure); - } - if (Dispenser7Pressure != 0D) { - output.WriteRawTag(241, 2); - output.WriteDouble(Dispenser7Pressure); - } - if (Dispenser8Pressure != 0D) { - output.WriteRawTag(249, 2); - output.WriteDouble(Dispenser8Pressure); - } - if (MidTank1Level != 0D) { - output.WriteRawTag(129, 3); - output.WriteDouble(MidTank1Level); - } - if (MidTank2Level != 0D) { - output.WriteRawTag(137, 3); - output.WriteDouble(MidTank2Level); - } - if (MidTank3Level != 0D) { - output.WriteRawTag(145, 3); - output.WriteDouble(MidTank3Level); - } - if (MidTank4Level != 0D) { - output.WriteRawTag(153, 3); - output.WriteDouble(MidTank4Level); - } - if (MidTank5Level != 0D) { - output.WriteRawTag(161, 3); - output.WriteDouble(MidTank5Level); - } - if (MidTank6Level != 0D) { - output.WriteRawTag(169, 3); - output.WriteDouble(MidTank6Level); - } - if (MidTank7Level != 0D) { - output.WriteRawTag(177, 3); - output.WriteDouble(MidTank7Level); - } - if (MidTank8Level != 0D) { - output.WriteRawTag(185, 3); - output.WriteDouble(MidTank8Level); - } - if (DrierZone1HeaterCurrent != 0D) { - output.WriteRawTag(193, 3); - output.WriteDouble(DrierZone1HeaterCurrent); - } - if (DrierZone2HeaterCurrent != 0D) { - output.WriteRawTag(201, 3); - output.WriteDouble(DrierZone2HeaterCurrent); - } - if (HeadZone1HeaterCurrent != 0D) { - output.WriteRawTag(209, 3); - output.WriteDouble(HeadZone1HeaterCurrent); - } - if (HeadZone2HeaterCurrent != 0D) { - output.WriteRawTag(217, 3); - output.WriteDouble(HeadZone2HeaterCurrent); - } - if (HeadZone3HeaterCurrent != 0D) { - output.WriteRawTag(225, 3); - output.WriteDouble(HeadZone3HeaterCurrent); - } - if (HeadZone4HeaterCurrent != 0D) { - output.WriteRawTag(233, 3); - output.WriteDouble(HeadZone4HeaterCurrent); - } - if (HeadZone56HeaterCurrent != 0D) { - output.WriteRawTag(241, 3); - output.WriteDouble(HeadZone56HeaterCurrent); - } - if (Mixer1HeaterCurrent != 0D) { - output.WriteRawTag(249, 3); - output.WriteDouble(Mixer1HeaterCurrent); - } - dispensersInkLevel_.WriteTo(output, _repeated_dispensersInkLevel_codec); - midTanksInkLevel_.WriteTo(output, _repeated_midTanksInkLevel_codec); - if (OverallTemperature != 0D) { - output.WriteRawTag(145, 4); - output.WriteDouble(OverallTemperature); - } - if (HeadZone7HeaterCurrent != 0D) { - output.WriteRawTag(153, 4); - output.WriteDouble(HeadZone7HeaterCurrent); - } - if (HeadZone7Temperature != 0D) { - output.WriteRawTag(161, 4); - output.WriteDouble(HeadZone7Temperature); - } - if (HeadZone8HeaterCurrent != 0D) { - output.WriteRawTag(169, 4); - output.WriteDouble(HeadZone8HeaterCurrent); - } - if (HeadZone8Temperature != 0D) { - output.WriteRawTag(177, 4); - output.WriteDouble(HeadZone8Temperature); - } - if (HeadZone9HeaterCurrent != 0D) { - output.WriteRawTag(185, 4); - output.WriteDouble(HeadZone9HeaterCurrent); - } - if (HeadZone9Temperature != 0D) { - output.WriteRawTag(193, 4); - output.WriteDouble(HeadZone9Temperature); - } - if (HeadZone10HeaterCurrent != 0D) { - output.WriteRawTag(201, 4); - output.WriteDouble(HeadZone10HeaterCurrent); - } - if (HeadZone10Temperature != 0D) { - output.WriteRawTag(209, 4); - output.WriteDouble(HeadZone10Temperature); - } - if (HeadZone11HeaterCurrent != 0D) { - output.WriteRawTag(217, 4); - output.WriteDouble(HeadZone11HeaterCurrent); - } - if (HeadZone11Temperature != 0D) { - output.WriteRawTag(225, 4); - output.WriteDouble(HeadZone11Temperature); - } - if (HeadZone12HeaterCurrent != 0D) { - output.WriteRawTag(233, 4); - output.WriteDouble(HeadZone12HeaterCurrent); - } - if (HeadZone12Temperature != 0D) { - output.WriteRawTag(241, 4); - output.WriteDouble(HeadZone12Temperature); - } - if (HeadBlowerVoltage1 != 0D) { - output.WriteRawTag(249, 4); - output.WriteDouble(HeadBlowerVoltage1); - } - if (HeadBlowerVoltage2 != 0D) { - output.WriteRawTag(129, 5); - output.WriteDouble(HeadBlowerVoltage2); - } - if (HeadCoverHeater1Current != 0D) { - output.WriteRawTag(137, 5); - output.WriteDouble(HeadCoverHeater1Current); - } - if (HeadCoverHeater1Temperature != 0D) { - output.WriteRawTag(145, 5); - output.WriteDouble(HeadCoverHeater1Temperature); - } - if (HeadCoverHeater2Current != 0D) { - output.WriteRawTag(153, 5); - output.WriteDouble(HeadCoverHeater2Current); - } - if (HeadCoverHeater2Temperature != 0D) { - output.WriteRawTag(161, 5); - output.WriteDouble(HeadCoverHeater2Temperature); - } - if (WHSBlower2Voltage != 0D) { - output.WriteRawTag(169, 5); - output.WriteDouble(WHSBlower2Voltage); - } - if (GasSensor != 0D) { - output.WriteRawTag(177, 5); - output.WriteDouble(GasSensor); - } - if (IncomingVoltage != 0D) { - output.WriteRawTag(185, 5); - output.WriteDouble(IncomingVoltage); - } - if (WasteLevel != 0D) { - output.WriteRawTag(193, 5); - output.WriteDouble(WasteLevel); - } - if (HeadBlower1AirFlow != 0D) { - output.WriteRawTag(201, 5); - output.WriteDouble(HeadBlower1AirFlow); - } - if (HeadBlower2AirFlow != 0D) { - output.WriteRawTag(209, 5); - output.WriteDouble(HeadBlower2AirFlow); - } - if (ShinkoSetValue != 0D) { - output.WriteRawTag(217, 5); - output.WriteDouble(ShinkoSetValue); - } - if (ShinkoCurrentValue != 0D) { - output.WriteRawTag(225, 5); - output.WriteDouble(ShinkoCurrentValue); - } - if (TotalWHSFlow != 0D) { - output.WriteRawTag(233, 5); - output.WriteDouble(TotalWHSFlow); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Dancer1Angle != 0D) { - size += 1 + 8; - } - if (Dancer2Angle != 0D) { - size += 1 + 8; - } - if (Dancer3Angle != 0D) { - size += 1 + 8; - } - if (FeederMotorFrequency != 0D) { - size += 1 + 8; - } - if (DryerMotor != 0D) { - size += 1 + 8; - } - if (PollerMotor != 0D) { - size += 1 + 8; - } - if (WinderMotor != 0D) { - size += 1 + 8; - } - if (ScrewMotor != 0D) { - size += 1 + 8; - } - if (ThreadSpeed != 0D) { - size += 1 + 8; - } - if (MixerTemperature != 0D) { - size += 1 + 8; - } - if (HeadZone1Temperature != 0D) { - size += 1 + 8; - } - if (HeadZone2Temperature != 0D) { - size += 1 + 8; - } - if (HeadZone3Temperature != 0D) { - size += 1 + 8; - } - if (HeadAirFlow != 0D) { - size += 1 + 8; - } - if (FeederTension != 0D) { - size += 1 + 8; - } - if (PullerTension != 0D) { - size += 2 + 8; - } - if (DryerZone1Temperature != 0D) { - size += 2 + 8; - } - if (DryerZone2Temperature != 0D) { - size += 2 + 8; - } - if (DryerZone3Temperature != 0D) { - size += 2 + 8; - } - if (DryerAirFlow != 0D) { - size += 2 + 8; - } - if (WinderTension != 0D) { - size += 2 + 8; - } - size += dispensersMotorsFrequency_.CalculateSize(_repeated_dispensersMotorsFrequency_codec); - size += dispensersAngularEncoders_.CalculateSize(_repeated_dispensersAngularEncoders_codec); - size += dispensersLinearPositions_.CalculateSize(_repeated_dispensersLinearPositions_codec); - size += dispensersPressure_.CalculateSize(_repeated_dispensersPressure_codec); - if (FilterDeltaPressure != 0D) { - size += 2 + 8; - } - if (ChillerTemperature != 0D) { - size += 2 + 8; - } - if (Dispenser1MotorFrequency != 0D) { - size += 2 + 8; - } - if (Dispenser2MotorFrequency != 0D) { - size += 2 + 8; - } - if (Dispenser3MotorFrequency != 0D) { - size += 2 + 8; - } - if (Dispenser4MotorFrequency != 0D) { - size += 2 + 8; - } - if (Dispenser5MotorFrequency != 0D) { - size += 2 + 8; - } - if (Dispenser6MotorFrequency != 0D) { - size += 2 + 8; - } - if (Dispenser7MotorFrequency != 0D) { - size += 2 + 8; - } - if (Dispenser8MotorFrequency != 0D) { - size += 2 + 8; - } - if (HeadZone4Temperature != 0D) { - size += 2 + 8; - } - if (HeadZone5Temperature != 0D) { - size += 2 + 8; - } - if (HeadZone6Temperature != 0D) { - size += 2 + 8; - } - if (BlowerVoltage != 0D) { - size += 2 + 8; - } - if (Dispenser1Pressure != 0D) { - size += 2 + 8; - } - if (Dispenser2Pressure != 0D) { - size += 2 + 8; - } - if (Dispenser3Pressure != 0D) { - size += 2 + 8; - } - if (Dispenser4Pressure != 0D) { - size += 2 + 8; - } - if (Dispenser5Pressure != 0D) { - size += 2 + 8; - } - if (Dispenser6Pressure != 0D) { - size += 2 + 8; - } - if (Dispenser7Pressure != 0D) { - size += 2 + 8; - } - if (Dispenser8Pressure != 0D) { - size += 2 + 8; - } - if (MidTank1Level != 0D) { - size += 2 + 8; - } - if (MidTank2Level != 0D) { - size += 2 + 8; - } - if (MidTank3Level != 0D) { - size += 2 + 8; - } - if (MidTank4Level != 0D) { - size += 2 + 8; - } - if (MidTank5Level != 0D) { - size += 2 + 8; - } - if (MidTank6Level != 0D) { - size += 2 + 8; - } - if (MidTank7Level != 0D) { - size += 2 + 8; - } - if (MidTank8Level != 0D) { - size += 2 + 8; - } - if (DrierZone1HeaterCurrent != 0D) { - size += 2 + 8; - } - if (DrierZone2HeaterCurrent != 0D) { - size += 2 + 8; - } - if (HeadZone1HeaterCurrent != 0D) { - size += 2 + 8; - } - if (HeadZone2HeaterCurrent != 0D) { - size += 2 + 8; - } - if (HeadZone3HeaterCurrent != 0D) { - size += 2 + 8; - } - if (HeadZone4HeaterCurrent != 0D) { - size += 2 + 8; - } - if (HeadZone56HeaterCurrent != 0D) { - size += 2 + 8; - } - if (Mixer1HeaterCurrent != 0D) { - size += 2 + 8; - } - size += dispensersInkLevel_.CalculateSize(_repeated_dispensersInkLevel_codec); - size += midTanksInkLevel_.CalculateSize(_repeated_midTanksInkLevel_codec); - if (OverallTemperature != 0D) { - size += 2 + 8; - } - if (HeadZone7HeaterCurrent != 0D) { - size += 2 + 8; - } - if (HeadZone7Temperature != 0D) { - size += 2 + 8; - } - if (HeadZone8HeaterCurrent != 0D) { - size += 2 + 8; - } - if (HeadZone8Temperature != 0D) { - size += 2 + 8; - } - if (HeadZone9HeaterCurrent != 0D) { - size += 2 + 8; - } - if (HeadZone9Temperature != 0D) { - size += 2 + 8; - } - if (HeadZone10HeaterCurrent != 0D) { - size += 2 + 8; - } - if (HeadZone10Temperature != 0D) { - size += 2 + 8; - } - if (HeadZone11HeaterCurrent != 0D) { - size += 2 + 8; - } - if (HeadZone11Temperature != 0D) { - size += 2 + 8; - } - if (HeadZone12HeaterCurrent != 0D) { - size += 2 + 8; - } - if (HeadZone12Temperature != 0D) { - size += 2 + 8; - } - if (HeadBlowerVoltage1 != 0D) { - size += 2 + 8; - } - if (HeadBlowerVoltage2 != 0D) { - size += 2 + 8; - } - if (HeadCoverHeater1Current != 0D) { - size += 2 + 8; - } - if (HeadCoverHeater1Temperature != 0D) { - size += 2 + 8; - } - if (HeadCoverHeater2Current != 0D) { - size += 2 + 8; - } - if (HeadCoverHeater2Temperature != 0D) { - size += 2 + 8; - } - if (WHSBlower2Voltage != 0D) { - size += 2 + 8; - } - if (GasSensor != 0D) { - size += 2 + 8; - } - if (IncomingVoltage != 0D) { - size += 2 + 8; - } - if (WasteLevel != 0D) { - size += 2 + 8; - } - if (HeadBlower1AirFlow != 0D) { - size += 2 + 8; - } - if (HeadBlower2AirFlow != 0D) { - size += 2 + 8; - } - if (ShinkoSetValue != 0D) { - size += 2 + 8; - } - if (ShinkoCurrentValue != 0D) { - size += 2 + 8; - } - if (TotalWHSFlow != 0D) { - size += 2 + 8; - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(InsightsMonitors other) { - if (other == null) { - return; - } - if (other.Dancer1Angle != 0D) { - Dancer1Angle = other.Dancer1Angle; - } - if (other.Dancer2Angle != 0D) { - Dancer2Angle = other.Dancer2Angle; - } - if (other.Dancer3Angle != 0D) { - Dancer3Angle = other.Dancer3Angle; - } - if (other.FeederMotorFrequency != 0D) { - FeederMotorFrequency = other.FeederMotorFrequency; - } - if (other.DryerMotor != 0D) { - DryerMotor = other.DryerMotor; - } - if (other.PollerMotor != 0D) { - PollerMotor = other.PollerMotor; - } - if (other.WinderMotor != 0D) { - WinderMotor = other.WinderMotor; - } - if (other.ScrewMotor != 0D) { - ScrewMotor = other.ScrewMotor; - } - if (other.ThreadSpeed != 0D) { - ThreadSpeed = other.ThreadSpeed; - } - if (other.MixerTemperature != 0D) { - MixerTemperature = other.MixerTemperature; - } - if (other.HeadZone1Temperature != 0D) { - HeadZone1Temperature = other.HeadZone1Temperature; - } - if (other.HeadZone2Temperature != 0D) { - HeadZone2Temperature = other.HeadZone2Temperature; - } - if (other.HeadZone3Temperature != 0D) { - HeadZone3Temperature = other.HeadZone3Temperature; - } - if (other.HeadAirFlow != 0D) { - HeadAirFlow = other.HeadAirFlow; - } - if (other.FeederTension != 0D) { - FeederTension = other.FeederTension; - } - if (other.PullerTension != 0D) { - PullerTension = other.PullerTension; - } - if (other.DryerZone1Temperature != 0D) { - DryerZone1Temperature = other.DryerZone1Temperature; - } - if (other.DryerZone2Temperature != 0D) { - DryerZone2Temperature = other.DryerZone2Temperature; - } - if (other.DryerZone3Temperature != 0D) { - DryerZone3Temperature = other.DryerZone3Temperature; - } - if (other.DryerAirFlow != 0D) { - DryerAirFlow = other.DryerAirFlow; - } - if (other.WinderTension != 0D) { - WinderTension = other.WinderTension; - } - dispensersMotorsFrequency_.Add(other.dispensersMotorsFrequency_); - dispensersAngularEncoders_.Add(other.dispensersAngularEncoders_); - dispensersLinearPositions_.Add(other.dispensersLinearPositions_); - dispensersPressure_.Add(other.dispensersPressure_); - if (other.FilterDeltaPressure != 0D) { - FilterDeltaPressure = other.FilterDeltaPressure; - } - if (other.ChillerTemperature != 0D) { - ChillerTemperature = other.ChillerTemperature; - } - if (other.Dispenser1MotorFrequency != 0D) { - Dispenser1MotorFrequency = other.Dispenser1MotorFrequency; - } - if (other.Dispenser2MotorFrequency != 0D) { - Dispenser2MotorFrequency = other.Dispenser2MotorFrequency; - } - if (other.Dispenser3MotorFrequency != 0D) { - Dispenser3MotorFrequency = other.Dispenser3MotorFrequency; - } - if (other.Dispenser4MotorFrequency != 0D) { - Dispenser4MotorFrequency = other.Dispenser4MotorFrequency; - } - if (other.Dispenser5MotorFrequency != 0D) { - Dispenser5MotorFrequency = other.Dispenser5MotorFrequency; - } - if (other.Dispenser6MotorFrequency != 0D) { - Dispenser6MotorFrequency = other.Dispenser6MotorFrequency; - } - if (other.Dispenser7MotorFrequency != 0D) { - Dispenser7MotorFrequency = other.Dispenser7MotorFrequency; - } - if (other.Dispenser8MotorFrequency != 0D) { - Dispenser8MotorFrequency = other.Dispenser8MotorFrequency; - } - if (other.HeadZone4Temperature != 0D) { - HeadZone4Temperature = other.HeadZone4Temperature; - } - if (other.HeadZone5Temperature != 0D) { - HeadZone5Temperature = other.HeadZone5Temperature; - } - if (other.HeadZone6Temperature != 0D) { - HeadZone6Temperature = other.HeadZone6Temperature; - } - if (other.BlowerVoltage != 0D) { - BlowerVoltage = other.BlowerVoltage; - } - if (other.Dispenser1Pressure != 0D) { - Dispenser1Pressure = other.Dispenser1Pressure; - } - if (other.Dispenser2Pressure != 0D) { - Dispenser2Pressure = other.Dispenser2Pressure; - } - if (other.Dispenser3Pressure != 0D) { - Dispenser3Pressure = other.Dispenser3Pressure; - } - if (other.Dispenser4Pressure != 0D) { - Dispenser4Pressure = other.Dispenser4Pressure; - } - if (other.Dispenser5Pressure != 0D) { - Dispenser5Pressure = other.Dispenser5Pressure; - } - if (other.Dispenser6Pressure != 0D) { - Dispenser6Pressure = other.Dispenser6Pressure; - } - if (other.Dispenser7Pressure != 0D) { - Dispenser7Pressure = other.Dispenser7Pressure; - } - if (other.Dispenser8Pressure != 0D) { - Dispenser8Pressure = other.Dispenser8Pressure; - } - if (other.MidTank1Level != 0D) { - MidTank1Level = other.MidTank1Level; - } - if (other.MidTank2Level != 0D) { - MidTank2Level = other.MidTank2Level; - } - if (other.MidTank3Level != 0D) { - MidTank3Level = other.MidTank3Level; - } - if (other.MidTank4Level != 0D) { - MidTank4Level = other.MidTank4Level; - } - if (other.MidTank5Level != 0D) { - MidTank5Level = other.MidTank5Level; - } - if (other.MidTank6Level != 0D) { - MidTank6Level = other.MidTank6Level; - } - if (other.MidTank7Level != 0D) { - MidTank7Level = other.MidTank7Level; - } - if (other.MidTank8Level != 0D) { - MidTank8Level = other.MidTank8Level; - } - if (other.DrierZone1HeaterCurrent != 0D) { - DrierZone1HeaterCurrent = other.DrierZone1HeaterCurrent; - } - if (other.DrierZone2HeaterCurrent != 0D) { - DrierZone2HeaterCurrent = other.DrierZone2HeaterCurrent; - } - if (other.HeadZone1HeaterCurrent != 0D) { - HeadZone1HeaterCurrent = other.HeadZone1HeaterCurrent; - } - if (other.HeadZone2HeaterCurrent != 0D) { - HeadZone2HeaterCurrent = other.HeadZone2HeaterCurrent; - } - if (other.HeadZone3HeaterCurrent != 0D) { - HeadZone3HeaterCurrent = other.HeadZone3HeaterCurrent; - } - if (other.HeadZone4HeaterCurrent != 0D) { - HeadZone4HeaterCurrent = other.HeadZone4HeaterCurrent; - } - if (other.HeadZone56HeaterCurrent != 0D) { - HeadZone56HeaterCurrent = other.HeadZone56HeaterCurrent; - } - if (other.Mixer1HeaterCurrent != 0D) { - Mixer1HeaterCurrent = other.Mixer1HeaterCurrent; - } - dispensersInkLevel_.Add(other.dispensersInkLevel_); - midTanksInkLevel_.Add(other.midTanksInkLevel_); - if (other.OverallTemperature != 0D) { - OverallTemperature = other.OverallTemperature; - } - if (other.HeadZone7HeaterCurrent != 0D) { - HeadZone7HeaterCurrent = other.HeadZone7HeaterCurrent; - } - if (other.HeadZone7Temperature != 0D) { - HeadZone7Temperature = other.HeadZone7Temperature; - } - if (other.HeadZone8HeaterCurrent != 0D) { - HeadZone8HeaterCurrent = other.HeadZone8HeaterCurrent; - } - if (other.HeadZone8Temperature != 0D) { - HeadZone8Temperature = other.HeadZone8Temperature; - } - if (other.HeadZone9HeaterCurrent != 0D) { - HeadZone9HeaterCurrent = other.HeadZone9HeaterCurrent; - } - if (other.HeadZone9Temperature != 0D) { - HeadZone9Temperature = other.HeadZone9Temperature; - } - if (other.HeadZone10HeaterCurrent != 0D) { - HeadZone10HeaterCurrent = other.HeadZone10HeaterCurrent; - } - if (other.HeadZone10Temperature != 0D) { - HeadZone10Temperature = other.HeadZone10Temperature; - } - if (other.HeadZone11HeaterCurrent != 0D) { - HeadZone11HeaterCurrent = other.HeadZone11HeaterCurrent; - } - if (other.HeadZone11Temperature != 0D) { - HeadZone11Temperature = other.HeadZone11Temperature; - } - if (other.HeadZone12HeaterCurrent != 0D) { - HeadZone12HeaterCurrent = other.HeadZone12HeaterCurrent; - } - if (other.HeadZone12Temperature != 0D) { - HeadZone12Temperature = other.HeadZone12Temperature; - } - if (other.HeadBlowerVoltage1 != 0D) { - HeadBlowerVoltage1 = other.HeadBlowerVoltage1; - } - if (other.HeadBlowerVoltage2 != 0D) { - HeadBlowerVoltage2 = other.HeadBlowerVoltage2; - } - if (other.HeadCoverHeater1Current != 0D) { - HeadCoverHeater1Current = other.HeadCoverHeater1Current; - } - if (other.HeadCoverHeater1Temperature != 0D) { - HeadCoverHeater1Temperature = other.HeadCoverHeater1Temperature; - } - if (other.HeadCoverHeater2Current != 0D) { - HeadCoverHeater2Current = other.HeadCoverHeater2Current; - } - if (other.HeadCoverHeater2Temperature != 0D) { - HeadCoverHeater2Temperature = other.HeadCoverHeater2Temperature; - } - if (other.WHSBlower2Voltage != 0D) { - WHSBlower2Voltage = other.WHSBlower2Voltage; - } - if (other.GasSensor != 0D) { - GasSensor = other.GasSensor; - } - if (other.IncomingVoltage != 0D) { - IncomingVoltage = other.IncomingVoltage; - } - if (other.WasteLevel != 0D) { - WasteLevel = other.WasteLevel; - } - if (other.HeadBlower1AirFlow != 0D) { - HeadBlower1AirFlow = other.HeadBlower1AirFlow; - } - if (other.HeadBlower2AirFlow != 0D) { - HeadBlower2AirFlow = other.HeadBlower2AirFlow; - } - if (other.ShinkoSetValue != 0D) { - ShinkoSetValue = other.ShinkoSetValue; - } - if (other.ShinkoCurrentValue != 0D) { - ShinkoCurrentValue = other.ShinkoCurrentValue; - } - if (other.TotalWHSFlow != 0D) { - TotalWHSFlow = other.TotalWHSFlow; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 9: { - Dancer1Angle = input.ReadDouble(); - break; - } - case 17: { - Dancer2Angle = input.ReadDouble(); - break; - } - case 25: { - Dancer3Angle = input.ReadDouble(); - break; - } - case 33: { - FeederMotorFrequency = input.ReadDouble(); - break; - } - case 41: { - DryerMotor = input.ReadDouble(); - break; - } - case 49: { - PollerMotor = input.ReadDouble(); - break; - } - case 57: { - WinderMotor = input.ReadDouble(); - break; - } - case 65: { - ScrewMotor = input.ReadDouble(); - break; - } - case 73: { - ThreadSpeed = input.ReadDouble(); - break; - } - case 81: { - MixerTemperature = input.ReadDouble(); - break; - } - case 89: { - HeadZone1Temperature = input.ReadDouble(); - break; - } - case 97: { - HeadZone2Temperature = input.ReadDouble(); - break; - } - case 105: { - HeadZone3Temperature = input.ReadDouble(); - break; - } - case 113: { - HeadAirFlow = input.ReadDouble(); - break; - } - case 121: { - FeederTension = input.ReadDouble(); - break; - } - case 129: { - PullerTension = input.ReadDouble(); - break; - } - case 137: { - DryerZone1Temperature = input.ReadDouble(); - break; - } - case 145: { - DryerZone2Temperature = input.ReadDouble(); - break; - } - case 153: { - DryerZone3Temperature = input.ReadDouble(); - break; - } - case 161: { - DryerAirFlow = input.ReadDouble(); - break; - } - case 169: { - WinderTension = input.ReadDouble(); - break; - } - case 178: - case 177: { - dispensersMotorsFrequency_.AddEntriesFrom(input, _repeated_dispensersMotorsFrequency_codec); - break; - } - case 186: - case 185: { - dispensersAngularEncoders_.AddEntriesFrom(input, _repeated_dispensersAngularEncoders_codec); - break; - } - case 194: - case 193: { - dispensersLinearPositions_.AddEntriesFrom(input, _repeated_dispensersLinearPositions_codec); - break; - } - case 202: - case 201: { - dispensersPressure_.AddEntriesFrom(input, _repeated_dispensersPressure_codec); - break; - } - case 209: { - FilterDeltaPressure = input.ReadDouble(); - break; - } - case 217: { - ChillerTemperature = input.ReadDouble(); - break; - } - case 225: { - Dispenser1MotorFrequency = input.ReadDouble(); - break; - } - case 233: { - Dispenser2MotorFrequency = input.ReadDouble(); - break; - } - case 241: { - Dispenser3MotorFrequency = input.ReadDouble(); - break; - } - case 249: { - Dispenser4MotorFrequency = input.ReadDouble(); - break; - } - case 257: { - Dispenser5MotorFrequency = input.ReadDouble(); - break; - } - case 265: { - Dispenser6MotorFrequency = input.ReadDouble(); - break; - } - case 273: { - Dispenser7MotorFrequency = input.ReadDouble(); - break; - } - case 281: { - Dispenser8MotorFrequency = input.ReadDouble(); - break; - } - case 289: { - HeadZone4Temperature = input.ReadDouble(); - break; - } - case 297: { - HeadZone5Temperature = input.ReadDouble(); - break; - } - case 305: { - HeadZone6Temperature = input.ReadDouble(); - break; - } - case 313: { - BlowerVoltage = input.ReadDouble(); - break; - } - case 321: { - Dispenser1Pressure = input.ReadDouble(); - break; - } - case 329: { - Dispenser2Pressure = input.ReadDouble(); - break; - } - case 337: { - Dispenser3Pressure = input.ReadDouble(); - break; - } - case 345: { - Dispenser4Pressure = input.ReadDouble(); - break; - } - case 353: { - Dispenser5Pressure = input.ReadDouble(); - break; - } - case 361: { - Dispenser6Pressure = input.ReadDouble(); - break; - } - case 369: { - Dispenser7Pressure = input.ReadDouble(); - break; - } - case 377: { - Dispenser8Pressure = input.ReadDouble(); - break; - } - case 385: { - MidTank1Level = input.ReadDouble(); - break; - } - case 393: { - MidTank2Level = input.ReadDouble(); - break; - } - case 401: { - MidTank3Level = input.ReadDouble(); - break; - } - case 409: { - MidTank4Level = input.ReadDouble(); - break; - } - case 417: { - MidTank5Level = input.ReadDouble(); - break; - } - case 425: { - MidTank6Level = input.ReadDouble(); - break; - } - case 433: { - MidTank7Level = input.ReadDouble(); - break; - } - case 441: { - MidTank8Level = input.ReadDouble(); - break; - } - case 449: { - DrierZone1HeaterCurrent = input.ReadDouble(); - break; - } - case 457: { - DrierZone2HeaterCurrent = input.ReadDouble(); - break; - } - case 465: { - HeadZone1HeaterCurrent = input.ReadDouble(); - break; - } - case 473: { - HeadZone2HeaterCurrent = input.ReadDouble(); - break; - } - case 481: { - HeadZone3HeaterCurrent = input.ReadDouble(); - break; - } - case 489: { - HeadZone4HeaterCurrent = input.ReadDouble(); - break; - } - case 497: { - HeadZone56HeaterCurrent = input.ReadDouble(); - break; - } - case 505: { - Mixer1HeaterCurrent = input.ReadDouble(); - break; - } - case 514: - case 513: { - dispensersInkLevel_.AddEntriesFrom(input, _repeated_dispensersInkLevel_codec); - break; - } - case 522: - case 521: { - midTanksInkLevel_.AddEntriesFrom(input, _repeated_midTanksInkLevel_codec); - break; - } - case 529: { - OverallTemperature = input.ReadDouble(); - break; - } - case 537: { - HeadZone7HeaterCurrent = input.ReadDouble(); - break; - } - case 545: { - HeadZone7Temperature = input.ReadDouble(); - break; - } - case 553: { - HeadZone8HeaterCurrent = input.ReadDouble(); - break; - } - case 561: { - HeadZone8Temperature = input.ReadDouble(); - break; - } - case 569: { - HeadZone9HeaterCurrent = input.ReadDouble(); - break; - } - case 577: { - HeadZone9Temperature = input.ReadDouble(); - break; - } - case 585: { - HeadZone10HeaterCurrent = input.ReadDouble(); - break; - } - case 593: { - HeadZone10Temperature = input.ReadDouble(); - break; - } - case 601: { - HeadZone11HeaterCurrent = input.ReadDouble(); - break; - } - case 609: { - HeadZone11Temperature = input.ReadDouble(); - break; - } - case 617: { - HeadZone12HeaterCurrent = input.ReadDouble(); - break; - } - case 625: { - HeadZone12Temperature = input.ReadDouble(); - break; - } - case 633: { - HeadBlowerVoltage1 = input.ReadDouble(); - break; - } - case 641: { - HeadBlowerVoltage2 = input.ReadDouble(); - break; - } - case 649: { - HeadCoverHeater1Current = input.ReadDouble(); - break; - } - case 657: { - HeadCoverHeater1Temperature = input.ReadDouble(); - break; - } - case 665: { - HeadCoverHeater2Current = input.ReadDouble(); - break; - } - case 673: { - HeadCoverHeater2Temperature = input.ReadDouble(); - break; - } - case 681: { - WHSBlower2Voltage = input.ReadDouble(); - break; - } - case 689: { - GasSensor = input.ReadDouble(); - break; - } - case 697: { - IncomingVoltage = input.ReadDouble(); - break; - } - case 705: { - WasteLevel = input.ReadDouble(); - break; - } - case 713: { - HeadBlower1AirFlow = input.ReadDouble(); - break; - } - case 721: { - HeadBlower2AirFlow = input.ReadDouble(); - break; - } - case 729: { - ShinkoSetValue = input.ReadDouble(); - break; - } - case 737: { - ShinkoCurrentValue = input.ReadDouble(); - break; - } - case 745: { - TotalWHSFlow = input.ReadDouble(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Integration/ApplicationInformation.cs b/Software/Visual_Studio/Tango.PMR/Integration/ApplicationInformation.cs deleted file mode 100644 index d637539f5..000000000 --- a/Software/Visual_Studio/Tango.PMR/Integration/ApplicationInformation.cs +++ /dev/null @@ -1,188 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ApplicationInformation.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Integration { - - /// <summary>Holder for reflection information generated from ApplicationInformation.proto</summary> - public static partial class ApplicationInformationReflection { - - #region Descriptor - /// <summary>File descriptor for ApplicationInformation.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ApplicationInformationReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChxBcHBsaWNhdGlvbkluZm9ybWF0aW9uLnByb3RvEhVUYW5nby5QTVIuSW50", - "ZWdyYXRpb24iPgoWQXBwbGljYXRpb25JbmZvcm1hdGlvbhIPCgdWZXJzaW9u", - "GAEgASgJEhMKC1N0YXJ0dXBEYXRlGAIgASgJQiEKH2NvbS50d2luZS50YW5n", - "by5wbXIuaW50ZWdyYXRpb25iBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Integration.ApplicationInformation), global::Tango.PMR.Integration.ApplicationInformation.Parser, new[]{ "Version", "StartupDate" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class ApplicationInformation : pb::IMessage<ApplicationInformation> { - private static readonly pb::MessageParser<ApplicationInformation> _parser = new pb::MessageParser<ApplicationInformation>(() => new ApplicationInformation()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<ApplicationInformation> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Integration.ApplicationInformationReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public ApplicationInformation() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public ApplicationInformation(ApplicationInformation other) : this() { - version_ = other.version_; - startupDate_ = other.startupDate_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public ApplicationInformation Clone() { - return new ApplicationInformation(this); - } - - /// <summary>Field number for the "Version" field.</summary> - public const int VersionFieldNumber = 1; - private string version_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Version { - get { return version_; } - set { - version_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "StartupDate" field.</summary> - public const int StartupDateFieldNumber = 2; - private string startupDate_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string StartupDate { - get { return startupDate_; } - set { - startupDate_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as ApplicationInformation); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(ApplicationInformation other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Version != other.Version) return false; - if (StartupDate != other.StartupDate) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Version.Length != 0) hash ^= Version.GetHashCode(); - if (StartupDate.Length != 0) hash ^= StartupDate.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Version.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Version); - } - if (StartupDate.Length != 0) { - output.WriteRawTag(18); - output.WriteString(StartupDate); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Version.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Version); - } - if (StartupDate.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(StartupDate); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(ApplicationInformation other) { - if (other == null) { - return; - } - if (other.Version.Length != 0) { - Version = other.Version; - } - if (other.StartupDate.Length != 0) { - StartupDate = other.StartupDate; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 10: { - Version = input.ReadString(); - break; - } - case 18: { - StartupDate = input.ReadString(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Integration/ConfigureProtocolRequest.cs b/Software/Visual_Studio/Tango.PMR/Integration/ConfigureProtocolRequest.cs deleted file mode 100644 index 7cb3ffefe..000000000 --- a/Software/Visual_Studio/Tango.PMR/Integration/ConfigureProtocolRequest.cs +++ /dev/null @@ -1,190 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ConfigureProtocolRequest.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Integration { - - /// <summary>Holder for reflection information generated from ConfigureProtocolRequest.proto</summary> - public static partial class ConfigureProtocolRequestReflection { - - #region Descriptor - /// <summary>File descriptor for ConfigureProtocolRequest.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ConfigureProtocolRequestReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch5Db25maWd1cmVQcm90b2NvbFJlcXVlc3QucHJvdG8SFVRhbmdvLlBNUi5J", - "bnRlZ3JhdGlvbhocR2VuZXJpY01lc3NhZ2VQcm90b2NvbC5wcm90byJ9ChhD", - "b25maWd1cmVQcm90b2NvbFJlcXVlc3QSGQoRRW5hYmxlQ29tcHJlc3Npb24Y", - "ASABKAgSRgoPR2VuZXJpY1Byb3RvY29sGAIgASgOMi0uVGFuZ28uUE1SLklu", - "dGVncmF0aW9uLkdlbmVyaWNNZXNzYWdlUHJvdG9jb2xCIQofY29tLnR3aW5l", - "LnRhbmdvLnBtci5pbnRlZ3JhdGlvbmIGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.Integration.GenericMessageProtocolReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Integration.ConfigureProtocolRequest), global::Tango.PMR.Integration.ConfigureProtocolRequest.Parser, new[]{ "EnableCompression", "GenericProtocol" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class ConfigureProtocolRequest : pb::IMessage<ConfigureProtocolRequest> { - private static readonly pb::MessageParser<ConfigureProtocolRequest> _parser = new pb::MessageParser<ConfigureProtocolRequest>(() => new ConfigureProtocolRequest()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<ConfigureProtocolRequest> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Integration.ConfigureProtocolRequestReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public ConfigureProtocolRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public ConfigureProtocolRequest(ConfigureProtocolRequest other) : this() { - enableCompression_ = other.enableCompression_; - genericProtocol_ = other.genericProtocol_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public ConfigureProtocolRequest Clone() { - return new ConfigureProtocolRequest(this); - } - - /// <summary>Field number for the "EnableCompression" field.</summary> - public const int EnableCompressionFieldNumber = 1; - private bool enableCompression_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool EnableCompression { - get { return enableCompression_; } - set { - enableCompression_ = value; - } - } - - /// <summary>Field number for the "GenericProtocol" field.</summary> - public const int GenericProtocolFieldNumber = 2; - private global::Tango.PMR.Integration.GenericMessageProtocol genericProtocol_ = 0; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.Integration.GenericMessageProtocol GenericProtocol { - get { return genericProtocol_; } - set { - genericProtocol_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as ConfigureProtocolRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(ConfigureProtocolRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (EnableCompression != other.EnableCompression) return false; - if (GenericProtocol != other.GenericProtocol) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (EnableCompression != false) hash ^= EnableCompression.GetHashCode(); - if (GenericProtocol != 0) hash ^= GenericProtocol.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (EnableCompression != false) { - output.WriteRawTag(8); - output.WriteBool(EnableCompression); - } - if (GenericProtocol != 0) { - output.WriteRawTag(16); - output.WriteEnum((int) GenericProtocol); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (EnableCompression != false) { - size += 1 + 1; - } - if (GenericProtocol != 0) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) GenericProtocol); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(ConfigureProtocolRequest other) { - if (other == null) { - return; - } - if (other.EnableCompression != false) { - EnableCompression = other.EnableCompression; - } - if (other.GenericProtocol != 0) { - GenericProtocol = other.GenericProtocol; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 8: { - EnableCompression = input.ReadBool(); - break; - } - case 16: { - genericProtocol_ = (global::Tango.PMR.Integration.GenericMessageProtocol) input.ReadEnum(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Integration/ConfigureProtocolResponse.cs b/Software/Visual_Studio/Tango.PMR/Integration/ConfigureProtocolResponse.cs deleted file mode 100644 index 750430f32..000000000 --- a/Software/Visual_Studio/Tango.PMR/Integration/ConfigureProtocolResponse.cs +++ /dev/null @@ -1,160 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ConfigureProtocolResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Integration { - - /// <summary>Holder for reflection information generated from ConfigureProtocolResponse.proto</summary> - public static partial class ConfigureProtocolResponseReflection { - - #region Descriptor - /// <summary>File descriptor for ConfigureProtocolResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ConfigureProtocolResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch9Db25maWd1cmVQcm90b2NvbFJlc3BvbnNlLnByb3RvEhVUYW5nby5QTVIu", - "SW50ZWdyYXRpb24iLgoZQ29uZmlndXJlUHJvdG9jb2xSZXNwb25zZRIRCglD", - "b25maXJtZWQYASABKAhCIQofY29tLnR3aW5lLnRhbmdvLnBtci5pbnRlZ3Jh", - "dGlvbmIGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Integration.ConfigureProtocolResponse), global::Tango.PMR.Integration.ConfigureProtocolResponse.Parser, new[]{ "Confirmed" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class ConfigureProtocolResponse : pb::IMessage<ConfigureProtocolResponse> { - private static readonly pb::MessageParser<ConfigureProtocolResponse> _parser = new pb::MessageParser<ConfigureProtocolResponse>(() => new ConfigureProtocolResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<ConfigureProtocolResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Integration.ConfigureProtocolResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public ConfigureProtocolResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public ConfigureProtocolResponse(ConfigureProtocolResponse other) : this() { - confirmed_ = other.confirmed_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public ConfigureProtocolResponse Clone() { - return new ConfigureProtocolResponse(this); - } - - /// <summary>Field number for the "Confirmed" field.</summary> - public const int ConfirmedFieldNumber = 1; - private bool confirmed_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Confirmed { - get { return confirmed_; } - set { - confirmed_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as ConfigureProtocolResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(ConfigureProtocolResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Confirmed != other.Confirmed) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Confirmed != false) hash ^= Confirmed.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Confirmed != false) { - output.WriteRawTag(8); - output.WriteBool(Confirmed); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Confirmed != false) { - size += 1 + 1; - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(ConfigureProtocolResponse other) { - if (other == null) { - return; - } - if (other.Confirmed != false) { - Confirmed = other.Confirmed; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 8: { - Confirmed = input.ReadBool(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Integration/ExternalBridgeLoginRequest.cs b/Software/Visual_Studio/Tango.PMR/Integration/ExternalBridgeLoginRequest.cs index 21e4ecd30..85b18e9b2 100644 --- a/Software/Visual_Studio/Tango.PMR/Integration/ExternalBridgeLoginRequest.cs +++ b/Software/Visual_Studio/Tango.PMR/Integration/ExternalBridgeLoginRequest.cs @@ -24,17 +24,15 @@ namespace Tango.PMR.Integration { string.Concat( "CiBFeHRlcm5hbEJyaWRnZUxvZ2luUmVxdWVzdC5wcm90bxIVVGFuZ28uUE1S", "LkludGVncmF0aW9uGh9FeHRlcm5hbEJyaWRnZUxvZ2luSW50ZW50LnByb3Rv", - "IvABChpFeHRlcm5hbEJyaWRnZUxvZ2luUmVxdWVzdBINCgVBcHBJRBgBIAEo", + "IqMBChpFeHRlcm5hbEJyaWRnZUxvZ2luUmVxdWVzdBINCgVBcHBJRBgBIAEo", "CRIQCghVc2VyR3VpZBgCIAEoCRIQCghIb3N0TmFtZRgDIAEoCRIQCghQYXNz", "d29yZBgEIAEoCRJACgZJbnRlbnQYBSABKA4yMC5UYW5nby5QTVIuSW50ZWdy", - "YXRpb24uRXh0ZXJuYWxCcmlkZ2VMb2dpbkludGVudBIkChxSZXF1aXJlU2Fm", - "ZXR5TGV2ZWxPcGVyYXRpb25zGAYgASgIEhAKCFVzZXJOYW1lGAcgASgJEhMK", - "C1Blcm1pc3Npb25zGAggAygJQiEKH2NvbS50d2luZS50YW5nby5wbXIuaW50", - "ZWdyYXRpb25iBnByb3RvMw==")); + "YXRpb24uRXh0ZXJuYWxCcmlkZ2VMb2dpbkludGVudEIhCh9jb20udHdpbmUu", + "dGFuZ28ucG1yLmludGVncmF0aW9uYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::Tango.PMR.Integration.ExternalBridgeLoginIntentReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Integration.ExternalBridgeLoginRequest), global::Tango.PMR.Integration.ExternalBridgeLoginRequest.Parser, new[]{ "AppID", "UserGuid", "HostName", "Password", "Intent", "RequireSafetyLevelOperations", "UserName", "Permissions" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Integration.ExternalBridgeLoginRequest), global::Tango.PMR.Integration.ExternalBridgeLoginRequest.Parser, new[]{ "AppID", "UserGuid", "HostName", "Password", "Intent" }, null, null, null) })); } #endregion @@ -70,9 +68,6 @@ namespace Tango.PMR.Integration { hostName_ = other.hostName_; password_ = other.password_; intent_ = other.intent_; - requireSafetyLevelOperations_ = other.requireSafetyLevelOperations_; - userName_ = other.userName_; - permissions_ = other.permissions_.Clone(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -135,38 +130,6 @@ namespace Tango.PMR.Integration { } } - /// <summary>Field number for the "RequireSafetyLevelOperations" field.</summary> - public const int RequireSafetyLevelOperationsFieldNumber = 6; - private bool requireSafetyLevelOperations_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool RequireSafetyLevelOperations { - get { return requireSafetyLevelOperations_; } - set { - requireSafetyLevelOperations_ = value; - } - } - - /// <summary>Field number for the "UserName" field.</summary> - public const int UserNameFieldNumber = 7; - private string userName_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string UserName { - get { return userName_; } - set { - userName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "Permissions" field.</summary> - public const int PermissionsFieldNumber = 8; - private static readonly pb::FieldCodec<string> _repeated_permissions_codec - = pb::FieldCodec.ForString(66); - private readonly pbc::RepeatedField<string> permissions_ = new pbc::RepeatedField<string>(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<string> Permissions { - get { return permissions_; } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as ExternalBridgeLoginRequest); @@ -185,9 +148,6 @@ namespace Tango.PMR.Integration { if (HostName != other.HostName) return false; if (Password != other.Password) return false; if (Intent != other.Intent) return false; - if (RequireSafetyLevelOperations != other.RequireSafetyLevelOperations) return false; - if (UserName != other.UserName) return false; - if(!permissions_.Equals(other.permissions_)) return false; return true; } @@ -199,9 +159,6 @@ namespace Tango.PMR.Integration { if (HostName.Length != 0) hash ^= HostName.GetHashCode(); if (Password.Length != 0) hash ^= Password.GetHashCode(); if (Intent != 0) hash ^= Intent.GetHashCode(); - if (RequireSafetyLevelOperations != false) hash ^= RequireSafetyLevelOperations.GetHashCode(); - if (UserName.Length != 0) hash ^= UserName.GetHashCode(); - hash ^= permissions_.GetHashCode(); return hash; } @@ -232,15 +189,6 @@ namespace Tango.PMR.Integration { output.WriteRawTag(40); output.WriteEnum((int) Intent); } - if (RequireSafetyLevelOperations != false) { - output.WriteRawTag(48); - output.WriteBool(RequireSafetyLevelOperations); - } - if (UserName.Length != 0) { - output.WriteRawTag(58); - output.WriteString(UserName); - } - permissions_.WriteTo(output, _repeated_permissions_codec); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -261,13 +209,6 @@ namespace Tango.PMR.Integration { if (Intent != 0) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Intent); } - if (RequireSafetyLevelOperations != false) { - size += 1 + 1; - } - if (UserName.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(UserName); - } - size += permissions_.CalculateSize(_repeated_permissions_codec); return size; } @@ -291,13 +232,6 @@ namespace Tango.PMR.Integration { if (other.Intent != 0) { Intent = other.Intent; } - if (other.RequireSafetyLevelOperations != false) { - RequireSafetyLevelOperations = other.RequireSafetyLevelOperations; - } - if (other.UserName.Length != 0) { - UserName = other.UserName; - } - permissions_.Add(other.permissions_); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -328,18 +262,6 @@ namespace Tango.PMR.Integration { intent_ = (global::Tango.PMR.Integration.ExternalBridgeLoginIntent) input.ReadEnum(); break; } - case 48: { - RequireSafetyLevelOperations = input.ReadBool(); - break; - } - case 58: { - UserName = input.ReadString(); - break; - } - case 66: { - permissions_.AddEntriesFrom(input, _repeated_permissions_codec); - break; - } } } } diff --git a/Software/Visual_Studio/Tango.PMR/Integration/ExternalBridgeLoginResponse.cs b/Software/Visual_Studio/Tango.PMR/Integration/ExternalBridgeLoginResponse.cs index 025d75aac..17eb9de93 100644 --- a/Software/Visual_Studio/Tango.PMR/Integration/ExternalBridgeLoginResponse.cs +++ b/Software/Visual_Studio/Tango.PMR/Integration/ExternalBridgeLoginResponse.cs @@ -23,20 +23,16 @@ namespace Tango.PMR.Integration { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiFFeHRlcm5hbEJyaWRnZUxvZ2luUmVzcG9uc2UucHJvdG8SFVRhbmdvLlBN", - "Ui5JbnRlZ3JhdGlvbhoXRGV2aWNlSW5mb3JtYXRpb24ucHJvdG8aHEFwcGxp", - "Y2F0aW9uSW5mb3JtYXRpb24ucHJvdG8aElVwZGF0ZVN0YXR1cy5wcm90byKS", - "AgobRXh0ZXJuYWxCcmlkZ2VMb2dpblJlc3BvbnNlEhUKDUF1dGhlbnRpY2F0", - "ZWQYASABKAgSFAoMU2VyaWFsTnVtYmVyGAIgASgJEkIKEURldmljZUluZm9y", - "bWF0aW9uGAMgASgLMicuVGFuZ28uUE1SLkNvbm5lY3Rpb24uRGV2aWNlSW5m", - "b3JtYXRpb24STQoWQXBwbGljYXRpb25JbmZvcm1hdGlvbhgEIAEoCzItLlRh", - "bmdvLlBNUi5JbnRlZ3JhdGlvbi5BcHBsaWNhdGlvbkluZm9ybWF0aW9uEjMK", - "BlN0YXR1cxgFIAEoDjIjLlRhbmdvLlBNUi5JbnRlZ3JhdGlvbi5VcGRhdGVT", - "dGF0dXNCIQofY29tLnR3aW5lLnRhbmdvLnBtci5pbnRlZ3JhdGlvbmIGcHJv", - "dG8z")); + "Ui5JbnRlZ3JhdGlvbhoXRGV2aWNlSW5mb3JtYXRpb24ucHJvdG8ijgEKG0V4", + "dGVybmFsQnJpZGdlTG9naW5SZXNwb25zZRIVCg1BdXRoZW50aWNhdGVkGAEg", + "ASgIEhQKDFNlcmlhbE51bWJlchgCIAEoCRJCChFEZXZpY2VJbmZvcm1hdGlv", + "bhgDIAEoCzInLlRhbmdvLlBNUi5Db25uZWN0aW9uLkRldmljZUluZm9ybWF0", + "aW9uQiEKH2NvbS50d2luZS50YW5nby5wbXIuaW50ZWdyYXRpb25iBnByb3Rv", + "Mw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.Connection.DeviceInformationReflection.Descriptor, global::Tango.PMR.Integration.ApplicationInformationReflection.Descriptor, global::Tango.PMR.Integration.UpdateStatusReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::Tango.PMR.Connection.DeviceInformationReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Integration.ExternalBridgeLoginResponse), global::Tango.PMR.Integration.ExternalBridgeLoginResponse.Parser, new[]{ "Authenticated", "SerialNumber", "DeviceInformation", "ApplicationInformation", "Status" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Integration.ExternalBridgeLoginResponse), global::Tango.PMR.Integration.ExternalBridgeLoginResponse.Parser, new[]{ "Authenticated", "SerialNumber", "DeviceInformation" }, null, null, null) })); } #endregion @@ -70,8 +66,6 @@ namespace Tango.PMR.Integration { authenticated_ = other.authenticated_; serialNumber_ = other.serialNumber_; DeviceInformation = other.deviceInformation_ != null ? other.DeviceInformation.Clone() : null; - ApplicationInformation = other.applicationInformation_ != null ? other.ApplicationInformation.Clone() : null; - status_ = other.status_; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -112,28 +106,6 @@ namespace Tango.PMR.Integration { } } - /// <summary>Field number for the "ApplicationInformation" field.</summary> - public const int ApplicationInformationFieldNumber = 4; - private global::Tango.PMR.Integration.ApplicationInformation applicationInformation_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.Integration.ApplicationInformation ApplicationInformation { - get { return applicationInformation_; } - set { - applicationInformation_ = value; - } - } - - /// <summary>Field number for the "Status" field.</summary> - public const int StatusFieldNumber = 5; - private global::Tango.PMR.Integration.UpdateStatus status_ = 0; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.Integration.UpdateStatus Status { - get { return status_; } - set { - status_ = value; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as ExternalBridgeLoginResponse); @@ -150,8 +122,6 @@ namespace Tango.PMR.Integration { if (Authenticated != other.Authenticated) return false; if (SerialNumber != other.SerialNumber) return false; if (!object.Equals(DeviceInformation, other.DeviceInformation)) return false; - if (!object.Equals(ApplicationInformation, other.ApplicationInformation)) return false; - if (Status != other.Status) return false; return true; } @@ -161,8 +131,6 @@ namespace Tango.PMR.Integration { if (Authenticated != false) hash ^= Authenticated.GetHashCode(); if (SerialNumber.Length != 0) hash ^= SerialNumber.GetHashCode(); if (deviceInformation_ != null) hash ^= DeviceInformation.GetHashCode(); - if (applicationInformation_ != null) hash ^= ApplicationInformation.GetHashCode(); - if (Status != 0) hash ^= Status.GetHashCode(); return hash; } @@ -185,14 +153,6 @@ namespace Tango.PMR.Integration { output.WriteRawTag(26); output.WriteMessage(DeviceInformation); } - if (applicationInformation_ != null) { - output.WriteRawTag(34); - output.WriteMessage(ApplicationInformation); - } - if (Status != 0) { - output.WriteRawTag(40); - output.WriteEnum((int) Status); - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -207,12 +167,6 @@ namespace Tango.PMR.Integration { if (deviceInformation_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(DeviceInformation); } - if (applicationInformation_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(ApplicationInformation); - } - if (Status != 0) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Status); - } return size; } @@ -233,15 +187,6 @@ namespace Tango.PMR.Integration { } DeviceInformation.MergeFrom(other.DeviceInformation); } - if (other.applicationInformation_ != null) { - if (applicationInformation_ == null) { - applicationInformation_ = new global::Tango.PMR.Integration.ApplicationInformation(); - } - ApplicationInformation.MergeFrom(other.ApplicationInformation); - } - if (other.Status != 0) { - Status = other.Status; - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -267,17 +212,6 @@ namespace Tango.PMR.Integration { input.ReadMessage(deviceInformation_); break; } - case 34: { - if (applicationInformation_ == null) { - applicationInformation_ = new global::Tango.PMR.Integration.ApplicationInformation(); - } - input.ReadMessage(applicationInformation_); - break; - } - case 40: { - status_ = (global::Tango.PMR.Integration.UpdateStatus) input.ReadEnum(); - break; - } } } } diff --git a/Software/Visual_Studio/Tango.PMR/Integration/GenericMessageProtocol.cs b/Software/Visual_Studio/Tango.PMR/Integration/GenericMessageProtocol.cs deleted file mode 100644 index 35c9fffe5..000000000 --- a/Software/Visual_Studio/Tango.PMR/Integration/GenericMessageProtocol.cs +++ /dev/null @@ -1,47 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GenericMessageProtocol.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Integration { - - /// <summary>Holder for reflection information generated from GenericMessageProtocol.proto</summary> - public static partial class GenericMessageProtocolReflection { - - #region Descriptor - /// <summary>File descriptor for GenericMessageProtocol.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GenericMessageProtocolReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChxHZW5lcmljTWVzc2FnZVByb3RvY29sLnByb3RvEhVUYW5nby5QTVIuSW50", - "ZWdyYXRpb24qOgoWR2VuZXJpY01lc3NhZ2VQcm90b2NvbBIICgRKc29uEAAS", - "CAoEQnNvbhABEgwKCFByb3RvYnVmEAJCIQofY29tLnR3aW5lLnRhbmdvLnBt", - "ci5pbnRlZ3JhdGlvbmIGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Integration.GenericMessageProtocol), }, null)); - } - #endregion - - } - #region Enums - public enum GenericMessageProtocol { - [pbr::OriginalName("Json")] Json = 0, - [pbr::OriginalName("Bson")] Bson = 1, - [pbr::OriginalName("Protobuf")] Protobuf = 2, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Integration/GenericRequest.cs b/Software/Visual_Studio/Tango.PMR/Integration/GenericRequest.cs deleted file mode 100644 index ff158a455..000000000 --- a/Software/Visual_Studio/Tango.PMR/Integration/GenericRequest.cs +++ /dev/null @@ -1,187 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GenericRequest.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Integration { - - /// <summary>Holder for reflection information generated from GenericRequest.proto</summary> - public static partial class GenericRequestReflection { - - #region Descriptor - /// <summary>File descriptor for GenericRequest.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GenericRequestReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChRHZW5lcmljUmVxdWVzdC5wcm90bxIVVGFuZ28uUE1SLkludGVncmF0aW9u", - "IiwKDkdlbmVyaWNSZXF1ZXN0EgwKBFR5cGUYASABKAkSDAoERGF0YRgCIAEo", - "DEIhCh9jb20udHdpbmUudGFuZ28ucG1yLmludGVncmF0aW9uYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Integration.GenericRequest), global::Tango.PMR.Integration.GenericRequest.Parser, new[]{ "Type", "Data" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class GenericRequest : pb::IMessage<GenericRequest> { - private static readonly pb::MessageParser<GenericRequest> _parser = new pb::MessageParser<GenericRequest>(() => new GenericRequest()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<GenericRequest> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Integration.GenericRequestReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public GenericRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public GenericRequest(GenericRequest other) : this() { - type_ = other.type_; - data_ = other.data_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public GenericRequest Clone() { - return new GenericRequest(this); - } - - /// <summary>Field number for the "Type" field.</summary> - public const int TypeFieldNumber = 1; - private string type_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Type { - get { return type_; } - set { - type_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "Data" field.</summary> - public const int DataFieldNumber = 2; - private pb::ByteString data_ = pb::ByteString.Empty; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pb::ByteString Data { - get { return data_; } - set { - data_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as GenericRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(GenericRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Type != other.Type) return false; - if (Data != other.Data) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Type.Length != 0) hash ^= Type.GetHashCode(); - if (Data.Length != 0) hash ^= Data.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Type.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Type); - } - if (Data.Length != 0) { - output.WriteRawTag(18); - output.WriteBytes(Data); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Type.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Type); - } - if (Data.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeBytesSize(Data); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(GenericRequest other) { - if (other == null) { - return; - } - if (other.Type.Length != 0) { - Type = other.Type; - } - if (other.Data.Length != 0) { - Data = other.Data; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 10: { - Type = input.ReadString(); - break; - } - case 18: { - Data = input.ReadBytes(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Integration/GenericResponse.cs b/Software/Visual_Studio/Tango.PMR/Integration/GenericResponse.cs deleted file mode 100644 index d2436665a..000000000 --- a/Software/Visual_Studio/Tango.PMR/Integration/GenericResponse.cs +++ /dev/null @@ -1,188 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: GenericResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Integration { - - /// <summary>Holder for reflection information generated from GenericResponse.proto</summary> - public static partial class GenericResponseReflection { - - #region Descriptor - /// <summary>File descriptor for GenericResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static GenericResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChVHZW5lcmljUmVzcG9uc2UucHJvdG8SFVRhbmdvLlBNUi5JbnRlZ3JhdGlv", - "biItCg9HZW5lcmljUmVzcG9uc2USDAoEVHlwZRgBIAEoCRIMCgREYXRhGAIg", - "ASgMQiEKH2NvbS50d2luZS50YW5nby5wbXIuaW50ZWdyYXRpb25iBnByb3Rv", - "Mw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Integration.GenericResponse), global::Tango.PMR.Integration.GenericResponse.Parser, new[]{ "Type", "Data" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class GenericResponse : pb::IMessage<GenericResponse> { - private static readonly pb::MessageParser<GenericResponse> _parser = new pb::MessageParser<GenericResponse>(() => new GenericResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<GenericResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Integration.GenericResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public GenericResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public GenericResponse(GenericResponse other) : this() { - type_ = other.type_; - data_ = other.data_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public GenericResponse Clone() { - return new GenericResponse(this); - } - - /// <summary>Field number for the "Type" field.</summary> - public const int TypeFieldNumber = 1; - private string type_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Type { - get { return type_; } - set { - type_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "Data" field.</summary> - public const int DataFieldNumber = 2; - private pb::ByteString data_ = pb::ByteString.Empty; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pb::ByteString Data { - get { return data_; } - set { - data_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as GenericResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(GenericResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Type != other.Type) return false; - if (Data != other.Data) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Type.Length != 0) hash ^= Type.GetHashCode(); - if (Data.Length != 0) hash ^= Data.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Type.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Type); - } - if (Data.Length != 0) { - output.WriteRawTag(18); - output.WriteBytes(Data); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Type.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Type); - } - if (Data.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeBytesSize(Data); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(GenericResponse other) { - if (other == null) { - return; - } - if (other.Type.Length != 0) { - Type = other.Type; - } - if (other.Data.Length != 0) { - Data = other.Data; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 10: { - Type = input.ReadString(); - break; - } - case 18: { - Data = input.ReadBytes(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Integration/UpdateStatus.cs b/Software/Visual_Studio/Tango.PMR/Integration/UpdateStatus.cs index bdf5fba08..b15f24799 100644 --- a/Software/Visual_Studio/Tango.PMR/Integration/UpdateStatus.cs +++ b/Software/Visual_Studio/Tango.PMR/Integration/UpdateStatus.cs @@ -22,12 +22,12 @@ namespace Tango.PMR.Integration { static UpdateStatusReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( - "ChJVcGRhdGVTdGF0dXMucHJvdG8SFVRhbmdvLlBNUi5JbnRlZ3JhdGlvbiqj", - "AQoMVXBkYXRlU3RhdHVzEhAKDERpc2Nvbm5lY3RlZBAAEgsKB1Bvd2VyVXAQ", - "ARILCgdTdGFuZGJ5EAISDgoKUmVhZHlUb0R5ZRADEhAKDEdldHRpbmdSZWFk", - "eRAEEgwKCFByaW50aW5nEAUSCwoHU2VydmljZRAGEg0KCVVwZ3JhZGluZxAH", - "EhAKDFNodXR0aW5nRG93bhAIEgkKBUVycm9yEAlCIQofY29tLnR3aW5lLnRh", - "bmdvLnBtci5pbnRlZ3JhdGlvbmIGcHJvdG8z")); + "ChJVcGRhdGVTdGF0dXMucHJvdG8SFVRhbmdvLlBNUi5JbnRlZ3JhdGlvbiqW", + "AQoMVXBkYXRlU3RhdHVzEhAKDERpc2Nvbm5lY3RlZBAAEgsKB1N0YW5kYnkQ", + "ARIOCgpSZWFkeVRvRHllEAISEAoMR2V0dGluZ1JlYWR5EAMSDAoIUHJpbnRp", + "bmcQBBILCgdTZXJ2aWNlEAUSDQoJVXBncmFkaW5nEAYSEAoMU2h1dHRpbmdE", + "b3duEAcSCQoFRXJyb3IQCEIhCh9jb20udHdpbmUudGFuZ28ucG1yLmludGVn", + "cmF0aW9uYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Integration.UpdateStatus), }, null)); @@ -38,15 +38,14 @@ namespace Tango.PMR.Integration { #region Enums public enum UpdateStatus { [pbr::OriginalName("Disconnected")] Disconnected = 0, - [pbr::OriginalName("PowerUp")] PowerUp = 1, - [pbr::OriginalName("Standby")] Standby = 2, - [pbr::OriginalName("ReadyToDye")] ReadyToDye = 3, - [pbr::OriginalName("GettingReady")] GettingReady = 4, - [pbr::OriginalName("Printing")] Printing = 5, - [pbr::OriginalName("Service")] Service = 6, - [pbr::OriginalName("Upgrading")] Upgrading = 7, - [pbr::OriginalName("ShuttingDown")] ShuttingDown = 8, - [pbr::OriginalName("Error")] Error = 9, + [pbr::OriginalName("Standby")] Standby = 1, + [pbr::OriginalName("ReadyToDye")] ReadyToDye = 2, + [pbr::OriginalName("GettingReady")] GettingReady = 3, + [pbr::OriginalName("Printing")] Printing = 4, + [pbr::OriginalName("Service")] Service = 5, + [pbr::OriginalName("Upgrading")] Upgrading = 6, + [pbr::OriginalName("ShuttingDown")] ShuttingDown = 7, + [pbr::OriginalName("Error")] Error = 8, } #endregion diff --git a/Software/Visual_Studio/Tango.PMR/MachineStatus/IDSPackLevel.cs b/Software/Visual_Studio/Tango.PMR/MachineStatus/IDSPackLevel.cs index 18024c6d7..007a72214 100644 --- a/Software/Visual_Studio/Tango.PMR/MachineStatus/IDSPackLevel.cs +++ b/Software/Visual_Studio/Tango.PMR/MachineStatus/IDSPackLevel.cs @@ -24,7 +24,7 @@ namespace Tango.PMR.MachineStatus { string.Concat( "ChJJRFNQYWNrTGV2ZWwucHJvdG8SF1RhbmdvLlBNUi5NYWNoaW5lU3RhdHVz", "IksKDElEU1BhY2tMZXZlbBINCgVJbmRleBgBIAEoBRIWCg5EaXNwZW5zZXJM", - "ZXZlbBgCIAEoBRIUCgxNaWRUYW5rTGV2ZWwYAyABKAFCIwohY29tLnR3aW5l", + "ZXZlbBgCIAEoBRIUCgxNaWRUYW5rTGV2ZWwYAyABKAVCIwohY29tLnR3aW5l", "LnRhbmdvLnBtci5tYWNoaW5lc3RhdHVzYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, @@ -94,9 +94,9 @@ namespace Tango.PMR.MachineStatus { /// <summary>Field number for the "MidTankLevel" field.</summary> public const int MidTankLevelFieldNumber = 3; - private double midTankLevel_; + private int midTankLevel_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double MidTankLevel { + public int MidTankLevel { get { return midTankLevel_; } set { midTankLevel_ = value; @@ -127,7 +127,7 @@ namespace Tango.PMR.MachineStatus { int hash = 1; if (Index != 0) hash ^= Index.GetHashCode(); if (DispenserLevel != 0) hash ^= DispenserLevel.GetHashCode(); - if (MidTankLevel != 0D) hash ^= MidTankLevel.GetHashCode(); + if (MidTankLevel != 0) hash ^= MidTankLevel.GetHashCode(); return hash; } @@ -146,9 +146,9 @@ namespace Tango.PMR.MachineStatus { output.WriteRawTag(16); output.WriteInt32(DispenserLevel); } - if (MidTankLevel != 0D) { - output.WriteRawTag(25); - output.WriteDouble(MidTankLevel); + if (MidTankLevel != 0) { + output.WriteRawTag(24); + output.WriteInt32(MidTankLevel); } } @@ -161,8 +161,8 @@ namespace Tango.PMR.MachineStatus { if (DispenserLevel != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(DispenserLevel); } - if (MidTankLevel != 0D) { - size += 1 + 8; + if (MidTankLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MidTankLevel); } return size; } @@ -178,7 +178,7 @@ namespace Tango.PMR.MachineStatus { if (other.DispenserLevel != 0) { DispenserLevel = other.DispenserLevel; } - if (other.MidTankLevel != 0D) { + if (other.MidTankLevel != 0) { MidTankLevel = other.MidTankLevel; } } @@ -199,8 +199,8 @@ namespace Tango.PMR.MachineStatus { DispenserLevel = input.ReadInt32(); break; } - case 25: { - MidTankLevel = input.ReadDouble(); + case 24: { + MidTankLevel = input.ReadInt32(); break; } } diff --git a/Software/Visual_Studio/Tango.PMR/MachineStatus/MachineState.cs b/Software/Visual_Studio/Tango.PMR/MachineStatus/MachineState.cs index 8f421e04d..9e3725f20 100644 --- a/Software/Visual_Studio/Tango.PMR/MachineStatus/MachineState.cs +++ b/Software/Visual_Studio/Tango.PMR/MachineStatus/MachineState.cs @@ -23,10 +23,10 @@ namespace Tango.PMR.MachineStatus { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChJNYWNoaW5lU3RhdGUucHJvdG8SF1RhbmdvLlBNUi5NYWNoaW5lU3RhdHVz", - "KmwKDE1hY2hpbmVTdGF0ZRILCgdQb3dlclVwEAASCQoFUmVhZHkQARIJCgVT", - "bGVlcBACEgkKBUVycm9yEAMSDAoIUG93ZXJPZmYQBBIQCgxQcmVwYXJpbmdK", - "b2IQBRIOCgpSdW5uaW5nSm9iEAZCIwohY29tLnR3aW5lLnRhbmdvLnBtci5t", - "YWNoaW5lc3RhdHVzYgZwcm90bzM=")); + "KnEKDE1hY2hpbmVTdGF0ZRIQCgxJbml0aWFsaXppbmcQABIJCgVSZWFkeRAB", + "EgkKBVNsZWVwEAISCQoFRXJyb3IQAxIMCghQb3dlck9mZhAEEhAKDFByZXBh", + "cmluZ0pvYhAFEg4KClJ1bm5pbmdKb2IQBkIjCiFjb20udHdpbmUudGFuZ28u", + "cG1yLm1hY2hpbmVzdGF0dXNiBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.MachineStatus.MachineState), }, null)); @@ -36,7 +36,7 @@ namespace Tango.PMR.MachineStatus { } #region Enums public enum MachineState { - [pbr::OriginalName("PowerUp")] PowerUp = 0, + [pbr::OriginalName("Initializing")] Initializing = 0, [pbr::OriginalName("Ready")] Ready = 1, [pbr::OriginalName("Sleep")] Sleep = 2, [pbr::OriginalName("Error")] Error = 3, diff --git a/Software/Visual_Studio/Tango.PMR/MachineStatus/MachineStatus.cs b/Software/Visual_Studio/Tango.PMR/MachineStatus/MachineStatus.cs index dc2713128..413789202 100644 --- a/Software/Visual_Studio/Tango.PMR/MachineStatus/MachineStatus.cs +++ b/Software/Visual_Studio/Tango.PMR/MachineStatus/MachineStatus.cs @@ -23,18 +23,15 @@ namespace Tango.PMR.MachineStatus { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChNNYWNoaW5lU3RhdHVzLnByb3RvEhdUYW5nby5QTVIuTWFjaGluZVN0YXR1", - "cxoSTWFjaGluZVN0YXRlLnByb3RvGhJJRFNQYWNrTGV2ZWwucHJvdG8aEFNw", - "b29sU3RhdGUucHJvdG8i2QEKDU1hY2hpbmVTdGF0dXMSNAoFU3RhdGUYASAB", - "KA4yJS5UYW5nby5QTVIuTWFjaGluZVN0YXR1cy5NYWNoaW5lU3RhdGUSPQoO", - "SURTUGFja3NMZXZlbHMYAiADKAsyJS5UYW5nby5QTVIuTWFjaGluZVN0YXR1", - "cy5JRFNQYWNrTGV2ZWwSGgoST3ZlcmFsbFRlbXBlcmF0dXJlGAMgASgBEjcK", - "ClNwb29sU3RhdGUYBCABKA4yIy5UYW5nby5QTVIuTWFjaGluZVN0YXR1cy5T", - "cG9vbFN0YXRlQiMKIWNvbS50d2luZS50YW5nby5wbXIubWFjaGluZXN0YXR1", - "c2IGcHJvdG8z")); + "cxoSTWFjaGluZVN0YXRlLnByb3RvGhJJRFNQYWNrTGV2ZWwucHJvdG8ihAEK", + "DU1hY2hpbmVTdGF0dXMSNAoFU3RhdGUYASABKA4yJS5UYW5nby5QTVIuTWFj", + "aGluZVN0YXR1cy5NYWNoaW5lU3RhdGUSPQoOSURTUGFja3NMZXZlbHMYAiAD", + "KAsyJS5UYW5nby5QTVIuTWFjaGluZVN0YXR1cy5JRFNQYWNrTGV2ZWxCIwoh", + "Y29tLnR3aW5lLnRhbmdvLnBtci5tYWNoaW5lc3RhdHVzYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.MachineStatus.MachineStateReflection.Descriptor, global::Tango.PMR.MachineStatus.IDSPackLevelReflection.Descriptor, global::Tango.PMR.MachineStatus.SpoolStateReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::Tango.PMR.MachineStatus.MachineStateReflection.Descriptor, global::Tango.PMR.MachineStatus.IDSPackLevelReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.MachineStatus.MachineStatus), global::Tango.PMR.MachineStatus.MachineStatus.Parser, new[]{ "State", "IDSPacksLevels", "OverallTemperature", "SpoolState" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.MachineStatus.MachineStatus), global::Tango.PMR.MachineStatus.MachineStatus.Parser, new[]{ "State", "IDSPacksLevels" }, null, null, null) })); } #endregion @@ -67,8 +64,6 @@ namespace Tango.PMR.MachineStatus { public MachineStatus(MachineStatus other) : this() { state_ = other.state_; iDSPacksLevels_ = other.iDSPacksLevels_.Clone(); - overallTemperature_ = other.overallTemperature_; - spoolState_ = other.spoolState_; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -97,28 +92,6 @@ namespace Tango.PMR.MachineStatus { get { return iDSPacksLevels_; } } - /// <summary>Field number for the "OverallTemperature" field.</summary> - public const int OverallTemperatureFieldNumber = 3; - private double overallTemperature_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double OverallTemperature { - get { return overallTemperature_; } - set { - overallTemperature_ = value; - } - } - - /// <summary>Field number for the "SpoolState" field.</summary> - public const int SpoolStateFieldNumber = 4; - private global::Tango.PMR.MachineStatus.SpoolState spoolState_ = 0; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.MachineStatus.SpoolState SpoolState { - get { return spoolState_; } - set { - spoolState_ = value; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as MachineStatus); @@ -134,8 +107,6 @@ namespace Tango.PMR.MachineStatus { } if (State != other.State) return false; if(!iDSPacksLevels_.Equals(other.iDSPacksLevels_)) return false; - if (OverallTemperature != other.OverallTemperature) return false; - if (SpoolState != other.SpoolState) return false; return true; } @@ -144,8 +115,6 @@ namespace Tango.PMR.MachineStatus { int hash = 1; if (State != 0) hash ^= State.GetHashCode(); hash ^= iDSPacksLevels_.GetHashCode(); - if (OverallTemperature != 0D) hash ^= OverallTemperature.GetHashCode(); - if (SpoolState != 0) hash ^= SpoolState.GetHashCode(); return hash; } @@ -161,14 +130,6 @@ namespace Tango.PMR.MachineStatus { output.WriteEnum((int) State); } iDSPacksLevels_.WriteTo(output, _repeated_iDSPacksLevels_codec); - if (OverallTemperature != 0D) { - output.WriteRawTag(25); - output.WriteDouble(OverallTemperature); - } - if (SpoolState != 0) { - output.WriteRawTag(32); - output.WriteEnum((int) SpoolState); - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -178,12 +139,6 @@ namespace Tango.PMR.MachineStatus { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) State); } size += iDSPacksLevels_.CalculateSize(_repeated_iDSPacksLevels_codec); - if (OverallTemperature != 0D) { - size += 1 + 8; - } - if (SpoolState != 0) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) SpoolState); - } return size; } @@ -196,12 +151,6 @@ namespace Tango.PMR.MachineStatus { State = other.State; } iDSPacksLevels_.Add(other.iDSPacksLevels_); - if (other.OverallTemperature != 0D) { - OverallTemperature = other.OverallTemperature; - } - if (other.SpoolState != 0) { - SpoolState = other.SpoolState; - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -220,14 +169,6 @@ namespace Tango.PMR.MachineStatus { iDSPacksLevels_.AddEntriesFrom(input, _repeated_iDSPacksLevels_codec); break; } - case 25: { - OverallTemperature = input.ReadDouble(); - break; - } - case 32: { - spoolState_ = (global::Tango.PMR.MachineStatus.SpoolState) input.ReadEnum(); - break; - } } } } diff --git a/Software/Visual_Studio/Tango.PMR/MachineStatus/SpoolState.cs b/Software/Visual_Studio/Tango.PMR/MachineStatus/SpoolState.cs deleted file mode 100644 index cd1b5c48c..000000000 --- a/Software/Visual_Studio/Tango.PMR/MachineStatus/SpoolState.cs +++ /dev/null @@ -1,45 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: SpoolState.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.MachineStatus { - - /// <summary>Holder for reflection information generated from SpoolState.proto</summary> - public static partial class SpoolStateReflection { - - #region Descriptor - /// <summary>File descriptor for SpoolState.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static SpoolStateReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChBTcG9vbFN0YXRlLnByb3RvEhdUYW5nby5QTVIuTWFjaGluZVN0YXR1cyol", - "CgpTcG9vbFN0YXRlEgoKBkFic2VudBAAEgsKB1ByZXNlbnQQAUIjCiFjb20u", - "dHdpbmUudGFuZ28ucG1yLm1hY2hpbmVzdGF0dXNiBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.MachineStatus.SpoolState), }, null)); - } - #endregion - - } - #region Enums - public enum SpoolState { - [pbr::OriginalName("Absent")] Absent = 0, - [pbr::OriginalName("Present")] Present = 1, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/MessageFactory.cs b/Software/Visual_Studio/Tango.PMR/MessageFactory.cs index d23970e88..75f0bb0a5 100644 --- a/Software/Visual_Studio/Tango.PMR/MessageFactory.cs +++ b/Software/Visual_Studio/Tango.PMR/MessageFactory.cs @@ -1,13 +1,11 @@ using Google.Protobuf; using System; using System.Collections.Generic; -using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using Tango.PMR.Common; -using Tango.PMR.Integration; namespace Tango.PMR { @@ -38,16 +36,6 @@ namespace Tango.PMR } /// <summary> - /// Returns the matching PMR type from the PMR message type. - /// </summary> - /// <param name="messageType">Type of the message.</param> - /// <returns></returns> - public static Type GetPMRTypeFromMessageType(MessageType messageType) - { - return _pmrTypes[messageType]; - } - - /// <summary> /// Creates a new <see cref="TangoMessage{T}"/>. /// </summary> /// <typeparam name="T"></typeparam> @@ -216,26 +204,5 @@ namespace Tango.PMR { return typeof(MessageFactory).Assembly.GetTypes().Where(x => x.Namespace != null && x.Namespace.Contains("Stubs") && !x.Name.Contains("Reflection")).ToList(); } - - /// <summary> - /// Parses the proto message from the specified bytes. Requires the message type. - /// </summary> - /// <param name="data">The data.</param> - /// <param name="type">The type.</param> - /// <returns></returns> - public static IMessage ParseProtoMessage(byte[] data, Type type) - { - using (MemoryStream ms = new MemoryStream(data)) - { - ms.Position = 0; - - using (BinaryReader reader = new BinaryReader(ms)) - { - IMessage message = Activator.CreateInstance(type) as IMessage; - MessageParser parser = type.GetProperty("Parser").GetValue(message) as MessageParser; - return parser.ParseFrom(data); - } - } - } } } diff --git a/Software/Visual_Studio/Tango.PMR/Power/AbortPowerDownRequest.cs b/Software/Visual_Studio/Tango.PMR/Power/AbortPowerDownRequest.cs deleted file mode 100644 index 77578d7c5..000000000 --- a/Software/Visual_Studio/Tango.PMR/Power/AbortPowerDownRequest.cs +++ /dev/null @@ -1,131 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AbortPowerDownRequest.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Power { - - /// <summary>Holder for reflection information generated from AbortPowerDownRequest.proto</summary> - public static partial class AbortPowerDownRequestReflection { - - #region Descriptor - /// <summary>File descriptor for AbortPowerDownRequest.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static AbortPowerDownRequestReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChtBYm9ydFBvd2VyRG93blJlcXVlc3QucHJvdG8SD1RhbmdvLlBNUi5Qb3dl", - "ciIXChVBYm9ydFBvd2VyRG93blJlcXVlc3RCGwoZY29tLnR3aW5lLnRhbmdv", - "LnBtci5wb3dlcmIGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Power.AbortPowerDownRequest), global::Tango.PMR.Power.AbortPowerDownRequest.Parser, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class AbortPowerDownRequest : pb::IMessage<AbortPowerDownRequest> { - private static readonly pb::MessageParser<AbortPowerDownRequest> _parser = new pb::MessageParser<AbortPowerDownRequest>(() => new AbortPowerDownRequest()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<AbortPowerDownRequest> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Power.AbortPowerDownRequestReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public AbortPowerDownRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public AbortPowerDownRequest(AbortPowerDownRequest other) : this() { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public AbortPowerDownRequest Clone() { - return new AbortPowerDownRequest(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as AbortPowerDownRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(AbortPowerDownRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(AbortPowerDownRequest other) { - if (other == null) { - return; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Power/AbortPowerDownResponse.cs b/Software/Visual_Studio/Tango.PMR/Power/AbortPowerDownResponse.cs deleted file mode 100644 index b926e0818..000000000 --- a/Software/Visual_Studio/Tango.PMR/Power/AbortPowerDownResponse.cs +++ /dev/null @@ -1,131 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AbortPowerDownResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Power { - - /// <summary>Holder for reflection information generated from AbortPowerDownResponse.proto</summary> - public static partial class AbortPowerDownResponseReflection { - - #region Descriptor - /// <summary>File descriptor for AbortPowerDownResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static AbortPowerDownResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChxBYm9ydFBvd2VyRG93blJlc3BvbnNlLnByb3RvEg9UYW5nby5QTVIuUG93", - "ZXIiGAoWQWJvcnRQb3dlckRvd25SZXNwb25zZUIbChljb20udHdpbmUudGFu", - "Z28ucG1yLnBvd2VyYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Power.AbortPowerDownResponse), global::Tango.PMR.Power.AbortPowerDownResponse.Parser, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class AbortPowerDownResponse : pb::IMessage<AbortPowerDownResponse> { - private static readonly pb::MessageParser<AbortPowerDownResponse> _parser = new pb::MessageParser<AbortPowerDownResponse>(() => new AbortPowerDownResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<AbortPowerDownResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Power.AbortPowerDownResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public AbortPowerDownResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public AbortPowerDownResponse(AbortPowerDownResponse other) : this() { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public AbortPowerDownResponse Clone() { - return new AbortPowerDownResponse(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as AbortPowerDownResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(AbortPowerDownResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(AbortPowerDownResponse other) { - if (other == null) { - return; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Power/AbortPowerUpRequest.cs b/Software/Visual_Studio/Tango.PMR/Power/AbortPowerUpRequest.cs deleted file mode 100644 index 8b57ee356..000000000 --- a/Software/Visual_Studio/Tango.PMR/Power/AbortPowerUpRequest.cs +++ /dev/null @@ -1,131 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AbortPowerUpRequest.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Power { - - /// <summary>Holder for reflection information generated from AbortPowerUpRequest.proto</summary> - public static partial class AbortPowerUpRequestReflection { - - #region Descriptor - /// <summary>File descriptor for AbortPowerUpRequest.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static AbortPowerUpRequestReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChlBYm9ydFBvd2VyVXBSZXF1ZXN0LnByb3RvEg9UYW5nby5QTVIuUG93ZXIi", - "FQoTQWJvcnRQb3dlclVwUmVxdWVzdEIbChljb20udHdpbmUudGFuZ28ucG1y", - "LnBvd2VyYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Power.AbortPowerUpRequest), global::Tango.PMR.Power.AbortPowerUpRequest.Parser, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class AbortPowerUpRequest : pb::IMessage<AbortPowerUpRequest> { - private static readonly pb::MessageParser<AbortPowerUpRequest> _parser = new pb::MessageParser<AbortPowerUpRequest>(() => new AbortPowerUpRequest()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<AbortPowerUpRequest> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Power.AbortPowerUpRequestReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public AbortPowerUpRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public AbortPowerUpRequest(AbortPowerUpRequest other) : this() { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public AbortPowerUpRequest Clone() { - return new AbortPowerUpRequest(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as AbortPowerUpRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(AbortPowerUpRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(AbortPowerUpRequest other) { - if (other == null) { - return; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Power/AbortPowerUpResponse.cs b/Software/Visual_Studio/Tango.PMR/Power/AbortPowerUpResponse.cs deleted file mode 100644 index bab33c252..000000000 --- a/Software/Visual_Studio/Tango.PMR/Power/AbortPowerUpResponse.cs +++ /dev/null @@ -1,131 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AbortPowerUpResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Power { - - /// <summary>Holder for reflection information generated from AbortPowerUpResponse.proto</summary> - public static partial class AbortPowerUpResponseReflection { - - #region Descriptor - /// <summary>File descriptor for AbortPowerUpResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static AbortPowerUpResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChpBYm9ydFBvd2VyVXBSZXNwb25zZS5wcm90bxIPVGFuZ28uUE1SLlBvd2Vy", - "IhYKFEFib3J0UG93ZXJVcFJlc3BvbnNlQhsKGWNvbS50d2luZS50YW5nby5w", - "bXIucG93ZXJiBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Power.AbortPowerUpResponse), global::Tango.PMR.Power.AbortPowerUpResponse.Parser, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class AbortPowerUpResponse : pb::IMessage<AbortPowerUpResponse> { - private static readonly pb::MessageParser<AbortPowerUpResponse> _parser = new pb::MessageParser<AbortPowerUpResponse>(() => new AbortPowerUpResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<AbortPowerUpResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Power.AbortPowerUpResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public AbortPowerUpResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public AbortPowerUpResponse(AbortPowerUpResponse other) : this() { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public AbortPowerUpResponse Clone() { - return new AbortPowerUpResponse(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as AbortPowerUpResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(AbortPowerUpResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(AbortPowerUpResponse other) { - if (other == null) { - return; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Power/PowerDownState.cs b/Software/Visual_Studio/Tango.PMR/Power/PowerDownState.cs deleted file mode 100644 index 2d0396ddc..000000000 --- a/Software/Visual_Studio/Tango.PMR/Power/PowerDownState.cs +++ /dev/null @@ -1,68 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: PowerDownState.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Power { - - /// <summary>Holder for reflection information generated from PowerDownState.proto</summary> - public static partial class PowerDownStateReflection { - - #region Descriptor - /// <summary>File descriptor for PowerDownState.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static PowerDownStateReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChRQb3dlckRvd25TdGF0ZS5wcm90bxIPVGFuZ28uUE1SLlBvd2VyKqYCCg5Q", - "b3dlckRvd25TdGF0ZRIICgROb25lEAASCAoESW5pdBABEhIKDlN0b3BSdW5u", - "aW5nSm9iEAISDQoJSGVhZENsZWFuEAMSDgoKTWl4ZXJGbHVzaBAEEg4KCkhl", - "YXRlcnNPZmYQBRINCglTdG9yZURhdGEQBhIUChBTZXRWYWx2ZVBvc2l0aW9u", - "EAcSFgoSV2FpdEZvclRlbXBlcmF0dXJlEAgSFAoQV2FpdEZvclByb2Nlc3Nl", - "cxAJEhMKD1R1cm5PZmZEcnllckZhbhAKEhEKDVR1cm5PZmZDb29sZXIQCxIR", - "Cg1UdXJuT2ZmQmxvd2VyEAwSFQoRUG93ZXJPZmZDb21wbGV0ZWQQDRIJCgVF", - "cnJvchAOEg0KCUNhbmNlbGxlZBAPQhsKGWNvbS50d2luZS50YW5nby5wbXIu", - "cG93ZXJiBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Power.PowerDownState), }, null)); - } - #endregion - - } - #region Enums - public enum PowerDownState { - /// <summary> - ///Fill the states. - /// </summary> - [pbr::OriginalName("None")] None = 0, - [pbr::OriginalName("Init")] Init = 1, - [pbr::OriginalName("StopRunningJob")] StopRunningJob = 2, - [pbr::OriginalName("HeadClean")] HeadClean = 3, - [pbr::OriginalName("MixerFlush")] MixerFlush = 4, - [pbr::OriginalName("HeatersOff")] HeatersOff = 5, - [pbr::OriginalName("StoreData")] StoreData = 6, - [pbr::OriginalName("SetValvePosition")] SetValvePosition = 7, - [pbr::OriginalName("WaitForTemperature")] WaitForTemperature = 8, - [pbr::OriginalName("WaitForProcesses")] WaitForProcesses = 9, - [pbr::OriginalName("TurnOffDryerFan")] TurnOffDryerFan = 10, - [pbr::OriginalName("TurnOffCooler")] TurnOffCooler = 11, - [pbr::OriginalName("TurnOffBlower")] TurnOffBlower = 12, - [pbr::OriginalName("PowerOffCompleted")] PowerOffCompleted = 13, - [pbr::OriginalName("Error")] Error = 14, - [pbr::OriginalName("Cancelled")] Cancelled = 15, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Power/PowerUpState.cs b/Software/Visual_Studio/Tango.PMR/Power/PowerUpState.cs deleted file mode 100644 index 6833f8588..000000000 --- a/Software/Visual_Studio/Tango.PMR/Power/PowerUpState.cs +++ /dev/null @@ -1,62 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: PowerUpState.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Power { - - /// <summary>Holder for reflection information generated from PowerUpState.proto</summary> - public static partial class PowerUpStateReflection { - - #region Descriptor - /// <summary>File descriptor for PowerUpState.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static PowerUpStateReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChJQb3dlclVwU3RhdGUucHJvdG8SD1RhbmdvLlBNUi5Qb3dlcirtAQoMUG93", - "ZXJVcFN0YXRlEggKBE5vbmUQABIICgRJbml0EAESDAoISHdDb25maWcQAhIP", - "CgtCdWlsdEluVGVzdBADEhsKF0luaXRpYWxCbG93ZXJBY3RpdmF0aW9uEAQS", - "EQoNV2FpdEZvckNvb2xlchAFEiAKHERpc3BlbnNlclByZXNzdXJlQnVpbGR1", - "cFRlc3QQBhITCg9UaHJlYWREZXRlY3Rpb24QBxISCg5IZWF0aW5nU3RhcnRl", - "ZBAIEhUKEU1hY2hpbmVSZWFkeVRvRHllEAkSCQoFRXJyb3IQChINCglDYW5j", - "ZWxsZWQQC0IbChljb20udHdpbmUudGFuZ28ucG1yLnBvd2VyYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Power.PowerUpState), }, null)); - } - #endregion - - } - #region Enums - public enum PowerUpState { - /// <summary> - ///Fill the states. - /// </summary> - [pbr::OriginalName("None")] None = 0, - [pbr::OriginalName("Init")] Init = 1, - [pbr::OriginalName("HwConfig")] HwConfig = 2, - [pbr::OriginalName("BuiltInTest")] BuiltInTest = 3, - [pbr::OriginalName("InitialBlowerActivation")] InitialBlowerActivation = 4, - [pbr::OriginalName("WaitForCooler")] WaitForCooler = 5, - [pbr::OriginalName("DispenserPressureBuildupTest")] DispenserPressureBuildupTest = 6, - [pbr::OriginalName("ThreadDetection")] ThreadDetection = 7, - [pbr::OriginalName("HeatingStarted")] HeatingStarted = 8, - [pbr::OriginalName("MachineReadyToDye")] MachineReadyToDye = 9, - [pbr::OriginalName("Error")] Error = 10, - [pbr::OriginalName("Cancelled")] Cancelled = 11, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Power/StandByRequest.cs b/Software/Visual_Studio/Tango.PMR/Power/StandByRequest.cs deleted file mode 100644 index 122abd35c..000000000 --- a/Software/Visual_Studio/Tango.PMR/Power/StandByRequest.cs +++ /dev/null @@ -1,131 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StandByRequest.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Power { - - /// <summary>Holder for reflection information generated from StandByRequest.proto</summary> - public static partial class StandByRequestReflection { - - #region Descriptor - /// <summary>File descriptor for StandByRequest.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StandByRequestReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChRTdGFuZEJ5UmVxdWVzdC5wcm90bxIPVGFuZ28uUE1SLlBvd2VyIhAKDlN0", - "YW5kQnlSZXF1ZXN0QhsKGWNvbS50d2luZS50YW5nby5wbXIucG93ZXJiBnBy", - "b3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Power.StandByRequest), global::Tango.PMR.Power.StandByRequest.Parser, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StandByRequest : pb::IMessage<StandByRequest> { - private static readonly pb::MessageParser<StandByRequest> _parser = new pb::MessageParser<StandByRequest>(() => new StandByRequest()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StandByRequest> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Power.StandByRequestReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StandByRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StandByRequest(StandByRequest other) : this() { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StandByRequest Clone() { - return new StandByRequest(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StandByRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StandByRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StandByRequest other) { - if (other == null) { - return; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Power/StandByResponse.cs b/Software/Visual_Studio/Tango.PMR/Power/StandByResponse.cs deleted file mode 100644 index 4c63b1257..000000000 --- a/Software/Visual_Studio/Tango.PMR/Power/StandByResponse.cs +++ /dev/null @@ -1,131 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StandByResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Power { - - /// <summary>Holder for reflection information generated from StandByResponse.proto</summary> - public static partial class StandByResponseReflection { - - #region Descriptor - /// <summary>File descriptor for StandByResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StandByResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChVTdGFuZEJ5UmVzcG9uc2UucHJvdG8SD1RhbmdvLlBNUi5Qb3dlciIRCg9T", - "dGFuZEJ5UmVzcG9uc2VCGwoZY29tLnR3aW5lLnRhbmdvLnBtci5wb3dlcmIG", - "cHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Power.StandByResponse), global::Tango.PMR.Power.StandByResponse.Parser, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StandByResponse : pb::IMessage<StandByResponse> { - private static readonly pb::MessageParser<StandByResponse> _parser = new pb::MessageParser<StandByResponse>(() => new StandByResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StandByResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Power.StandByResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StandByResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StandByResponse(StandByResponse other) : this() { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StandByResponse Clone() { - return new StandByResponse(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StandByResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StandByResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StandByResponse other) { - if (other == null) { - return; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Power/StartPowerDownRequest.cs b/Software/Visual_Studio/Tango.PMR/Power/StartPowerDownRequest.cs deleted file mode 100644 index a84a1e2e8..000000000 --- a/Software/Visual_Studio/Tango.PMR/Power/StartPowerDownRequest.cs +++ /dev/null @@ -1,131 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StartPowerDownRequest.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Power { - - /// <summary>Holder for reflection information generated from StartPowerDownRequest.proto</summary> - public static partial class StartPowerDownRequestReflection { - - #region Descriptor - /// <summary>File descriptor for StartPowerDownRequest.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StartPowerDownRequestReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChtTdGFydFBvd2VyRG93blJlcXVlc3QucHJvdG8SD1RhbmdvLlBNUi5Qb3dl", - "ciIXChVTdGFydFBvd2VyRG93blJlcXVlc3RCGwoZY29tLnR3aW5lLnRhbmdv", - "LnBtci5wb3dlcmIGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Power.StartPowerDownRequest), global::Tango.PMR.Power.StartPowerDownRequest.Parser, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StartPowerDownRequest : pb::IMessage<StartPowerDownRequest> { - private static readonly pb::MessageParser<StartPowerDownRequest> _parser = new pb::MessageParser<StartPowerDownRequest>(() => new StartPowerDownRequest()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StartPowerDownRequest> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Power.StartPowerDownRequestReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartPowerDownRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartPowerDownRequest(StartPowerDownRequest other) : this() { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartPowerDownRequest Clone() { - return new StartPowerDownRequest(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StartPowerDownRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StartPowerDownRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StartPowerDownRequest other) { - if (other == null) { - return; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Power/StartPowerDownResponse.cs b/Software/Visual_Studio/Tango.PMR/Power/StartPowerDownResponse.cs deleted file mode 100644 index 6f5e9adf3..000000000 --- a/Software/Visual_Studio/Tango.PMR/Power/StartPowerDownResponse.cs +++ /dev/null @@ -1,217 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StartPowerDownResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Power { - - /// <summary>Holder for reflection information generated from StartPowerDownResponse.proto</summary> - public static partial class StartPowerDownResponseReflection { - - #region Descriptor - /// <summary>File descriptor for StartPowerDownResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StartPowerDownResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChxTdGFydFBvd2VyRG93blJlc3BvbnNlLnByb3RvEg9UYW5nby5QTVIuUG93", - "ZXIaFFBvd2VyRG93blN0YXRlLnByb3RvInUKFlN0YXJ0UG93ZXJEb3duUmVz", - "cG9uc2USLgoFU3RhdGUYASABKA4yHy5UYW5nby5QTVIuUG93ZXIuUG93ZXJE", - "b3duU3RhdGUSGgoSUHJvZ3Jlc3NQZXJjZW50YWdlGAIgASgBEg8KB01lc3Nh", - "Z2UYAyABKAlCGwoZY29tLnR3aW5lLnRhbmdvLnBtci5wb3dlcmIGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.Power.PowerDownStateReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Power.StartPowerDownResponse), global::Tango.PMR.Power.StartPowerDownResponse.Parser, new[]{ "State", "ProgressPercentage", "Message" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StartPowerDownResponse : pb::IMessage<StartPowerDownResponse> { - private static readonly pb::MessageParser<StartPowerDownResponse> _parser = new pb::MessageParser<StartPowerDownResponse>(() => new StartPowerDownResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StartPowerDownResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Power.StartPowerDownResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartPowerDownResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartPowerDownResponse(StartPowerDownResponse other) : this() { - state_ = other.state_; - progressPercentage_ = other.progressPercentage_; - message_ = other.message_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartPowerDownResponse Clone() { - return new StartPowerDownResponse(this); - } - - /// <summary>Field number for the "State" field.</summary> - public const int StateFieldNumber = 1; - private global::Tango.PMR.Power.PowerDownState state_ = 0; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.Power.PowerDownState State { - get { return state_; } - set { - state_ = value; - } - } - - /// <summary>Field number for the "ProgressPercentage" field.</summary> - public const int ProgressPercentageFieldNumber = 2; - private double progressPercentage_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double ProgressPercentage { - get { return progressPercentage_; } - set { - progressPercentage_ = value; - } - } - - /// <summary>Field number for the "Message" field.</summary> - public const int MessageFieldNumber = 3; - private string message_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Message { - get { return message_; } - set { - message_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StartPowerDownResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StartPowerDownResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (State != other.State) return false; - if (ProgressPercentage != other.ProgressPercentage) return false; - if (Message != other.Message) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (State != 0) hash ^= State.GetHashCode(); - if (ProgressPercentage != 0D) hash ^= ProgressPercentage.GetHashCode(); - if (Message.Length != 0) hash ^= Message.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (State != 0) { - output.WriteRawTag(8); - output.WriteEnum((int) State); - } - if (ProgressPercentage != 0D) { - output.WriteRawTag(17); - output.WriteDouble(ProgressPercentage); - } - if (Message.Length != 0) { - output.WriteRawTag(26); - output.WriteString(Message); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (State != 0) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) State); - } - if (ProgressPercentage != 0D) { - size += 1 + 8; - } - if (Message.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Message); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StartPowerDownResponse other) { - if (other == null) { - return; - } - if (other.State != 0) { - State = other.State; - } - if (other.ProgressPercentage != 0D) { - ProgressPercentage = other.ProgressPercentage; - } - if (other.Message.Length != 0) { - Message = other.Message; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 8: { - state_ = (global::Tango.PMR.Power.PowerDownState) input.ReadEnum(); - break; - } - case 17: { - ProgressPercentage = input.ReadDouble(); - break; - } - case 26: { - Message = input.ReadString(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Power/StartPowerUpRequest.cs b/Software/Visual_Studio/Tango.PMR/Power/StartPowerUpRequest.cs deleted file mode 100644 index e196a6e5f..000000000 --- a/Software/Visual_Studio/Tango.PMR/Power/StartPowerUpRequest.cs +++ /dev/null @@ -1,131 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StartPowerUpRequest.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Power { - - /// <summary>Holder for reflection information generated from StartPowerUpRequest.proto</summary> - public static partial class StartPowerUpRequestReflection { - - #region Descriptor - /// <summary>File descriptor for StartPowerUpRequest.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StartPowerUpRequestReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChlTdGFydFBvd2VyVXBSZXF1ZXN0LnByb3RvEg9UYW5nby5QTVIuUG93ZXIi", - "FQoTU3RhcnRQb3dlclVwUmVxdWVzdEIbChljb20udHdpbmUudGFuZ28ucG1y", - "LnBvd2VyYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Power.StartPowerUpRequest), global::Tango.PMR.Power.StartPowerUpRequest.Parser, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StartPowerUpRequest : pb::IMessage<StartPowerUpRequest> { - private static readonly pb::MessageParser<StartPowerUpRequest> _parser = new pb::MessageParser<StartPowerUpRequest>(() => new StartPowerUpRequest()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StartPowerUpRequest> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Power.StartPowerUpRequestReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartPowerUpRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartPowerUpRequest(StartPowerUpRequest other) : this() { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartPowerUpRequest Clone() { - return new StartPowerUpRequest(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StartPowerUpRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StartPowerUpRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StartPowerUpRequest other) { - if (other == null) { - return; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Power/StartPowerUpResponse.cs b/Software/Visual_Studio/Tango.PMR/Power/StartPowerUpResponse.cs deleted file mode 100644 index a16872dd0..000000000 --- a/Software/Visual_Studio/Tango.PMR/Power/StartPowerUpResponse.cs +++ /dev/null @@ -1,217 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StartPowerUpResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Power { - - /// <summary>Holder for reflection information generated from StartPowerUpResponse.proto</summary> - public static partial class StartPowerUpResponseReflection { - - #region Descriptor - /// <summary>File descriptor for StartPowerUpResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StartPowerUpResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChpTdGFydFBvd2VyVXBSZXNwb25zZS5wcm90bxIPVGFuZ28uUE1SLlBvd2Vy", - "GhJQb3dlclVwU3RhdGUucHJvdG8icQoUU3RhcnRQb3dlclVwUmVzcG9uc2US", - "LAoFU3RhdGUYASABKA4yHS5UYW5nby5QTVIuUG93ZXIuUG93ZXJVcFN0YXRl", - "EhoKElByb2dyZXNzUGVyY2VudGFnZRgCIAEoARIPCgdNZXNzYWdlGAMgASgJ", - "QhsKGWNvbS50d2luZS50YW5nby5wbXIucG93ZXJiBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.Power.PowerUpStateReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Power.StartPowerUpResponse), global::Tango.PMR.Power.StartPowerUpResponse.Parser, new[]{ "State", "ProgressPercentage", "Message" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StartPowerUpResponse : pb::IMessage<StartPowerUpResponse> { - private static readonly pb::MessageParser<StartPowerUpResponse> _parser = new pb::MessageParser<StartPowerUpResponse>(() => new StartPowerUpResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StartPowerUpResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Power.StartPowerUpResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartPowerUpResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartPowerUpResponse(StartPowerUpResponse other) : this() { - state_ = other.state_; - progressPercentage_ = other.progressPercentage_; - message_ = other.message_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartPowerUpResponse Clone() { - return new StartPowerUpResponse(this); - } - - /// <summary>Field number for the "State" field.</summary> - public const int StateFieldNumber = 1; - private global::Tango.PMR.Power.PowerUpState state_ = 0; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.Power.PowerUpState State { - get { return state_; } - set { - state_ = value; - } - } - - /// <summary>Field number for the "ProgressPercentage" field.</summary> - public const int ProgressPercentageFieldNumber = 2; - private double progressPercentage_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double ProgressPercentage { - get { return progressPercentage_; } - set { - progressPercentage_ = value; - } - } - - /// <summary>Field number for the "Message" field.</summary> - public const int MessageFieldNumber = 3; - private string message_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Message { - get { return message_; } - set { - message_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StartPowerUpResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StartPowerUpResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (State != other.State) return false; - if (ProgressPercentage != other.ProgressPercentage) return false; - if (Message != other.Message) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (State != 0) hash ^= State.GetHashCode(); - if (ProgressPercentage != 0D) hash ^= ProgressPercentage.GetHashCode(); - if (Message.Length != 0) hash ^= Message.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (State != 0) { - output.WriteRawTag(8); - output.WriteEnum((int) State); - } - if (ProgressPercentage != 0D) { - output.WriteRawTag(17); - output.WriteDouble(ProgressPercentage); - } - if (Message.Length != 0) { - output.WriteRawTag(26); - output.WriteString(Message); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (State != 0) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) State); - } - if (ProgressPercentage != 0D) { - size += 1 + 8; - } - if (Message.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Message); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StartPowerUpResponse other) { - if (other == null) { - return; - } - if (other.State != 0) { - State = other.State; - } - if (other.ProgressPercentage != 0D) { - ProgressPercentage = other.ProgressPercentage; - } - if (other.Message.Length != 0) { - Message = other.Message; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 8: { - state_ = (global::Tango.PMR.Power.PowerUpState) input.ReadEnum(); - break; - } - case 17: { - ProgressPercentage = input.ReadDouble(); - break; - } - case 26: { - Message = input.ReadString(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Printing/AbortHeadCleaningRequest.cs b/Software/Visual_Studio/Tango.PMR/Printing/AbortHeadCleaningRequest.cs deleted file mode 100644 index 291d960aa..000000000 --- a/Software/Visual_Studio/Tango.PMR/Printing/AbortHeadCleaningRequest.cs +++ /dev/null @@ -1,131 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AbortHeadCleaningRequest.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Printing { - - /// <summary>Holder for reflection information generated from AbortHeadCleaningRequest.proto</summary> - public static partial class AbortHeadCleaningRequestReflection { - - #region Descriptor - /// <summary>File descriptor for AbortHeadCleaningRequest.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static AbortHeadCleaningRequestReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch5BYm9ydEhlYWRDbGVhbmluZ1JlcXVlc3QucHJvdG8SElRhbmdvLlBNUi5Q", - "cmludGluZyIaChhBYm9ydEhlYWRDbGVhbmluZ1JlcXVlc3RCHgocY29tLnR3", - "aW5lLnRhbmdvLnBtci5wcmludGluZ2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Printing.AbortHeadCleaningRequest), global::Tango.PMR.Printing.AbortHeadCleaningRequest.Parser, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class AbortHeadCleaningRequest : pb::IMessage<AbortHeadCleaningRequest> { - private static readonly pb::MessageParser<AbortHeadCleaningRequest> _parser = new pb::MessageParser<AbortHeadCleaningRequest>(() => new AbortHeadCleaningRequest()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<AbortHeadCleaningRequest> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Printing.AbortHeadCleaningRequestReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public AbortHeadCleaningRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public AbortHeadCleaningRequest(AbortHeadCleaningRequest other) : this() { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public AbortHeadCleaningRequest Clone() { - return new AbortHeadCleaningRequest(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as AbortHeadCleaningRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(AbortHeadCleaningRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(AbortHeadCleaningRequest other) { - if (other == null) { - return; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Printing/AbortHeadCleaningResponse.cs b/Software/Visual_Studio/Tango.PMR/Printing/AbortHeadCleaningResponse.cs deleted file mode 100644 index d65675011..000000000 --- a/Software/Visual_Studio/Tango.PMR/Printing/AbortHeadCleaningResponse.cs +++ /dev/null @@ -1,131 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: AbortHeadCleaningResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Printing { - - /// <summary>Holder for reflection information generated from AbortHeadCleaningResponse.proto</summary> - public static partial class AbortHeadCleaningResponseReflection { - - #region Descriptor - /// <summary>File descriptor for AbortHeadCleaningResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static AbortHeadCleaningResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch9BYm9ydEhlYWRDbGVhbmluZ1Jlc3BvbnNlLnByb3RvEhJUYW5nby5QTVIu", - "UHJpbnRpbmciGwoZQWJvcnRIZWFkQ2xlYW5pbmdSZXNwb25zZUIeChxjb20u", - "dHdpbmUudGFuZ28ucG1yLnByaW50aW5nYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Printing.AbortHeadCleaningResponse), global::Tango.PMR.Printing.AbortHeadCleaningResponse.Parser, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class AbortHeadCleaningResponse : pb::IMessage<AbortHeadCleaningResponse> { - private static readonly pb::MessageParser<AbortHeadCleaningResponse> _parser = new pb::MessageParser<AbortHeadCleaningResponse>(() => new AbortHeadCleaningResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<AbortHeadCleaningResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Printing.AbortHeadCleaningResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public AbortHeadCleaningResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public AbortHeadCleaningResponse(AbortHeadCleaningResponse other) : this() { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public AbortHeadCleaningResponse Clone() { - return new AbortHeadCleaningResponse(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as AbortHeadCleaningResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(AbortHeadCleaningResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(AbortHeadCleaningResponse other) { - if (other == null) { - return; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Printing/DispenserLiquidType.cs b/Software/Visual_Studio/Tango.PMR/Printing/DispenserLiquidType.cs index 988d26788..7f97d6907 100644 --- a/Software/Visual_Studio/Tango.PMR/Printing/DispenserLiquidType.cs +++ b/Software/Visual_Studio/Tango.PMR/Printing/DispenserLiquidType.cs @@ -23,11 +23,10 @@ namespace Tango.PMR.Printing { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChlEaXNwZW5zZXJMaXF1aWRUeXBlLnByb3RvEhJUYW5nby5QTVIuUHJpbnRp", - "bmcqpQEKE0Rpc3BlbnNlckxpcXVpZFR5cGUSCAoEQ3lhbhAAEgsKB01hZ2Vu", - "dGEQARIKCgZZZWxsb3cQAhIJCgVCbGFjaxADEhIKDlRyYW5zcGFyZW50SW5r", - "EAQSDQoJTHVicmljYW50EAUSCwoHQ2xlYW5lchAGEg0KCUxpZ2h0Q3lhbhAH", - "EhAKDExpZ2h0TWFnZW50YRAIEg8KC0xpZ2h0WWVsbG93EAlCHgocY29tLnR3", - "aW5lLnRhbmdvLnBtci5wcmludGluZ2IGcHJvdG8z")); + "bmcqcwoTRGlzcGVuc2VyTGlxdWlkVHlwZRIICgRDeWFuEAASCwoHTWFnZW50", + "YRABEgoKBlllbGxvdxACEgkKBUJsYWNrEAMSEgoOVHJhbnNwYXJlbnRJbmsQ", + "BBINCglMdWJyaWNhbnQQBRILCgdDbGVhbmVyEAZCHgocY29tLnR3aW5lLnRh", + "bmdvLnBtci5wcmludGluZ2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Printing.DispenserLiquidType), }, null)); @@ -44,9 +43,6 @@ namespace Tango.PMR.Printing { [pbr::OriginalName("TransparentInk")] TransparentInk = 4, [pbr::OriginalName("Lubricant")] Lubricant = 5, [pbr::OriginalName("Cleaner")] Cleaner = 6, - [pbr::OriginalName("LightCyan")] LightCyan = 7, - [pbr::OriginalName("LightMagenta")] LightMagenta = 8, - [pbr::OriginalName("LightYellow")] LightYellow = 9, } #endregion diff --git a/Software/Visual_Studio/Tango.PMR/Printing/HeadCleaningParameters.cs b/Software/Visual_Studio/Tango.PMR/Printing/HeadCleaningParameters.cs deleted file mode 100644 index 1c6786540..000000000 --- a/Software/Visual_Studio/Tango.PMR/Printing/HeadCleaningParameters.cs +++ /dev/null @@ -1,188 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: HeadCleaningParameters.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Printing { - - /// <summary>Holder for reflection information generated from HeadCleaningParameters.proto</summary> - public static partial class HeadCleaningParametersReflection { - - #region Descriptor - /// <summary>File descriptor for HeadCleaningParameters.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static HeadCleaningParametersReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChxIZWFkQ2xlYW5pbmdQYXJhbWV0ZXJzLnByb3RvEhJUYW5nby5QTVIuUHJp", - "bnRpbmciUAoWSGVhZENsZWFuaW5nUGFyYW1ldGVycxITCgtDbGVhbmVyRmxv", - "dxgBIAEoARIhChlBcmNIZWFkQ2xlYW5pbmdNb3RvclNwZWVkGAIgASgBQh4K", - "HGNvbS50d2luZS50YW5nby5wbXIucHJpbnRpbmdiBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Printing.HeadCleaningParameters), global::Tango.PMR.Printing.HeadCleaningParameters.Parser, new[]{ "CleanerFlow", "ArcHeadCleaningMotorSpeed" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class HeadCleaningParameters : pb::IMessage<HeadCleaningParameters> { - private static readonly pb::MessageParser<HeadCleaningParameters> _parser = new pb::MessageParser<HeadCleaningParameters>(() => new HeadCleaningParameters()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<HeadCleaningParameters> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Printing.HeadCleaningParametersReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public HeadCleaningParameters() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public HeadCleaningParameters(HeadCleaningParameters other) : this() { - cleanerFlow_ = other.cleanerFlow_; - arcHeadCleaningMotorSpeed_ = other.arcHeadCleaningMotorSpeed_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public HeadCleaningParameters Clone() { - return new HeadCleaningParameters(this); - } - - /// <summary>Field number for the "CleanerFlow" field.</summary> - public const int CleanerFlowFieldNumber = 1; - private double cleanerFlow_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double CleanerFlow { - get { return cleanerFlow_; } - set { - cleanerFlow_ = value; - } - } - - /// <summary>Field number for the "ArcHeadCleaningMotorSpeed" field.</summary> - public const int ArcHeadCleaningMotorSpeedFieldNumber = 2; - private double arcHeadCleaningMotorSpeed_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double ArcHeadCleaningMotorSpeed { - get { return arcHeadCleaningMotorSpeed_; } - set { - arcHeadCleaningMotorSpeed_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as HeadCleaningParameters); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(HeadCleaningParameters other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (CleanerFlow != other.CleanerFlow) return false; - if (ArcHeadCleaningMotorSpeed != other.ArcHeadCleaningMotorSpeed) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (CleanerFlow != 0D) hash ^= CleanerFlow.GetHashCode(); - if (ArcHeadCleaningMotorSpeed != 0D) hash ^= ArcHeadCleaningMotorSpeed.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (CleanerFlow != 0D) { - output.WriteRawTag(9); - output.WriteDouble(CleanerFlow); - } - if (ArcHeadCleaningMotorSpeed != 0D) { - output.WriteRawTag(17); - output.WriteDouble(ArcHeadCleaningMotorSpeed); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (CleanerFlow != 0D) { - size += 1 + 8; - } - if (ArcHeadCleaningMotorSpeed != 0D) { - size += 1 + 8; - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(HeadCleaningParameters other) { - if (other == null) { - return; - } - if (other.CleanerFlow != 0D) { - CleanerFlow = other.CleanerFlow; - } - if (other.ArcHeadCleaningMotorSpeed != 0D) { - ArcHeadCleaningMotorSpeed = other.ArcHeadCleaningMotorSpeed; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 9: { - CleanerFlow = input.ReadDouble(); - break; - } - case 17: { - ArcHeadCleaningMotorSpeed = input.ReadDouble(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Printing/JobSpool.cs b/Software/Visual_Studio/Tango.PMR/Printing/JobSpool.cs index c716906e6..7261ba19b 100644 --- a/Software/Visual_Studio/Tango.PMR/Printing/JobSpool.cs +++ b/Software/Visual_Studio/Tango.PMR/Printing/JobSpool.cs @@ -23,18 +23,17 @@ namespace Tango.PMR.Printing { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Cg5Kb2JTcG9vbC5wcm90bxISVGFuZ28uUE1SLlByaW50aW5nGhJKb2JTcG9v", - "bFR5cGUucHJvdG8ingIKCEpvYlNwb29sEjYKDEpvYlNwb29sVHlwZRgBIAEo", + "bFR5cGUucHJvdG8i+QEKCEpvYlNwb29sEjYKDEpvYlNwb29sVHlwZRgBIAEo", "DjIgLlRhbmdvLlBNUi5QcmludGluZy5Kb2JTcG9vbFR5cGUSDgoGTGVuZ3Ro", "GAIgASgBEg4KBldlaWdodBgDIAEoARIQCghEaWFtZXRlchgEIAEoARIbChNS", "b3RhdGlvbnNQZXJQYXNzYWdlGAUgASgBEhkKEVN0YXJ0T2Zmc2V0UHVsc2Vz", "GAYgASgFEhMKC0JhY2tpbmdSYXRlGAcgASgFEhsKE1NlZ21lbnRPZmZzZXRQ", - "dWxzZXMYCCABKAUSGQoRQm90dG9tQmFja2luZ1JhdGUYCSABKAUSIwobTGlt", - "aXRTd2l0Y2hTdGFydFBvaW50T2Zmc2V0GAogASgFQh4KHGNvbS50d2luZS50", - "YW5nby5wbXIucHJpbnRpbmdiBnByb3RvMw==")); + "dWxzZXMYCCABKAUSGQoRQm90dG9tQmFja2luZ1JhdGUYCSABKAVCHgocY29t", + "LnR3aW5lLnRhbmdvLnBtci5wcmludGluZ2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::Tango.PMR.Printing.JobSpoolTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Printing.JobSpool), global::Tango.PMR.Printing.JobSpool.Parser, new[]{ "JobSpoolType", "Length", "Weight", "Diameter", "RotationsPerPassage", "StartOffsetPulses", "BackingRate", "SegmentOffsetPulses", "BottomBackingRate", "LimitSwitchStartPointOffset" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Printing.JobSpool), global::Tango.PMR.Printing.JobSpool.Parser, new[]{ "JobSpoolType", "Length", "Weight", "Diameter", "RotationsPerPassage", "StartOffsetPulses", "BackingRate", "SegmentOffsetPulses", "BottomBackingRate" }, null, null, null) })); } #endregion @@ -74,7 +73,6 @@ namespace Tango.PMR.Printing { backingRate_ = other.backingRate_; segmentOffsetPulses_ = other.segmentOffsetPulses_; bottomBackingRate_ = other.bottomBackingRate_; - limitSwitchStartPointOffset_ = other.limitSwitchStartPointOffset_; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -181,17 +179,6 @@ namespace Tango.PMR.Printing { } } - /// <summary>Field number for the "LimitSwitchStartPointOffset" field.</summary> - public const int LimitSwitchStartPointOffsetFieldNumber = 10; - private int limitSwitchStartPointOffset_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int LimitSwitchStartPointOffset { - get { return limitSwitchStartPointOffset_; } - set { - limitSwitchStartPointOffset_ = value; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as JobSpool); @@ -214,7 +201,6 @@ namespace Tango.PMR.Printing { if (BackingRate != other.BackingRate) return false; if (SegmentOffsetPulses != other.SegmentOffsetPulses) return false; if (BottomBackingRate != other.BottomBackingRate) return false; - if (LimitSwitchStartPointOffset != other.LimitSwitchStartPointOffset) return false; return true; } @@ -230,7 +216,6 @@ namespace Tango.PMR.Printing { if (BackingRate != 0) hash ^= BackingRate.GetHashCode(); if (SegmentOffsetPulses != 0) hash ^= SegmentOffsetPulses.GetHashCode(); if (BottomBackingRate != 0) hash ^= BottomBackingRate.GetHashCode(); - if (LimitSwitchStartPointOffset != 0) hash ^= LimitSwitchStartPointOffset.GetHashCode(); return hash; } @@ -277,10 +262,6 @@ namespace Tango.PMR.Printing { output.WriteRawTag(72); output.WriteInt32(BottomBackingRate); } - if (LimitSwitchStartPointOffset != 0) { - output.WriteRawTag(80); - output.WriteInt32(LimitSwitchStartPointOffset); - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -313,9 +294,6 @@ namespace Tango.PMR.Printing { if (BottomBackingRate != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(BottomBackingRate); } - if (LimitSwitchStartPointOffset != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(LimitSwitchStartPointOffset); - } return size; } @@ -351,9 +329,6 @@ namespace Tango.PMR.Printing { if (other.BottomBackingRate != 0) { BottomBackingRate = other.BottomBackingRate; } - if (other.LimitSwitchStartPointOffset != 0) { - LimitSwitchStartPointOffset = other.LimitSwitchStartPointOffset; - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -400,10 +375,6 @@ namespace Tango.PMR.Printing { BottomBackingRate = input.ReadInt32(); break; } - case 80: { - LimitSwitchStartPointOffset = input.ReadInt32(); - break; - } } } } diff --git a/Software/Visual_Studio/Tango.PMR/Printing/JobTicket.cs b/Software/Visual_Studio/Tango.PMR/Printing/JobTicket.cs index 8e314704d..b6ac9c9e1 100644 --- a/Software/Visual_Studio/Tango.PMR/Printing/JobTicket.cs +++ b/Software/Visual_Studio/Tango.PMR/Printing/JobTicket.cs @@ -25,27 +25,23 @@ namespace Tango.PMR.Printing { "Cg9Kb2JUaWNrZXQucHJvdG8SElRhbmdvLlBNUi5QcmludGluZxoQSm9iU2Vn", "bWVudC5wcm90bxoXUHJvY2Vzc1BhcmFtZXRlcnMucHJvdG8aFkpvYldpbmRp", "bmdNZXRob2QucHJvdG8aDkpvYlNwb29sLnByb3RvGhdKb2JVcGxvYWRTdHJh", - "dGVneS5wcm90bxoWVGhyZWFkUGFyYW1ldGVycy5wcm90bxocSGVhZENsZWFu", - "aW5nUGFyYW1ldGVycy5wcm90byL9BAoJSm9iVGlja2V0EgwKBEd1aWQYASAB", - "KAkSDAoETmFtZRgCIAEoCRIaChJFbmFibGVJbnRlclNlZ21lbnQYAyABKAgS", - "GgoSSW50ZXJTZWdtZW50TGVuZ3RoGAQgASgBEg4KBkxlbmd0aBgFIAEoARJA", - "ChFQcm9jZXNzUGFyYW1ldGVycxgGIAEoCzIlLlRhbmdvLlBNUi5QcmludGlu", - "Zy5Qcm9jZXNzUGFyYW1ldGVycxI7Cg1XaW5kaW5nTWV0aG9kGAcgASgOMiQu", - "VGFuZ28uUE1SLlByaW50aW5nLkpvYldpbmRpbmdNZXRob2QSKwoFU3Bvb2wY", - "CCABKAsyHC5UYW5nby5QTVIuUHJpbnRpbmcuSm9iU3Bvb2wSMAoIU2VnbWVu", - "dHMYCSADKAsyHi5UYW5nby5QTVIuUHJpbnRpbmcuSm9iU2VnbWVudBI9Cg5V", - "cGxvYWRTdHJhdGVneRgKIAEoDjIlLlRhbmdvLlBNUi5QcmludGluZy5Kb2JV", - "cGxvYWRTdHJhdGVneRIaChJKb2JEZXNjcmlwdGlvbkZpbGUYCyABKAkSGQoR", - "RW5hYmxlTHVicmljYXRpb24YDCABKAgSFQoNTnVtYmVyT2ZVbml0cxgNIAEo", - "DRIVCg1TYW1wbGVXaW5kaW5nGA4gASgIEj4KEFRocmVhZFBhcmFtZXRlcnMY", - "DyABKAsyJC5UYW5nby5QTVIuUHJpbnRpbmcuVGhyZWFkUGFyYW1ldGVycxJK", - "ChZIZWFkQ2xlYW5pbmdQYXJhbWV0ZXJzGBAgASgLMiouVGFuZ28uUE1SLlBy", - "aW50aW5nLkhlYWRDbGVhbmluZ1BhcmFtZXRlcnNCHgocY29tLnR3aW5lLnRh", - "bmdvLnBtci5wcmludGluZ2IGcHJvdG8z")); + "dGVneS5wcm90byLxAwoJSm9iVGlja2V0EgwKBEd1aWQYASABKAkSDAoETmFt", + "ZRgCIAEoCRIaChJFbmFibGVJbnRlclNlZ21lbnQYAyABKAgSGgoSSW50ZXJT", + "ZWdtZW50TGVuZ3RoGAQgASgBEg4KBkxlbmd0aBgFIAEoARJAChFQcm9jZXNz", + "UGFyYW1ldGVycxgGIAEoCzIlLlRhbmdvLlBNUi5QcmludGluZy5Qcm9jZXNz", + "UGFyYW1ldGVycxI7Cg1XaW5kaW5nTWV0aG9kGAcgASgOMiQuVGFuZ28uUE1S", + "LlByaW50aW5nLkpvYldpbmRpbmdNZXRob2QSKwoFU3Bvb2wYCCABKAsyHC5U", + "YW5nby5QTVIuUHJpbnRpbmcuSm9iU3Bvb2wSMAoIU2VnbWVudHMYCSADKAsy", + "Hi5UYW5nby5QTVIuUHJpbnRpbmcuSm9iU2VnbWVudBI9Cg5VcGxvYWRTdHJh", + "dGVneRgKIAEoDjIlLlRhbmdvLlBNUi5QcmludGluZy5Kb2JVcGxvYWRTdHJh", + "dGVneRIaChJKb2JEZXNjcmlwdGlvbkZpbGUYCyABKAkSGQoRRW5hYmxlTHVi", + "cmljYXRpb24YDCABKAgSFQoNTnVtYmVyT2ZVbml0cxgNIAEoDRIVCg1TYW1w", + "bGVXaW5kaW5nGA4gASgIQh4KHGNvbS50d2luZS50YW5nby5wbXIucHJpbnRp", + "bmdiBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.Printing.JobSegmentReflection.Descriptor, global::Tango.PMR.Printing.ProcessParametersReflection.Descriptor, global::Tango.PMR.Printing.JobWindingMethodReflection.Descriptor, global::Tango.PMR.Printing.JobSpoolReflection.Descriptor, global::Tango.PMR.Printing.JobUploadStrategyReflection.Descriptor, global::Tango.PMR.Printing.ThreadParametersReflection.Descriptor, global::Tango.PMR.Printing.HeadCleaningParametersReflection.Descriptor, }, + new pbr::FileDescriptor[] { global::Tango.PMR.Printing.JobSegmentReflection.Descriptor, global::Tango.PMR.Printing.ProcessParametersReflection.Descriptor, global::Tango.PMR.Printing.JobWindingMethodReflection.Descriptor, global::Tango.PMR.Printing.JobSpoolReflection.Descriptor, global::Tango.PMR.Printing.JobUploadStrategyReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Printing.JobTicket), global::Tango.PMR.Printing.JobTicket.Parser, new[]{ "Guid", "Name", "EnableInterSegment", "InterSegmentLength", "Length", "ProcessParameters", "WindingMethod", "Spool", "Segments", "UploadStrategy", "JobDescriptionFile", "EnableLubrication", "NumberOfUnits", "SampleWinding", "ThreadParameters", "HeadCleaningParameters" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Printing.JobTicket), global::Tango.PMR.Printing.JobTicket.Parser, new[]{ "Guid", "Name", "EnableInterSegment", "InterSegmentLength", "Length", "ProcessParameters", "WindingMethod", "Spool", "Segments", "UploadStrategy", "JobDescriptionFile", "EnableLubrication", "NumberOfUnits", "SampleWinding" }, null, null, null) })); } #endregion @@ -90,8 +86,6 @@ namespace Tango.PMR.Printing { enableLubrication_ = other.enableLubrication_; numberOfUnits_ = other.numberOfUnits_; sampleWinding_ = other.sampleWinding_; - ThreadParameters = other.threadParameters_ != null ? other.ThreadParameters.Clone() : null; - HeadCleaningParameters = other.headCleaningParameters_ != null ? other.HeadCleaningParameters.Clone() : null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -255,28 +249,6 @@ namespace Tango.PMR.Printing { } } - /// <summary>Field number for the "ThreadParameters" field.</summary> - public const int ThreadParametersFieldNumber = 15; - private global::Tango.PMR.Printing.ThreadParameters threadParameters_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.Printing.ThreadParameters ThreadParameters { - get { return threadParameters_; } - set { - threadParameters_ = value; - } - } - - /// <summary>Field number for the "HeadCleaningParameters" field.</summary> - public const int HeadCleaningParametersFieldNumber = 16; - private global::Tango.PMR.Printing.HeadCleaningParameters headCleaningParameters_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.Printing.HeadCleaningParameters HeadCleaningParameters { - get { return headCleaningParameters_; } - set { - headCleaningParameters_ = value; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as JobTicket); @@ -304,8 +276,6 @@ namespace Tango.PMR.Printing { if (EnableLubrication != other.EnableLubrication) return false; if (NumberOfUnits != other.NumberOfUnits) return false; if (SampleWinding != other.SampleWinding) return false; - if (!object.Equals(ThreadParameters, other.ThreadParameters)) return false; - if (!object.Equals(HeadCleaningParameters, other.HeadCleaningParameters)) return false; return true; } @@ -326,8 +296,6 @@ namespace Tango.PMR.Printing { if (EnableLubrication != false) hash ^= EnableLubrication.GetHashCode(); if (NumberOfUnits != 0) hash ^= NumberOfUnits.GetHashCode(); if (SampleWinding != false) hash ^= SampleWinding.GetHashCode(); - if (threadParameters_ != null) hash ^= ThreadParameters.GetHashCode(); - if (headCleaningParameters_ != null) hash ^= HeadCleaningParameters.GetHashCode(); return hash; } @@ -391,14 +359,6 @@ namespace Tango.PMR.Printing { output.WriteRawTag(112); output.WriteBool(SampleWinding); } - if (threadParameters_ != null) { - output.WriteRawTag(122); - output.WriteMessage(ThreadParameters); - } - if (headCleaningParameters_ != null) { - output.WriteRawTag(130, 1); - output.WriteMessage(HeadCleaningParameters); - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -444,12 +404,6 @@ namespace Tango.PMR.Printing { if (SampleWinding != false) { size += 1 + 1; } - if (threadParameters_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(ThreadParameters); - } - if (headCleaningParameters_ != null) { - size += 2 + pb::CodedOutputStream.ComputeMessageSize(HeadCleaningParameters); - } return size; } @@ -504,18 +458,6 @@ namespace Tango.PMR.Printing { if (other.SampleWinding != false) { SampleWinding = other.SampleWinding; } - if (other.threadParameters_ != null) { - if (threadParameters_ == null) { - threadParameters_ = new global::Tango.PMR.Printing.ThreadParameters(); - } - ThreadParameters.MergeFrom(other.ThreadParameters); - } - if (other.headCleaningParameters_ != null) { - if (headCleaningParameters_ == null) { - headCleaningParameters_ = new global::Tango.PMR.Printing.HeadCleaningParameters(); - } - HeadCleaningParameters.MergeFrom(other.HeadCleaningParameters); - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -588,20 +530,6 @@ namespace Tango.PMR.Printing { SampleWinding = input.ReadBool(); break; } - case 122: { - if (threadParameters_ == null) { - threadParameters_ = new global::Tango.PMR.Printing.ThreadParameters(); - } - input.ReadMessage(threadParameters_); - break; - } - case 130: { - if (headCleaningParameters_ == null) { - headCleaningParameters_ = new global::Tango.PMR.Printing.HeadCleaningParameters(); - } - input.ReadMessage(headCleaningParameters_); - break; - } } } } diff --git a/Software/Visual_Studio/Tango.PMR/Printing/ProcessParameters.cs b/Software/Visual_Studio/Tango.PMR/Printing/ProcessParameters.cs index b0c29288f..90b502b7f 100644 --- a/Software/Visual_Studio/Tango.PMR/Printing/ProcessParameters.cs +++ b/Software/Visual_Studio/Tango.PMR/Printing/ProcessParameters.cs @@ -23,7 +23,7 @@ namespace Tango.PMR.Printing { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChdQcm9jZXNzUGFyYW1ldGVycy5wcm90bxISVGFuZ28uUE1SLlByaW50aW5n", - "ItIFChFQcm9jZXNzUGFyYW1ldGVycxITCgtEeWVpbmdTcGVlZBgBIAEoARIU", + "ItgDChFQcm9jZXNzUGFyYW1ldGVycxITCgtEeWVpbmdTcGVlZBgBIAEoARIU", "CgxNaW5JbmtVcHRha2UYAiABKAESFAoMTWF4SW5rVXB0YWtlGAMgASgBEhUK", "DUZlZWRlclRlbnNpb24YBCABKAESFQoNUHVsbGVyVGVuc2lvbhgFIAEoARIV", "Cg1XaW5kZXJUZW5zaW9uGAYgASgBEhEKCU1peGVyVGVtcBgHIAEoARIVCg1I", @@ -33,17 +33,12 @@ namespace Tango.PMR.Printing { "CgxEcnllckFpckZsb3cYDiABKAESFgoORHJ5ZXJab25lMVRlbXAYDyABKAES", "FgoORHJ5ZXJab25lMlRlbXAYECABKAESFgoORHJ5ZXJab25lM1RlbXAYESAB", "KAESGQoRRHJ5ZXJCdWZmZXJMZW5ndGgYEiABKAESEwoLSGVhZEFpckZsb3cY", - "EyABKAESEgoKVGFibGVJbmRleBgUIAEoBRIVCg1IZWFkWm9uZTdUZW1wGBUg", - "ASgBEhUKDUhlYWRab25lOFRlbXAYFiABKAESFQoNSGVhZFpvbmU5VGVtcBgX", - "IAEoARIWCg5IZWFkWm9uZTEwVGVtcBgYIAEoARIWCg5IZWFkWm9uZTExVGVt", - "cBgZIAEoARIWCg5IZWFkWm9uZTEyVGVtcBgaIAEoARITCgtSQmxvd2VyRmxv", - "dxgbIAEoARITCgtSQmxvd2VyVGVtcBgcIAEoARITCgtMQmxvd2VyRmxvdxgd", - "IAEoARITCgtMQmxvd2VyVGVtcBgeIAEoARIXCg9QcmVzc3VyZUJ1aWxkVXAY", - "HyABKAFCHgocY29tLnR3aW5lLnRhbmdvLnBtci5wcmludGluZ2IGcHJvdG8z")); + "EyABKAESEgoKVGFibGVJbmRleBgUIAEoBUIeChxjb20udHdpbmUudGFuZ28u", + "cG1yLnByaW50aW5nYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Printing.ProcessParameters), global::Tango.PMR.Printing.ProcessParameters.Parser, new[]{ "DyeingSpeed", "MinInkUptake", "MaxInkUptake", "FeederTension", "PullerTension", "WinderTension", "MixerTemp", "HeadZone1Temp", "HeadZone2Temp", "HeadZone3Temp", "HeadZone4Temp", "HeadZone5Temp", "HeadZone6Temp", "DryerAirFlow", "DryerZone1Temp", "DryerZone2Temp", "DryerZone3Temp", "DryerBufferLength", "HeadAirFlow", "TableIndex", "HeadZone7Temp", "HeadZone8Temp", "HeadZone9Temp", "HeadZone10Temp", "HeadZone11Temp", "HeadZone12Temp", "RBlowerFlow", "RBlowerTemp", "LBlowerFlow", "LBlowerTemp", "PressureBuildUp" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Printing.ProcessParameters), global::Tango.PMR.Printing.ProcessParameters.Parser, new[]{ "DyeingSpeed", "MinInkUptake", "MaxInkUptake", "FeederTension", "PullerTension", "WinderTension", "MixerTemp", "HeadZone1Temp", "HeadZone2Temp", "HeadZone3Temp", "HeadZone4Temp", "HeadZone5Temp", "HeadZone6Temp", "DryerAirFlow", "DryerZone1Temp", "DryerZone2Temp", "DryerZone3Temp", "DryerBufferLength", "HeadAirFlow", "TableIndex" }, null, null, null) })); } #endregion @@ -94,17 +89,6 @@ namespace Tango.PMR.Printing { dryerBufferLength_ = other.dryerBufferLength_; headAirFlow_ = other.headAirFlow_; tableIndex_ = other.tableIndex_; - headZone7Temp_ = other.headZone7Temp_; - headZone8Temp_ = other.headZone8Temp_; - headZone9Temp_ = other.headZone9Temp_; - headZone10Temp_ = other.headZone10Temp_; - headZone11Temp_ = other.headZone11Temp_; - headZone12Temp_ = other.headZone12Temp_; - rBlowerFlow_ = other.rBlowerFlow_; - rBlowerTemp_ = other.rBlowerTemp_; - lBlowerFlow_ = other.lBlowerFlow_; - lBlowerTemp_ = other.lBlowerTemp_; - pressureBuildUp_ = other.pressureBuildUp_; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -332,127 +316,6 @@ namespace Tango.PMR.Printing { } } - /// <summary>Field number for the "HeadZone7Temp" field.</summary> - public const int HeadZone7TempFieldNumber = 21; - private double headZone7Temp_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone7Temp { - get { return headZone7Temp_; } - set { - headZone7Temp_ = value; - } - } - - /// <summary>Field number for the "HeadZone8Temp" field.</summary> - public const int HeadZone8TempFieldNumber = 22; - private double headZone8Temp_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone8Temp { - get { return headZone8Temp_; } - set { - headZone8Temp_ = value; - } - } - - /// <summary>Field number for the "HeadZone9Temp" field.</summary> - public const int HeadZone9TempFieldNumber = 23; - private double headZone9Temp_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone9Temp { - get { return headZone9Temp_; } - set { - headZone9Temp_ = value; - } - } - - /// <summary>Field number for the "HeadZone10Temp" field.</summary> - public const int HeadZone10TempFieldNumber = 24; - private double headZone10Temp_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone10Temp { - get { return headZone10Temp_; } - set { - headZone10Temp_ = value; - } - } - - /// <summary>Field number for the "HeadZone11Temp" field.</summary> - public const int HeadZone11TempFieldNumber = 25; - private double headZone11Temp_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone11Temp { - get { return headZone11Temp_; } - set { - headZone11Temp_ = value; - } - } - - /// <summary>Field number for the "HeadZone12Temp" field.</summary> - public const int HeadZone12TempFieldNumber = 26; - private double headZone12Temp_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double HeadZone12Temp { - get { return headZone12Temp_; } - set { - headZone12Temp_ = value; - } - } - - /// <summary>Field number for the "RBlowerFlow" field.</summary> - public const int RBlowerFlowFieldNumber = 27; - private double rBlowerFlow_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double RBlowerFlow { - get { return rBlowerFlow_; } - set { - rBlowerFlow_ = value; - } - } - - /// <summary>Field number for the "RBlowerTemp" field.</summary> - public const int RBlowerTempFieldNumber = 28; - private double rBlowerTemp_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double RBlowerTemp { - get { return rBlowerTemp_; } - set { - rBlowerTemp_ = value; - } - } - - /// <summary>Field number for the "LBlowerFlow" field.</summary> - public const int LBlowerFlowFieldNumber = 29; - private double lBlowerFlow_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double LBlowerFlow { - get { return lBlowerFlow_; } - set { - lBlowerFlow_ = value; - } - } - - /// <summary>Field number for the "LBlowerTemp" field.</summary> - public const int LBlowerTempFieldNumber = 30; - private double lBlowerTemp_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double LBlowerTemp { - get { return lBlowerTemp_; } - set { - lBlowerTemp_ = value; - } - } - - /// <summary>Field number for the "PressureBuildUp" field.</summary> - public const int PressureBuildUpFieldNumber = 31; - private double pressureBuildUp_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double PressureBuildUp { - get { return pressureBuildUp_; } - set { - pressureBuildUp_ = value; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as ProcessParameters); @@ -486,17 +349,6 @@ namespace Tango.PMR.Printing { if (DryerBufferLength != other.DryerBufferLength) return false; if (HeadAirFlow != other.HeadAirFlow) return false; if (TableIndex != other.TableIndex) return false; - if (HeadZone7Temp != other.HeadZone7Temp) return false; - if (HeadZone8Temp != other.HeadZone8Temp) return false; - if (HeadZone9Temp != other.HeadZone9Temp) return false; - if (HeadZone10Temp != other.HeadZone10Temp) return false; - if (HeadZone11Temp != other.HeadZone11Temp) return false; - if (HeadZone12Temp != other.HeadZone12Temp) return false; - if (RBlowerFlow != other.RBlowerFlow) return false; - if (RBlowerTemp != other.RBlowerTemp) return false; - if (LBlowerFlow != other.LBlowerFlow) return false; - if (LBlowerTemp != other.LBlowerTemp) return false; - if (PressureBuildUp != other.PressureBuildUp) return false; return true; } @@ -523,17 +375,6 @@ namespace Tango.PMR.Printing { if (DryerBufferLength != 0D) hash ^= DryerBufferLength.GetHashCode(); if (HeadAirFlow != 0D) hash ^= HeadAirFlow.GetHashCode(); if (TableIndex != 0) hash ^= TableIndex.GetHashCode(); - if (HeadZone7Temp != 0D) hash ^= HeadZone7Temp.GetHashCode(); - if (HeadZone8Temp != 0D) hash ^= HeadZone8Temp.GetHashCode(); - if (HeadZone9Temp != 0D) hash ^= HeadZone9Temp.GetHashCode(); - if (HeadZone10Temp != 0D) hash ^= HeadZone10Temp.GetHashCode(); - if (HeadZone11Temp != 0D) hash ^= HeadZone11Temp.GetHashCode(); - if (HeadZone12Temp != 0D) hash ^= HeadZone12Temp.GetHashCode(); - if (RBlowerFlow != 0D) hash ^= RBlowerFlow.GetHashCode(); - if (RBlowerTemp != 0D) hash ^= RBlowerTemp.GetHashCode(); - if (LBlowerFlow != 0D) hash ^= LBlowerFlow.GetHashCode(); - if (LBlowerTemp != 0D) hash ^= LBlowerTemp.GetHashCode(); - if (PressureBuildUp != 0D) hash ^= PressureBuildUp.GetHashCode(); return hash; } @@ -624,50 +465,6 @@ namespace Tango.PMR.Printing { output.WriteRawTag(160, 1); output.WriteInt32(TableIndex); } - if (HeadZone7Temp != 0D) { - output.WriteRawTag(169, 1); - output.WriteDouble(HeadZone7Temp); - } - if (HeadZone8Temp != 0D) { - output.WriteRawTag(177, 1); - output.WriteDouble(HeadZone8Temp); - } - if (HeadZone9Temp != 0D) { - output.WriteRawTag(185, 1); - output.WriteDouble(HeadZone9Temp); - } - if (HeadZone10Temp != 0D) { - output.WriteRawTag(193, 1); - output.WriteDouble(HeadZone10Temp); - } - if (HeadZone11Temp != 0D) { - output.WriteRawTag(201, 1); - output.WriteDouble(HeadZone11Temp); - } - if (HeadZone12Temp != 0D) { - output.WriteRawTag(209, 1); - output.WriteDouble(HeadZone12Temp); - } - if (RBlowerFlow != 0D) { - output.WriteRawTag(217, 1); - output.WriteDouble(RBlowerFlow); - } - if (RBlowerTemp != 0D) { - output.WriteRawTag(225, 1); - output.WriteDouble(RBlowerTemp); - } - if (LBlowerFlow != 0D) { - output.WriteRawTag(233, 1); - output.WriteDouble(LBlowerFlow); - } - if (LBlowerTemp != 0D) { - output.WriteRawTag(241, 1); - output.WriteDouble(LBlowerTemp); - } - if (PressureBuildUp != 0D) { - output.WriteRawTag(249, 1); - output.WriteDouble(PressureBuildUp); - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -733,39 +530,6 @@ namespace Tango.PMR.Printing { if (TableIndex != 0) { size += 2 + pb::CodedOutputStream.ComputeInt32Size(TableIndex); } - if (HeadZone7Temp != 0D) { - size += 2 + 8; - } - if (HeadZone8Temp != 0D) { - size += 2 + 8; - } - if (HeadZone9Temp != 0D) { - size += 2 + 8; - } - if (HeadZone10Temp != 0D) { - size += 2 + 8; - } - if (HeadZone11Temp != 0D) { - size += 2 + 8; - } - if (HeadZone12Temp != 0D) { - size += 2 + 8; - } - if (RBlowerFlow != 0D) { - size += 2 + 8; - } - if (RBlowerTemp != 0D) { - size += 2 + 8; - } - if (LBlowerFlow != 0D) { - size += 2 + 8; - } - if (LBlowerTemp != 0D) { - size += 2 + 8; - } - if (PressureBuildUp != 0D) { - size += 2 + 8; - } return size; } @@ -834,39 +598,6 @@ namespace Tango.PMR.Printing { if (other.TableIndex != 0) { TableIndex = other.TableIndex; } - if (other.HeadZone7Temp != 0D) { - HeadZone7Temp = other.HeadZone7Temp; - } - if (other.HeadZone8Temp != 0D) { - HeadZone8Temp = other.HeadZone8Temp; - } - if (other.HeadZone9Temp != 0D) { - HeadZone9Temp = other.HeadZone9Temp; - } - if (other.HeadZone10Temp != 0D) { - HeadZone10Temp = other.HeadZone10Temp; - } - if (other.HeadZone11Temp != 0D) { - HeadZone11Temp = other.HeadZone11Temp; - } - if (other.HeadZone12Temp != 0D) { - HeadZone12Temp = other.HeadZone12Temp; - } - if (other.RBlowerFlow != 0D) { - RBlowerFlow = other.RBlowerFlow; - } - if (other.RBlowerTemp != 0D) { - RBlowerTemp = other.RBlowerTemp; - } - if (other.LBlowerFlow != 0D) { - LBlowerFlow = other.LBlowerFlow; - } - if (other.LBlowerTemp != 0D) { - LBlowerTemp = other.LBlowerTemp; - } - if (other.PressureBuildUp != 0D) { - PressureBuildUp = other.PressureBuildUp; - } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -957,50 +688,6 @@ namespace Tango.PMR.Printing { TableIndex = input.ReadInt32(); break; } - case 169: { - HeadZone7Temp = input.ReadDouble(); - break; - } - case 177: { - HeadZone8Temp = input.ReadDouble(); - break; - } - case 185: { - HeadZone9Temp = input.ReadDouble(); - break; - } - case 193: { - HeadZone10Temp = input.ReadDouble(); - break; - } - case 201: { - HeadZone11Temp = input.ReadDouble(); - break; - } - case 209: { - HeadZone12Temp = input.ReadDouble(); - break; - } - case 217: { - RBlowerFlow = input.ReadDouble(); - break; - } - case 225: { - RBlowerTemp = input.ReadDouble(); - break; - } - case 233: { - LBlowerFlow = input.ReadDouble(); - break; - } - case 241: { - LBlowerTemp = input.ReadDouble(); - break; - } - case 249: { - PressureBuildUp = input.ReadDouble(); - break; - } } } } diff --git a/Software/Visual_Studio/Tango.PMR/Printing/StartHeadCleaningRequest.cs b/Software/Visual_Studio/Tango.PMR/Printing/StartHeadCleaningRequest.cs deleted file mode 100644 index d04dd4e66..000000000 --- a/Software/Visual_Studio/Tango.PMR/Printing/StartHeadCleaningRequest.cs +++ /dev/null @@ -1,131 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StartHeadCleaningRequest.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Printing { - - /// <summary>Holder for reflection information generated from StartHeadCleaningRequest.proto</summary> - public static partial class StartHeadCleaningRequestReflection { - - #region Descriptor - /// <summary>File descriptor for StartHeadCleaningRequest.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StartHeadCleaningRequestReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch5TdGFydEhlYWRDbGVhbmluZ1JlcXVlc3QucHJvdG8SElRhbmdvLlBNUi5Q", - "cmludGluZyIaChhTdGFydEhlYWRDbGVhbmluZ1JlcXVlc3RCHgocY29tLnR3", - "aW5lLnRhbmdvLnBtci5wcmludGluZ2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Printing.StartHeadCleaningRequest), global::Tango.PMR.Printing.StartHeadCleaningRequest.Parser, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StartHeadCleaningRequest : pb::IMessage<StartHeadCleaningRequest> { - private static readonly pb::MessageParser<StartHeadCleaningRequest> _parser = new pb::MessageParser<StartHeadCleaningRequest>(() => new StartHeadCleaningRequest()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StartHeadCleaningRequest> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Printing.StartHeadCleaningRequestReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartHeadCleaningRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartHeadCleaningRequest(StartHeadCleaningRequest other) : this() { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartHeadCleaningRequest Clone() { - return new StartHeadCleaningRequest(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StartHeadCleaningRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StartHeadCleaningRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StartHeadCleaningRequest other) { - if (other == null) { - return; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Printing/StartHeadCleaningResponse.cs b/Software/Visual_Studio/Tango.PMR/Printing/StartHeadCleaningResponse.cs deleted file mode 100644 index 4d16341d0..000000000 --- a/Software/Visual_Studio/Tango.PMR/Printing/StartHeadCleaningResponse.cs +++ /dev/null @@ -1,216 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StartHeadCleaningResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Printing { - - /// <summary>Holder for reflection information generated from StartHeadCleaningResponse.proto</summary> - public static partial class StartHeadCleaningResponseReflection { - - #region Descriptor - /// <summary>File descriptor for StartHeadCleaningResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StartHeadCleaningResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch9TdGFydEhlYWRDbGVhbmluZ1Jlc3BvbnNlLnByb3RvEhJUYW5nby5QTVIu", - "UHJpbnRpbmciTAoZU3RhcnRIZWFkQ2xlYW5pbmdSZXNwb25zZRIQCghQcm9n", - "cmVzcxgBIAEoARINCgVUb3RhbBgCIAEoARIOCgZTdGF0dXMYAyABKAlCHgoc", - "Y29tLnR3aW5lLnRhbmdvLnBtci5wcmludGluZ2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Printing.StartHeadCleaningResponse), global::Tango.PMR.Printing.StartHeadCleaningResponse.Parser, new[]{ "Progress", "Total", "Status" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StartHeadCleaningResponse : pb::IMessage<StartHeadCleaningResponse> { - private static readonly pb::MessageParser<StartHeadCleaningResponse> _parser = new pb::MessageParser<StartHeadCleaningResponse>(() => new StartHeadCleaningResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StartHeadCleaningResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Printing.StartHeadCleaningResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartHeadCleaningResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartHeadCleaningResponse(StartHeadCleaningResponse other) : this() { - progress_ = other.progress_; - total_ = other.total_; - status_ = other.status_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartHeadCleaningResponse Clone() { - return new StartHeadCleaningResponse(this); - } - - /// <summary>Field number for the "Progress" field.</summary> - public const int ProgressFieldNumber = 1; - private double progress_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Progress { - get { return progress_; } - set { - progress_ = value; - } - } - - /// <summary>Field number for the "Total" field.</summary> - public const int TotalFieldNumber = 2; - private double total_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Total { - get { return total_; } - set { - total_ = value; - } - } - - /// <summary>Field number for the "Status" field.</summary> - public const int StatusFieldNumber = 3; - private string status_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Status { - get { return status_; } - set { - status_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StartHeadCleaningResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StartHeadCleaningResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Progress != other.Progress) return false; - if (Total != other.Total) return false; - if (Status != other.Status) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Progress != 0D) hash ^= Progress.GetHashCode(); - if (Total != 0D) hash ^= Total.GetHashCode(); - if (Status.Length != 0) hash ^= Status.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Progress != 0D) { - output.WriteRawTag(9); - output.WriteDouble(Progress); - } - if (Total != 0D) { - output.WriteRawTag(17); - output.WriteDouble(Total); - } - if (Status.Length != 0) { - output.WriteRawTag(26); - output.WriteString(Status); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Progress != 0D) { - size += 1 + 8; - } - if (Total != 0D) { - size += 1 + 8; - } - if (Status.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Status); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StartHeadCleaningResponse other) { - if (other == null) { - return; - } - if (other.Progress != 0D) { - Progress = other.Progress; - } - if (other.Total != 0D) { - Total = other.Total; - } - if (other.Status.Length != 0) { - Status = other.Status; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 9: { - Progress = input.ReadDouble(); - break; - } - case 17: { - Total = input.ReadDouble(); - break; - } - case 26: { - Status = input.ReadString(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Printing/ThreadParameters.cs b/Software/Visual_Studio/Tango.PMR/Printing/ThreadParameters.cs deleted file mode 100644 index edfd5c457..000000000 --- a/Software/Visual_Studio/Tango.PMR/Printing/ThreadParameters.cs +++ /dev/null @@ -1,415 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ThreadParameters.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Printing { - - /// <summary>Holder for reflection information generated from ThreadParameters.proto</summary> - public static partial class ThreadParametersReflection { - - #region Descriptor - /// <summary>File descriptor for ThreadParameters.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ThreadParametersReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChZUaHJlYWRQYXJhbWV0ZXJzLnByb3RvEhJUYW5nby5QTVIuUHJpbnRpbmci", - "wgEKEFRocmVhZFBhcmFtZXRlcnMSDwoHRmVlZGVyUBgBIAEoBRIPCgdGZWVk", - "ZXJJGAIgASgFEg8KB0ZlZWRlckQYAyABKAUSDwoHUHVsbGVyUBgEIAEoBRIP", - "CgdQdWxsZXJJGAUgASgFEg8KB1B1bGxlckQYBiABKAUSDwoHV2luZGVyUBgH", - "IAEoBRIPCgdXaW5kZXJJGAggASgFEg8KB1dpbmRlckQYCSABKAUSFQoNQnlw", - "YXNzUm9ja2VycxgKIAEoCEIeChxjb20udHdpbmUudGFuZ28ucG1yLnByaW50", - "aW5nYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Printing.ThreadParameters), global::Tango.PMR.Printing.ThreadParameters.Parser, new[]{ "FeederP", "FeederI", "FeederD", "PullerP", "PullerI", "PullerD", "WinderP", "WinderI", "WinderD", "BypassRockers" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class ThreadParameters : pb::IMessage<ThreadParameters> { - private static readonly pb::MessageParser<ThreadParameters> _parser = new pb::MessageParser<ThreadParameters>(() => new ThreadParameters()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<ThreadParameters> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Printing.ThreadParametersReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public ThreadParameters() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public ThreadParameters(ThreadParameters other) : this() { - feederP_ = other.feederP_; - feederI_ = other.feederI_; - feederD_ = other.feederD_; - pullerP_ = other.pullerP_; - pullerI_ = other.pullerI_; - pullerD_ = other.pullerD_; - winderP_ = other.winderP_; - winderI_ = other.winderI_; - winderD_ = other.winderD_; - bypassRockers_ = other.bypassRockers_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public ThreadParameters Clone() { - return new ThreadParameters(this); - } - - /// <summary>Field number for the "FeederP" field.</summary> - public const int FeederPFieldNumber = 1; - private int feederP_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int FeederP { - get { return feederP_; } - set { - feederP_ = value; - } - } - - /// <summary>Field number for the "FeederI" field.</summary> - public const int FeederIFieldNumber = 2; - private int feederI_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int FeederI { - get { return feederI_; } - set { - feederI_ = value; - } - } - - /// <summary>Field number for the "FeederD" field.</summary> - public const int FeederDFieldNumber = 3; - private int feederD_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int FeederD { - get { return feederD_; } - set { - feederD_ = value; - } - } - - /// <summary>Field number for the "PullerP" field.</summary> - public const int PullerPFieldNumber = 4; - private int pullerP_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int PullerP { - get { return pullerP_; } - set { - pullerP_ = value; - } - } - - /// <summary>Field number for the "PullerI" field.</summary> - public const int PullerIFieldNumber = 5; - private int pullerI_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int PullerI { - get { return pullerI_; } - set { - pullerI_ = value; - } - } - - /// <summary>Field number for the "PullerD" field.</summary> - public const int PullerDFieldNumber = 6; - private int pullerD_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int PullerD { - get { return pullerD_; } - set { - pullerD_ = value; - } - } - - /// <summary>Field number for the "WinderP" field.</summary> - public const int WinderPFieldNumber = 7; - private int winderP_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int WinderP { - get { return winderP_; } - set { - winderP_ = value; - } - } - - /// <summary>Field number for the "WinderI" field.</summary> - public const int WinderIFieldNumber = 8; - private int winderI_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int WinderI { - get { return winderI_; } - set { - winderI_ = value; - } - } - - /// <summary>Field number for the "WinderD" field.</summary> - public const int WinderDFieldNumber = 9; - private int winderD_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int WinderD { - get { return winderD_; } - set { - winderD_ = value; - } - } - - /// <summary>Field number for the "BypassRockers" field.</summary> - public const int BypassRockersFieldNumber = 10; - private bool bypassRockers_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool BypassRockers { - get { return bypassRockers_; } - set { - bypassRockers_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as ThreadParameters); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(ThreadParameters other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (FeederP != other.FeederP) return false; - if (FeederI != other.FeederI) return false; - if (FeederD != other.FeederD) return false; - if (PullerP != other.PullerP) return false; - if (PullerI != other.PullerI) return false; - if (PullerD != other.PullerD) return false; - if (WinderP != other.WinderP) return false; - if (WinderI != other.WinderI) return false; - if (WinderD != other.WinderD) return false; - if (BypassRockers != other.BypassRockers) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (FeederP != 0) hash ^= FeederP.GetHashCode(); - if (FeederI != 0) hash ^= FeederI.GetHashCode(); - if (FeederD != 0) hash ^= FeederD.GetHashCode(); - if (PullerP != 0) hash ^= PullerP.GetHashCode(); - if (PullerI != 0) hash ^= PullerI.GetHashCode(); - if (PullerD != 0) hash ^= PullerD.GetHashCode(); - if (WinderP != 0) hash ^= WinderP.GetHashCode(); - if (WinderI != 0) hash ^= WinderI.GetHashCode(); - if (WinderD != 0) hash ^= WinderD.GetHashCode(); - if (BypassRockers != false) hash ^= BypassRockers.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (FeederP != 0) { - output.WriteRawTag(8); - output.WriteInt32(FeederP); - } - if (FeederI != 0) { - output.WriteRawTag(16); - output.WriteInt32(FeederI); - } - if (FeederD != 0) { - output.WriteRawTag(24); - output.WriteInt32(FeederD); - } - if (PullerP != 0) { - output.WriteRawTag(32); - output.WriteInt32(PullerP); - } - if (PullerI != 0) { - output.WriteRawTag(40); - output.WriteInt32(PullerI); - } - if (PullerD != 0) { - output.WriteRawTag(48); - output.WriteInt32(PullerD); - } - if (WinderP != 0) { - output.WriteRawTag(56); - output.WriteInt32(WinderP); - } - if (WinderI != 0) { - output.WriteRawTag(64); - output.WriteInt32(WinderI); - } - if (WinderD != 0) { - output.WriteRawTag(72); - output.WriteInt32(WinderD); - } - if (BypassRockers != false) { - output.WriteRawTag(80); - output.WriteBool(BypassRockers); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (FeederP != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(FeederP); - } - if (FeederI != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(FeederI); - } - if (FeederD != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(FeederD); - } - if (PullerP != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(PullerP); - } - if (PullerI != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(PullerI); - } - if (PullerD != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(PullerD); - } - if (WinderP != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(WinderP); - } - if (WinderI != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(WinderI); - } - if (WinderD != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(WinderD); - } - if (BypassRockers != false) { - size += 1 + 1; - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(ThreadParameters other) { - if (other == null) { - return; - } - if (other.FeederP != 0) { - FeederP = other.FeederP; - } - if (other.FeederI != 0) { - FeederI = other.FeederI; - } - if (other.FeederD != 0) { - FeederD = other.FeederD; - } - if (other.PullerP != 0) { - PullerP = other.PullerP; - } - if (other.PullerI != 0) { - PullerI = other.PullerI; - } - if (other.PullerD != 0) { - PullerD = other.PullerD; - } - if (other.WinderP != 0) { - WinderP = other.WinderP; - } - if (other.WinderI != 0) { - WinderI = other.WinderI; - } - if (other.WinderD != 0) { - WinderD = other.WinderD; - } - if (other.BypassRockers != false) { - BypassRockers = other.BypassRockers; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 8: { - FeederP = input.ReadInt32(); - break; - } - case 16: { - FeederI = input.ReadInt32(); - break; - } - case 24: { - FeederD = input.ReadInt32(); - break; - } - case 32: { - PullerP = input.ReadInt32(); - break; - } - case 40: { - PullerI = input.ReadInt32(); - break; - } - case 48: { - PullerD = input.ReadInt32(); - break; - } - case 56: { - WinderP = input.ReadInt32(); - break; - } - case 64: { - WinderI = input.ReadInt32(); - break; - } - case 72: { - WinderD = input.ReadInt32(); - break; - } - case 80: { - BypassRockers = input.ReadBool(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Stubs/ProcedureRequest.cs b/Software/Visual_Studio/Tango.PMR/Stubs/ProcedureRequest.cs deleted file mode 100644 index 0070fbe33..000000000 --- a/Software/Visual_Studio/Tango.PMR/Stubs/ProcedureRequest.cs +++ /dev/null @@ -1,237 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ProcedureRequest.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Stubs { - - /// <summary>Holder for reflection information generated from ProcedureRequest.proto</summary> - public static partial class ProcedureRequestReflection { - - #region Descriptor - /// <summary>File descriptor for ProcedureRequest.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ProcedureRequestReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChZQcm9jZWR1cmVSZXF1ZXN0LnByb3RvEg9UYW5nby5QTVIuU3R1YnMiUgoQ", - "UHJvY2VkdXJlUmVxdWVzdBIMCgRUeXBlGAEgASgFEg8KB1RpbWVvdXQYAiAB", - "KAUSEAoIVGVzdE5hbWUYAyABKAkSDQoFUGFyYW0YBCADKAJCGwoZY29tLnR3", - "aW5lLnRhbmdvLnBtci5zdHVic2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Stubs.ProcedureRequest), global::Tango.PMR.Stubs.ProcedureRequest.Parser, new[]{ "Type", "Timeout", "TestName", "Param" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class ProcedureRequest : pb::IMessage<ProcedureRequest> { - private static readonly pb::MessageParser<ProcedureRequest> _parser = new pb::MessageParser<ProcedureRequest>(() => new ProcedureRequest()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<ProcedureRequest> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Stubs.ProcedureRequestReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public ProcedureRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public ProcedureRequest(ProcedureRequest other) : this() { - type_ = other.type_; - timeout_ = other.timeout_; - testName_ = other.testName_; - param_ = other.param_.Clone(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public ProcedureRequest Clone() { - return new ProcedureRequest(this); - } - - /// <summary>Field number for the "Type" field.</summary> - public const int TypeFieldNumber = 1; - private int type_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Type { - get { return type_; } - set { - type_ = value; - } - } - - /// <summary>Field number for the "Timeout" field.</summary> - public const int TimeoutFieldNumber = 2; - private int timeout_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Timeout { - get { return timeout_; } - set { - timeout_ = value; - } - } - - /// <summary>Field number for the "TestName" field.</summary> - public const int TestNameFieldNumber = 3; - private string testName_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string TestName { - get { return testName_; } - set { - testName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "Param" field.</summary> - public const int ParamFieldNumber = 4; - private static readonly pb::FieldCodec<float> _repeated_param_codec - = pb::FieldCodec.ForFloat(34); - private readonly pbc::RepeatedField<float> param_ = new pbc::RepeatedField<float>(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<float> Param { - get { return param_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as ProcedureRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(ProcedureRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Type != other.Type) return false; - if (Timeout != other.Timeout) return false; - if (TestName != other.TestName) return false; - if(!param_.Equals(other.param_)) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Type != 0) hash ^= Type.GetHashCode(); - if (Timeout != 0) hash ^= Timeout.GetHashCode(); - if (TestName.Length != 0) hash ^= TestName.GetHashCode(); - hash ^= param_.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Type != 0) { - output.WriteRawTag(8); - output.WriteInt32(Type); - } - if (Timeout != 0) { - output.WriteRawTag(16); - output.WriteInt32(Timeout); - } - if (TestName.Length != 0) { - output.WriteRawTag(26); - output.WriteString(TestName); - } - param_.WriteTo(output, _repeated_param_codec); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Type != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); - } - if (Timeout != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Timeout); - } - if (TestName.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(TestName); - } - size += param_.CalculateSize(_repeated_param_codec); - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(ProcedureRequest other) { - if (other == null) { - return; - } - if (other.Type != 0) { - Type = other.Type; - } - if (other.Timeout != 0) { - Timeout = other.Timeout; - } - if (other.TestName.Length != 0) { - TestName = other.TestName; - } - param_.Add(other.param_); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 8: { - Type = input.ReadInt32(); - break; - } - case 16: { - Timeout = input.ReadInt32(); - break; - } - case 26: { - TestName = input.ReadString(); - break; - } - case 34: - case 37: { - param_.AddEntriesFrom(input, _repeated_param_codec); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Stubs/ProcedureResponse.cs b/Software/Visual_Studio/Tango.PMR/Stubs/ProcedureResponse.cs deleted file mode 100644 index 85c14a6a1..000000000 --- a/Software/Visual_Studio/Tango.PMR/Stubs/ProcedureResponse.cs +++ /dev/null @@ -1,237 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ProcedureResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Stubs { - - /// <summary>Holder for reflection information generated from ProcedureResponse.proto</summary> - public static partial class ProcedureResponseReflection { - - #region Descriptor - /// <summary>File descriptor for ProcedureResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ProcedureResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChdQcm9jZWR1cmVSZXNwb25zZS5wcm90bxIPVGFuZ28uUE1SLlN0dWJzIlkK", - "EVByb2NlZHVyZVJlc3BvbnNlEgwKBFR5cGUYASABKAUSDAoEVGltZRgCIAEo", - "BRIUCgxSZXBseU1lc3NhZ2UYAyABKAkSEgoKUmVwbHlWYWx1ZRgEIAMoAkIb", - "Chljb20udHdpbmUudGFuZ28ucG1yLnN0dWJzYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Stubs.ProcedureResponse), global::Tango.PMR.Stubs.ProcedureResponse.Parser, new[]{ "Type", "Time", "ReplyMessage", "ReplyValue" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class ProcedureResponse : pb::IMessage<ProcedureResponse> { - private static readonly pb::MessageParser<ProcedureResponse> _parser = new pb::MessageParser<ProcedureResponse>(() => new ProcedureResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<ProcedureResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Stubs.ProcedureResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public ProcedureResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public ProcedureResponse(ProcedureResponse other) : this() { - type_ = other.type_; - time_ = other.time_; - replyMessage_ = other.replyMessage_; - replyValue_ = other.replyValue_.Clone(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public ProcedureResponse Clone() { - return new ProcedureResponse(this); - } - - /// <summary>Field number for the "Type" field.</summary> - public const int TypeFieldNumber = 1; - private int type_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Type { - get { return type_; } - set { - type_ = value; - } - } - - /// <summary>Field number for the "Time" field.</summary> - public const int TimeFieldNumber = 2; - private int time_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Time { - get { return time_; } - set { - time_ = value; - } - } - - /// <summary>Field number for the "ReplyMessage" field.</summary> - public const int ReplyMessageFieldNumber = 3; - private string replyMessage_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string ReplyMessage { - get { return replyMessage_; } - set { - replyMessage_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "ReplyValue" field.</summary> - public const int ReplyValueFieldNumber = 4; - private static readonly pb::FieldCodec<float> _repeated_replyValue_codec - = pb::FieldCodec.ForFloat(34); - private readonly pbc::RepeatedField<float> replyValue_ = new pbc::RepeatedField<float>(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<float> ReplyValue { - get { return replyValue_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as ProcedureResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(ProcedureResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Type != other.Type) return false; - if (Time != other.Time) return false; - if (ReplyMessage != other.ReplyMessage) return false; - if(!replyValue_.Equals(other.replyValue_)) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Type != 0) hash ^= Type.GetHashCode(); - if (Time != 0) hash ^= Time.GetHashCode(); - if (ReplyMessage.Length != 0) hash ^= ReplyMessage.GetHashCode(); - hash ^= replyValue_.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Type != 0) { - output.WriteRawTag(8); - output.WriteInt32(Type); - } - if (Time != 0) { - output.WriteRawTag(16); - output.WriteInt32(Time); - } - if (ReplyMessage.Length != 0) { - output.WriteRawTag(26); - output.WriteString(ReplyMessage); - } - replyValue_.WriteTo(output, _repeated_replyValue_codec); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Type != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); - } - if (Time != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Time); - } - if (ReplyMessage.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(ReplyMessage); - } - size += replyValue_.CalculateSize(_repeated_replyValue_codec); - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(ProcedureResponse other) { - if (other == null) { - return; - } - if (other.Type != 0) { - Type = other.Type; - } - if (other.Time != 0) { - Time = other.Time; - } - if (other.ReplyMessage.Length != 0) { - ReplyMessage = other.ReplyMessage; - } - replyValue_.Add(other.replyValue_); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 8: { - Type = input.ReadInt32(); - break; - } - case 16: { - Time = input.ReadInt32(); - break; - } - case 26: { - ReplyMessage = input.ReadString(); - break; - } - case 34: - case 37: { - replyValue_.AddEntriesFrom(input, _repeated_replyValue_codec); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Stubs/StubAllHardwareRequest.cs b/Software/Visual_Studio/Tango.PMR/Stubs/StubAllHardwareRequest.cs deleted file mode 100644 index ec037ee4c..000000000 --- a/Software/Visual_Studio/Tango.PMR/Stubs/StubAllHardwareRequest.cs +++ /dev/null @@ -1,131 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StubAllHardwareRequest.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Stubs { - - /// <summary>Holder for reflection information generated from StubAllHardwareRequest.proto</summary> - public static partial class StubAllHardwareRequestReflection { - - #region Descriptor - /// <summary>File descriptor for StubAllHardwareRequest.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StubAllHardwareRequestReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChxTdHViQWxsSGFyZHdhcmVSZXF1ZXN0LnByb3RvEg9UYW5nby5QTVIuU3R1", - "YnMiGAoWU3R1YkFsbEhhcmR3YXJlUmVxdWVzdEIbChljb20udHdpbmUudGFu", - "Z28ucG1yLnN0dWJzYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Stubs.StubAllHardwareRequest), global::Tango.PMR.Stubs.StubAllHardwareRequest.Parser, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StubAllHardwareRequest : pb::IMessage<StubAllHardwareRequest> { - private static readonly pb::MessageParser<StubAllHardwareRequest> _parser = new pb::MessageParser<StubAllHardwareRequest>(() => new StubAllHardwareRequest()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StubAllHardwareRequest> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Stubs.StubAllHardwareRequestReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubAllHardwareRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubAllHardwareRequest(StubAllHardwareRequest other) : this() { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubAllHardwareRequest Clone() { - return new StubAllHardwareRequest(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StubAllHardwareRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StubAllHardwareRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StubAllHardwareRequest other) { - if (other == null) { - return; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Stubs/StubAllHardwareResponse.cs b/Software/Visual_Studio/Tango.PMR/Stubs/StubAllHardwareResponse.cs deleted file mode 100644 index d63b6c0bb..000000000 --- a/Software/Visual_Studio/Tango.PMR/Stubs/StubAllHardwareResponse.cs +++ /dev/null @@ -1,276 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StubAllHardwareResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Stubs { - - /// <summary>Holder for reflection information generated from StubAllHardwareResponse.proto</summary> - public static partial class StubAllHardwareResponseReflection { - - #region Descriptor - /// <summary>File descriptor for StubAllHardwareResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StubAllHardwareResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch1TdHViQWxsSGFyZHdhcmVSZXNwb25zZS5wcm90bxIPVGFuZ28uUE1SLlN0", - "dWJzGhhTdHViSGVhZEVFcHJvbURhdGEucHJvdG8aF1N0dWJXaHNFRXByb21E", - "YXRhLnByb3RvGiFTdHViRGlzcGVuc2VyRUVwcm9tUmVzcG9uc2UucHJvdG8a", - "JFN0dWJNYWluQ2FyZEVFcHJvbVJlYWRSZXNwb25zZS5wcm90byK1AgoXU3R1", - "YkFsbEhhcmR3YXJlUmVzcG9uc2USEgoKTUNVX1NlcmlhbBgBIAEoCRI3CgpI", - "ZWFkRUVwcm9tGAIgASgLMiMuVGFuZ28uUE1SLlN0dWJzLlN0dWJIZWFkRUVw", - "cm9tRGF0YRI1CglXaHNFRXByb20YAyABKAsyIi5UYW5nby5QTVIuU3R1YnMu", - "U3R1Yldoc0VFcHJvbURhdGESSwoSTWFpbkNhcmRFRXByb21EYXRhGAQgAygL", - "Mi8uVGFuZ28uUE1SLlN0dWJzLlN0dWJNYWluQ2FyZEVFcHJvbVJlYWRSZXNw", - "b25zZRJJChNEaXNwZW5zZXJFRXByb21EYXRhGAUgAygLMiwuVGFuZ28uUE1S", - "LlN0dWJzLlN0dWJEaXNwZW5zZXJFRXByb21SZXNwb25zZUIbChljb20udHdp", - "bmUudGFuZ28ucG1yLnN0dWJzYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.Stubs.StubHeadEEpromDataReflection.Descriptor, global::Tango.PMR.Stubs.StubWhsEEpromDataReflection.Descriptor, global::Tango.PMR.Stubs.StubDispenserEEpromResponseReflection.Descriptor, global::Tango.PMR.Stubs.StubMainCardEEpromReadResponseReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Stubs.StubAllHardwareResponse), global::Tango.PMR.Stubs.StubAllHardwareResponse.Parser, new[]{ "MCUSerial", "HeadEEprom", "WhsEEprom", "MainCardEEpromData", "DispenserEEpromData" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StubAllHardwareResponse : pb::IMessage<StubAllHardwareResponse> { - private static readonly pb::MessageParser<StubAllHardwareResponse> _parser = new pb::MessageParser<StubAllHardwareResponse>(() => new StubAllHardwareResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StubAllHardwareResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Stubs.StubAllHardwareResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubAllHardwareResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubAllHardwareResponse(StubAllHardwareResponse other) : this() { - mCUSerial_ = other.mCUSerial_; - HeadEEprom = other.headEEprom_ != null ? other.HeadEEprom.Clone() : null; - WhsEEprom = other.whsEEprom_ != null ? other.WhsEEprom.Clone() : null; - mainCardEEpromData_ = other.mainCardEEpromData_.Clone(); - dispenserEEpromData_ = other.dispenserEEpromData_.Clone(); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubAllHardwareResponse Clone() { - return new StubAllHardwareResponse(this); - } - - /// <summary>Field number for the "MCU_Serial" field.</summary> - public const int MCUSerialFieldNumber = 1; - private string mCUSerial_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string MCUSerial { - get { return mCUSerial_; } - set { - mCUSerial_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "HeadEEprom" field.</summary> - public const int HeadEEpromFieldNumber = 2; - private global::Tango.PMR.Stubs.StubHeadEEpromData headEEprom_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.Stubs.StubHeadEEpromData HeadEEprom { - get { return headEEprom_; } - set { - headEEprom_ = value; - } - } - - /// <summary>Field number for the "WhsEEprom" field.</summary> - public const int WhsEEpromFieldNumber = 3; - private global::Tango.PMR.Stubs.StubWhsEEpromData whsEEprom_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.Stubs.StubWhsEEpromData WhsEEprom { - get { return whsEEprom_; } - set { - whsEEprom_ = value; - } - } - - /// <summary>Field number for the "MainCardEEpromData" field.</summary> - public const int MainCardEEpromDataFieldNumber = 4; - private static readonly pb::FieldCodec<global::Tango.PMR.Stubs.StubMainCardEEpromReadResponse> _repeated_mainCardEEpromData_codec - = pb::FieldCodec.ForMessage(34, global::Tango.PMR.Stubs.StubMainCardEEpromReadResponse.Parser); - private readonly pbc::RepeatedField<global::Tango.PMR.Stubs.StubMainCardEEpromReadResponse> mainCardEEpromData_ = new pbc::RepeatedField<global::Tango.PMR.Stubs.StubMainCardEEpromReadResponse>(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<global::Tango.PMR.Stubs.StubMainCardEEpromReadResponse> MainCardEEpromData { - get { return mainCardEEpromData_; } - } - - /// <summary>Field number for the "DispenserEEpromData" field.</summary> - public const int DispenserEEpromDataFieldNumber = 5; - private static readonly pb::FieldCodec<global::Tango.PMR.Stubs.StubDispenserEEpromResponse> _repeated_dispenserEEpromData_codec - = pb::FieldCodec.ForMessage(42, global::Tango.PMR.Stubs.StubDispenserEEpromResponse.Parser); - private readonly pbc::RepeatedField<global::Tango.PMR.Stubs.StubDispenserEEpromResponse> dispenserEEpromData_ = new pbc::RepeatedField<global::Tango.PMR.Stubs.StubDispenserEEpromResponse>(); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pbc::RepeatedField<global::Tango.PMR.Stubs.StubDispenserEEpromResponse> DispenserEEpromData { - get { return dispenserEEpromData_; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StubAllHardwareResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StubAllHardwareResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (MCUSerial != other.MCUSerial) return false; - if (!object.Equals(HeadEEprom, other.HeadEEprom)) return false; - if (!object.Equals(WhsEEprom, other.WhsEEprom)) return false; - if(!mainCardEEpromData_.Equals(other.mainCardEEpromData_)) return false; - if(!dispenserEEpromData_.Equals(other.dispenserEEpromData_)) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (MCUSerial.Length != 0) hash ^= MCUSerial.GetHashCode(); - if (headEEprom_ != null) hash ^= HeadEEprom.GetHashCode(); - if (whsEEprom_ != null) hash ^= WhsEEprom.GetHashCode(); - hash ^= mainCardEEpromData_.GetHashCode(); - hash ^= dispenserEEpromData_.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (MCUSerial.Length != 0) { - output.WriteRawTag(10); - output.WriteString(MCUSerial); - } - if (headEEprom_ != null) { - output.WriteRawTag(18); - output.WriteMessage(HeadEEprom); - } - if (whsEEprom_ != null) { - output.WriteRawTag(26); - output.WriteMessage(WhsEEprom); - } - mainCardEEpromData_.WriteTo(output, _repeated_mainCardEEpromData_codec); - dispenserEEpromData_.WriteTo(output, _repeated_dispenserEEpromData_codec); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (MCUSerial.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(MCUSerial); - } - if (headEEprom_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(HeadEEprom); - } - if (whsEEprom_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(WhsEEprom); - } - size += mainCardEEpromData_.CalculateSize(_repeated_mainCardEEpromData_codec); - size += dispenserEEpromData_.CalculateSize(_repeated_dispenserEEpromData_codec); - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StubAllHardwareResponse other) { - if (other == null) { - return; - } - if (other.MCUSerial.Length != 0) { - MCUSerial = other.MCUSerial; - } - if (other.headEEprom_ != null) { - if (headEEprom_ == null) { - headEEprom_ = new global::Tango.PMR.Stubs.StubHeadEEpromData(); - } - HeadEEprom.MergeFrom(other.HeadEEprom); - } - if (other.whsEEprom_ != null) { - if (whsEEprom_ == null) { - whsEEprom_ = new global::Tango.PMR.Stubs.StubWhsEEpromData(); - } - WhsEEprom.MergeFrom(other.WhsEEprom); - } - mainCardEEpromData_.Add(other.mainCardEEpromData_); - dispenserEEpromData_.Add(other.dispenserEEpromData_); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 10: { - MCUSerial = input.ReadString(); - break; - } - case 18: { - if (headEEprom_ == null) { - headEEprom_ = new global::Tango.PMR.Stubs.StubHeadEEpromData(); - } - input.ReadMessage(headEEprom_); - break; - } - case 26: { - if (whsEEprom_ == null) { - whsEEprom_ = new global::Tango.PMR.Stubs.StubWhsEEpromData(); - } - input.ReadMessage(whsEEprom_); - break; - } - case 34: { - mainCardEEpromData_.AddEntriesFrom(input, _repeated_mainCardEEpromData_codec); - break; - } - case 42: { - dispenserEEpromData_.AddEntriesFrom(input, _repeated_dispenserEEpromData_codec); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Stubs/StubCartridgeReadResponse.cs b/Software/Visual_Studio/Tango.PMR/Stubs/StubCartridgeReadResponse.cs index a956a4fb5..fd2427a6c 100644 --- a/Software/Visual_Studio/Tango.PMR/Stubs/StubCartridgeReadResponse.cs +++ b/Software/Visual_Studio/Tango.PMR/Stubs/StubCartridgeReadResponse.cs @@ -23,14 +23,15 @@ namespace Tango.PMR.Stubs { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch9TdHViQ2FydHJpZGdlUmVhZFJlc3BvbnNlLnByb3RvEg9UYW5nby5QTVIu", - "U3R1YnMaD0NhcnRyaWRnZS5wcm90byJQChlTdHViQ2FydHJpZGdlUmVhZFJl", - "c3BvbnNlEjMKCUNhcnRyaWRnZRgBIAEoCzIgLlRhbmdvLlBNUi5EaWFnbm9z", - "dGljcy5DYXJ0cmlkZ2VCGwoZY29tLnR3aW5lLnRhbmdvLnBtci5zdHVic2IG", - "cHJvdG8z")); + "U3R1YnMitAEKGVN0dWJDYXJ0cmlkZ2VSZWFkUmVzcG9uc2USEwoLQ2FydHJp", + "ZGdlSWQYASABKA0SFgoOQ2FydHJpZGdlQ29sb3IYAiABKA0SGAoQQ2FydHJp", + "ZGdlVmVyc2lvbhgDIAEoDRIVCg1DYXJ0cmlkZ2VEYXRhGAQgASgFEhUKDUNh", + "cnRyaWRnZVVzZWQYBSABKAgSDgoGU3RhdHVzGAYgASgJEhIKClN0YXR1c1dv", + "cmQYByABKA1CGwoZY29tLnR3aW5lLnRhbmdvLnBtci5zdHVic2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.Diagnostics.CartridgeReflection.Descriptor, }, + new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Stubs.StubCartridgeReadResponse), global::Tango.PMR.Stubs.StubCartridgeReadResponse.Parser, new[]{ "Cartridge" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Stubs.StubCartridgeReadResponse), global::Tango.PMR.Stubs.StubCartridgeReadResponse.Parser, new[]{ "CartridgeId", "CartridgeColor", "CartridgeVersion", "CartridgeData", "CartridgeUsed", "Status", "StatusWord" }, null, null, null) })); } #endregion @@ -61,7 +62,13 @@ namespace Tango.PMR.Stubs { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public StubCartridgeReadResponse(StubCartridgeReadResponse other) : this() { - Cartridge = other.cartridge_ != null ? other.Cartridge.Clone() : null; + cartridgeId_ = other.cartridgeId_; + cartridgeColor_ = other.cartridgeColor_; + cartridgeVersion_ = other.cartridgeVersion_; + cartridgeData_ = other.cartridgeData_; + cartridgeUsed_ = other.cartridgeUsed_; + status_ = other.status_; + statusWord_ = other.statusWord_; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -69,14 +76,86 @@ namespace Tango.PMR.Stubs { return new StubCartridgeReadResponse(this); } - /// <summary>Field number for the "Cartridge" field.</summary> - public const int CartridgeFieldNumber = 1; - private global::Tango.PMR.Diagnostics.Cartridge cartridge_; + /// <summary>Field number for the "CartridgeId" field.</summary> + public const int CartridgeIdFieldNumber = 1; + private uint cartridgeId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.Diagnostics.Cartridge Cartridge { - get { return cartridge_; } + public uint CartridgeId { + get { return cartridgeId_; } set { - cartridge_ = value; + cartridgeId_ = value; + } + } + + /// <summary>Field number for the "CartridgeColor" field.</summary> + public const int CartridgeColorFieldNumber = 2; + private uint cartridgeColor_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + public uint CartridgeColor { + get { return cartridgeColor_; } + set { + cartridgeColor_ = value; + } + } + + /// <summary>Field number for the "CartridgeVersion" field.</summary> + public const int CartridgeVersionFieldNumber = 3; + private uint cartridgeVersion_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + public uint CartridgeVersion { + get { return cartridgeVersion_; } + set { + cartridgeVersion_ = value; + } + } + + /// <summary>Field number for the "CartridgeData" field.</summary> + public const int CartridgeDataFieldNumber = 4; + private int cartridgeData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + public int CartridgeData { + get { return cartridgeData_; } + set { + cartridgeData_ = value; + } + } + + /// <summary>Field number for the "CartridgeUsed" field.</summary> + public const int CartridgeUsedFieldNumber = 5; + private bool cartridgeUsed_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + public bool CartridgeUsed { + get { return cartridgeUsed_; } + set { + cartridgeUsed_ = value; + } + } + + /// <summary>Field number for the "Status" field.</summary> + public const int StatusFieldNumber = 6; + private string status_ = ""; + /// <summary> + /// Passed/Failed + /// </summary> + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + public string Status { + get { return status_; } + set { + status_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// <summary>Field number for the "StatusWord" field.</summary> + public const int StatusWordFieldNumber = 7; + private uint statusWord_; + /// <summary> + /// Error number/bit when the status is Failed + /// </summary> + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + public uint StatusWord { + get { return statusWord_; } + set { + statusWord_ = value; } } @@ -93,14 +172,26 @@ namespace Tango.PMR.Stubs { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(Cartridge, other.Cartridge)) return false; + if (CartridgeId != other.CartridgeId) return false; + if (CartridgeColor != other.CartridgeColor) return false; + if (CartridgeVersion != other.CartridgeVersion) return false; + if (CartridgeData != other.CartridgeData) return false; + if (CartridgeUsed != other.CartridgeUsed) return false; + if (Status != other.Status) return false; + if (StatusWord != other.StatusWord) return false; return true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override int GetHashCode() { int hash = 1; - if (cartridge_ != null) hash ^= Cartridge.GetHashCode(); + if (CartridgeId != 0) hash ^= CartridgeId.GetHashCode(); + if (CartridgeColor != 0) hash ^= CartridgeColor.GetHashCode(); + if (CartridgeVersion != 0) hash ^= CartridgeVersion.GetHashCode(); + if (CartridgeData != 0) hash ^= CartridgeData.GetHashCode(); + if (CartridgeUsed != false) hash ^= CartridgeUsed.GetHashCode(); + if (Status.Length != 0) hash ^= Status.GetHashCode(); + if (StatusWord != 0) hash ^= StatusWord.GetHashCode(); return hash; } @@ -111,17 +202,59 @@ namespace Tango.PMR.Stubs { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void WriteTo(pb::CodedOutputStream output) { - if (cartridge_ != null) { - output.WriteRawTag(10); - output.WriteMessage(Cartridge); + if (CartridgeId != 0) { + output.WriteRawTag(8); + output.WriteUInt32(CartridgeId); + } + if (CartridgeColor != 0) { + output.WriteRawTag(16); + output.WriteUInt32(CartridgeColor); + } + if (CartridgeVersion != 0) { + output.WriteRawTag(24); + output.WriteUInt32(CartridgeVersion); + } + if (CartridgeData != 0) { + output.WriteRawTag(32); + output.WriteInt32(CartridgeData); + } + if (CartridgeUsed != false) { + output.WriteRawTag(40); + output.WriteBool(CartridgeUsed); + } + if (Status.Length != 0) { + output.WriteRawTag(50); + output.WriteString(Status); + } + if (StatusWord != 0) { + output.WriteRawTag(56); + output.WriteUInt32(StatusWord); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int CalculateSize() { int size = 0; - if (cartridge_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(Cartridge); + if (CartridgeId != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CartridgeId); + } + if (CartridgeColor != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CartridgeColor); + } + if (CartridgeVersion != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CartridgeVersion); + } + if (CartridgeData != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CartridgeData); + } + if (CartridgeUsed != false) { + size += 1 + 1; + } + if (Status.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Status); + } + if (StatusWord != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(StatusWord); } return size; } @@ -131,11 +264,26 @@ namespace Tango.PMR.Stubs { if (other == null) { return; } - if (other.cartridge_ != null) { - if (cartridge_ == null) { - cartridge_ = new global::Tango.PMR.Diagnostics.Cartridge(); - } - Cartridge.MergeFrom(other.Cartridge); + if (other.CartridgeId != 0) { + CartridgeId = other.CartridgeId; + } + if (other.CartridgeColor != 0) { + CartridgeColor = other.CartridgeColor; + } + if (other.CartridgeVersion != 0) { + CartridgeVersion = other.CartridgeVersion; + } + if (other.CartridgeData != 0) { + CartridgeData = other.CartridgeData; + } + if (other.CartridgeUsed != false) { + CartridgeUsed = other.CartridgeUsed; + } + if (other.Status.Length != 0) { + Status = other.Status; + } + if (other.StatusWord != 0) { + StatusWord = other.StatusWord; } } @@ -147,11 +295,32 @@ namespace Tango.PMR.Stubs { default: input.SkipLastField(); break; - case 10: { - if (cartridge_ == null) { - cartridge_ = new global::Tango.PMR.Diagnostics.Cartridge(); - } - input.ReadMessage(cartridge_); + case 8: { + CartridgeId = input.ReadUInt32(); + break; + } + case 16: { + CartridgeColor = input.ReadUInt32(); + break; + } + case 24: { + CartridgeVersion = input.ReadUInt32(); + break; + } + case 32: { + CartridgeData = input.ReadInt32(); + break; + } + case 40: { + CartridgeUsed = input.ReadBool(); + break; + } + case 50: { + Status = input.ReadString(); + break; + } + case 56: { + StatusWord = input.ReadUInt32(); break; } } diff --git a/Software/Visual_Studio/Tango.PMR/Stubs/StubCartridgeWriteRequest.cs b/Software/Visual_Studio/Tango.PMR/Stubs/StubCartridgeWriteRequest.cs index f69bd91c1..e529784c5 100644 --- a/Software/Visual_Studio/Tango.PMR/Stubs/StubCartridgeWriteRequest.cs +++ b/Software/Visual_Studio/Tango.PMR/Stubs/StubCartridgeWriteRequest.cs @@ -23,14 +23,15 @@ namespace Tango.PMR.Stubs { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch9TdHViQ2FydHJpZGdlV3JpdGVSZXF1ZXN0LnByb3RvEg9UYW5nby5QTVIu", - "U3R1YnMaD0NhcnRyaWRnZS5wcm90byJQChlTdHViQ2FydHJpZGdlV3JpdGVS", - "ZXF1ZXN0EjMKCUNhcnRyaWRnZRgBIAEoCzIgLlRhbmdvLlBNUi5EaWFnbm9z", - "dGljcy5DYXJ0cmlkZ2VCGwoZY29tLnR3aW5lLnRhbmdvLnBtci5zdHVic2IG", - "cHJvdG8z")); + "U3R1YnMikAEKGVN0dWJDYXJ0cmlkZ2VXcml0ZVJlcXVlc3QSEwoLQ2FydHJp", + "ZGdlSWQYASABKA0SFgoOQ2FydHJpZGdlQ29sb3IYAiABKA0SGAoQQ2FydHJp", + "ZGdlVmVyc2lvbhgDIAEoDRIVCg1DYXJ0cmlkZ2VEYXRhGAQgASgNEhUKDUNh", + "cnRyaWRnZVVzZWQYBSABKAhCGwoZY29tLnR3aW5lLnRhbmdvLnBtci5zdHVi", + "c2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.Diagnostics.CartridgeReflection.Descriptor, }, + new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Stubs.StubCartridgeWriteRequest), global::Tango.PMR.Stubs.StubCartridgeWriteRequest.Parser, new[]{ "Cartridge" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Stubs.StubCartridgeWriteRequest), global::Tango.PMR.Stubs.StubCartridgeWriteRequest.Parser, new[]{ "CartridgeId", "CartridgeColor", "CartridgeVersion", "CartridgeData", "CartridgeUsed" }, null, null, null) })); } #endregion @@ -61,7 +62,11 @@ namespace Tango.PMR.Stubs { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public StubCartridgeWriteRequest(StubCartridgeWriteRequest other) : this() { - Cartridge = other.cartridge_ != null ? other.Cartridge.Clone() : null; + cartridgeId_ = other.cartridgeId_; + cartridgeColor_ = other.cartridgeColor_; + cartridgeVersion_ = other.cartridgeVersion_; + cartridgeData_ = other.cartridgeData_; + cartridgeUsed_ = other.cartridgeUsed_; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -69,14 +74,66 @@ namespace Tango.PMR.Stubs { return new StubCartridgeWriteRequest(this); } - /// <summary>Field number for the "Cartridge" field.</summary> - public const int CartridgeFieldNumber = 1; - private global::Tango.PMR.Diagnostics.Cartridge cartridge_; + /// <summary>Field number for the "CartridgeId" field.</summary> + public const int CartridgeIdFieldNumber = 1; + private uint cartridgeId_; + /// <summary> + ///0..7 + /// </summary> [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.Diagnostics.Cartridge Cartridge { - get { return cartridge_; } + public uint CartridgeId { + get { return cartridgeId_; } set { - cartridge_ = value; + cartridgeId_ = value; + } + } + + /// <summary>Field number for the "CartridgeColor" field.</summary> + public const int CartridgeColorFieldNumber = 2; + private uint cartridgeColor_; + /// <summary> + /// </summary> + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + public uint CartridgeColor { + get { return cartridgeColor_; } + set { + cartridgeColor_ = value; + } + } + + /// <summary>Field number for the "CartridgeVersion" field.</summary> + public const int CartridgeVersionFieldNumber = 3; + private uint cartridgeVersion_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + public uint CartridgeVersion { + get { return cartridgeVersion_; } + set { + cartridgeVersion_ = value; + } + } + + /// <summary>Field number for the "CartridgeData" field.</summary> + public const int CartridgeDataFieldNumber = 4; + private uint cartridgeData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + public uint CartridgeData { + get { return cartridgeData_; } + set { + cartridgeData_ = value; + } + } + + /// <summary>Field number for the "CartridgeUsed" field.</summary> + public const int CartridgeUsedFieldNumber = 5; + private bool cartridgeUsed_; + /// <summary> + /// 0 - new 1- used + /// </summary> + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + public bool CartridgeUsed { + get { return cartridgeUsed_; } + set { + cartridgeUsed_ = value; } } @@ -93,14 +150,22 @@ namespace Tango.PMR.Stubs { if (ReferenceEquals(other, this)) { return true; } - if (!object.Equals(Cartridge, other.Cartridge)) return false; + if (CartridgeId != other.CartridgeId) return false; + if (CartridgeColor != other.CartridgeColor) return false; + if (CartridgeVersion != other.CartridgeVersion) return false; + if (CartridgeData != other.CartridgeData) return false; + if (CartridgeUsed != other.CartridgeUsed) return false; return true; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override int GetHashCode() { int hash = 1; - if (cartridge_ != null) hash ^= Cartridge.GetHashCode(); + if (CartridgeId != 0) hash ^= CartridgeId.GetHashCode(); + if (CartridgeColor != 0) hash ^= CartridgeColor.GetHashCode(); + if (CartridgeVersion != 0) hash ^= CartridgeVersion.GetHashCode(); + if (CartridgeData != 0) hash ^= CartridgeData.GetHashCode(); + if (CartridgeUsed != false) hash ^= CartridgeUsed.GetHashCode(); return hash; } @@ -111,17 +176,45 @@ namespace Tango.PMR.Stubs { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void WriteTo(pb::CodedOutputStream output) { - if (cartridge_ != null) { - output.WriteRawTag(10); - output.WriteMessage(Cartridge); + if (CartridgeId != 0) { + output.WriteRawTag(8); + output.WriteUInt32(CartridgeId); + } + if (CartridgeColor != 0) { + output.WriteRawTag(16); + output.WriteUInt32(CartridgeColor); + } + if (CartridgeVersion != 0) { + output.WriteRawTag(24); + output.WriteUInt32(CartridgeVersion); + } + if (CartridgeData != 0) { + output.WriteRawTag(32); + output.WriteUInt32(CartridgeData); + } + if (CartridgeUsed != false) { + output.WriteRawTag(40); + output.WriteBool(CartridgeUsed); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int CalculateSize() { int size = 0; - if (cartridge_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(Cartridge); + if (CartridgeId != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CartridgeId); + } + if (CartridgeColor != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CartridgeColor); + } + if (CartridgeVersion != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CartridgeVersion); + } + if (CartridgeData != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CartridgeData); + } + if (CartridgeUsed != false) { + size += 1 + 1; } return size; } @@ -131,11 +224,20 @@ namespace Tango.PMR.Stubs { if (other == null) { return; } - if (other.cartridge_ != null) { - if (cartridge_ == null) { - cartridge_ = new global::Tango.PMR.Diagnostics.Cartridge(); - } - Cartridge.MergeFrom(other.Cartridge); + if (other.CartridgeId != 0) { + CartridgeId = other.CartridgeId; + } + if (other.CartridgeColor != 0) { + CartridgeColor = other.CartridgeColor; + } + if (other.CartridgeVersion != 0) { + CartridgeVersion = other.CartridgeVersion; + } + if (other.CartridgeData != 0) { + CartridgeData = other.CartridgeData; + } + if (other.CartridgeUsed != false) { + CartridgeUsed = other.CartridgeUsed; } } @@ -147,11 +249,24 @@ namespace Tango.PMR.Stubs { default: input.SkipLastField(); break; - case 10: { - if (cartridge_ == null) { - cartridge_ = new global::Tango.PMR.Diagnostics.Cartridge(); - } - input.ReadMessage(cartridge_); + case 8: { + CartridgeId = input.ReadUInt32(); + break; + } + case 16: { + CartridgeColor = input.ReadUInt32(); + break; + } + case 24: { + CartridgeVersion = input.ReadUInt32(); + break; + } + case 32: { + CartridgeData = input.ReadUInt32(); + break; + } + case 40: { + CartridgeUsed = input.ReadBool(); break; } } diff --git a/Software/Visual_Studio/Tango.PMR/Stubs/StubCartridgeWriteResponse.cs b/Software/Visual_Studio/Tango.PMR/Stubs/StubCartridgeWriteResponse.cs index ac541e47d..881f4ec4f 100644 --- a/Software/Visual_Studio/Tango.PMR/Stubs/StubCartridgeWriteResponse.cs +++ b/Software/Visual_Studio/Tango.PMR/Stubs/StubCartridgeWriteResponse.cs @@ -23,13 +23,13 @@ namespace Tango.PMR.Stubs { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiBTdHViQ2FydHJpZGdlV3JpdGVSZXNwb25zZS5wcm90bxIPVGFuZ28uUE1S", - "LlN0dWJzIjEKGlN0dWJDYXJ0cmlkZ2VXcml0ZVJlc3BvbnNlEhMKC0NhcnRy", - "aWRnZUlkGAEgASgNQhsKGWNvbS50d2luZS50YW5nby5wbXIuc3R1YnNiBnBy", - "b3RvMw==")); + "LlN0dWJzIlUKGlN0dWJDYXJ0cmlkZ2VXcml0ZVJlc3BvbnNlEhMKC0NhcnRy", + "aWRnZUlkGAEgASgNEg4KBlN0YXR1cxgCIAEoCRISCgpTdGF0dXNXb3JkGAMg", + "ASgNQhsKGWNvbS50d2luZS50YW5nby5wbXIuc3R1YnNiBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Stubs.StubCartridgeWriteResponse), global::Tango.PMR.Stubs.StubCartridgeWriteResponse.Parser, new[]{ "CartridgeId" }, null, null, null) + new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Stubs.StubCartridgeWriteResponse), global::Tango.PMR.Stubs.StubCartridgeWriteResponse.Parser, new[]{ "CartridgeId", "Status", "StatusWord" }, null, null, null) })); } #endregion @@ -61,6 +61,8 @@ namespace Tango.PMR.Stubs { [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public StubCartridgeWriteResponse(StubCartridgeWriteResponse other) : this() { cartridgeId_ = other.cartridgeId_; + status_ = other.status_; + statusWord_ = other.statusWord_; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -79,6 +81,34 @@ namespace Tango.PMR.Stubs { } } + /// <summary>Field number for the "Status" field.</summary> + public const int StatusFieldNumber = 2; + private string status_ = ""; + /// <summary> + /// Passed/Failed + /// </summary> + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + public string Status { + get { return status_; } + set { + status_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// <summary>Field number for the "StatusWord" field.</summary> + public const int StatusWordFieldNumber = 3; + private uint statusWord_; + /// <summary> + /// Error number/bit when the status is Failed + /// </summary> + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + public uint StatusWord { + get { return statusWord_; } + set { + statusWord_ = value; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as StubCartridgeWriteResponse); @@ -93,6 +123,8 @@ namespace Tango.PMR.Stubs { return true; } if (CartridgeId != other.CartridgeId) return false; + if (Status != other.Status) return false; + if (StatusWord != other.StatusWord) return false; return true; } @@ -100,6 +132,8 @@ namespace Tango.PMR.Stubs { public override int GetHashCode() { int hash = 1; if (CartridgeId != 0) hash ^= CartridgeId.GetHashCode(); + if (Status.Length != 0) hash ^= Status.GetHashCode(); + if (StatusWord != 0) hash ^= StatusWord.GetHashCode(); return hash; } @@ -114,6 +148,14 @@ namespace Tango.PMR.Stubs { output.WriteRawTag(8); output.WriteUInt32(CartridgeId); } + if (Status.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Status); + } + if (StatusWord != 0) { + output.WriteRawTag(24); + output.WriteUInt32(StatusWord); + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -122,6 +164,12 @@ namespace Tango.PMR.Stubs { if (CartridgeId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CartridgeId); } + if (Status.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Status); + } + if (StatusWord != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(StatusWord); + } return size; } @@ -133,6 +181,12 @@ namespace Tango.PMR.Stubs { if (other.CartridgeId != 0) { CartridgeId = other.CartridgeId; } + if (other.Status.Length != 0) { + Status = other.Status; + } + if (other.StatusWord != 0) { + StatusWord = other.StatusWord; + } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] @@ -147,6 +201,14 @@ namespace Tango.PMR.Stubs { CartridgeId = input.ReadUInt32(); break; } + case 18: { + Status = input.ReadString(); + break; + } + case 24: { + StatusWord = input.ReadUInt32(); + break; + } } } } diff --git a/Software/Visual_Studio/Tango.PMR/Stubs/StubDispenserEEpromData.cs b/Software/Visual_Studio/Tango.PMR/Stubs/StubDispenserEEpromData.cs deleted file mode 100644 index 9e2fc56f1..000000000 --- a/Software/Visual_Studio/Tango.PMR/Stubs/StubDispenserEEpromData.cs +++ /dev/null @@ -1,1043 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StubDispenserEEpromData.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Stubs { - - /// <summary>Holder for reflection information generated from StubDispenserEEpromData.proto</summary> - public static partial class StubDispenserEEpromDataReflection { - - #region Descriptor - /// <summary>File descriptor for StubDispenserEEpromData.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StubDispenserEEpromDataReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch1TdHViRGlzcGVuc2VyRUVwcm9tRGF0YS5wcm90bxIPVGFuZ28uUE1SLlN0", - "dWJzIt8FChdTdHViRGlzcGVuc2VyRUVwcm9tRGF0YRIOCgZIZWFkZXIYASAB", - "KA0SEwoLVGFibGVMZW5ndGgYAiABKA0SFAoMVGFibGV2ZXJzaW9uGAMgASgN", - "EhQKDERpc3BlbnNlclBfThgEIAEoCRIOCgZQQ0JTX04YBSABKAkSFQoNUENC", - "UGFydE51bWJlchgGIAEoCRIUCgxEaXNwZW5zZXJTX04YByABKAkSFwoPTWlu", - "aW1hbFByZXNzdXJlGAggASgFEhcKD01heGltYWxQcmVzc3VyZRgJIAEoBRIR", - "CglNaW5pbWFsTVYYCiABKAUSEQoJTWF4aW1hbE1WGAsgASgFEhMKC1RvdGFs", - "Q3ljbGVzGAwgASgNEhIKCkJ1YmJsZVNpemUYDSABKAUSHAoUQVZHX05sX3N0", - "ZXBWYWx1ZV8xXzQYDiABKAUSHAoUQVZHX05sX3N0ZXBWYWx1ZV8yXzQYDyAB", - "KAUSHAoUQVZHX05sX3N0ZXBWYWx1ZV8zXzQYECABKAUSHAoUQVZHX05sX3N0", - "ZXBWYWx1ZV80XzQYESABKAUSEgoKU1dfUmVzZXJ2ZRgSIAEoBRIXCg9TcGFy", - "ZTFfcHJlc3N1cmUYEyABKAUSFwoPU3BhcmUyX3ByZXNzdXJlGBQgASgFEhsK", - "E01vdG9yUHVsc2VzUGVyQ3ljbGUYFSABKA0SDQoFQ29sb3IYFiABKA0SFQoN", - "UHJlc3N1cmVTbG9wZRgXIAEoBRIWCg5Qcm9kdWN0aW9uRGF0ZRgYIAEoCRIT", - "CgtBVFNsb2NhdGlvbhgZIAEoDRIOCgZTcGFyZTEYGiABKAUSDgoGU3BhcmUy", - "GBsgASgFEhIKCkFUU0NoYW5uZWwYHCABKA0SEQoJVW5pdEVtcHR5GB0gASgI", - "EhcKD0RyeVJ1blBhc3NfRmFpbBgeIAEoCBIVCg1GbG93UGFzc19GYWlsGB8g", - "ASgIEhAKCENoZWNrU3VtGCAgASgNQhsKGWNvbS50d2luZS50YW5nby5wbXIu", - "c3R1YnNiBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Stubs.StubDispenserEEpromData), global::Tango.PMR.Stubs.StubDispenserEEpromData.Parser, new[]{ "Header", "TableLength", "Tableversion", "DispenserPN", "PCBSN", "PCBPartNumber", "DispenserSN", "MinimalPressure", "MaximalPressure", "MinimalMV", "MaximalMV", "TotalCycles", "BubbleSize", "AVGNlStepValue14", "AVGNlStepValue24", "AVGNlStepValue34", "AVGNlStepValue44", "SWReserve", "Spare1Pressure", "Spare2Pressure", "MotorPulsesPerCycle", "Color", "PressureSlope", "ProductionDate", "ATSlocation", "Spare1", "Spare2", "ATSChannel", "UnitEmpty", "DryRunPassFail", "FlowPassFail", "CheckSum" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StubDispenserEEpromData : pb::IMessage<StubDispenserEEpromData> { - private static readonly pb::MessageParser<StubDispenserEEpromData> _parser = new pb::MessageParser<StubDispenserEEpromData>(() => new StubDispenserEEpromData()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StubDispenserEEpromData> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Stubs.StubDispenserEEpromDataReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubDispenserEEpromData() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubDispenserEEpromData(StubDispenserEEpromData other) : this() { - header_ = other.header_; - tableLength_ = other.tableLength_; - tableversion_ = other.tableversion_; - dispenserPN_ = other.dispenserPN_; - pCBSN_ = other.pCBSN_; - pCBPartNumber_ = other.pCBPartNumber_; - dispenserSN_ = other.dispenserSN_; - minimalPressure_ = other.minimalPressure_; - maximalPressure_ = other.maximalPressure_; - minimalMV_ = other.minimalMV_; - maximalMV_ = other.maximalMV_; - totalCycles_ = other.totalCycles_; - bubbleSize_ = other.bubbleSize_; - aVGNlStepValue14_ = other.aVGNlStepValue14_; - aVGNlStepValue24_ = other.aVGNlStepValue24_; - aVGNlStepValue34_ = other.aVGNlStepValue34_; - aVGNlStepValue44_ = other.aVGNlStepValue44_; - sWReserve_ = other.sWReserve_; - spare1Pressure_ = other.spare1Pressure_; - spare2Pressure_ = other.spare2Pressure_; - motorPulsesPerCycle_ = other.motorPulsesPerCycle_; - color_ = other.color_; - pressureSlope_ = other.pressureSlope_; - productionDate_ = other.productionDate_; - aTSlocation_ = other.aTSlocation_; - spare1_ = other.spare1_; - spare2_ = other.spare2_; - aTSChannel_ = other.aTSChannel_; - unitEmpty_ = other.unitEmpty_; - dryRunPassFail_ = other.dryRunPassFail_; - flowPassFail_ = other.flowPassFail_; - checkSum_ = other.checkSum_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubDispenserEEpromData Clone() { - return new StubDispenserEEpromData(this); - } - - /// <summary>Field number for the "Header" field.</summary> - public const int HeaderFieldNumber = 1; - private uint header_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint Header { - get { return header_; } - set { - header_ = value; - } - } - - /// <summary>Field number for the "TableLength" field.</summary> - public const int TableLengthFieldNumber = 2; - private uint tableLength_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint TableLength { - get { return tableLength_; } - set { - tableLength_ = value; - } - } - - /// <summary>Field number for the "Tableversion" field.</summary> - public const int TableversionFieldNumber = 3; - private uint tableversion_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint Tableversion { - get { return tableversion_; } - set { - tableversion_ = value; - } - } - - /// <summary>Field number for the "DispenserP_N" field.</summary> - public const int DispenserPNFieldNumber = 4; - private string dispenserPN_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string DispenserPN { - get { return dispenserPN_; } - set { - dispenserPN_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "PCBS_N" field.</summary> - public const int PCBSNFieldNumber = 5; - private string pCBSN_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string PCBSN { - get { return pCBSN_; } - set { - pCBSN_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "PCBPartNumber" field.</summary> - public const int PCBPartNumberFieldNumber = 6; - private string pCBPartNumber_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string PCBPartNumber { - get { return pCBPartNumber_; } - set { - pCBPartNumber_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "DispenserS_N" field.</summary> - public const int DispenserSNFieldNumber = 7; - private string dispenserSN_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string DispenserSN { - get { return dispenserSN_; } - set { - dispenserSN_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "MinimalPressure" field.</summary> - public const int MinimalPressureFieldNumber = 8; - private int minimalPressure_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int MinimalPressure { - get { return minimalPressure_; } - set { - minimalPressure_ = value; - } - } - - /// <summary>Field number for the "MaximalPressure" field.</summary> - public const int MaximalPressureFieldNumber = 9; - private int maximalPressure_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int MaximalPressure { - get { return maximalPressure_; } - set { - maximalPressure_ = value; - } - } - - /// <summary>Field number for the "MinimalMV" field.</summary> - public const int MinimalMVFieldNumber = 10; - private int minimalMV_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int MinimalMV { - get { return minimalMV_; } - set { - minimalMV_ = value; - } - } - - /// <summary>Field number for the "MaximalMV" field.</summary> - public const int MaximalMVFieldNumber = 11; - private int maximalMV_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int MaximalMV { - get { return maximalMV_; } - set { - maximalMV_ = value; - } - } - - /// <summary>Field number for the "TotalCycles" field.</summary> - public const int TotalCyclesFieldNumber = 12; - private uint totalCycles_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint TotalCycles { - get { return totalCycles_; } - set { - totalCycles_ = value; - } - } - - /// <summary>Field number for the "BubbleSize" field.</summary> - public const int BubbleSizeFieldNumber = 13; - private int bubbleSize_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int BubbleSize { - get { return bubbleSize_; } - set { - bubbleSize_ = value; - } - } - - /// <summary>Field number for the "AVG_Nl_stepValue_1_4" field.</summary> - public const int AVGNlStepValue14FieldNumber = 14; - private int aVGNlStepValue14_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int AVGNlStepValue14 { - get { return aVGNlStepValue14_; } - set { - aVGNlStepValue14_ = value; - } - } - - /// <summary>Field number for the "AVG_Nl_stepValue_2_4" field.</summary> - public const int AVGNlStepValue24FieldNumber = 15; - private int aVGNlStepValue24_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int AVGNlStepValue24 { - get { return aVGNlStepValue24_; } - set { - aVGNlStepValue24_ = value; - } - } - - /// <summary>Field number for the "AVG_Nl_stepValue_3_4" field.</summary> - public const int AVGNlStepValue34FieldNumber = 16; - private int aVGNlStepValue34_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int AVGNlStepValue34 { - get { return aVGNlStepValue34_; } - set { - aVGNlStepValue34_ = value; - } - } - - /// <summary>Field number for the "AVG_Nl_stepValue_4_4" field.</summary> - public const int AVGNlStepValue44FieldNumber = 17; - private int aVGNlStepValue44_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int AVGNlStepValue44 { - get { return aVGNlStepValue44_; } - set { - aVGNlStepValue44_ = value; - } - } - - /// <summary>Field number for the "SW_Reserve" field.</summary> - public const int SWReserveFieldNumber = 18; - private int sWReserve_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int SWReserve { - get { return sWReserve_; } - set { - sWReserve_ = value; - } - } - - /// <summary>Field number for the "Spare1_pressure" field.</summary> - public const int Spare1PressureFieldNumber = 19; - private int spare1Pressure_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Spare1Pressure { - get { return spare1Pressure_; } - set { - spare1Pressure_ = value; - } - } - - /// <summary>Field number for the "Spare2_pressure" field.</summary> - public const int Spare2PressureFieldNumber = 20; - private int spare2Pressure_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Spare2Pressure { - get { return spare2Pressure_; } - set { - spare2Pressure_ = value; - } - } - - /// <summary>Field number for the "MotorPulsesPerCycle" field.</summary> - public const int MotorPulsesPerCycleFieldNumber = 21; - private uint motorPulsesPerCycle_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint MotorPulsesPerCycle { - get { return motorPulsesPerCycle_; } - set { - motorPulsesPerCycle_ = value; - } - } - - /// <summary>Field number for the "Color" field.</summary> - public const int ColorFieldNumber = 22; - private uint color_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint Color { - get { return color_; } - set { - color_ = value; - } - } - - /// <summary>Field number for the "PressureSlope" field.</summary> - public const int PressureSlopeFieldNumber = 23; - private int pressureSlope_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int PressureSlope { - get { return pressureSlope_; } - set { - pressureSlope_ = value; - } - } - - /// <summary>Field number for the "ProductionDate" field.</summary> - public const int ProductionDateFieldNumber = 24; - private string productionDate_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string ProductionDate { - get { return productionDate_; } - set { - productionDate_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "ATSlocation" field.</summary> - public const int ATSlocationFieldNumber = 25; - private uint aTSlocation_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint ATSlocation { - get { return aTSlocation_; } - set { - aTSlocation_ = value; - } - } - - /// <summary>Field number for the "Spare1" field.</summary> - public const int Spare1FieldNumber = 26; - private int spare1_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Spare1 { - get { return spare1_; } - set { - spare1_ = value; - } - } - - /// <summary>Field number for the "Spare2" field.</summary> - public const int Spare2FieldNumber = 27; - private int spare2_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Spare2 { - get { return spare2_; } - set { - spare2_ = value; - } - } - - /// <summary>Field number for the "ATSChannel" field.</summary> - public const int ATSChannelFieldNumber = 28; - private uint aTSChannel_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint ATSChannel { - get { return aTSChannel_; } - set { - aTSChannel_ = value; - } - } - - /// <summary>Field number for the "UnitEmpty" field.</summary> - public const int UnitEmptyFieldNumber = 29; - private bool unitEmpty_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool UnitEmpty { - get { return unitEmpty_; } - set { - unitEmpty_ = value; - } - } - - /// <summary>Field number for the "DryRunPass_Fail" field.</summary> - public const int DryRunPassFailFieldNumber = 30; - private bool dryRunPassFail_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool DryRunPassFail { - get { return dryRunPassFail_; } - set { - dryRunPassFail_ = value; - } - } - - /// <summary>Field number for the "FlowPass_Fail" field.</summary> - public const int FlowPassFailFieldNumber = 31; - private bool flowPassFail_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool FlowPassFail { - get { return flowPassFail_; } - set { - flowPassFail_ = value; - } - } - - /// <summary>Field number for the "CheckSum" field.</summary> - public const int CheckSumFieldNumber = 32; - private uint checkSum_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint CheckSum { - get { return checkSum_; } - set { - checkSum_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StubDispenserEEpromData); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StubDispenserEEpromData other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Header != other.Header) return false; - if (TableLength != other.TableLength) return false; - if (Tableversion != other.Tableversion) return false; - if (DispenserPN != other.DispenserPN) return false; - if (PCBSN != other.PCBSN) return false; - if (PCBPartNumber != other.PCBPartNumber) return false; - if (DispenserSN != other.DispenserSN) return false; - if (MinimalPressure != other.MinimalPressure) return false; - if (MaximalPressure != other.MaximalPressure) return false; - if (MinimalMV != other.MinimalMV) return false; - if (MaximalMV != other.MaximalMV) return false; - if (TotalCycles != other.TotalCycles) return false; - if (BubbleSize != other.BubbleSize) return false; - if (AVGNlStepValue14 != other.AVGNlStepValue14) return false; - if (AVGNlStepValue24 != other.AVGNlStepValue24) return false; - if (AVGNlStepValue34 != other.AVGNlStepValue34) return false; - if (AVGNlStepValue44 != other.AVGNlStepValue44) return false; - if (SWReserve != other.SWReserve) return false; - if (Spare1Pressure != other.Spare1Pressure) return false; - if (Spare2Pressure != other.Spare2Pressure) return false; - if (MotorPulsesPerCycle != other.MotorPulsesPerCycle) return false; - if (Color != other.Color) return false; - if (PressureSlope != other.PressureSlope) return false; - if (ProductionDate != other.ProductionDate) return false; - if (ATSlocation != other.ATSlocation) return false; - if (Spare1 != other.Spare1) return false; - if (Spare2 != other.Spare2) return false; - if (ATSChannel != other.ATSChannel) return false; - if (UnitEmpty != other.UnitEmpty) return false; - if (DryRunPassFail != other.DryRunPassFail) return false; - if (FlowPassFail != other.FlowPassFail) return false; - if (CheckSum != other.CheckSum) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Header != 0) hash ^= Header.GetHashCode(); - if (TableLength != 0) hash ^= TableLength.GetHashCode(); - if (Tableversion != 0) hash ^= Tableversion.GetHashCode(); - if (DispenserPN.Length != 0) hash ^= DispenserPN.GetHashCode(); - if (PCBSN.Length != 0) hash ^= PCBSN.GetHashCode(); - if (PCBPartNumber.Length != 0) hash ^= PCBPartNumber.GetHashCode(); - if (DispenserSN.Length != 0) hash ^= DispenserSN.GetHashCode(); - if (MinimalPressure != 0) hash ^= MinimalPressure.GetHashCode(); - if (MaximalPressure != 0) hash ^= MaximalPressure.GetHashCode(); - if (MinimalMV != 0) hash ^= MinimalMV.GetHashCode(); - if (MaximalMV != 0) hash ^= MaximalMV.GetHashCode(); - if (TotalCycles != 0) hash ^= TotalCycles.GetHashCode(); - if (BubbleSize != 0) hash ^= BubbleSize.GetHashCode(); - if (AVGNlStepValue14 != 0) hash ^= AVGNlStepValue14.GetHashCode(); - if (AVGNlStepValue24 != 0) hash ^= AVGNlStepValue24.GetHashCode(); - if (AVGNlStepValue34 != 0) hash ^= AVGNlStepValue34.GetHashCode(); - if (AVGNlStepValue44 != 0) hash ^= AVGNlStepValue44.GetHashCode(); - if (SWReserve != 0) hash ^= SWReserve.GetHashCode(); - if (Spare1Pressure != 0) hash ^= Spare1Pressure.GetHashCode(); - if (Spare2Pressure != 0) hash ^= Spare2Pressure.GetHashCode(); - if (MotorPulsesPerCycle != 0) hash ^= MotorPulsesPerCycle.GetHashCode(); - if (Color != 0) hash ^= Color.GetHashCode(); - if (PressureSlope != 0) hash ^= PressureSlope.GetHashCode(); - if (ProductionDate.Length != 0) hash ^= ProductionDate.GetHashCode(); - if (ATSlocation != 0) hash ^= ATSlocation.GetHashCode(); - if (Spare1 != 0) hash ^= Spare1.GetHashCode(); - if (Spare2 != 0) hash ^= Spare2.GetHashCode(); - if (ATSChannel != 0) hash ^= ATSChannel.GetHashCode(); - if (UnitEmpty != false) hash ^= UnitEmpty.GetHashCode(); - if (DryRunPassFail != false) hash ^= DryRunPassFail.GetHashCode(); - if (FlowPassFail != false) hash ^= FlowPassFail.GetHashCode(); - if (CheckSum != 0) hash ^= CheckSum.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Header != 0) { - output.WriteRawTag(8); - output.WriteUInt32(Header); - } - if (TableLength != 0) { - output.WriteRawTag(16); - output.WriteUInt32(TableLength); - } - if (Tableversion != 0) { - output.WriteRawTag(24); - output.WriteUInt32(Tableversion); - } - if (DispenserPN.Length != 0) { - output.WriteRawTag(34); - output.WriteString(DispenserPN); - } - if (PCBSN.Length != 0) { - output.WriteRawTag(42); - output.WriteString(PCBSN); - } - if (PCBPartNumber.Length != 0) { - output.WriteRawTag(50); - output.WriteString(PCBPartNumber); - } - if (DispenserSN.Length != 0) { - output.WriteRawTag(58); - output.WriteString(DispenserSN); - } - if (MinimalPressure != 0) { - output.WriteRawTag(64); - output.WriteInt32(MinimalPressure); - } - if (MaximalPressure != 0) { - output.WriteRawTag(72); - output.WriteInt32(MaximalPressure); - } - if (MinimalMV != 0) { - output.WriteRawTag(80); - output.WriteInt32(MinimalMV); - } - if (MaximalMV != 0) { - output.WriteRawTag(88); - output.WriteInt32(MaximalMV); - } - if (TotalCycles != 0) { - output.WriteRawTag(96); - output.WriteUInt32(TotalCycles); - } - if (BubbleSize != 0) { - output.WriteRawTag(104); - output.WriteInt32(BubbleSize); - } - if (AVGNlStepValue14 != 0) { - output.WriteRawTag(112); - output.WriteInt32(AVGNlStepValue14); - } - if (AVGNlStepValue24 != 0) { - output.WriteRawTag(120); - output.WriteInt32(AVGNlStepValue24); - } - if (AVGNlStepValue34 != 0) { - output.WriteRawTag(128, 1); - output.WriteInt32(AVGNlStepValue34); - } - if (AVGNlStepValue44 != 0) { - output.WriteRawTag(136, 1); - output.WriteInt32(AVGNlStepValue44); - } - if (SWReserve != 0) { - output.WriteRawTag(144, 1); - output.WriteInt32(SWReserve); - } - if (Spare1Pressure != 0) { - output.WriteRawTag(152, 1); - output.WriteInt32(Spare1Pressure); - } - if (Spare2Pressure != 0) { - output.WriteRawTag(160, 1); - output.WriteInt32(Spare2Pressure); - } - if (MotorPulsesPerCycle != 0) { - output.WriteRawTag(168, 1); - output.WriteUInt32(MotorPulsesPerCycle); - } - if (Color != 0) { - output.WriteRawTag(176, 1); - output.WriteUInt32(Color); - } - if (PressureSlope != 0) { - output.WriteRawTag(184, 1); - output.WriteInt32(PressureSlope); - } - if (ProductionDate.Length != 0) { - output.WriteRawTag(194, 1); - output.WriteString(ProductionDate); - } - if (ATSlocation != 0) { - output.WriteRawTag(200, 1); - output.WriteUInt32(ATSlocation); - } - if (Spare1 != 0) { - output.WriteRawTag(208, 1); - output.WriteInt32(Spare1); - } - if (Spare2 != 0) { - output.WriteRawTag(216, 1); - output.WriteInt32(Spare2); - } - if (ATSChannel != 0) { - output.WriteRawTag(224, 1); - output.WriteUInt32(ATSChannel); - } - if (UnitEmpty != false) { - output.WriteRawTag(232, 1); - output.WriteBool(UnitEmpty); - } - if (DryRunPassFail != false) { - output.WriteRawTag(240, 1); - output.WriteBool(DryRunPassFail); - } - if (FlowPassFail != false) { - output.WriteRawTag(248, 1); - output.WriteBool(FlowPassFail); - } - if (CheckSum != 0) { - output.WriteRawTag(128, 2); - output.WriteUInt32(CheckSum); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Header != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Header); - } - if (TableLength != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TableLength); - } - if (Tableversion != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Tableversion); - } - if (DispenserPN.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(DispenserPN); - } - if (PCBSN.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PCBSN); - } - if (PCBPartNumber.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PCBPartNumber); - } - if (DispenserSN.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(DispenserSN); - } - if (MinimalPressure != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(MinimalPressure); - } - if (MaximalPressure != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaximalPressure); - } - if (MinimalMV != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(MinimalMV); - } - if (MaximalMV != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaximalMV); - } - if (TotalCycles != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TotalCycles); - } - if (BubbleSize != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(BubbleSize); - } - if (AVGNlStepValue14 != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(AVGNlStepValue14); - } - if (AVGNlStepValue24 != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(AVGNlStepValue24); - } - if (AVGNlStepValue34 != 0) { - size += 2 + pb::CodedOutputStream.ComputeInt32Size(AVGNlStepValue34); - } - if (AVGNlStepValue44 != 0) { - size += 2 + pb::CodedOutputStream.ComputeInt32Size(AVGNlStepValue44); - } - if (SWReserve != 0) { - size += 2 + pb::CodedOutputStream.ComputeInt32Size(SWReserve); - } - if (Spare1Pressure != 0) { - size += 2 + pb::CodedOutputStream.ComputeInt32Size(Spare1Pressure); - } - if (Spare2Pressure != 0) { - size += 2 + pb::CodedOutputStream.ComputeInt32Size(Spare2Pressure); - } - if (MotorPulsesPerCycle != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(MotorPulsesPerCycle); - } - if (Color != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(Color); - } - if (PressureSlope != 0) { - size += 2 + pb::CodedOutputStream.ComputeInt32Size(PressureSlope); - } - if (ProductionDate.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(ProductionDate); - } - if (ATSlocation != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(ATSlocation); - } - if (Spare1 != 0) { - size += 2 + pb::CodedOutputStream.ComputeInt32Size(Spare1); - } - if (Spare2 != 0) { - size += 2 + pb::CodedOutputStream.ComputeInt32Size(Spare2); - } - if (ATSChannel != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(ATSChannel); - } - if (UnitEmpty != false) { - size += 2 + 1; - } - if (DryRunPassFail != false) { - size += 2 + 1; - } - if (FlowPassFail != false) { - size += 2 + 1; - } - if (CheckSum != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(CheckSum); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StubDispenserEEpromData other) { - if (other == null) { - return; - } - if (other.Header != 0) { - Header = other.Header; - } - if (other.TableLength != 0) { - TableLength = other.TableLength; - } - if (other.Tableversion != 0) { - Tableversion = other.Tableversion; - } - if (other.DispenserPN.Length != 0) { - DispenserPN = other.DispenserPN; - } - if (other.PCBSN.Length != 0) { - PCBSN = other.PCBSN; - } - if (other.PCBPartNumber.Length != 0) { - PCBPartNumber = other.PCBPartNumber; - } - if (other.DispenserSN.Length != 0) { - DispenserSN = other.DispenserSN; - } - if (other.MinimalPressure != 0) { - MinimalPressure = other.MinimalPressure; - } - if (other.MaximalPressure != 0) { - MaximalPressure = other.MaximalPressure; - } - if (other.MinimalMV != 0) { - MinimalMV = other.MinimalMV; - } - if (other.MaximalMV != 0) { - MaximalMV = other.MaximalMV; - } - if (other.TotalCycles != 0) { - TotalCycles = other.TotalCycles; - } - if (other.BubbleSize != 0) { - BubbleSize = other.BubbleSize; - } - if (other.AVGNlStepValue14 != 0) { - AVGNlStepValue14 = other.AVGNlStepValue14; - } - if (other.AVGNlStepValue24 != 0) { - AVGNlStepValue24 = other.AVGNlStepValue24; - } - if (other.AVGNlStepValue34 != 0) { - AVGNlStepValue34 = other.AVGNlStepValue34; - } - if (other.AVGNlStepValue44 != 0) { - AVGNlStepValue44 = other.AVGNlStepValue44; - } - if (other.SWReserve != 0) { - SWReserve = other.SWReserve; - } - if (other.Spare1Pressure != 0) { - Spare1Pressure = other.Spare1Pressure; - } - if (other.Spare2Pressure != 0) { - Spare2Pressure = other.Spare2Pressure; - } - if (other.MotorPulsesPerCycle != 0) { - MotorPulsesPerCycle = other.MotorPulsesPerCycle; - } - if (other.Color != 0) { - Color = other.Color; - } - if (other.PressureSlope != 0) { - PressureSlope = other.PressureSlope; - } - if (other.ProductionDate.Length != 0) { - ProductionDate = other.ProductionDate; - } - if (other.ATSlocation != 0) { - ATSlocation = other.ATSlocation; - } - if (other.Spare1 != 0) { - Spare1 = other.Spare1; - } - if (other.Spare2 != 0) { - Spare2 = other.Spare2; - } - if (other.ATSChannel != 0) { - ATSChannel = other.ATSChannel; - } - if (other.UnitEmpty != false) { - UnitEmpty = other.UnitEmpty; - } - if (other.DryRunPassFail != false) { - DryRunPassFail = other.DryRunPassFail; - } - if (other.FlowPassFail != false) { - FlowPassFail = other.FlowPassFail; - } - if (other.CheckSum != 0) { - CheckSum = other.CheckSum; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 8: { - Header = input.ReadUInt32(); - break; - } - case 16: { - TableLength = input.ReadUInt32(); - break; - } - case 24: { - Tableversion = input.ReadUInt32(); - break; - } - case 34: { - DispenserPN = input.ReadString(); - break; - } - case 42: { - PCBSN = input.ReadString(); - break; - } - case 50: { - PCBPartNumber = input.ReadString(); - break; - } - case 58: { - DispenserSN = input.ReadString(); - break; - } - case 64: { - MinimalPressure = input.ReadInt32(); - break; - } - case 72: { - MaximalPressure = input.ReadInt32(); - break; - } - case 80: { - MinimalMV = input.ReadInt32(); - break; - } - case 88: { - MaximalMV = input.ReadInt32(); - break; - } - case 96: { - TotalCycles = input.ReadUInt32(); - break; - } - case 104: { - BubbleSize = input.ReadInt32(); - break; - } - case 112: { - AVGNlStepValue14 = input.ReadInt32(); - break; - } - case 120: { - AVGNlStepValue24 = input.ReadInt32(); - break; - } - case 128: { - AVGNlStepValue34 = input.ReadInt32(); - break; - } - case 136: { - AVGNlStepValue44 = input.ReadInt32(); - break; - } - case 144: { - SWReserve = input.ReadInt32(); - break; - } - case 152: { - Spare1Pressure = input.ReadInt32(); - break; - } - case 160: { - Spare2Pressure = input.ReadInt32(); - break; - } - case 168: { - MotorPulsesPerCycle = input.ReadUInt32(); - break; - } - case 176: { - Color = input.ReadUInt32(); - break; - } - case 184: { - PressureSlope = input.ReadInt32(); - break; - } - case 194: { - ProductionDate = input.ReadString(); - break; - } - case 200: { - ATSlocation = input.ReadUInt32(); - break; - } - case 208: { - Spare1 = input.ReadInt32(); - break; - } - case 216: { - Spare2 = input.ReadInt32(); - break; - } - case 224: { - ATSChannel = input.ReadUInt32(); - break; - } - case 232: { - UnitEmpty = input.ReadBool(); - break; - } - case 240: { - DryRunPassFail = input.ReadBool(); - break; - } - case 248: { - FlowPassFail = input.ReadBool(); - break; - } - case 256: { - CheckSum = input.ReadUInt32(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Stubs/StubDispenserEEpromRequest.cs b/Software/Visual_Studio/Tango.PMR/Stubs/StubDispenserEEpromRequest.cs deleted file mode 100644 index 9c0f82c27..000000000 --- a/Software/Visual_Studio/Tango.PMR/Stubs/StubDispenserEEpromRequest.cs +++ /dev/null @@ -1,224 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StubDispenserEEpromRequest.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Stubs { - - /// <summary>Holder for reflection information generated from StubDispenserEEpromRequest.proto</summary> - public static partial class StubDispenserEEpromRequestReflection { - - #region Descriptor - /// <summary>File descriptor for StubDispenserEEpromRequest.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StubDispenserEEpromRequestReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiBTdHViRGlzcGVuc2VyRUVwcm9tUmVxdWVzdC5wcm90bxIPVGFuZ28uUE1S", - "LlN0dWJzGh1TdHViRGlzcGVuc2VyRUVwcm9tRGF0YS5wcm90byKJAQoaU3R1", - "YkRpc3BlbnNlckVFcHJvbVJlcXVlc3QSEwoLRGlzcGVuc2VySWQYASABKA0S", - "EwoLQnVyblJlcXVlc3QYAiABKAgSQQoPRGlzcGVuc2VyRUVwcm9tGAMgASgL", - "MiguVGFuZ28uUE1SLlN0dWJzLlN0dWJEaXNwZW5zZXJFRXByb21EYXRhQhsK", - "GWNvbS50d2luZS50YW5nby5wbXIuc3R1YnNiBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.Stubs.StubDispenserEEpromDataReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Stubs.StubDispenserEEpromRequest), global::Tango.PMR.Stubs.StubDispenserEEpromRequest.Parser, new[]{ "DispenserId", "BurnRequest", "DispenserEEprom" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StubDispenserEEpromRequest : pb::IMessage<StubDispenserEEpromRequest> { - private static readonly pb::MessageParser<StubDispenserEEpromRequest> _parser = new pb::MessageParser<StubDispenserEEpromRequest>(() => new StubDispenserEEpromRequest()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StubDispenserEEpromRequest> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Stubs.StubDispenserEEpromRequestReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubDispenserEEpromRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubDispenserEEpromRequest(StubDispenserEEpromRequest other) : this() { - dispenserId_ = other.dispenserId_; - burnRequest_ = other.burnRequest_; - DispenserEEprom = other.dispenserEEprom_ != null ? other.DispenserEEprom.Clone() : null; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubDispenserEEpromRequest Clone() { - return new StubDispenserEEpromRequest(this); - } - - /// <summary>Field number for the "DispenserId" field.</summary> - public const int DispenserIdFieldNumber = 1; - private uint dispenserId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint DispenserId { - get { return dispenserId_; } - set { - dispenserId_ = value; - } - } - - /// <summary>Field number for the "BurnRequest" field.</summary> - public const int BurnRequestFieldNumber = 2; - private bool burnRequest_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool BurnRequest { - get { return burnRequest_; } - set { - burnRequest_ = value; - } - } - - /// <summary>Field number for the "DispenserEEprom" field.</summary> - public const int DispenserEEpromFieldNumber = 3; - private global::Tango.PMR.Stubs.StubDispenserEEpromData dispenserEEprom_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.Stubs.StubDispenserEEpromData DispenserEEprom { - get { return dispenserEEprom_; } - set { - dispenserEEprom_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StubDispenserEEpromRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StubDispenserEEpromRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (DispenserId != other.DispenserId) return false; - if (BurnRequest != other.BurnRequest) return false; - if (!object.Equals(DispenserEEprom, other.DispenserEEprom)) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (DispenserId != 0) hash ^= DispenserId.GetHashCode(); - if (BurnRequest != false) hash ^= BurnRequest.GetHashCode(); - if (dispenserEEprom_ != null) hash ^= DispenserEEprom.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (DispenserId != 0) { - output.WriteRawTag(8); - output.WriteUInt32(DispenserId); - } - if (BurnRequest != false) { - output.WriteRawTag(16); - output.WriteBool(BurnRequest); - } - if (dispenserEEprom_ != null) { - output.WriteRawTag(26); - output.WriteMessage(DispenserEEprom); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (DispenserId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DispenserId); - } - if (BurnRequest != false) { - size += 1 + 1; - } - if (dispenserEEprom_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(DispenserEEprom); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StubDispenserEEpromRequest other) { - if (other == null) { - return; - } - if (other.DispenserId != 0) { - DispenserId = other.DispenserId; - } - if (other.BurnRequest != false) { - BurnRequest = other.BurnRequest; - } - if (other.dispenserEEprom_ != null) { - if (dispenserEEprom_ == null) { - dispenserEEprom_ = new global::Tango.PMR.Stubs.StubDispenserEEpromData(); - } - DispenserEEprom.MergeFrom(other.DispenserEEprom); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 8: { - DispenserId = input.ReadUInt32(); - break; - } - case 16: { - BurnRequest = input.ReadBool(); - break; - } - case 26: { - if (dispenserEEprom_ == null) { - dispenserEEprom_ = new global::Tango.PMR.Stubs.StubDispenserEEpromData(); - } - input.ReadMessage(dispenserEEprom_); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Stubs/StubDispenserEEpromResponse.cs b/Software/Visual_Studio/Tango.PMR/Stubs/StubDispenserEEpromResponse.cs deleted file mode 100644 index 452a97cf4..000000000 --- a/Software/Visual_Studio/Tango.PMR/Stubs/StubDispenserEEpromResponse.cs +++ /dev/null @@ -1,196 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StubDispenserEEpromResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Stubs { - - /// <summary>Holder for reflection information generated from StubDispenserEEpromResponse.proto</summary> - public static partial class StubDispenserEEpromResponseReflection { - - #region Descriptor - /// <summary>File descriptor for StubDispenserEEpromResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StubDispenserEEpromResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiFTdHViRGlzcGVuc2VyRUVwcm9tUmVzcG9uc2UucHJvdG8SD1RhbmdvLlBN", - "Ui5TdHVicxodU3R1YkRpc3BlbnNlckVFcHJvbURhdGEucHJvdG8idQobU3R1", - "YkRpc3BlbnNlckVFcHJvbVJlc3BvbnNlEhMKC0Rpc3BlbnNlcklkGAEgASgN", - "EkEKD0Rpc3BlbnNlckVFcHJvbRgCIAEoCzIoLlRhbmdvLlBNUi5TdHVicy5T", - "dHViRGlzcGVuc2VyRUVwcm9tRGF0YUIbChljb20udHdpbmUudGFuZ28ucG1y", - "LnN0dWJzYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.Stubs.StubDispenserEEpromDataReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Stubs.StubDispenserEEpromResponse), global::Tango.PMR.Stubs.StubDispenserEEpromResponse.Parser, new[]{ "DispenserId", "DispenserEEprom" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StubDispenserEEpromResponse : pb::IMessage<StubDispenserEEpromResponse> { - private static readonly pb::MessageParser<StubDispenserEEpromResponse> _parser = new pb::MessageParser<StubDispenserEEpromResponse>(() => new StubDispenserEEpromResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StubDispenserEEpromResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Stubs.StubDispenserEEpromResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubDispenserEEpromResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubDispenserEEpromResponse(StubDispenserEEpromResponse other) : this() { - dispenserId_ = other.dispenserId_; - DispenserEEprom = other.dispenserEEprom_ != null ? other.DispenserEEprom.Clone() : null; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubDispenserEEpromResponse Clone() { - return new StubDispenserEEpromResponse(this); - } - - /// <summary>Field number for the "DispenserId" field.</summary> - public const int DispenserIdFieldNumber = 1; - private uint dispenserId_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint DispenserId { - get { return dispenserId_; } - set { - dispenserId_ = value; - } - } - - /// <summary>Field number for the "DispenserEEprom" field.</summary> - public const int DispenserEEpromFieldNumber = 2; - private global::Tango.PMR.Stubs.StubDispenserEEpromData dispenserEEprom_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.Stubs.StubDispenserEEpromData DispenserEEprom { - get { return dispenserEEprom_; } - set { - dispenserEEprom_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StubDispenserEEpromResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StubDispenserEEpromResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (DispenserId != other.DispenserId) return false; - if (!object.Equals(DispenserEEprom, other.DispenserEEprom)) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (DispenserId != 0) hash ^= DispenserId.GetHashCode(); - if (dispenserEEprom_ != null) hash ^= DispenserEEprom.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (DispenserId != 0) { - output.WriteRawTag(8); - output.WriteUInt32(DispenserId); - } - if (dispenserEEprom_ != null) { - output.WriteRawTag(18); - output.WriteMessage(DispenserEEprom); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (DispenserId != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DispenserId); - } - if (dispenserEEprom_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(DispenserEEprom); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StubDispenserEEpromResponse other) { - if (other == null) { - return; - } - if (other.DispenserId != 0) { - DispenserId = other.DispenserId; - } - if (other.dispenserEEprom_ != null) { - if (dispenserEEprom_ == null) { - dispenserEEprom_ = new global::Tango.PMR.Stubs.StubDispenserEEpromData(); - } - DispenserEEprom.MergeFrom(other.DispenserEEprom); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 8: { - DispenserId = input.ReadUInt32(); - break; - } - case 18: { - if (dispenserEEprom_ == null) { - dispenserEEprom_ = new global::Tango.PMR.Stubs.StubDispenserEEpromData(); - } - input.ReadMessage(dispenserEEprom_); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Stubs/StubHeadEEpromData.cs b/Software/Visual_Studio/Tango.PMR/Stubs/StubHeadEEpromData.cs deleted file mode 100644 index 187076035..000000000 --- a/Software/Visual_Studio/Tango.PMR/Stubs/StubHeadEEpromData.cs +++ /dev/null @@ -1,1417 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StubHeadEEpromData.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Stubs { - - /// <summary>Holder for reflection information generated from StubHeadEEpromData.proto</summary> - public static partial class StubHeadEEpromDataReflection { - - #region Descriptor - /// <summary>File descriptor for StubHeadEEpromData.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StubHeadEEpromDataReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChhTdHViSGVhZEVFcHJvbURhdGEucHJvdG8SD1RhbmdvLlBNUi5TdHVicyKp", - "CAoSU3R1YkhlYWRFRXByb21EYXRhEg4KBkhlYWRlchgBIAEoDRIUCgxUYWJs", - "ZV9MZW5ndGgYAiABKA0SFQoNVGFibGVfdmVyc2lvbhgDIAEoDRIPCgdIZWFk", - "X1NOGAQgASgJEg4KBlBDQl9TThgFIAEoCRIYChBIZWFkX1BhcnRfTnVtYmVy", - "GAYgASgJEhcKD1BDQl9QYXJ0X051bWJlchgHIAEoCRIUCgxSdW5uaW5nSG91", - "cnMYCCABKA0SEgoKU1dfUmVzZXJ2ZRgJIAEoDRIUCgxUZXN0UGFzc0ZhaWwY", - "CiABKAkSFAoMQVRTX0xvY2F0aW9uGAsgASgNEiEKGU9yaWZpY2VfV2FzdGVf", - "TGV2ZWxfVjBfbWwYDCABKAESEAoISGVhZFR5cGUYDSABKA0SFwoPQmxvd2Vy", - "UnVuSG91cnMxGA4gASgNEhcKD0Jsb3dlclJ1bkhvdXJzMhgPIAEoDRIdChVG", - "YW5GaWx0ZXJNYXhMaWZlY3ljbGUYECABKA0SHAoURmFuc0ZpbHRlclVzYWdl", - "SG91cnMYESABKA0SFAoMRmlsdGVyU3BhcmUxGBIgASgNEhQKDEZpbHRlclNw", - "YXJlMhgTIAEoDRISCgpCZW5jaFRlc3REGBQgASgNEg4KBlNwYXJlMRgVIAEo", - "DRIOCgZTcGFyZTIYFiABKA0SGgoSUHJvZHVjdGlvblRlc3REYXRlGBcgASgJ", - "EhYKDkZ1bmNUZXN0U3RhdHVzGBggASgNEhYKDlByZXNTZW5zUENCX1NOGBkg", - "ASgJEhYKDlByZXNTZW5zUENCX1BOGBogASgJEhcKD1ByZXNzQ2FsaWJEYXRl", - "MRgbIAEoCRIeChZQcmVzc1dpdGhvdXRCbG93ZXJfbVYxGBwgASgNEh4KFlBy", - "ZXNzV2l0aE1pbkJsb3dlcl9tVjEYHSABKA0SGQoRUHJlc3NNYXhQcmVzc19t", - "VjEYHiABKA0SFwoPUHJlc3NDYWxpYkRhdGUyGB8gASgJEh4KFlByZXNzV2l0", - "aG91dEJsb3dlcl9tVjIYICABKA0SHgoWUHJlc3NXaXRoTWluQmxvd2VyX21W", - "MhghIAEoDRIZChFQcmVzc01heFByZXNzX21WMhgiIAEoDRISCgpGYW5zTWlu", - "UFdNGCMgASgNEhIKCkZhbnNNaW5SUE0YJCABKA0SEgoKRmFuc01heFBXTRgl", - "IAEoDRISCgpGYW5zTWF4UlBNGCYgASgNEhIKCkZhbnNOb21QV00YJyABKA0S", - "EgoKRmFuc05vbVJQTRgoIAEoDRIUCgxGYW5zTGltaXRSUE0YKSABKA0SFAoM", - "RmFuc1RhY2hvUFBSGCogASgNEhIKCkZhbnNTcGFyZTEYKyABKA0SEgoKRmFu", - "c1NwYXJlMhgsIAEoDRIQCghDaGVja1N1bRgtIAEoDUIbChljb20udHdpbmUu", - "dGFuZ28ucG1yLnN0dWJzYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Stubs.StubHeadEEpromData), global::Tango.PMR.Stubs.StubHeadEEpromData.Parser, new[]{ "Header", "TableLength", "TableVersion", "HeadSN", "PCBSN", "HeadPartNumber", "PCBPartNumber", "RunningHours", "SWReserve", "TestPassFail", "ATSLocation", "OrificeWasteLevelV0Ml", "HeadType", "BlowerRunHours1", "BlowerRunHours2", "FanFilterMaxLifecycle", "FansFilterUsageHours", "FilterSpare1", "FilterSpare2", "BenchTestD", "Spare1", "Spare2", "ProductionTestDate", "FuncTestStatus", "PresSensPCBSN", "PresSensPCBPN", "PressCalibDate1", "PressWithoutBlowerMV1", "PressWithMinBlowerMV1", "PressMaxPressMV1", "PressCalibDate2", "PressWithoutBlowerMV2", "PressWithMinBlowerMV2", "PressMaxPressMV2", "FansMinPWM", "FansMinRPM", "FansMaxPWM", "FansMaxRPM", "FansNomPWM", "FansNomRPM", "FansLimitRPM", "FansTachoPPR", "FansSpare1", "FansSpare2", "CheckSum" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StubHeadEEpromData : pb::IMessage<StubHeadEEpromData> { - private static readonly pb::MessageParser<StubHeadEEpromData> _parser = new pb::MessageParser<StubHeadEEpromData>(() => new StubHeadEEpromData()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StubHeadEEpromData> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Stubs.StubHeadEEpromDataReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubHeadEEpromData() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubHeadEEpromData(StubHeadEEpromData other) : this() { - header_ = other.header_; - tableLength_ = other.tableLength_; - tableVersion_ = other.tableVersion_; - headSN_ = other.headSN_; - pCBSN_ = other.pCBSN_; - headPartNumber_ = other.headPartNumber_; - pCBPartNumber_ = other.pCBPartNumber_; - runningHours_ = other.runningHours_; - sWReserve_ = other.sWReserve_; - testPassFail_ = other.testPassFail_; - aTSLocation_ = other.aTSLocation_; - orificeWasteLevelV0Ml_ = other.orificeWasteLevelV0Ml_; - headType_ = other.headType_; - blowerRunHours1_ = other.blowerRunHours1_; - blowerRunHours2_ = other.blowerRunHours2_; - fanFilterMaxLifecycle_ = other.fanFilterMaxLifecycle_; - fansFilterUsageHours_ = other.fansFilterUsageHours_; - filterSpare1_ = other.filterSpare1_; - filterSpare2_ = other.filterSpare2_; - benchTestD_ = other.benchTestD_; - spare1_ = other.spare1_; - spare2_ = other.spare2_; - productionTestDate_ = other.productionTestDate_; - funcTestStatus_ = other.funcTestStatus_; - presSensPCBSN_ = other.presSensPCBSN_; - presSensPCBPN_ = other.presSensPCBPN_; - pressCalibDate1_ = other.pressCalibDate1_; - pressWithoutBlowerMV1_ = other.pressWithoutBlowerMV1_; - pressWithMinBlowerMV1_ = other.pressWithMinBlowerMV1_; - pressMaxPressMV1_ = other.pressMaxPressMV1_; - pressCalibDate2_ = other.pressCalibDate2_; - pressWithoutBlowerMV2_ = other.pressWithoutBlowerMV2_; - pressWithMinBlowerMV2_ = other.pressWithMinBlowerMV2_; - pressMaxPressMV2_ = other.pressMaxPressMV2_; - fansMinPWM_ = other.fansMinPWM_; - fansMinRPM_ = other.fansMinRPM_; - fansMaxPWM_ = other.fansMaxPWM_; - fansMaxRPM_ = other.fansMaxRPM_; - fansNomPWM_ = other.fansNomPWM_; - fansNomRPM_ = other.fansNomRPM_; - fansLimitRPM_ = other.fansLimitRPM_; - fansTachoPPR_ = other.fansTachoPPR_; - fansSpare1_ = other.fansSpare1_; - fansSpare2_ = other.fansSpare2_; - checkSum_ = other.checkSum_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubHeadEEpromData Clone() { - return new StubHeadEEpromData(this); - } - - /// <summary>Field number for the "Header" field.</summary> - public const int HeaderFieldNumber = 1; - private uint header_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint Header { - get { return header_; } - set { - header_ = value; - } - } - - /// <summary>Field number for the "Table_Length" field.</summary> - public const int TableLengthFieldNumber = 2; - private uint tableLength_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint TableLength { - get { return tableLength_; } - set { - tableLength_ = value; - } - } - - /// <summary>Field number for the "Table_version" field.</summary> - public const int TableVersionFieldNumber = 3; - private uint tableVersion_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint TableVersion { - get { return tableVersion_; } - set { - tableVersion_ = value; - } - } - - /// <summary>Field number for the "Head_SN" field.</summary> - public const int HeadSNFieldNumber = 4; - private string headSN_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string HeadSN { - get { return headSN_; } - set { - headSN_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "PCB_SN" field.</summary> - public const int PCBSNFieldNumber = 5; - private string pCBSN_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string PCBSN { - get { return pCBSN_; } - set { - pCBSN_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "Head_Part_Number" field.</summary> - public const int HeadPartNumberFieldNumber = 6; - private string headPartNumber_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string HeadPartNumber { - get { return headPartNumber_; } - set { - headPartNumber_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "PCB_Part_Number" field.</summary> - public const int PCBPartNumberFieldNumber = 7; - private string pCBPartNumber_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string PCBPartNumber { - get { return pCBPartNumber_; } - set { - pCBPartNumber_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "RunningHours" field.</summary> - public const int RunningHoursFieldNumber = 8; - private uint runningHours_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint RunningHours { - get { return runningHours_; } - set { - runningHours_ = value; - } - } - - /// <summary>Field number for the "SW_Reserve" field.</summary> - public const int SWReserveFieldNumber = 9; - private uint sWReserve_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint SWReserve { - get { return sWReserve_; } - set { - sWReserve_ = value; - } - } - - /// <summary>Field number for the "TestPassFail" field.</summary> - public const int TestPassFailFieldNumber = 10; - private string testPassFail_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string TestPassFail { - get { return testPassFail_; } - set { - testPassFail_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "ATS_Location" field.</summary> - public const int ATSLocationFieldNumber = 11; - private uint aTSLocation_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint ATSLocation { - get { return aTSLocation_; } - set { - aTSLocation_ = value; - } - } - - /// <summary>Field number for the "Orifice_Waste_Level_V0_ml" field.</summary> - public const int OrificeWasteLevelV0MlFieldNumber = 12; - private double orificeWasteLevelV0Ml_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double OrificeWasteLevelV0Ml { - get { return orificeWasteLevelV0Ml_; } - set { - orificeWasteLevelV0Ml_ = value; - } - } - - /// <summary>Field number for the "HeadType" field.</summary> - public const int HeadTypeFieldNumber = 13; - private uint headType_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint HeadType { - get { return headType_; } - set { - headType_ = value; - } - } - - /// <summary>Field number for the "BlowerRunHours1" field.</summary> - public const int BlowerRunHours1FieldNumber = 14; - private uint blowerRunHours1_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint BlowerRunHours1 { - get { return blowerRunHours1_; } - set { - blowerRunHours1_ = value; - } - } - - /// <summary>Field number for the "BlowerRunHours2" field.</summary> - public const int BlowerRunHours2FieldNumber = 15; - private uint blowerRunHours2_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint BlowerRunHours2 { - get { return blowerRunHours2_; } - set { - blowerRunHours2_ = value; - } - } - - /// <summary>Field number for the "FanFilterMaxLifecycle" field.</summary> - public const int FanFilterMaxLifecycleFieldNumber = 16; - private uint fanFilterMaxLifecycle_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint FanFilterMaxLifecycle { - get { return fanFilterMaxLifecycle_; } - set { - fanFilterMaxLifecycle_ = value; - } - } - - /// <summary>Field number for the "FansFilterUsageHours" field.</summary> - public const int FansFilterUsageHoursFieldNumber = 17; - private uint fansFilterUsageHours_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint FansFilterUsageHours { - get { return fansFilterUsageHours_; } - set { - fansFilterUsageHours_ = value; - } - } - - /// <summary>Field number for the "FilterSpare1" field.</summary> - public const int FilterSpare1FieldNumber = 18; - private uint filterSpare1_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint FilterSpare1 { - get { return filterSpare1_; } - set { - filterSpare1_ = value; - } - } - - /// <summary>Field number for the "FilterSpare2" field.</summary> - public const int FilterSpare2FieldNumber = 19; - private uint filterSpare2_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint FilterSpare2 { - get { return filterSpare2_; } - set { - filterSpare2_ = value; - } - } - - /// <summary>Field number for the "BenchTestD" field.</summary> - public const int BenchTestDFieldNumber = 20; - private uint benchTestD_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint BenchTestD { - get { return benchTestD_; } - set { - benchTestD_ = value; - } - } - - /// <summary>Field number for the "Spare1" field.</summary> - public const int Spare1FieldNumber = 21; - private uint spare1_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint Spare1 { - get { return spare1_; } - set { - spare1_ = value; - } - } - - /// <summary>Field number for the "Spare2" field.</summary> - public const int Spare2FieldNumber = 22; - private uint spare2_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint Spare2 { - get { return spare2_; } - set { - spare2_ = value; - } - } - - /// <summary>Field number for the "ProductionTestDate" field.</summary> - public const int ProductionTestDateFieldNumber = 23; - private string productionTestDate_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string ProductionTestDate { - get { return productionTestDate_; } - set { - productionTestDate_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "FuncTestStatus" field.</summary> - public const int FuncTestStatusFieldNumber = 24; - private uint funcTestStatus_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint FuncTestStatus { - get { return funcTestStatus_; } - set { - funcTestStatus_ = value; - } - } - - /// <summary>Field number for the "PresSensPCB_SN" field.</summary> - public const int PresSensPCBSNFieldNumber = 25; - private string presSensPCBSN_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string PresSensPCBSN { - get { return presSensPCBSN_; } - set { - presSensPCBSN_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "PresSensPCB_PN" field.</summary> - public const int PresSensPCBPNFieldNumber = 26; - private string presSensPCBPN_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string PresSensPCBPN { - get { return presSensPCBPN_; } - set { - presSensPCBPN_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "PressCalibDate1" field.</summary> - public const int PressCalibDate1FieldNumber = 27; - private string pressCalibDate1_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string PressCalibDate1 { - get { return pressCalibDate1_; } - set { - pressCalibDate1_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "PressWithoutBlower_mV1" field.</summary> - public const int PressWithoutBlowerMV1FieldNumber = 28; - private uint pressWithoutBlowerMV1_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint PressWithoutBlowerMV1 { - get { return pressWithoutBlowerMV1_; } - set { - pressWithoutBlowerMV1_ = value; - } - } - - /// <summary>Field number for the "PressWithMinBlower_mV1" field.</summary> - public const int PressWithMinBlowerMV1FieldNumber = 29; - private uint pressWithMinBlowerMV1_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint PressWithMinBlowerMV1 { - get { return pressWithMinBlowerMV1_; } - set { - pressWithMinBlowerMV1_ = value; - } - } - - /// <summary>Field number for the "PressMaxPress_mV1" field.</summary> - public const int PressMaxPressMV1FieldNumber = 30; - private uint pressMaxPressMV1_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint PressMaxPressMV1 { - get { return pressMaxPressMV1_; } - set { - pressMaxPressMV1_ = value; - } - } - - /// <summary>Field number for the "PressCalibDate2" field.</summary> - public const int PressCalibDate2FieldNumber = 31; - private string pressCalibDate2_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string PressCalibDate2 { - get { return pressCalibDate2_; } - set { - pressCalibDate2_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "PressWithoutBlower_mV2" field.</summary> - public const int PressWithoutBlowerMV2FieldNumber = 32; - private uint pressWithoutBlowerMV2_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint PressWithoutBlowerMV2 { - get { return pressWithoutBlowerMV2_; } - set { - pressWithoutBlowerMV2_ = value; - } - } - - /// <summary>Field number for the "PressWithMinBlower_mV2" field.</summary> - public const int PressWithMinBlowerMV2FieldNumber = 33; - private uint pressWithMinBlowerMV2_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint PressWithMinBlowerMV2 { - get { return pressWithMinBlowerMV2_; } - set { - pressWithMinBlowerMV2_ = value; - } - } - - /// <summary>Field number for the "PressMaxPress_mV2" field.</summary> - public const int PressMaxPressMV2FieldNumber = 34; - private uint pressMaxPressMV2_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint PressMaxPressMV2 { - get { return pressMaxPressMV2_; } - set { - pressMaxPressMV2_ = value; - } - } - - /// <summary>Field number for the "FansMinPWM" field.</summary> - public const int FansMinPWMFieldNumber = 35; - private uint fansMinPWM_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint FansMinPWM { - get { return fansMinPWM_; } - set { - fansMinPWM_ = value; - } - } - - /// <summary>Field number for the "FansMinRPM" field.</summary> - public const int FansMinRPMFieldNumber = 36; - private uint fansMinRPM_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint FansMinRPM { - get { return fansMinRPM_; } - set { - fansMinRPM_ = value; - } - } - - /// <summary>Field number for the "FansMaxPWM" field.</summary> - public const int FansMaxPWMFieldNumber = 37; - private uint fansMaxPWM_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint FansMaxPWM { - get { return fansMaxPWM_; } - set { - fansMaxPWM_ = value; - } - } - - /// <summary>Field number for the "FansMaxRPM" field.</summary> - public const int FansMaxRPMFieldNumber = 38; - private uint fansMaxRPM_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint FansMaxRPM { - get { return fansMaxRPM_; } - set { - fansMaxRPM_ = value; - } - } - - /// <summary>Field number for the "FansNomPWM" field.</summary> - public const int FansNomPWMFieldNumber = 39; - private uint fansNomPWM_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint FansNomPWM { - get { return fansNomPWM_; } - set { - fansNomPWM_ = value; - } - } - - /// <summary>Field number for the "FansNomRPM" field.</summary> - public const int FansNomRPMFieldNumber = 40; - private uint fansNomRPM_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint FansNomRPM { - get { return fansNomRPM_; } - set { - fansNomRPM_ = value; - } - } - - /// <summary>Field number for the "FansLimitRPM" field.</summary> - public const int FansLimitRPMFieldNumber = 41; - private uint fansLimitRPM_; - /// <summary> - /// [%] below Nom - /// </summary> - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint FansLimitRPM { - get { return fansLimitRPM_; } - set { - fansLimitRPM_ = value; - } - } - - /// <summary>Field number for the "FansTachoPPR" field.</summary> - public const int FansTachoPPRFieldNumber = 42; - private uint fansTachoPPR_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint FansTachoPPR { - get { return fansTachoPPR_; } - set { - fansTachoPPR_ = value; - } - } - - /// <summary>Field number for the "FansSpare1" field.</summary> - public const int FansSpare1FieldNumber = 43; - private uint fansSpare1_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint FansSpare1 { - get { return fansSpare1_; } - set { - fansSpare1_ = value; - } - } - - /// <summary>Field number for the "FansSpare2" field.</summary> - public const int FansSpare2FieldNumber = 44; - private uint fansSpare2_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint FansSpare2 { - get { return fansSpare2_; } - set { - fansSpare2_ = value; - } - } - - /// <summary>Field number for the "CheckSum" field.</summary> - public const int CheckSumFieldNumber = 45; - private uint checkSum_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint CheckSum { - get { return checkSum_; } - set { - checkSum_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StubHeadEEpromData); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StubHeadEEpromData other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Header != other.Header) return false; - if (TableLength != other.TableLength) return false; - if (TableVersion != other.TableVersion) return false; - if (HeadSN != other.HeadSN) return false; - if (PCBSN != other.PCBSN) return false; - if (HeadPartNumber != other.HeadPartNumber) return false; - if (PCBPartNumber != other.PCBPartNumber) return false; - if (RunningHours != other.RunningHours) return false; - if (SWReserve != other.SWReserve) return false; - if (TestPassFail != other.TestPassFail) return false; - if (ATSLocation != other.ATSLocation) return false; - if (OrificeWasteLevelV0Ml != other.OrificeWasteLevelV0Ml) return false; - if (HeadType != other.HeadType) return false; - if (BlowerRunHours1 != other.BlowerRunHours1) return false; - if (BlowerRunHours2 != other.BlowerRunHours2) return false; - if (FanFilterMaxLifecycle != other.FanFilterMaxLifecycle) return false; - if (FansFilterUsageHours != other.FansFilterUsageHours) return false; - if (FilterSpare1 != other.FilterSpare1) return false; - if (FilterSpare2 != other.FilterSpare2) return false; - if (BenchTestD != other.BenchTestD) return false; - if (Spare1 != other.Spare1) return false; - if (Spare2 != other.Spare2) return false; - if (ProductionTestDate != other.ProductionTestDate) return false; - if (FuncTestStatus != other.FuncTestStatus) return false; - if (PresSensPCBSN != other.PresSensPCBSN) return false; - if (PresSensPCBPN != other.PresSensPCBPN) return false; - if (PressCalibDate1 != other.PressCalibDate1) return false; - if (PressWithoutBlowerMV1 != other.PressWithoutBlowerMV1) return false; - if (PressWithMinBlowerMV1 != other.PressWithMinBlowerMV1) return false; - if (PressMaxPressMV1 != other.PressMaxPressMV1) return false; - if (PressCalibDate2 != other.PressCalibDate2) return false; - if (PressWithoutBlowerMV2 != other.PressWithoutBlowerMV2) return false; - if (PressWithMinBlowerMV2 != other.PressWithMinBlowerMV2) return false; - if (PressMaxPressMV2 != other.PressMaxPressMV2) return false; - if (FansMinPWM != other.FansMinPWM) return false; - if (FansMinRPM != other.FansMinRPM) return false; - if (FansMaxPWM != other.FansMaxPWM) return false; - if (FansMaxRPM != other.FansMaxRPM) return false; - if (FansNomPWM != other.FansNomPWM) return false; - if (FansNomRPM != other.FansNomRPM) return false; - if (FansLimitRPM != other.FansLimitRPM) return false; - if (FansTachoPPR != other.FansTachoPPR) return false; - if (FansSpare1 != other.FansSpare1) return false; - if (FansSpare2 != other.FansSpare2) return false; - if (CheckSum != other.CheckSum) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Header != 0) hash ^= Header.GetHashCode(); - if (TableLength != 0) hash ^= TableLength.GetHashCode(); - if (TableVersion != 0) hash ^= TableVersion.GetHashCode(); - if (HeadSN.Length != 0) hash ^= HeadSN.GetHashCode(); - if (PCBSN.Length != 0) hash ^= PCBSN.GetHashCode(); - if (HeadPartNumber.Length != 0) hash ^= HeadPartNumber.GetHashCode(); - if (PCBPartNumber.Length != 0) hash ^= PCBPartNumber.GetHashCode(); - if (RunningHours != 0) hash ^= RunningHours.GetHashCode(); - if (SWReserve != 0) hash ^= SWReserve.GetHashCode(); - if (TestPassFail.Length != 0) hash ^= TestPassFail.GetHashCode(); - if (ATSLocation != 0) hash ^= ATSLocation.GetHashCode(); - if (OrificeWasteLevelV0Ml != 0D) hash ^= OrificeWasteLevelV0Ml.GetHashCode(); - if (HeadType != 0) hash ^= HeadType.GetHashCode(); - if (BlowerRunHours1 != 0) hash ^= BlowerRunHours1.GetHashCode(); - if (BlowerRunHours2 != 0) hash ^= BlowerRunHours2.GetHashCode(); - if (FanFilterMaxLifecycle != 0) hash ^= FanFilterMaxLifecycle.GetHashCode(); - if (FansFilterUsageHours != 0) hash ^= FansFilterUsageHours.GetHashCode(); - if (FilterSpare1 != 0) hash ^= FilterSpare1.GetHashCode(); - if (FilterSpare2 != 0) hash ^= FilterSpare2.GetHashCode(); - if (BenchTestD != 0) hash ^= BenchTestD.GetHashCode(); - if (Spare1 != 0) hash ^= Spare1.GetHashCode(); - if (Spare2 != 0) hash ^= Spare2.GetHashCode(); - if (ProductionTestDate.Length != 0) hash ^= ProductionTestDate.GetHashCode(); - if (FuncTestStatus != 0) hash ^= FuncTestStatus.GetHashCode(); - if (PresSensPCBSN.Length != 0) hash ^= PresSensPCBSN.GetHashCode(); - if (PresSensPCBPN.Length != 0) hash ^= PresSensPCBPN.GetHashCode(); - if (PressCalibDate1.Length != 0) hash ^= PressCalibDate1.GetHashCode(); - if (PressWithoutBlowerMV1 != 0) hash ^= PressWithoutBlowerMV1.GetHashCode(); - if (PressWithMinBlowerMV1 != 0) hash ^= PressWithMinBlowerMV1.GetHashCode(); - if (PressMaxPressMV1 != 0) hash ^= PressMaxPressMV1.GetHashCode(); - if (PressCalibDate2.Length != 0) hash ^= PressCalibDate2.GetHashCode(); - if (PressWithoutBlowerMV2 != 0) hash ^= PressWithoutBlowerMV2.GetHashCode(); - if (PressWithMinBlowerMV2 != 0) hash ^= PressWithMinBlowerMV2.GetHashCode(); - if (PressMaxPressMV2 != 0) hash ^= PressMaxPressMV2.GetHashCode(); - if (FansMinPWM != 0) hash ^= FansMinPWM.GetHashCode(); - if (FansMinRPM != 0) hash ^= FansMinRPM.GetHashCode(); - if (FansMaxPWM != 0) hash ^= FansMaxPWM.GetHashCode(); - if (FansMaxRPM != 0) hash ^= FansMaxRPM.GetHashCode(); - if (FansNomPWM != 0) hash ^= FansNomPWM.GetHashCode(); - if (FansNomRPM != 0) hash ^= FansNomRPM.GetHashCode(); - if (FansLimitRPM != 0) hash ^= FansLimitRPM.GetHashCode(); - if (FansTachoPPR != 0) hash ^= FansTachoPPR.GetHashCode(); - if (FansSpare1 != 0) hash ^= FansSpare1.GetHashCode(); - if (FansSpare2 != 0) hash ^= FansSpare2.GetHashCode(); - if (CheckSum != 0) hash ^= CheckSum.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Header != 0) { - output.WriteRawTag(8); - output.WriteUInt32(Header); - } - if (TableLength != 0) { - output.WriteRawTag(16); - output.WriteUInt32(TableLength); - } - if (TableVersion != 0) { - output.WriteRawTag(24); - output.WriteUInt32(TableVersion); - } - if (HeadSN.Length != 0) { - output.WriteRawTag(34); - output.WriteString(HeadSN); - } - if (PCBSN.Length != 0) { - output.WriteRawTag(42); - output.WriteString(PCBSN); - } - if (HeadPartNumber.Length != 0) { - output.WriteRawTag(50); - output.WriteString(HeadPartNumber); - } - if (PCBPartNumber.Length != 0) { - output.WriteRawTag(58); - output.WriteString(PCBPartNumber); - } - if (RunningHours != 0) { - output.WriteRawTag(64); - output.WriteUInt32(RunningHours); - } - if (SWReserve != 0) { - output.WriteRawTag(72); - output.WriteUInt32(SWReserve); - } - if (TestPassFail.Length != 0) { - output.WriteRawTag(82); - output.WriteString(TestPassFail); - } - if (ATSLocation != 0) { - output.WriteRawTag(88); - output.WriteUInt32(ATSLocation); - } - if (OrificeWasteLevelV0Ml != 0D) { - output.WriteRawTag(97); - output.WriteDouble(OrificeWasteLevelV0Ml); - } - if (HeadType != 0) { - output.WriteRawTag(104); - output.WriteUInt32(HeadType); - } - if (BlowerRunHours1 != 0) { - output.WriteRawTag(112); - output.WriteUInt32(BlowerRunHours1); - } - if (BlowerRunHours2 != 0) { - output.WriteRawTag(120); - output.WriteUInt32(BlowerRunHours2); - } - if (FanFilterMaxLifecycle != 0) { - output.WriteRawTag(128, 1); - output.WriteUInt32(FanFilterMaxLifecycle); - } - if (FansFilterUsageHours != 0) { - output.WriteRawTag(136, 1); - output.WriteUInt32(FansFilterUsageHours); - } - if (FilterSpare1 != 0) { - output.WriteRawTag(144, 1); - output.WriteUInt32(FilterSpare1); - } - if (FilterSpare2 != 0) { - output.WriteRawTag(152, 1); - output.WriteUInt32(FilterSpare2); - } - if (BenchTestD != 0) { - output.WriteRawTag(160, 1); - output.WriteUInt32(BenchTestD); - } - if (Spare1 != 0) { - output.WriteRawTag(168, 1); - output.WriteUInt32(Spare1); - } - if (Spare2 != 0) { - output.WriteRawTag(176, 1); - output.WriteUInt32(Spare2); - } - if (ProductionTestDate.Length != 0) { - output.WriteRawTag(186, 1); - output.WriteString(ProductionTestDate); - } - if (FuncTestStatus != 0) { - output.WriteRawTag(192, 1); - output.WriteUInt32(FuncTestStatus); - } - if (PresSensPCBSN.Length != 0) { - output.WriteRawTag(202, 1); - output.WriteString(PresSensPCBSN); - } - if (PresSensPCBPN.Length != 0) { - output.WriteRawTag(210, 1); - output.WriteString(PresSensPCBPN); - } - if (PressCalibDate1.Length != 0) { - output.WriteRawTag(218, 1); - output.WriteString(PressCalibDate1); - } - if (PressWithoutBlowerMV1 != 0) { - output.WriteRawTag(224, 1); - output.WriteUInt32(PressWithoutBlowerMV1); - } - if (PressWithMinBlowerMV1 != 0) { - output.WriteRawTag(232, 1); - output.WriteUInt32(PressWithMinBlowerMV1); - } - if (PressMaxPressMV1 != 0) { - output.WriteRawTag(240, 1); - output.WriteUInt32(PressMaxPressMV1); - } - if (PressCalibDate2.Length != 0) { - output.WriteRawTag(250, 1); - output.WriteString(PressCalibDate2); - } - if (PressWithoutBlowerMV2 != 0) { - output.WriteRawTag(128, 2); - output.WriteUInt32(PressWithoutBlowerMV2); - } - if (PressWithMinBlowerMV2 != 0) { - output.WriteRawTag(136, 2); - output.WriteUInt32(PressWithMinBlowerMV2); - } - if (PressMaxPressMV2 != 0) { - output.WriteRawTag(144, 2); - output.WriteUInt32(PressMaxPressMV2); - } - if (FansMinPWM != 0) { - output.WriteRawTag(152, 2); - output.WriteUInt32(FansMinPWM); - } - if (FansMinRPM != 0) { - output.WriteRawTag(160, 2); - output.WriteUInt32(FansMinRPM); - } - if (FansMaxPWM != 0) { - output.WriteRawTag(168, 2); - output.WriteUInt32(FansMaxPWM); - } - if (FansMaxRPM != 0) { - output.WriteRawTag(176, 2); - output.WriteUInt32(FansMaxRPM); - } - if (FansNomPWM != 0) { - output.WriteRawTag(184, 2); - output.WriteUInt32(FansNomPWM); - } - if (FansNomRPM != 0) { - output.WriteRawTag(192, 2); - output.WriteUInt32(FansNomRPM); - } - if (FansLimitRPM != 0) { - output.WriteRawTag(200, 2); - output.WriteUInt32(FansLimitRPM); - } - if (FansTachoPPR != 0) { - output.WriteRawTag(208, 2); - output.WriteUInt32(FansTachoPPR); - } - if (FansSpare1 != 0) { - output.WriteRawTag(216, 2); - output.WriteUInt32(FansSpare1); - } - if (FansSpare2 != 0) { - output.WriteRawTag(224, 2); - output.WriteUInt32(FansSpare2); - } - if (CheckSum != 0) { - output.WriteRawTag(232, 2); - output.WriteUInt32(CheckSum); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Header != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Header); - } - if (TableLength != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TableLength); - } - if (TableVersion != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TableVersion); - } - if (HeadSN.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(HeadSN); - } - if (PCBSN.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PCBSN); - } - if (HeadPartNumber.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(HeadPartNumber); - } - if (PCBPartNumber.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PCBPartNumber); - } - if (RunningHours != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RunningHours); - } - if (SWReserve != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SWReserve); - } - if (TestPassFail.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(TestPassFail); - } - if (ATSLocation != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ATSLocation); - } - if (OrificeWasteLevelV0Ml != 0D) { - size += 1 + 8; - } - if (HeadType != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HeadType); - } - if (BlowerRunHours1 != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BlowerRunHours1); - } - if (BlowerRunHours2 != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BlowerRunHours2); - } - if (FanFilterMaxLifecycle != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(FanFilterMaxLifecycle); - } - if (FansFilterUsageHours != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(FansFilterUsageHours); - } - if (FilterSpare1 != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(FilterSpare1); - } - if (FilterSpare2 != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(FilterSpare2); - } - if (BenchTestD != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(BenchTestD); - } - if (Spare1 != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(Spare1); - } - if (Spare2 != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(Spare2); - } - if (ProductionTestDate.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(ProductionTestDate); - } - if (FuncTestStatus != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(FuncTestStatus); - } - if (PresSensPCBSN.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(PresSensPCBSN); - } - if (PresSensPCBPN.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(PresSensPCBPN); - } - if (PressCalibDate1.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(PressCalibDate1); - } - if (PressWithoutBlowerMV1 != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(PressWithoutBlowerMV1); - } - if (PressWithMinBlowerMV1 != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(PressWithMinBlowerMV1); - } - if (PressMaxPressMV1 != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(PressMaxPressMV1); - } - if (PressCalibDate2.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(PressCalibDate2); - } - if (PressWithoutBlowerMV2 != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(PressWithoutBlowerMV2); - } - if (PressWithMinBlowerMV2 != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(PressWithMinBlowerMV2); - } - if (PressMaxPressMV2 != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(PressMaxPressMV2); - } - if (FansMinPWM != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(FansMinPWM); - } - if (FansMinRPM != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(FansMinRPM); - } - if (FansMaxPWM != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(FansMaxPWM); - } - if (FansMaxRPM != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(FansMaxRPM); - } - if (FansNomPWM != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(FansNomPWM); - } - if (FansNomRPM != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(FansNomRPM); - } - if (FansLimitRPM != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(FansLimitRPM); - } - if (FansTachoPPR != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(FansTachoPPR); - } - if (FansSpare1 != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(FansSpare1); - } - if (FansSpare2 != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(FansSpare2); - } - if (CheckSum != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(CheckSum); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StubHeadEEpromData other) { - if (other == null) { - return; - } - if (other.Header != 0) { - Header = other.Header; - } - if (other.TableLength != 0) { - TableLength = other.TableLength; - } - if (other.TableVersion != 0) { - TableVersion = other.TableVersion; - } - if (other.HeadSN.Length != 0) { - HeadSN = other.HeadSN; - } - if (other.PCBSN.Length != 0) { - PCBSN = other.PCBSN; - } - if (other.HeadPartNumber.Length != 0) { - HeadPartNumber = other.HeadPartNumber; - } - if (other.PCBPartNumber.Length != 0) { - PCBPartNumber = other.PCBPartNumber; - } - if (other.RunningHours != 0) { - RunningHours = other.RunningHours; - } - if (other.SWReserve != 0) { - SWReserve = other.SWReserve; - } - if (other.TestPassFail.Length != 0) { - TestPassFail = other.TestPassFail; - } - if (other.ATSLocation != 0) { - ATSLocation = other.ATSLocation; - } - if (other.OrificeWasteLevelV0Ml != 0D) { - OrificeWasteLevelV0Ml = other.OrificeWasteLevelV0Ml; - } - if (other.HeadType != 0) { - HeadType = other.HeadType; - } - if (other.BlowerRunHours1 != 0) { - BlowerRunHours1 = other.BlowerRunHours1; - } - if (other.BlowerRunHours2 != 0) { - BlowerRunHours2 = other.BlowerRunHours2; - } - if (other.FanFilterMaxLifecycle != 0) { - FanFilterMaxLifecycle = other.FanFilterMaxLifecycle; - } - if (other.FansFilterUsageHours != 0) { - FansFilterUsageHours = other.FansFilterUsageHours; - } - if (other.FilterSpare1 != 0) { - FilterSpare1 = other.FilterSpare1; - } - if (other.FilterSpare2 != 0) { - FilterSpare2 = other.FilterSpare2; - } - if (other.BenchTestD != 0) { - BenchTestD = other.BenchTestD; - } - if (other.Spare1 != 0) { - Spare1 = other.Spare1; - } - if (other.Spare2 != 0) { - Spare2 = other.Spare2; - } - if (other.ProductionTestDate.Length != 0) { - ProductionTestDate = other.ProductionTestDate; - } - if (other.FuncTestStatus != 0) { - FuncTestStatus = other.FuncTestStatus; - } - if (other.PresSensPCBSN.Length != 0) { - PresSensPCBSN = other.PresSensPCBSN; - } - if (other.PresSensPCBPN.Length != 0) { - PresSensPCBPN = other.PresSensPCBPN; - } - if (other.PressCalibDate1.Length != 0) { - PressCalibDate1 = other.PressCalibDate1; - } - if (other.PressWithoutBlowerMV1 != 0) { - PressWithoutBlowerMV1 = other.PressWithoutBlowerMV1; - } - if (other.PressWithMinBlowerMV1 != 0) { - PressWithMinBlowerMV1 = other.PressWithMinBlowerMV1; - } - if (other.PressMaxPressMV1 != 0) { - PressMaxPressMV1 = other.PressMaxPressMV1; - } - if (other.PressCalibDate2.Length != 0) { - PressCalibDate2 = other.PressCalibDate2; - } - if (other.PressWithoutBlowerMV2 != 0) { - PressWithoutBlowerMV2 = other.PressWithoutBlowerMV2; - } - if (other.PressWithMinBlowerMV2 != 0) { - PressWithMinBlowerMV2 = other.PressWithMinBlowerMV2; - } - if (other.PressMaxPressMV2 != 0) { - PressMaxPressMV2 = other.PressMaxPressMV2; - } - if (other.FansMinPWM != 0) { - FansMinPWM = other.FansMinPWM; - } - if (other.FansMinRPM != 0) { - FansMinRPM = other.FansMinRPM; - } - if (other.FansMaxPWM != 0) { - FansMaxPWM = other.FansMaxPWM; - } - if (other.FansMaxRPM != 0) { - FansMaxRPM = other.FansMaxRPM; - } - if (other.FansNomPWM != 0) { - FansNomPWM = other.FansNomPWM; - } - if (other.FansNomRPM != 0) { - FansNomRPM = other.FansNomRPM; - } - if (other.FansLimitRPM != 0) { - FansLimitRPM = other.FansLimitRPM; - } - if (other.FansTachoPPR != 0) { - FansTachoPPR = other.FansTachoPPR; - } - if (other.FansSpare1 != 0) { - FansSpare1 = other.FansSpare1; - } - if (other.FansSpare2 != 0) { - FansSpare2 = other.FansSpare2; - } - if (other.CheckSum != 0) { - CheckSum = other.CheckSum; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 8: { - Header = input.ReadUInt32(); - break; - } - case 16: { - TableLength = input.ReadUInt32(); - break; - } - case 24: { - TableVersion = input.ReadUInt32(); - break; - } - case 34: { - HeadSN = input.ReadString(); - break; - } - case 42: { - PCBSN = input.ReadString(); - break; - } - case 50: { - HeadPartNumber = input.ReadString(); - break; - } - case 58: { - PCBPartNumber = input.ReadString(); - break; - } - case 64: { - RunningHours = input.ReadUInt32(); - break; - } - case 72: { - SWReserve = input.ReadUInt32(); - break; - } - case 82: { - TestPassFail = input.ReadString(); - break; - } - case 88: { - ATSLocation = input.ReadUInt32(); - break; - } - case 97: { - OrificeWasteLevelV0Ml = input.ReadDouble(); - break; - } - case 104: { - HeadType = input.ReadUInt32(); - break; - } - case 112: { - BlowerRunHours1 = input.ReadUInt32(); - break; - } - case 120: { - BlowerRunHours2 = input.ReadUInt32(); - break; - } - case 128: { - FanFilterMaxLifecycle = input.ReadUInt32(); - break; - } - case 136: { - FansFilterUsageHours = input.ReadUInt32(); - break; - } - case 144: { - FilterSpare1 = input.ReadUInt32(); - break; - } - case 152: { - FilterSpare2 = input.ReadUInt32(); - break; - } - case 160: { - BenchTestD = input.ReadUInt32(); - break; - } - case 168: { - Spare1 = input.ReadUInt32(); - break; - } - case 176: { - Spare2 = input.ReadUInt32(); - break; - } - case 186: { - ProductionTestDate = input.ReadString(); - break; - } - case 192: { - FuncTestStatus = input.ReadUInt32(); - break; - } - case 202: { - PresSensPCBSN = input.ReadString(); - break; - } - case 210: { - PresSensPCBPN = input.ReadString(); - break; - } - case 218: { - PressCalibDate1 = input.ReadString(); - break; - } - case 224: { - PressWithoutBlowerMV1 = input.ReadUInt32(); - break; - } - case 232: { - PressWithMinBlowerMV1 = input.ReadUInt32(); - break; - } - case 240: { - PressMaxPressMV1 = input.ReadUInt32(); - break; - } - case 250: { - PressCalibDate2 = input.ReadString(); - break; - } - case 256: { - PressWithoutBlowerMV2 = input.ReadUInt32(); - break; - } - case 264: { - PressWithMinBlowerMV2 = input.ReadUInt32(); - break; - } - case 272: { - PressMaxPressMV2 = input.ReadUInt32(); - break; - } - case 280: { - FansMinPWM = input.ReadUInt32(); - break; - } - case 288: { - FansMinRPM = input.ReadUInt32(); - break; - } - case 296: { - FansMaxPWM = input.ReadUInt32(); - break; - } - case 304: { - FansMaxRPM = input.ReadUInt32(); - break; - } - case 312: { - FansNomPWM = input.ReadUInt32(); - break; - } - case 320: { - FansNomRPM = input.ReadUInt32(); - break; - } - case 328: { - FansLimitRPM = input.ReadUInt32(); - break; - } - case 336: { - FansTachoPPR = input.ReadUInt32(); - break; - } - case 344: { - FansSpare1 = input.ReadUInt32(); - break; - } - case 352: { - FansSpare2 = input.ReadUInt32(); - break; - } - case 360: { - CheckSum = input.ReadUInt32(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Stubs/StubHeadEEpromRequest.cs b/Software/Visual_Studio/Tango.PMR/Stubs/StubHeadEEpromRequest.cs deleted file mode 100644 index 228ad87eb..000000000 --- a/Software/Visual_Studio/Tango.PMR/Stubs/StubHeadEEpromRequest.cs +++ /dev/null @@ -1,195 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StubHeadEEpromRequest.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Stubs { - - /// <summary>Holder for reflection information generated from StubHeadEEpromRequest.proto</summary> - public static partial class StubHeadEEpromRequestReflection { - - #region Descriptor - /// <summary>File descriptor for StubHeadEEpromRequest.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StubHeadEEpromRequestReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChtTdHViSGVhZEVFcHJvbVJlcXVlc3QucHJvdG8SD1RhbmdvLlBNUi5TdHVi", - "cxoYU3R1YkhlYWRFRXByb21EYXRhLnByb3RvImUKFVN0dWJIZWFkRUVwcm9t", - "UmVxdWVzdBITCgtCdXJuUmVxdWVzdBgBIAEoCBI3CgpIZWFkRUVwcm9tGAIg", - "ASgLMiMuVGFuZ28uUE1SLlN0dWJzLlN0dWJIZWFkRUVwcm9tRGF0YUIbChlj", - "b20udHdpbmUudGFuZ28ucG1yLnN0dWJzYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.Stubs.StubHeadEEpromDataReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Stubs.StubHeadEEpromRequest), global::Tango.PMR.Stubs.StubHeadEEpromRequest.Parser, new[]{ "BurnRequest", "HeadEEprom" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StubHeadEEpromRequest : pb::IMessage<StubHeadEEpromRequest> { - private static readonly pb::MessageParser<StubHeadEEpromRequest> _parser = new pb::MessageParser<StubHeadEEpromRequest>(() => new StubHeadEEpromRequest()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StubHeadEEpromRequest> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Stubs.StubHeadEEpromRequestReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubHeadEEpromRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubHeadEEpromRequest(StubHeadEEpromRequest other) : this() { - burnRequest_ = other.burnRequest_; - HeadEEprom = other.headEEprom_ != null ? other.HeadEEprom.Clone() : null; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubHeadEEpromRequest Clone() { - return new StubHeadEEpromRequest(this); - } - - /// <summary>Field number for the "BurnRequest" field.</summary> - public const int BurnRequestFieldNumber = 1; - private bool burnRequest_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool BurnRequest { - get { return burnRequest_; } - set { - burnRequest_ = value; - } - } - - /// <summary>Field number for the "HeadEEprom" field.</summary> - public const int HeadEEpromFieldNumber = 2; - private global::Tango.PMR.Stubs.StubHeadEEpromData headEEprom_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.Stubs.StubHeadEEpromData HeadEEprom { - get { return headEEprom_; } - set { - headEEprom_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StubHeadEEpromRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StubHeadEEpromRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (BurnRequest != other.BurnRequest) return false; - if (!object.Equals(HeadEEprom, other.HeadEEprom)) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (BurnRequest != false) hash ^= BurnRequest.GetHashCode(); - if (headEEprom_ != null) hash ^= HeadEEprom.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (BurnRequest != false) { - output.WriteRawTag(8); - output.WriteBool(BurnRequest); - } - if (headEEprom_ != null) { - output.WriteRawTag(18); - output.WriteMessage(HeadEEprom); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (BurnRequest != false) { - size += 1 + 1; - } - if (headEEprom_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(HeadEEprom); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StubHeadEEpromRequest other) { - if (other == null) { - return; - } - if (other.BurnRequest != false) { - BurnRequest = other.BurnRequest; - } - if (other.headEEprom_ != null) { - if (headEEprom_ == null) { - headEEprom_ = new global::Tango.PMR.Stubs.StubHeadEEpromData(); - } - HeadEEprom.MergeFrom(other.HeadEEprom); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 8: { - BurnRequest = input.ReadBool(); - break; - } - case 18: { - if (headEEprom_ == null) { - headEEprom_ = new global::Tango.PMR.Stubs.StubHeadEEpromData(); - } - input.ReadMessage(headEEprom_); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Stubs/StubHeadEEpromResponse.cs b/Software/Visual_Studio/Tango.PMR/Stubs/StubHeadEEpromResponse.cs deleted file mode 100644 index 3231d71ba..000000000 --- a/Software/Visual_Studio/Tango.PMR/Stubs/StubHeadEEpromResponse.cs +++ /dev/null @@ -1,167 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StubHeadEEpromResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Stubs { - - /// <summary>Holder for reflection information generated from StubHeadEEpromResponse.proto</summary> - public static partial class StubHeadEEpromResponseReflection { - - #region Descriptor - /// <summary>File descriptor for StubHeadEEpromResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StubHeadEEpromResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChxTdHViSGVhZEVFcHJvbVJlc3BvbnNlLnByb3RvEg9UYW5nby5QTVIuU3R1", - "YnMaGFN0dWJIZWFkRUVwcm9tRGF0YS5wcm90byJRChZTdHViSGVhZEVFcHJv", - "bVJlc3BvbnNlEjcKCkhlYWRFRXByb20YASABKAsyIy5UYW5nby5QTVIuU3R1", - "YnMuU3R1YkhlYWRFRXByb21EYXRhQhsKGWNvbS50d2luZS50YW5nby5wbXIu", - "c3R1YnNiBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.Stubs.StubHeadEEpromDataReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Stubs.StubHeadEEpromResponse), global::Tango.PMR.Stubs.StubHeadEEpromResponse.Parser, new[]{ "HeadEEprom" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StubHeadEEpromResponse : pb::IMessage<StubHeadEEpromResponse> { - private static readonly pb::MessageParser<StubHeadEEpromResponse> _parser = new pb::MessageParser<StubHeadEEpromResponse>(() => new StubHeadEEpromResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StubHeadEEpromResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Stubs.StubHeadEEpromResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubHeadEEpromResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubHeadEEpromResponse(StubHeadEEpromResponse other) : this() { - HeadEEprom = other.headEEprom_ != null ? other.HeadEEprom.Clone() : null; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubHeadEEpromResponse Clone() { - return new StubHeadEEpromResponse(this); - } - - /// <summary>Field number for the "HeadEEprom" field.</summary> - public const int HeadEEpromFieldNumber = 1; - private global::Tango.PMR.Stubs.StubHeadEEpromData headEEprom_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.Stubs.StubHeadEEpromData HeadEEprom { - get { return headEEprom_; } - set { - headEEprom_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StubHeadEEpromResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StubHeadEEpromResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (!object.Equals(HeadEEprom, other.HeadEEprom)) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (headEEprom_ != null) hash ^= HeadEEprom.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (headEEprom_ != null) { - output.WriteRawTag(10); - output.WriteMessage(HeadEEprom); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (headEEprom_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(HeadEEprom); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StubHeadEEpromResponse other) { - if (other == null) { - return; - } - if (other.headEEprom_ != null) { - if (headEEprom_ == null) { - headEEprom_ = new global::Tango.PMR.Stubs.StubHeadEEpromData(); - } - HeadEEprom.MergeFrom(other.HeadEEprom); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 10: { - if (headEEprom_ == null) { - headEEprom_ = new global::Tango.PMR.Stubs.StubHeadEEpromData(); - } - input.ReadMessage(headEEprom_); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Stubs/StubMainCardEEpromReadRequest.cs b/Software/Visual_Studio/Tango.PMR/Stubs/StubMainCardEEpromReadRequest.cs deleted file mode 100644 index bf162db90..000000000 --- a/Software/Visual_Studio/Tango.PMR/Stubs/StubMainCardEEpromReadRequest.cs +++ /dev/null @@ -1,188 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StubMainCardEEpromReadRequest.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Stubs { - - /// <summary>Holder for reflection information generated from StubMainCardEEpromReadRequest.proto</summary> - public static partial class StubMainCardEEpromReadRequestReflection { - - #region Descriptor - /// <summary>File descriptor for StubMainCardEEpromReadRequest.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StubMainCardEEpromReadRequestReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiNTdHViTWFpbkNhcmRFRXByb21SZWFkUmVxdWVzdC5wcm90bxIPVGFuZ28u", - "UE1SLlN0dWJzIj4KHVN0dWJNYWluQ2FyZEVFcHJvbVJlYWRSZXF1ZXN0Eg8K", - "B0FkZHJlc3MYASABKAUSDAoERGF0YRgCIAEoBUIbChljb20udHdpbmUudGFu", - "Z28ucG1yLnN0dWJzYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Stubs.StubMainCardEEpromReadRequest), global::Tango.PMR.Stubs.StubMainCardEEpromReadRequest.Parser, new[]{ "Address", "Data" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StubMainCardEEpromReadRequest : pb::IMessage<StubMainCardEEpromReadRequest> { - private static readonly pb::MessageParser<StubMainCardEEpromReadRequest> _parser = new pb::MessageParser<StubMainCardEEpromReadRequest>(() => new StubMainCardEEpromReadRequest()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StubMainCardEEpromReadRequest> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Stubs.StubMainCardEEpromReadRequestReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubMainCardEEpromReadRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubMainCardEEpromReadRequest(StubMainCardEEpromReadRequest other) : this() { - address_ = other.address_; - data_ = other.data_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubMainCardEEpromReadRequest Clone() { - return new StubMainCardEEpromReadRequest(this); - } - - /// <summary>Field number for the "Address" field.</summary> - public const int AddressFieldNumber = 1; - private int address_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Address { - get { return address_; } - set { - address_ = value; - } - } - - /// <summary>Field number for the "Data" field.</summary> - public const int DataFieldNumber = 2; - private int data_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Data { - get { return data_; } - set { - data_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StubMainCardEEpromReadRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StubMainCardEEpromReadRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Address != other.Address) return false; - if (Data != other.Data) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Address != 0) hash ^= Address.GetHashCode(); - if (Data != 0) hash ^= Data.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Address != 0) { - output.WriteRawTag(8); - output.WriteInt32(Address); - } - if (Data != 0) { - output.WriteRawTag(16); - output.WriteInt32(Data); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Address != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Address); - } - if (Data != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Data); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StubMainCardEEpromReadRequest other) { - if (other == null) { - return; - } - if (other.Address != 0) { - Address = other.Address; - } - if (other.Data != 0) { - Data = other.Data; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 8: { - Address = input.ReadInt32(); - break; - } - case 16: { - Data = input.ReadInt32(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Stubs/StubMainCardEEpromReadResponse.cs b/Software/Visual_Studio/Tango.PMR/Stubs/StubMainCardEEpromReadResponse.cs deleted file mode 100644 index 382204a86..000000000 --- a/Software/Visual_Studio/Tango.PMR/Stubs/StubMainCardEEpromReadResponse.cs +++ /dev/null @@ -1,188 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StubMainCardEEpromReadResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Stubs { - - /// <summary>Holder for reflection information generated from StubMainCardEEpromReadResponse.proto</summary> - public static partial class StubMainCardEEpromReadResponseReflection { - - #region Descriptor - /// <summary>File descriptor for StubMainCardEEpromReadResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StubMainCardEEpromReadResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiRTdHViTWFpbkNhcmRFRXByb21SZWFkUmVzcG9uc2UucHJvdG8SD1Rhbmdv", - "LlBNUi5TdHVicyI/Ch5TdHViTWFpbkNhcmRFRXByb21SZWFkUmVzcG9uc2US", - "DwoHQWRkcmVzcxgBIAEoBRIMCgREYXRhGAIgASgFQhsKGWNvbS50d2luZS50", - "YW5nby5wbXIuc3R1YnNiBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Stubs.StubMainCardEEpromReadResponse), global::Tango.PMR.Stubs.StubMainCardEEpromReadResponse.Parser, new[]{ "Address", "Data" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StubMainCardEEpromReadResponse : pb::IMessage<StubMainCardEEpromReadResponse> { - private static readonly pb::MessageParser<StubMainCardEEpromReadResponse> _parser = new pb::MessageParser<StubMainCardEEpromReadResponse>(() => new StubMainCardEEpromReadResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StubMainCardEEpromReadResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Stubs.StubMainCardEEpromReadResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubMainCardEEpromReadResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubMainCardEEpromReadResponse(StubMainCardEEpromReadResponse other) : this() { - address_ = other.address_; - data_ = other.data_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubMainCardEEpromReadResponse Clone() { - return new StubMainCardEEpromReadResponse(this); - } - - /// <summary>Field number for the "Address" field.</summary> - public const int AddressFieldNumber = 1; - private int address_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Address { - get { return address_; } - set { - address_ = value; - } - } - - /// <summary>Field number for the "Data" field.</summary> - public const int DataFieldNumber = 2; - private int data_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Data { - get { return data_; } - set { - data_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StubMainCardEEpromReadResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StubMainCardEEpromReadResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Address != other.Address) return false; - if (Data != other.Data) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Address != 0) hash ^= Address.GetHashCode(); - if (Data != 0) hash ^= Data.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Address != 0) { - output.WriteRawTag(8); - output.WriteInt32(Address); - } - if (Data != 0) { - output.WriteRawTag(16); - output.WriteInt32(Data); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Address != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Address); - } - if (Data != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Data); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StubMainCardEEpromReadResponse other) { - if (other == null) { - return; - } - if (other.Address != 0) { - Address = other.Address; - } - if (other.Data != 0) { - Data = other.Data; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 8: { - Address = input.ReadInt32(); - break; - } - case 16: { - Data = input.ReadInt32(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Stubs/StubMainCardEEpromWriteResponse.cs b/Software/Visual_Studio/Tango.PMR/Stubs/StubMainCardEEpromWriteResponse.cs deleted file mode 100644 index 012fe37e4..000000000 --- a/Software/Visual_Studio/Tango.PMR/Stubs/StubMainCardEEpromWriteResponse.cs +++ /dev/null @@ -1,188 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StubMainCardEEpromWriteResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Stubs { - - /// <summary>Holder for reflection information generated from StubMainCardEEpromWriteResponse.proto</summary> - public static partial class StubMainCardEEpromWriteResponseReflection { - - #region Descriptor - /// <summary>File descriptor for StubMainCardEEpromWriteResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StubMainCardEEpromWriteResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiVTdHViTWFpbkNhcmRFRXByb21Xcml0ZVJlc3BvbnNlLnByb3RvEg9UYW5n", - "by5QTVIuU3R1YnMiQAofU3R1Yk1haW5DYXJkRUVwcm9tV3JpdGVSZXNwb25z", - "ZRIPCgdBZGRyZXNzGAEgASgFEgwKBERhdGEYAiABKAVCGwoZY29tLnR3aW5l", - "LnRhbmdvLnBtci5zdHVic2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Stubs.StubMainCardEEpromWriteResponse), global::Tango.PMR.Stubs.StubMainCardEEpromWriteResponse.Parser, new[]{ "Address", "Data" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StubMainCardEEpromWriteResponse : pb::IMessage<StubMainCardEEpromWriteResponse> { - private static readonly pb::MessageParser<StubMainCardEEpromWriteResponse> _parser = new pb::MessageParser<StubMainCardEEpromWriteResponse>(() => new StubMainCardEEpromWriteResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StubMainCardEEpromWriteResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Stubs.StubMainCardEEpromWriteResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubMainCardEEpromWriteResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubMainCardEEpromWriteResponse(StubMainCardEEpromWriteResponse other) : this() { - address_ = other.address_; - data_ = other.data_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubMainCardEEpromWriteResponse Clone() { - return new StubMainCardEEpromWriteResponse(this); - } - - /// <summary>Field number for the "Address" field.</summary> - public const int AddressFieldNumber = 1; - private int address_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Address { - get { return address_; } - set { - address_ = value; - } - } - - /// <summary>Field number for the "Data" field.</summary> - public const int DataFieldNumber = 2; - private int data_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Data { - get { return data_; } - set { - data_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StubMainCardEEpromWriteResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StubMainCardEEpromWriteResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Address != other.Address) return false; - if (Data != other.Data) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Address != 0) hash ^= Address.GetHashCode(); - if (Data != 0) hash ^= Data.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Address != 0) { - output.WriteRawTag(8); - output.WriteInt32(Address); - } - if (Data != 0) { - output.WriteRawTag(16); - output.WriteInt32(Data); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Address != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Address); - } - if (Data != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Data); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StubMainCardEEpromWriteResponse other) { - if (other == null) { - return; - } - if (other.Address != 0) { - Address = other.Address; - } - if (other.Data != 0) { - Data = other.Data; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 8: { - Address = input.ReadInt32(); - break; - } - case 16: { - Data = input.ReadInt32(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Stubs/StubWhsEEpromData.cs b/Software/Visual_Studio/Tango.PMR/Stubs/StubWhsEEpromData.cs deleted file mode 100644 index 21aaf0e68..000000000 --- a/Software/Visual_Studio/Tango.PMR/Stubs/StubWhsEEpromData.cs +++ /dev/null @@ -1,2533 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StubWhsEEpromData.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Stubs { - - /// <summary>Holder for reflection information generated from StubWhsEEpromData.proto</summary> - public static partial class StubWhsEEpromDataReflection { - - #region Descriptor - /// <summary>File descriptor for StubWhsEEpromData.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StubWhsEEpromDataReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChdTdHViV2hzRUVwcm9tRGF0YS5wcm90bxIPVGFuZ28uUE1SLlN0dWJzIv4R", - "ChFTdHViV2hzRUVwcm9tRGF0YRIOCgZIZWFkZXIYASABKA0SFAoMVGFibGVf", - "TGVuZ3RoGAIgASgNEhUKDVRhYmxlX3ZlcnNpb24YAyABKA0SDgoGV0hTX1NO", - "GAQgASgJEg4KBlBDQl9TThgFIAEoCRIXCg9XSFNfUGFydF9OdW1iZXIYBiAB", - "KAkSFwoPUENCX1BhcnRfTnVtYmVyGAcgASgJEhQKDFJ1bm5pbmdIb3VycxgI", - "IAEoDRISCgpTV19SZXNlcnZlGAkgASgNEhwKFFByb2R1Y3Rpb25fVGVzdF9E", - "YXRlGAogASgJEhQKDFRlc3RQYXNzRmFpbBgLIAEoCRIUCgxBVFNfTG9jYXRp", - "b24YDCABKA0SIQoZT3JpZmljZV9XYXN0ZV9MZXZlbF9WMF9tbBgNIAEoARIf", - "ChdmbG93X2NhbGNfY29lZmZpY2llbnRfQxgOIAEoARIUCgxPcmlmaWNlMUZs", - "b3cYDyABKAESFQoNT3JpZmljZTFTbG9wZRgQIAEoARIbChNPcmlmaWNlMU1h", - "eFByZXNzdXJlGBEgASgBEiEKGU9yaWZpY2UxQ2FsaWJyYXRpb25GYWN0b3IY", - "EiABKAESFAoMT3JpZmljZTJGbG93GBMgASgBEhUKDU9yaWZpY2UyU2xvcGUY", - "FCABKAESGwoTT3JpZmljZTJNYXhQcmVzc3VyZRgVIAEoARIhChlPcmlmaWNl", - "MkNhbGlicmF0aW9uRmFjdG9yGBYgASgBEhQKDE9yaWZpY2UzRmxvdxgXIAEo", - "ARIVCg1PcmlmaWNlM1Nsb3BlGBggASgBEhsKE09yaWZpY2UzTWF4UHJlc3N1", - "cmUYGSABKAESIQoZT3JpZmljZTNDYWxpYnJhdGlvbkZhY3RvchgaIAEoARIY", - "ChBPcmlmaWNlVmFsdmVGbG93GBsgASgBEhkKEU9yaWZpY2VWYWx2ZVNsb3Bl", - "GBwgASgBEh8KF09yaWZpY2VWYWx2ZU1heFByZXNzdXJlGB0gASgBEiUKHU9y", - "aWZpY2VWYWx2ZUNhbGlicmF0aW9uRmFjdG9yGB4gASgBEhwKFEZhbnNfMV80", - "X1BXTV9taW5fUGN0GB8gASgBEhwKFEZhbnNfMV80X1JQTV9QV01fbWluGCAg", - "ASgBEhwKFEZhbnNfMV80X1BXTV9tYXhfUGN0GCEgASgBEhwKFEZhbnNfMV80", - "X1JQTV9QV01fbWF4GCIgASgBEhwKFEZhbnNfMV80X05vbV9QV01fUGN0GCMg", - "ASgBEhgKEEZhbnNfMV80X05vbV9SUE0YJCABKAESKAogRmFuc18xXzRfUlBN", - "X0xpbWl0X1BjdF9iZWxvd19Ob20YJSABKAESJQodRmFuc18xXzRfUHVsc2Vf", - "UGVyX1Jldm9sdXRpb24YJiABKAESFwoPRmFuc18xXzRfU3BhcmUxGCcgASgB", - "EhcKD0ZhbnNfMV80X1NwYXJlMhgoIAEoARIYChBGYW5zXzVfNl9Ob21fUlBN", - "GCkgASgBEigKIEZhbnNfNV82X1JQTV9MaW1pdF9QY3RfYmVsb3dfTm9tGCog", - "ASgBEiUKHUZhbnNfNV82X1B1bHNlX1Blcl9SZXZvbHV0aW9uGCsgASgBEhcK", - "D0ZhbnNfNV82X1NwYXJlMRgsIAEoARIXCg9GYW5zXzVfNl9TcGFyZTIYLSAB", - "KAESFQoNQmxvd2VyX1BfR2FpbhguIAEoARIZChFCbG93ZXJfQ0ZNUlBNX21p", - "bhgvIAEoARIaChJCbG93ZXJfUlBNX0NGTV9tYXgYMCABKAESIQoZQmxvd2Vy", - "X0NhbGlicmF0aW9uX2ZhY3RvchgxIAEoARIVCg1CbG93ZXJfU3BhcmUxGDIg", - "ASgBEhUKDUJsb3dlcl9TcGFyZTIYMyABKAESEQoJVk9DX2xpbWl0GDQgASgB", - "EhIKClZPQ19TcGFyZTEYNSABKAESEgoKVk9DX1NwYXJlMhg2IAEoARIcChRD", - "b250cm9sbGVyX0NvbW1fVHlwZRg3IAEoARIXCg9Db250cm9sbGVyX1R5cGUY", - "OCABKAESEwoLU2Vuc29yX3R5cGUYOSABKAESEgoKQ29vbGVyX0NfRhg6IAEo", - "ARIRCglDb29sZXJfU1YYOyABKAESEAoIQ29vbGVyX1AYPCABKAESEAoIQ29v", - "bGVyX0kYPSABKAESEAoIQ29vbGVyX0QYPiABKAESIgoaV2FybmluZ19jb25m", - "aWd1cmF0aW9uX1BhcjEYPyABKAESIgoaV2FybmluZ19jb25maWd1cmF0aW9u", - "X1BhcjIYQCABKAESIgoaV2FybmluZ19jb25maWd1cmF0aW9uX1BhcjMYQSAB", - "KAESIgoaV2FybmluZ19jb25maWd1cmF0aW9uX1BhcjQYQiABKAESIgoaV2Fy", - "bmluZ19jb25maWd1cmF0aW9uX1BhcjUYQyABKAESIgoaV2FybmluZ19jb25m", - "aWd1cmF0aW9uX1BhcjYYRCABKAESGQoRV2FybmluZ190aHJlc2hvbGQYRSAB", - "KAESGQoRQ29udHJvbGxlcl9TcGFyZTEYRiABKAESGQoRQ29udHJvbGxlcl9T", - "cGFyZTIYRyABKAESGQoRQ29udHJvbGxlcl9TcGFyZTMYSCABKAESGQoRQ29u", - "dHJvbGxlcl9TcGFyZTQYSSABKAESGQoRQ29udHJvbGxlcl9TcGFyZTUYSiAB", - "KAESEQoJVGVzdF9EYXRlGEsgASgBEgwKBFRlc3QYTCABKAkSJgoeV2FzdGVf", - "UHVtcF9GbG93X3ZvbHVtZV9wZXJfc2VjGE0gASgBEicKH1dhc3RlX1B1bXBf", - "Rmxvd19WX3Blcl9zZWNfTGltaXQYTiABKAESHAoURmlsdGVyX21heF9saWZl", - "X3NwYW4YTyABKAESGgoSRmlsdGVyX3VzYWdlX2hvdXJzGFAgASgBEhsKE1ZP", - "Q0luc3RhbGxhdGlvbkRhdGUYUSABKAkSHgoWRmlsdGVySW5zdGFsbGF0aW9u", - "RGF0ZRhSIAEoCRIWCg5Qcm9kdWN0aW9uRGF0ZRhTIAEoCRIQCghDaGVja1N1", - "bRhUIAEoDUIbChljb20udHdpbmUudGFuZ28ucG1yLnN0dWJzYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Stubs.StubWhsEEpromData), global::Tango.PMR.Stubs.StubWhsEEpromData.Parser, new[]{ "Header", "TableLength", "TableVersion", "WHSSN", "PCBSN", "WHSPartNumber", "PCBPartNumber", "RunningHours", "SWReserve", "ProductionTestDate", "TestPassFail", "ATSLocation", "OrificeWasteLevelV0Ml", "FlowCalcCoefficientC", "Orifice1Flow", "Orifice1Slope", "Orifice1MaxPressure", "Orifice1CalibrationFactor", "Orifice2Flow", "Orifice2Slope", "Orifice2MaxPressure", "Orifice2CalibrationFactor", "Orifice3Flow", "Orifice3Slope", "Orifice3MaxPressure", "Orifice3CalibrationFactor", "OrificeValveFlow", "OrificeValveSlope", "OrificeValveMaxPressure", "OrificeValveCalibrationFactor", "Fans14PWMMinPct", "Fans14RPMPWMMin", "Fans14PWMMaxPct", "Fans14RPMPWMMax", "Fans14NomPWMPct", "Fans14NomRPM", "Fans14RPMLimitPctBelowNom", "Fans14PulsePerRevolution", "Fans14Spare1", "Fans14Spare2", "Fans56NomRPM", "Fans56RPMLimitPctBelowNom", "Fans56PulsePerRevolution", "Fans56Spare1", "Fans56Spare2", "BlowerPGain", "BlowerCFMRPMMin", "BlowerRPMCFMMax", "BlowerCalibrationFactor", "BlowerSpare1", "BlowerSpare2", "VOCLimit", "VOCSpare1", "VOCSpare2", "ControllerCommType", "ControllerType", "SensorType", "CoolerCF", "CoolerSV", "CoolerP", "CoolerI", "CoolerD", "WarningConfigurationPar1", "WarningConfigurationPar2", "WarningConfigurationPar3", "WarningConfigurationPar4", "WarningConfigurationPar5", "WarningConfigurationPar6", "WarningThreshold", "ControllerSpare1", "ControllerSpare2", "ControllerSpare3", "ControllerSpare4", "ControllerSpare5", "TestDate", "Test", "WastePumpFlowVolumePerSec", "WastePumpFlowVPerSecLimit", "FilterMaxLifeSpan", "FilterUsageHours", "VOCInstallationDate", "FilterInstallationDate", "ProductionDate", "CheckSum" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StubWhsEEpromData : pb::IMessage<StubWhsEEpromData> { - private static readonly pb::MessageParser<StubWhsEEpromData> _parser = new pb::MessageParser<StubWhsEEpromData>(() => new StubWhsEEpromData()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StubWhsEEpromData> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Stubs.StubWhsEEpromDataReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubWhsEEpromData() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubWhsEEpromData(StubWhsEEpromData other) : this() { - header_ = other.header_; - tableLength_ = other.tableLength_; - tableVersion_ = other.tableVersion_; - wHSSN_ = other.wHSSN_; - pCBSN_ = other.pCBSN_; - wHSPartNumber_ = other.wHSPartNumber_; - pCBPartNumber_ = other.pCBPartNumber_; - runningHours_ = other.runningHours_; - sWReserve_ = other.sWReserve_; - productionTestDate_ = other.productionTestDate_; - testPassFail_ = other.testPassFail_; - aTSLocation_ = other.aTSLocation_; - orificeWasteLevelV0Ml_ = other.orificeWasteLevelV0Ml_; - flowCalcCoefficientC_ = other.flowCalcCoefficientC_; - orifice1Flow_ = other.orifice1Flow_; - orifice1Slope_ = other.orifice1Slope_; - orifice1MaxPressure_ = other.orifice1MaxPressure_; - orifice1CalibrationFactor_ = other.orifice1CalibrationFactor_; - orifice2Flow_ = other.orifice2Flow_; - orifice2Slope_ = other.orifice2Slope_; - orifice2MaxPressure_ = other.orifice2MaxPressure_; - orifice2CalibrationFactor_ = other.orifice2CalibrationFactor_; - orifice3Flow_ = other.orifice3Flow_; - orifice3Slope_ = other.orifice3Slope_; - orifice3MaxPressure_ = other.orifice3MaxPressure_; - orifice3CalibrationFactor_ = other.orifice3CalibrationFactor_; - orificeValveFlow_ = other.orificeValveFlow_; - orificeValveSlope_ = other.orificeValveSlope_; - orificeValveMaxPressure_ = other.orificeValveMaxPressure_; - orificeValveCalibrationFactor_ = other.orificeValveCalibrationFactor_; - fans14PWMMinPct_ = other.fans14PWMMinPct_; - fans14RPMPWMMin_ = other.fans14RPMPWMMin_; - fans14PWMMaxPct_ = other.fans14PWMMaxPct_; - fans14RPMPWMMax_ = other.fans14RPMPWMMax_; - fans14NomPWMPct_ = other.fans14NomPWMPct_; - fans14NomRPM_ = other.fans14NomRPM_; - fans14RPMLimitPctBelowNom_ = other.fans14RPMLimitPctBelowNom_; - fans14PulsePerRevolution_ = other.fans14PulsePerRevolution_; - fans14Spare1_ = other.fans14Spare1_; - fans14Spare2_ = other.fans14Spare2_; - fans56NomRPM_ = other.fans56NomRPM_; - fans56RPMLimitPctBelowNom_ = other.fans56RPMLimitPctBelowNom_; - fans56PulsePerRevolution_ = other.fans56PulsePerRevolution_; - fans56Spare1_ = other.fans56Spare1_; - fans56Spare2_ = other.fans56Spare2_; - blowerPGain_ = other.blowerPGain_; - blowerCFMRPMMin_ = other.blowerCFMRPMMin_; - blowerRPMCFMMax_ = other.blowerRPMCFMMax_; - blowerCalibrationFactor_ = other.blowerCalibrationFactor_; - blowerSpare1_ = other.blowerSpare1_; - blowerSpare2_ = other.blowerSpare2_; - vOCLimit_ = other.vOCLimit_; - vOCSpare1_ = other.vOCSpare1_; - vOCSpare2_ = other.vOCSpare2_; - controllerCommType_ = other.controllerCommType_; - controllerType_ = other.controllerType_; - sensorType_ = other.sensorType_; - coolerCF_ = other.coolerCF_; - coolerSV_ = other.coolerSV_; - coolerP_ = other.coolerP_; - coolerI_ = other.coolerI_; - coolerD_ = other.coolerD_; - warningConfigurationPar1_ = other.warningConfigurationPar1_; - warningConfigurationPar2_ = other.warningConfigurationPar2_; - warningConfigurationPar3_ = other.warningConfigurationPar3_; - warningConfigurationPar4_ = other.warningConfigurationPar4_; - warningConfigurationPar5_ = other.warningConfigurationPar5_; - warningConfigurationPar6_ = other.warningConfigurationPar6_; - warningThreshold_ = other.warningThreshold_; - controllerSpare1_ = other.controllerSpare1_; - controllerSpare2_ = other.controllerSpare2_; - controllerSpare3_ = other.controllerSpare3_; - controllerSpare4_ = other.controllerSpare4_; - controllerSpare5_ = other.controllerSpare5_; - testDate_ = other.testDate_; - test_ = other.test_; - wastePumpFlowVolumePerSec_ = other.wastePumpFlowVolumePerSec_; - wastePumpFlowVPerSecLimit_ = other.wastePumpFlowVPerSecLimit_; - filterMaxLifeSpan_ = other.filterMaxLifeSpan_; - filterUsageHours_ = other.filterUsageHours_; - vOCInstallationDate_ = other.vOCInstallationDate_; - filterInstallationDate_ = other.filterInstallationDate_; - productionDate_ = other.productionDate_; - checkSum_ = other.checkSum_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubWhsEEpromData Clone() { - return new StubWhsEEpromData(this); - } - - /// <summary>Field number for the "Header" field.</summary> - public const int HeaderFieldNumber = 1; - private uint header_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint Header { - get { return header_; } - set { - header_ = value; - } - } - - /// <summary>Field number for the "Table_Length" field.</summary> - public const int TableLengthFieldNumber = 2; - private uint tableLength_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint TableLength { - get { return tableLength_; } - set { - tableLength_ = value; - } - } - - /// <summary>Field number for the "Table_version" field.</summary> - public const int TableVersionFieldNumber = 3; - private uint tableVersion_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint TableVersion { - get { return tableVersion_; } - set { - tableVersion_ = value; - } - } - - /// <summary>Field number for the "WHS_SN" field.</summary> - public const int WHSSNFieldNumber = 4; - private string wHSSN_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string WHSSN { - get { return wHSSN_; } - set { - wHSSN_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "PCB_SN" field.</summary> - public const int PCBSNFieldNumber = 5; - private string pCBSN_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string PCBSN { - get { return pCBSN_; } - set { - pCBSN_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "WHS_Part_Number" field.</summary> - public const int WHSPartNumberFieldNumber = 6; - private string wHSPartNumber_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string WHSPartNumber { - get { return wHSPartNumber_; } - set { - wHSPartNumber_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "PCB_Part_Number" field.</summary> - public const int PCBPartNumberFieldNumber = 7; - private string pCBPartNumber_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string PCBPartNumber { - get { return pCBPartNumber_; } - set { - pCBPartNumber_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "RunningHours" field.</summary> - public const int RunningHoursFieldNumber = 8; - private uint runningHours_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint RunningHours { - get { return runningHours_; } - set { - runningHours_ = value; - } - } - - /// <summary>Field number for the "SW_Reserve" field.</summary> - public const int SWReserveFieldNumber = 9; - private uint sWReserve_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint SWReserve { - get { return sWReserve_; } - set { - sWReserve_ = value; - } - } - - /// <summary>Field number for the "Production_Test_Date" field.</summary> - public const int ProductionTestDateFieldNumber = 10; - private string productionTestDate_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string ProductionTestDate { - get { return productionTestDate_; } - set { - productionTestDate_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "TestPassFail" field.</summary> - public const int TestPassFailFieldNumber = 11; - private string testPassFail_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string TestPassFail { - get { return testPassFail_; } - set { - testPassFail_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "ATS_Location" field.</summary> - public const int ATSLocationFieldNumber = 12; - private uint aTSLocation_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint ATSLocation { - get { return aTSLocation_; } - set { - aTSLocation_ = value; - } - } - - /// <summary>Field number for the "Orifice_Waste_Level_V0_ml" field.</summary> - public const int OrificeWasteLevelV0MlFieldNumber = 13; - private double orificeWasteLevelV0Ml_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double OrificeWasteLevelV0Ml { - get { return orificeWasteLevelV0Ml_; } - set { - orificeWasteLevelV0Ml_ = value; - } - } - - /// <summary>Field number for the "flow_calc_coefficient_C" field.</summary> - public const int FlowCalcCoefficientCFieldNumber = 14; - private double flowCalcCoefficientC_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double FlowCalcCoefficientC { - get { return flowCalcCoefficientC_; } - set { - flowCalcCoefficientC_ = value; - } - } - - /// <summary>Field number for the "Orifice1Flow" field.</summary> - public const int Orifice1FlowFieldNumber = 15; - private double orifice1Flow_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Orifice1Flow { - get { return orifice1Flow_; } - set { - orifice1Flow_ = value; - } - } - - /// <summary>Field number for the "Orifice1Slope" field.</summary> - public const int Orifice1SlopeFieldNumber = 16; - private double orifice1Slope_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Orifice1Slope { - get { return orifice1Slope_; } - set { - orifice1Slope_ = value; - } - } - - /// <summary>Field number for the "Orifice1MaxPressure" field.</summary> - public const int Orifice1MaxPressureFieldNumber = 17; - private double orifice1MaxPressure_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Orifice1MaxPressure { - get { return orifice1MaxPressure_; } - set { - orifice1MaxPressure_ = value; - } - } - - /// <summary>Field number for the "Orifice1CalibrationFactor" field.</summary> - public const int Orifice1CalibrationFactorFieldNumber = 18; - private double orifice1CalibrationFactor_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Orifice1CalibrationFactor { - get { return orifice1CalibrationFactor_; } - set { - orifice1CalibrationFactor_ = value; - } - } - - /// <summary>Field number for the "Orifice2Flow" field.</summary> - public const int Orifice2FlowFieldNumber = 19; - private double orifice2Flow_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Orifice2Flow { - get { return orifice2Flow_; } - set { - orifice2Flow_ = value; - } - } - - /// <summary>Field number for the "Orifice2Slope" field.</summary> - public const int Orifice2SlopeFieldNumber = 20; - private double orifice2Slope_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Orifice2Slope { - get { return orifice2Slope_; } - set { - orifice2Slope_ = value; - } - } - - /// <summary>Field number for the "Orifice2MaxPressure" field.</summary> - public const int Orifice2MaxPressureFieldNumber = 21; - private double orifice2MaxPressure_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Orifice2MaxPressure { - get { return orifice2MaxPressure_; } - set { - orifice2MaxPressure_ = value; - } - } - - /// <summary>Field number for the "Orifice2CalibrationFactor" field.</summary> - public const int Orifice2CalibrationFactorFieldNumber = 22; - private double orifice2CalibrationFactor_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Orifice2CalibrationFactor { - get { return orifice2CalibrationFactor_; } - set { - orifice2CalibrationFactor_ = value; - } - } - - /// <summary>Field number for the "Orifice3Flow" field.</summary> - public const int Orifice3FlowFieldNumber = 23; - private double orifice3Flow_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Orifice3Flow { - get { return orifice3Flow_; } - set { - orifice3Flow_ = value; - } - } - - /// <summary>Field number for the "Orifice3Slope" field.</summary> - public const int Orifice3SlopeFieldNumber = 24; - private double orifice3Slope_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Orifice3Slope { - get { return orifice3Slope_; } - set { - orifice3Slope_ = value; - } - } - - /// <summary>Field number for the "Orifice3MaxPressure" field.</summary> - public const int Orifice3MaxPressureFieldNumber = 25; - private double orifice3MaxPressure_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Orifice3MaxPressure { - get { return orifice3MaxPressure_; } - set { - orifice3MaxPressure_ = value; - } - } - - /// <summary>Field number for the "Orifice3CalibrationFactor" field.</summary> - public const int Orifice3CalibrationFactorFieldNumber = 26; - private double orifice3CalibrationFactor_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Orifice3CalibrationFactor { - get { return orifice3CalibrationFactor_; } - set { - orifice3CalibrationFactor_ = value; - } - } - - /// <summary>Field number for the "OrificeValveFlow" field.</summary> - public const int OrificeValveFlowFieldNumber = 27; - private double orificeValveFlow_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double OrificeValveFlow { - get { return orificeValveFlow_; } - set { - orificeValveFlow_ = value; - } - } - - /// <summary>Field number for the "OrificeValveSlope" field.</summary> - public const int OrificeValveSlopeFieldNumber = 28; - private double orificeValveSlope_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double OrificeValveSlope { - get { return orificeValveSlope_; } - set { - orificeValveSlope_ = value; - } - } - - /// <summary>Field number for the "OrificeValveMaxPressure" field.</summary> - public const int OrificeValveMaxPressureFieldNumber = 29; - private double orificeValveMaxPressure_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double OrificeValveMaxPressure { - get { return orificeValveMaxPressure_; } - set { - orificeValveMaxPressure_ = value; - } - } - - /// <summary>Field number for the "OrificeValveCalibrationFactor" field.</summary> - public const int OrificeValveCalibrationFactorFieldNumber = 30; - private double orificeValveCalibrationFactor_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double OrificeValveCalibrationFactor { - get { return orificeValveCalibrationFactor_; } - set { - orificeValveCalibrationFactor_ = value; - } - } - - /// <summary>Field number for the "Fans_1_4_PWM_min_Pct" field.</summary> - public const int Fans14PWMMinPctFieldNumber = 31; - private double fans14PWMMinPct_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Fans14PWMMinPct { - get { return fans14PWMMinPct_; } - set { - fans14PWMMinPct_ = value; - } - } - - /// <summary>Field number for the "Fans_1_4_RPM_PWM_min" field.</summary> - public const int Fans14RPMPWMMinFieldNumber = 32; - private double fans14RPMPWMMin_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Fans14RPMPWMMin { - get { return fans14RPMPWMMin_; } - set { - fans14RPMPWMMin_ = value; - } - } - - /// <summary>Field number for the "Fans_1_4_PWM_max_Pct" field.</summary> - public const int Fans14PWMMaxPctFieldNumber = 33; - private double fans14PWMMaxPct_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Fans14PWMMaxPct { - get { return fans14PWMMaxPct_; } - set { - fans14PWMMaxPct_ = value; - } - } - - /// <summary>Field number for the "Fans_1_4_RPM_PWM_max" field.</summary> - public const int Fans14RPMPWMMaxFieldNumber = 34; - private double fans14RPMPWMMax_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Fans14RPMPWMMax { - get { return fans14RPMPWMMax_; } - set { - fans14RPMPWMMax_ = value; - } - } - - /// <summary>Field number for the "Fans_1_4_Nom_PWM_Pct" field.</summary> - public const int Fans14NomPWMPctFieldNumber = 35; - private double fans14NomPWMPct_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Fans14NomPWMPct { - get { return fans14NomPWMPct_; } - set { - fans14NomPWMPct_ = value; - } - } - - /// <summary>Field number for the "Fans_1_4_Nom_RPM" field.</summary> - public const int Fans14NomRPMFieldNumber = 36; - private double fans14NomRPM_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Fans14NomRPM { - get { return fans14NomRPM_; } - set { - fans14NomRPM_ = value; - } - } - - /// <summary>Field number for the "Fans_1_4_RPM_Limit_Pct_below_Nom" field.</summary> - public const int Fans14RPMLimitPctBelowNomFieldNumber = 37; - private double fans14RPMLimitPctBelowNom_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Fans14RPMLimitPctBelowNom { - get { return fans14RPMLimitPctBelowNom_; } - set { - fans14RPMLimitPctBelowNom_ = value; - } - } - - /// <summary>Field number for the "Fans_1_4_Pulse_Per_Revolution" field.</summary> - public const int Fans14PulsePerRevolutionFieldNumber = 38; - private double fans14PulsePerRevolution_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Fans14PulsePerRevolution { - get { return fans14PulsePerRevolution_; } - set { - fans14PulsePerRevolution_ = value; - } - } - - /// <summary>Field number for the "Fans_1_4_Spare1" field.</summary> - public const int Fans14Spare1FieldNumber = 39; - private double fans14Spare1_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Fans14Spare1 { - get { return fans14Spare1_; } - set { - fans14Spare1_ = value; - } - } - - /// <summary>Field number for the "Fans_1_4_Spare2" field.</summary> - public const int Fans14Spare2FieldNumber = 40; - private double fans14Spare2_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Fans14Spare2 { - get { return fans14Spare2_; } - set { - fans14Spare2_ = value; - } - } - - /// <summary>Field number for the "Fans_5_6_Nom_RPM" field.</summary> - public const int Fans56NomRPMFieldNumber = 41; - private double fans56NomRPM_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Fans56NomRPM { - get { return fans56NomRPM_; } - set { - fans56NomRPM_ = value; - } - } - - /// <summary>Field number for the "Fans_5_6_RPM_Limit_Pct_below_Nom" field.</summary> - public const int Fans56RPMLimitPctBelowNomFieldNumber = 42; - private double fans56RPMLimitPctBelowNom_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Fans56RPMLimitPctBelowNom { - get { return fans56RPMLimitPctBelowNom_; } - set { - fans56RPMLimitPctBelowNom_ = value; - } - } - - /// <summary>Field number for the "Fans_5_6_Pulse_Per_Revolution" field.</summary> - public const int Fans56PulsePerRevolutionFieldNumber = 43; - private double fans56PulsePerRevolution_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Fans56PulsePerRevolution { - get { return fans56PulsePerRevolution_; } - set { - fans56PulsePerRevolution_ = value; - } - } - - /// <summary>Field number for the "Fans_5_6_Spare1" field.</summary> - public const int Fans56Spare1FieldNumber = 44; - private double fans56Spare1_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Fans56Spare1 { - get { return fans56Spare1_; } - set { - fans56Spare1_ = value; - } - } - - /// <summary>Field number for the "Fans_5_6_Spare2" field.</summary> - public const int Fans56Spare2FieldNumber = 45; - private double fans56Spare2_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double Fans56Spare2 { - get { return fans56Spare2_; } - set { - fans56Spare2_ = value; - } - } - - /// <summary>Field number for the "Blower_P_Gain" field.</summary> - public const int BlowerPGainFieldNumber = 46; - private double blowerPGain_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double BlowerPGain { - get { return blowerPGain_; } - set { - blowerPGain_ = value; - } - } - - /// <summary>Field number for the "Blower_CFMRPM_min" field.</summary> - public const int BlowerCFMRPMMinFieldNumber = 47; - private double blowerCFMRPMMin_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double BlowerCFMRPMMin { - get { return blowerCFMRPMMin_; } - set { - blowerCFMRPMMin_ = value; - } - } - - /// <summary>Field number for the "Blower_RPM_CFM_max" field.</summary> - public const int BlowerRPMCFMMaxFieldNumber = 48; - private double blowerRPMCFMMax_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double BlowerRPMCFMMax { - get { return blowerRPMCFMMax_; } - set { - blowerRPMCFMMax_ = value; - } - } - - /// <summary>Field number for the "Blower_Calibration_factor" field.</summary> - public const int BlowerCalibrationFactorFieldNumber = 49; - private double blowerCalibrationFactor_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double BlowerCalibrationFactor { - get { return blowerCalibrationFactor_; } - set { - blowerCalibrationFactor_ = value; - } - } - - /// <summary>Field number for the "Blower_Spare1" field.</summary> - public const int BlowerSpare1FieldNumber = 50; - private double blowerSpare1_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double BlowerSpare1 { - get { return blowerSpare1_; } - set { - blowerSpare1_ = value; - } - } - - /// <summary>Field number for the "Blower_Spare2" field.</summary> - public const int BlowerSpare2FieldNumber = 51; - private double blowerSpare2_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double BlowerSpare2 { - get { return blowerSpare2_; } - set { - blowerSpare2_ = value; - } - } - - /// <summary>Field number for the "VOC_limit" field.</summary> - public const int VOCLimitFieldNumber = 52; - private double vOCLimit_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double VOCLimit { - get { return vOCLimit_; } - set { - vOCLimit_ = value; - } - } - - /// <summary>Field number for the "VOC_Spare1" field.</summary> - public const int VOCSpare1FieldNumber = 53; - private double vOCSpare1_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double VOCSpare1 { - get { return vOCSpare1_; } - set { - vOCSpare1_ = value; - } - } - - /// <summary>Field number for the "VOC_Spare2" field.</summary> - public const int VOCSpare2FieldNumber = 54; - private double vOCSpare2_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double VOCSpare2 { - get { return vOCSpare2_; } - set { - vOCSpare2_ = value; - } - } - - /// <summary>Field number for the "Controller_Comm_Type" field.</summary> - public const int ControllerCommTypeFieldNumber = 55; - private double controllerCommType_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double ControllerCommType { - get { return controllerCommType_; } - set { - controllerCommType_ = value; - } - } - - /// <summary>Field number for the "Controller_Type" field.</summary> - public const int ControllerTypeFieldNumber = 56; - private double controllerType_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double ControllerType { - get { return controllerType_; } - set { - controllerType_ = value; - } - } - - /// <summary>Field number for the "Sensor_type" field.</summary> - public const int SensorTypeFieldNumber = 57; - private double sensorType_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double SensorType { - get { return sensorType_; } - set { - sensorType_ = value; - } - } - - /// <summary>Field number for the "Cooler_C_F" field.</summary> - public const int CoolerCFFieldNumber = 58; - private double coolerCF_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double CoolerCF { - get { return coolerCF_; } - set { - coolerCF_ = value; - } - } - - /// <summary>Field number for the "Cooler_SV" field.</summary> - public const int CoolerSVFieldNumber = 59; - private double coolerSV_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double CoolerSV { - get { return coolerSV_; } - set { - coolerSV_ = value; - } - } - - /// <summary>Field number for the "Cooler_P" field.</summary> - public const int CoolerPFieldNumber = 60; - private double coolerP_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double CoolerP { - get { return coolerP_; } - set { - coolerP_ = value; - } - } - - /// <summary>Field number for the "Cooler_I" field.</summary> - public const int CoolerIFieldNumber = 61; - private double coolerI_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double CoolerI { - get { return coolerI_; } - set { - coolerI_ = value; - } - } - - /// <summary>Field number for the "Cooler_D" field.</summary> - public const int CoolerDFieldNumber = 62; - private double coolerD_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double CoolerD { - get { return coolerD_; } - set { - coolerD_ = value; - } - } - - /// <summary>Field number for the "Warning_configuration_Par1" field.</summary> - public const int WarningConfigurationPar1FieldNumber = 63; - private double warningConfigurationPar1_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double WarningConfigurationPar1 { - get { return warningConfigurationPar1_; } - set { - warningConfigurationPar1_ = value; - } - } - - /// <summary>Field number for the "Warning_configuration_Par2" field.</summary> - public const int WarningConfigurationPar2FieldNumber = 64; - private double warningConfigurationPar2_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double WarningConfigurationPar2 { - get { return warningConfigurationPar2_; } - set { - warningConfigurationPar2_ = value; - } - } - - /// <summary>Field number for the "Warning_configuration_Par3" field.</summary> - public const int WarningConfigurationPar3FieldNumber = 65; - private double warningConfigurationPar3_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double WarningConfigurationPar3 { - get { return warningConfigurationPar3_; } - set { - warningConfigurationPar3_ = value; - } - } - - /// <summary>Field number for the "Warning_configuration_Par4" field.</summary> - public const int WarningConfigurationPar4FieldNumber = 66; - private double warningConfigurationPar4_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double WarningConfigurationPar4 { - get { return warningConfigurationPar4_; } - set { - warningConfigurationPar4_ = value; - } - } - - /// <summary>Field number for the "Warning_configuration_Par5" field.</summary> - public const int WarningConfigurationPar5FieldNumber = 67; - private double warningConfigurationPar5_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double WarningConfigurationPar5 { - get { return warningConfigurationPar5_; } - set { - warningConfigurationPar5_ = value; - } - } - - /// <summary>Field number for the "Warning_configuration_Par6" field.</summary> - public const int WarningConfigurationPar6FieldNumber = 68; - private double warningConfigurationPar6_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double WarningConfigurationPar6 { - get { return warningConfigurationPar6_; } - set { - warningConfigurationPar6_ = value; - } - } - - /// <summary>Field number for the "Warning_threshold" field.</summary> - public const int WarningThresholdFieldNumber = 69; - private double warningThreshold_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double WarningThreshold { - get { return warningThreshold_; } - set { - warningThreshold_ = value; - } - } - - /// <summary>Field number for the "Controller_Spare1" field.</summary> - public const int ControllerSpare1FieldNumber = 70; - private double controllerSpare1_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double ControllerSpare1 { - get { return controllerSpare1_; } - set { - controllerSpare1_ = value; - } - } - - /// <summary>Field number for the "Controller_Spare2" field.</summary> - public const int ControllerSpare2FieldNumber = 71; - private double controllerSpare2_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double ControllerSpare2 { - get { return controllerSpare2_; } - set { - controllerSpare2_ = value; - } - } - - /// <summary>Field number for the "Controller_Spare3" field.</summary> - public const int ControllerSpare3FieldNumber = 72; - private double controllerSpare3_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double ControllerSpare3 { - get { return controllerSpare3_; } - set { - controllerSpare3_ = value; - } - } - - /// <summary>Field number for the "Controller_Spare4" field.</summary> - public const int ControllerSpare4FieldNumber = 73; - private double controllerSpare4_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double ControllerSpare4 { - get { return controllerSpare4_; } - set { - controllerSpare4_ = value; - } - } - - /// <summary>Field number for the "Controller_Spare5" field.</summary> - public const int ControllerSpare5FieldNumber = 74; - private double controllerSpare5_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double ControllerSpare5 { - get { return controllerSpare5_; } - set { - controllerSpare5_ = value; - } - } - - /// <summary>Field number for the "Test_Date" field.</summary> - public const int TestDateFieldNumber = 75; - private double testDate_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double TestDate { - get { return testDate_; } - set { - testDate_ = value; - } - } - - /// <summary>Field number for the "Test" field.</summary> - public const int TestFieldNumber = 76; - private string test_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Test { - get { return test_; } - set { - test_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "Waste_Pump_Flow_volume_per_sec" field.</summary> - public const int WastePumpFlowVolumePerSecFieldNumber = 77; - private double wastePumpFlowVolumePerSec_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double WastePumpFlowVolumePerSec { - get { return wastePumpFlowVolumePerSec_; } - set { - wastePumpFlowVolumePerSec_ = value; - } - } - - /// <summary>Field number for the "Waste_Pump_Flow_V_per_sec_Limit" field.</summary> - public const int WastePumpFlowVPerSecLimitFieldNumber = 78; - private double wastePumpFlowVPerSecLimit_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double WastePumpFlowVPerSecLimit { - get { return wastePumpFlowVPerSecLimit_; } - set { - wastePumpFlowVPerSecLimit_ = value; - } - } - - /// <summary>Field number for the "Filter_max_life_span" field.</summary> - public const int FilterMaxLifeSpanFieldNumber = 79; - private double filterMaxLifeSpan_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double FilterMaxLifeSpan { - get { return filterMaxLifeSpan_; } - set { - filterMaxLifeSpan_ = value; - } - } - - /// <summary>Field number for the "Filter_usage_hours" field.</summary> - public const int FilterUsageHoursFieldNumber = 80; - private double filterUsageHours_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double FilterUsageHours { - get { return filterUsageHours_; } - set { - filterUsageHours_ = value; - } - } - - /// <summary>Field number for the "VOCInstallationDate" field.</summary> - public const int VOCInstallationDateFieldNumber = 81; - private string vOCInstallationDate_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string VOCInstallationDate { - get { return vOCInstallationDate_; } - set { - vOCInstallationDate_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "FilterInstallationDate" field.</summary> - public const int FilterInstallationDateFieldNumber = 82; - private string filterInstallationDate_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string FilterInstallationDate { - get { return filterInstallationDate_; } - set { - filterInstallationDate_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "ProductionDate" field.</summary> - public const int ProductionDateFieldNumber = 83; - private string productionDate_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string ProductionDate { - get { return productionDate_; } - set { - productionDate_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "CheckSum" field.</summary> - public const int CheckSumFieldNumber = 84; - private uint checkSum_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public uint CheckSum { - get { return checkSum_; } - set { - checkSum_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StubWhsEEpromData); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StubWhsEEpromData other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Header != other.Header) return false; - if (TableLength != other.TableLength) return false; - if (TableVersion != other.TableVersion) return false; - if (WHSSN != other.WHSSN) return false; - if (PCBSN != other.PCBSN) return false; - if (WHSPartNumber != other.WHSPartNumber) return false; - if (PCBPartNumber != other.PCBPartNumber) return false; - if (RunningHours != other.RunningHours) return false; - if (SWReserve != other.SWReserve) return false; - if (ProductionTestDate != other.ProductionTestDate) return false; - if (TestPassFail != other.TestPassFail) return false; - if (ATSLocation != other.ATSLocation) return false; - if (OrificeWasteLevelV0Ml != other.OrificeWasteLevelV0Ml) return false; - if (FlowCalcCoefficientC != other.FlowCalcCoefficientC) return false; - if (Orifice1Flow != other.Orifice1Flow) return false; - if (Orifice1Slope != other.Orifice1Slope) return false; - if (Orifice1MaxPressure != other.Orifice1MaxPressure) return false; - if (Orifice1CalibrationFactor != other.Orifice1CalibrationFactor) return false; - if (Orifice2Flow != other.Orifice2Flow) return false; - if (Orifice2Slope != other.Orifice2Slope) return false; - if (Orifice2MaxPressure != other.Orifice2MaxPressure) return false; - if (Orifice2CalibrationFactor != other.Orifice2CalibrationFactor) return false; - if (Orifice3Flow != other.Orifice3Flow) return false; - if (Orifice3Slope != other.Orifice3Slope) return false; - if (Orifice3MaxPressure != other.Orifice3MaxPressure) return false; - if (Orifice3CalibrationFactor != other.Orifice3CalibrationFactor) return false; - if (OrificeValveFlow != other.OrificeValveFlow) return false; - if (OrificeValveSlope != other.OrificeValveSlope) return false; - if (OrificeValveMaxPressure != other.OrificeValveMaxPressure) return false; - if (OrificeValveCalibrationFactor != other.OrificeValveCalibrationFactor) return false; - if (Fans14PWMMinPct != other.Fans14PWMMinPct) return false; - if (Fans14RPMPWMMin != other.Fans14RPMPWMMin) return false; - if (Fans14PWMMaxPct != other.Fans14PWMMaxPct) return false; - if (Fans14RPMPWMMax != other.Fans14RPMPWMMax) return false; - if (Fans14NomPWMPct != other.Fans14NomPWMPct) return false; - if (Fans14NomRPM != other.Fans14NomRPM) return false; - if (Fans14RPMLimitPctBelowNom != other.Fans14RPMLimitPctBelowNom) return false; - if (Fans14PulsePerRevolution != other.Fans14PulsePerRevolution) return false; - if (Fans14Spare1 != other.Fans14Spare1) return false; - if (Fans14Spare2 != other.Fans14Spare2) return false; - if (Fans56NomRPM != other.Fans56NomRPM) return false; - if (Fans56RPMLimitPctBelowNom != other.Fans56RPMLimitPctBelowNom) return false; - if (Fans56PulsePerRevolution != other.Fans56PulsePerRevolution) return false; - if (Fans56Spare1 != other.Fans56Spare1) return false; - if (Fans56Spare2 != other.Fans56Spare2) return false; - if (BlowerPGain != other.BlowerPGain) return false; - if (BlowerCFMRPMMin != other.BlowerCFMRPMMin) return false; - if (BlowerRPMCFMMax != other.BlowerRPMCFMMax) return false; - if (BlowerCalibrationFactor != other.BlowerCalibrationFactor) return false; - if (BlowerSpare1 != other.BlowerSpare1) return false; - if (BlowerSpare2 != other.BlowerSpare2) return false; - if (VOCLimit != other.VOCLimit) return false; - if (VOCSpare1 != other.VOCSpare1) return false; - if (VOCSpare2 != other.VOCSpare2) return false; - if (ControllerCommType != other.ControllerCommType) return false; - if (ControllerType != other.ControllerType) return false; - if (SensorType != other.SensorType) return false; - if (CoolerCF != other.CoolerCF) return false; - if (CoolerSV != other.CoolerSV) return false; - if (CoolerP != other.CoolerP) return false; - if (CoolerI != other.CoolerI) return false; - if (CoolerD != other.CoolerD) return false; - if (WarningConfigurationPar1 != other.WarningConfigurationPar1) return false; - if (WarningConfigurationPar2 != other.WarningConfigurationPar2) return false; - if (WarningConfigurationPar3 != other.WarningConfigurationPar3) return false; - if (WarningConfigurationPar4 != other.WarningConfigurationPar4) return false; - if (WarningConfigurationPar5 != other.WarningConfigurationPar5) return false; - if (WarningConfigurationPar6 != other.WarningConfigurationPar6) return false; - if (WarningThreshold != other.WarningThreshold) return false; - if (ControllerSpare1 != other.ControllerSpare1) return false; - if (ControllerSpare2 != other.ControllerSpare2) return false; - if (ControllerSpare3 != other.ControllerSpare3) return false; - if (ControllerSpare4 != other.ControllerSpare4) return false; - if (ControllerSpare5 != other.ControllerSpare5) return false; - if (TestDate != other.TestDate) return false; - if (Test != other.Test) return false; - if (WastePumpFlowVolumePerSec != other.WastePumpFlowVolumePerSec) return false; - if (WastePumpFlowVPerSecLimit != other.WastePumpFlowVPerSecLimit) return false; - if (FilterMaxLifeSpan != other.FilterMaxLifeSpan) return false; - if (FilterUsageHours != other.FilterUsageHours) return false; - if (VOCInstallationDate != other.VOCInstallationDate) return false; - if (FilterInstallationDate != other.FilterInstallationDate) return false; - if (ProductionDate != other.ProductionDate) return false; - if (CheckSum != other.CheckSum) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Header != 0) hash ^= Header.GetHashCode(); - if (TableLength != 0) hash ^= TableLength.GetHashCode(); - if (TableVersion != 0) hash ^= TableVersion.GetHashCode(); - if (WHSSN.Length != 0) hash ^= WHSSN.GetHashCode(); - if (PCBSN.Length != 0) hash ^= PCBSN.GetHashCode(); - if (WHSPartNumber.Length != 0) hash ^= WHSPartNumber.GetHashCode(); - if (PCBPartNumber.Length != 0) hash ^= PCBPartNumber.GetHashCode(); - if (RunningHours != 0) hash ^= RunningHours.GetHashCode(); - if (SWReserve != 0) hash ^= SWReserve.GetHashCode(); - if (ProductionTestDate.Length != 0) hash ^= ProductionTestDate.GetHashCode(); - if (TestPassFail.Length != 0) hash ^= TestPassFail.GetHashCode(); - if (ATSLocation != 0) hash ^= ATSLocation.GetHashCode(); - if (OrificeWasteLevelV0Ml != 0D) hash ^= OrificeWasteLevelV0Ml.GetHashCode(); - if (FlowCalcCoefficientC != 0D) hash ^= FlowCalcCoefficientC.GetHashCode(); - if (Orifice1Flow != 0D) hash ^= Orifice1Flow.GetHashCode(); - if (Orifice1Slope != 0D) hash ^= Orifice1Slope.GetHashCode(); - if (Orifice1MaxPressure != 0D) hash ^= Orifice1MaxPressure.GetHashCode(); - if (Orifice1CalibrationFactor != 0D) hash ^= Orifice1CalibrationFactor.GetHashCode(); - if (Orifice2Flow != 0D) hash ^= Orifice2Flow.GetHashCode(); - if (Orifice2Slope != 0D) hash ^= Orifice2Slope.GetHashCode(); - if (Orifice2MaxPressure != 0D) hash ^= Orifice2MaxPressure.GetHashCode(); - if (Orifice2CalibrationFactor != 0D) hash ^= Orifice2CalibrationFactor.GetHashCode(); - if (Orifice3Flow != 0D) hash ^= Orifice3Flow.GetHashCode(); - if (Orifice3Slope != 0D) hash ^= Orifice3Slope.GetHashCode(); - if (Orifice3MaxPressure != 0D) hash ^= Orifice3MaxPressure.GetHashCode(); - if (Orifice3CalibrationFactor != 0D) hash ^= Orifice3CalibrationFactor.GetHashCode(); - if (OrificeValveFlow != 0D) hash ^= OrificeValveFlow.GetHashCode(); - if (OrificeValveSlope != 0D) hash ^= OrificeValveSlope.GetHashCode(); - if (OrificeValveMaxPressure != 0D) hash ^= OrificeValveMaxPressure.GetHashCode(); - if (OrificeValveCalibrationFactor != 0D) hash ^= OrificeValveCalibrationFactor.GetHashCode(); - if (Fans14PWMMinPct != 0D) hash ^= Fans14PWMMinPct.GetHashCode(); - if (Fans14RPMPWMMin != 0D) hash ^= Fans14RPMPWMMin.GetHashCode(); - if (Fans14PWMMaxPct != 0D) hash ^= Fans14PWMMaxPct.GetHashCode(); - if (Fans14RPMPWMMax != 0D) hash ^= Fans14RPMPWMMax.GetHashCode(); - if (Fans14NomPWMPct != 0D) hash ^= Fans14NomPWMPct.GetHashCode(); - if (Fans14NomRPM != 0D) hash ^= Fans14NomRPM.GetHashCode(); - if (Fans14RPMLimitPctBelowNom != 0D) hash ^= Fans14RPMLimitPctBelowNom.GetHashCode(); - if (Fans14PulsePerRevolution != 0D) hash ^= Fans14PulsePerRevolution.GetHashCode(); - if (Fans14Spare1 != 0D) hash ^= Fans14Spare1.GetHashCode(); - if (Fans14Spare2 != 0D) hash ^= Fans14Spare2.GetHashCode(); - if (Fans56NomRPM != 0D) hash ^= Fans56NomRPM.GetHashCode(); - if (Fans56RPMLimitPctBelowNom != 0D) hash ^= Fans56RPMLimitPctBelowNom.GetHashCode(); - if (Fans56PulsePerRevolution != 0D) hash ^= Fans56PulsePerRevolution.GetHashCode(); - if (Fans56Spare1 != 0D) hash ^= Fans56Spare1.GetHashCode(); - if (Fans56Spare2 != 0D) hash ^= Fans56Spare2.GetHashCode(); - if (BlowerPGain != 0D) hash ^= BlowerPGain.GetHashCode(); - if (BlowerCFMRPMMin != 0D) hash ^= BlowerCFMRPMMin.GetHashCode(); - if (BlowerRPMCFMMax != 0D) hash ^= BlowerRPMCFMMax.GetHashCode(); - if (BlowerCalibrationFactor != 0D) hash ^= BlowerCalibrationFactor.GetHashCode(); - if (BlowerSpare1 != 0D) hash ^= BlowerSpare1.GetHashCode(); - if (BlowerSpare2 != 0D) hash ^= BlowerSpare2.GetHashCode(); - if (VOCLimit != 0D) hash ^= VOCLimit.GetHashCode(); - if (VOCSpare1 != 0D) hash ^= VOCSpare1.GetHashCode(); - if (VOCSpare2 != 0D) hash ^= VOCSpare2.GetHashCode(); - if (ControllerCommType != 0D) hash ^= ControllerCommType.GetHashCode(); - if (ControllerType != 0D) hash ^= ControllerType.GetHashCode(); - if (SensorType != 0D) hash ^= SensorType.GetHashCode(); - if (CoolerCF != 0D) hash ^= CoolerCF.GetHashCode(); - if (CoolerSV != 0D) hash ^= CoolerSV.GetHashCode(); - if (CoolerP != 0D) hash ^= CoolerP.GetHashCode(); - if (CoolerI != 0D) hash ^= CoolerI.GetHashCode(); - if (CoolerD != 0D) hash ^= CoolerD.GetHashCode(); - if (WarningConfigurationPar1 != 0D) hash ^= WarningConfigurationPar1.GetHashCode(); - if (WarningConfigurationPar2 != 0D) hash ^= WarningConfigurationPar2.GetHashCode(); - if (WarningConfigurationPar3 != 0D) hash ^= WarningConfigurationPar3.GetHashCode(); - if (WarningConfigurationPar4 != 0D) hash ^= WarningConfigurationPar4.GetHashCode(); - if (WarningConfigurationPar5 != 0D) hash ^= WarningConfigurationPar5.GetHashCode(); - if (WarningConfigurationPar6 != 0D) hash ^= WarningConfigurationPar6.GetHashCode(); - if (WarningThreshold != 0D) hash ^= WarningThreshold.GetHashCode(); - if (ControllerSpare1 != 0D) hash ^= ControllerSpare1.GetHashCode(); - if (ControllerSpare2 != 0D) hash ^= ControllerSpare2.GetHashCode(); - if (ControllerSpare3 != 0D) hash ^= ControllerSpare3.GetHashCode(); - if (ControllerSpare4 != 0D) hash ^= ControllerSpare4.GetHashCode(); - if (ControllerSpare5 != 0D) hash ^= ControllerSpare5.GetHashCode(); - if (TestDate != 0D) hash ^= TestDate.GetHashCode(); - if (Test.Length != 0) hash ^= Test.GetHashCode(); - if (WastePumpFlowVolumePerSec != 0D) hash ^= WastePumpFlowVolumePerSec.GetHashCode(); - if (WastePumpFlowVPerSecLimit != 0D) hash ^= WastePumpFlowVPerSecLimit.GetHashCode(); - if (FilterMaxLifeSpan != 0D) hash ^= FilterMaxLifeSpan.GetHashCode(); - if (FilterUsageHours != 0D) hash ^= FilterUsageHours.GetHashCode(); - if (VOCInstallationDate.Length != 0) hash ^= VOCInstallationDate.GetHashCode(); - if (FilterInstallationDate.Length != 0) hash ^= FilterInstallationDate.GetHashCode(); - if (ProductionDate.Length != 0) hash ^= ProductionDate.GetHashCode(); - if (CheckSum != 0) hash ^= CheckSum.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Header != 0) { - output.WriteRawTag(8); - output.WriteUInt32(Header); - } - if (TableLength != 0) { - output.WriteRawTag(16); - output.WriteUInt32(TableLength); - } - if (TableVersion != 0) { - output.WriteRawTag(24); - output.WriteUInt32(TableVersion); - } - if (WHSSN.Length != 0) { - output.WriteRawTag(34); - output.WriteString(WHSSN); - } - if (PCBSN.Length != 0) { - output.WriteRawTag(42); - output.WriteString(PCBSN); - } - if (WHSPartNumber.Length != 0) { - output.WriteRawTag(50); - output.WriteString(WHSPartNumber); - } - if (PCBPartNumber.Length != 0) { - output.WriteRawTag(58); - output.WriteString(PCBPartNumber); - } - if (RunningHours != 0) { - output.WriteRawTag(64); - output.WriteUInt32(RunningHours); - } - if (SWReserve != 0) { - output.WriteRawTag(72); - output.WriteUInt32(SWReserve); - } - if (ProductionTestDate.Length != 0) { - output.WriteRawTag(82); - output.WriteString(ProductionTestDate); - } - if (TestPassFail.Length != 0) { - output.WriteRawTag(90); - output.WriteString(TestPassFail); - } - if (ATSLocation != 0) { - output.WriteRawTag(96); - output.WriteUInt32(ATSLocation); - } - if (OrificeWasteLevelV0Ml != 0D) { - output.WriteRawTag(105); - output.WriteDouble(OrificeWasteLevelV0Ml); - } - if (FlowCalcCoefficientC != 0D) { - output.WriteRawTag(113); - output.WriteDouble(FlowCalcCoefficientC); - } - if (Orifice1Flow != 0D) { - output.WriteRawTag(121); - output.WriteDouble(Orifice1Flow); - } - if (Orifice1Slope != 0D) { - output.WriteRawTag(129, 1); - output.WriteDouble(Orifice1Slope); - } - if (Orifice1MaxPressure != 0D) { - output.WriteRawTag(137, 1); - output.WriteDouble(Orifice1MaxPressure); - } - if (Orifice1CalibrationFactor != 0D) { - output.WriteRawTag(145, 1); - output.WriteDouble(Orifice1CalibrationFactor); - } - if (Orifice2Flow != 0D) { - output.WriteRawTag(153, 1); - output.WriteDouble(Orifice2Flow); - } - if (Orifice2Slope != 0D) { - output.WriteRawTag(161, 1); - output.WriteDouble(Orifice2Slope); - } - if (Orifice2MaxPressure != 0D) { - output.WriteRawTag(169, 1); - output.WriteDouble(Orifice2MaxPressure); - } - if (Orifice2CalibrationFactor != 0D) { - output.WriteRawTag(177, 1); - output.WriteDouble(Orifice2CalibrationFactor); - } - if (Orifice3Flow != 0D) { - output.WriteRawTag(185, 1); - output.WriteDouble(Orifice3Flow); - } - if (Orifice3Slope != 0D) { - output.WriteRawTag(193, 1); - output.WriteDouble(Orifice3Slope); - } - if (Orifice3MaxPressure != 0D) { - output.WriteRawTag(201, 1); - output.WriteDouble(Orifice3MaxPressure); - } - if (Orifice3CalibrationFactor != 0D) { - output.WriteRawTag(209, 1); - output.WriteDouble(Orifice3CalibrationFactor); - } - if (OrificeValveFlow != 0D) { - output.WriteRawTag(217, 1); - output.WriteDouble(OrificeValveFlow); - } - if (OrificeValveSlope != 0D) { - output.WriteRawTag(225, 1); - output.WriteDouble(OrificeValveSlope); - } - if (OrificeValveMaxPressure != 0D) { - output.WriteRawTag(233, 1); - output.WriteDouble(OrificeValveMaxPressure); - } - if (OrificeValveCalibrationFactor != 0D) { - output.WriteRawTag(241, 1); - output.WriteDouble(OrificeValveCalibrationFactor); - } - if (Fans14PWMMinPct != 0D) { - output.WriteRawTag(249, 1); - output.WriteDouble(Fans14PWMMinPct); - } - if (Fans14RPMPWMMin != 0D) { - output.WriteRawTag(129, 2); - output.WriteDouble(Fans14RPMPWMMin); - } - if (Fans14PWMMaxPct != 0D) { - output.WriteRawTag(137, 2); - output.WriteDouble(Fans14PWMMaxPct); - } - if (Fans14RPMPWMMax != 0D) { - output.WriteRawTag(145, 2); - output.WriteDouble(Fans14RPMPWMMax); - } - if (Fans14NomPWMPct != 0D) { - output.WriteRawTag(153, 2); - output.WriteDouble(Fans14NomPWMPct); - } - if (Fans14NomRPM != 0D) { - output.WriteRawTag(161, 2); - output.WriteDouble(Fans14NomRPM); - } - if (Fans14RPMLimitPctBelowNom != 0D) { - output.WriteRawTag(169, 2); - output.WriteDouble(Fans14RPMLimitPctBelowNom); - } - if (Fans14PulsePerRevolution != 0D) { - output.WriteRawTag(177, 2); - output.WriteDouble(Fans14PulsePerRevolution); - } - if (Fans14Spare1 != 0D) { - output.WriteRawTag(185, 2); - output.WriteDouble(Fans14Spare1); - } - if (Fans14Spare2 != 0D) { - output.WriteRawTag(193, 2); - output.WriteDouble(Fans14Spare2); - } - if (Fans56NomRPM != 0D) { - output.WriteRawTag(201, 2); - output.WriteDouble(Fans56NomRPM); - } - if (Fans56RPMLimitPctBelowNom != 0D) { - output.WriteRawTag(209, 2); - output.WriteDouble(Fans56RPMLimitPctBelowNom); - } - if (Fans56PulsePerRevolution != 0D) { - output.WriteRawTag(217, 2); - output.WriteDouble(Fans56PulsePerRevolution); - } - if (Fans56Spare1 != 0D) { - output.WriteRawTag(225, 2); - output.WriteDouble(Fans56Spare1); - } - if (Fans56Spare2 != 0D) { - output.WriteRawTag(233, 2); - output.WriteDouble(Fans56Spare2); - } - if (BlowerPGain != 0D) { - output.WriteRawTag(241, 2); - output.WriteDouble(BlowerPGain); - } - if (BlowerCFMRPMMin != 0D) { - output.WriteRawTag(249, 2); - output.WriteDouble(BlowerCFMRPMMin); - } - if (BlowerRPMCFMMax != 0D) { - output.WriteRawTag(129, 3); - output.WriteDouble(BlowerRPMCFMMax); - } - if (BlowerCalibrationFactor != 0D) { - output.WriteRawTag(137, 3); - output.WriteDouble(BlowerCalibrationFactor); - } - if (BlowerSpare1 != 0D) { - output.WriteRawTag(145, 3); - output.WriteDouble(BlowerSpare1); - } - if (BlowerSpare2 != 0D) { - output.WriteRawTag(153, 3); - output.WriteDouble(BlowerSpare2); - } - if (VOCLimit != 0D) { - output.WriteRawTag(161, 3); - output.WriteDouble(VOCLimit); - } - if (VOCSpare1 != 0D) { - output.WriteRawTag(169, 3); - output.WriteDouble(VOCSpare1); - } - if (VOCSpare2 != 0D) { - output.WriteRawTag(177, 3); - output.WriteDouble(VOCSpare2); - } - if (ControllerCommType != 0D) { - output.WriteRawTag(185, 3); - output.WriteDouble(ControllerCommType); - } - if (ControllerType != 0D) { - output.WriteRawTag(193, 3); - output.WriteDouble(ControllerType); - } - if (SensorType != 0D) { - output.WriteRawTag(201, 3); - output.WriteDouble(SensorType); - } - if (CoolerCF != 0D) { - output.WriteRawTag(209, 3); - output.WriteDouble(CoolerCF); - } - if (CoolerSV != 0D) { - output.WriteRawTag(217, 3); - output.WriteDouble(CoolerSV); - } - if (CoolerP != 0D) { - output.WriteRawTag(225, 3); - output.WriteDouble(CoolerP); - } - if (CoolerI != 0D) { - output.WriteRawTag(233, 3); - output.WriteDouble(CoolerI); - } - if (CoolerD != 0D) { - output.WriteRawTag(241, 3); - output.WriteDouble(CoolerD); - } - if (WarningConfigurationPar1 != 0D) { - output.WriteRawTag(249, 3); - output.WriteDouble(WarningConfigurationPar1); - } - if (WarningConfigurationPar2 != 0D) { - output.WriteRawTag(129, 4); - output.WriteDouble(WarningConfigurationPar2); - } - if (WarningConfigurationPar3 != 0D) { - output.WriteRawTag(137, 4); - output.WriteDouble(WarningConfigurationPar3); - } - if (WarningConfigurationPar4 != 0D) { - output.WriteRawTag(145, 4); - output.WriteDouble(WarningConfigurationPar4); - } - if (WarningConfigurationPar5 != 0D) { - output.WriteRawTag(153, 4); - output.WriteDouble(WarningConfigurationPar5); - } - if (WarningConfigurationPar6 != 0D) { - output.WriteRawTag(161, 4); - output.WriteDouble(WarningConfigurationPar6); - } - if (WarningThreshold != 0D) { - output.WriteRawTag(169, 4); - output.WriteDouble(WarningThreshold); - } - if (ControllerSpare1 != 0D) { - output.WriteRawTag(177, 4); - output.WriteDouble(ControllerSpare1); - } - if (ControllerSpare2 != 0D) { - output.WriteRawTag(185, 4); - output.WriteDouble(ControllerSpare2); - } - if (ControllerSpare3 != 0D) { - output.WriteRawTag(193, 4); - output.WriteDouble(ControllerSpare3); - } - if (ControllerSpare4 != 0D) { - output.WriteRawTag(201, 4); - output.WriteDouble(ControllerSpare4); - } - if (ControllerSpare5 != 0D) { - output.WriteRawTag(209, 4); - output.WriteDouble(ControllerSpare5); - } - if (TestDate != 0D) { - output.WriteRawTag(217, 4); - output.WriteDouble(TestDate); - } - if (Test.Length != 0) { - output.WriteRawTag(226, 4); - output.WriteString(Test); - } - if (WastePumpFlowVolumePerSec != 0D) { - output.WriteRawTag(233, 4); - output.WriteDouble(WastePumpFlowVolumePerSec); - } - if (WastePumpFlowVPerSecLimit != 0D) { - output.WriteRawTag(241, 4); - output.WriteDouble(WastePumpFlowVPerSecLimit); - } - if (FilterMaxLifeSpan != 0D) { - output.WriteRawTag(249, 4); - output.WriteDouble(FilterMaxLifeSpan); - } - if (FilterUsageHours != 0D) { - output.WriteRawTag(129, 5); - output.WriteDouble(FilterUsageHours); - } - if (VOCInstallationDate.Length != 0) { - output.WriteRawTag(138, 5); - output.WriteString(VOCInstallationDate); - } - if (FilterInstallationDate.Length != 0) { - output.WriteRawTag(146, 5); - output.WriteString(FilterInstallationDate); - } - if (ProductionDate.Length != 0) { - output.WriteRawTag(154, 5); - output.WriteString(ProductionDate); - } - if (CheckSum != 0) { - output.WriteRawTag(160, 5); - output.WriteUInt32(CheckSum); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Header != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Header); - } - if (TableLength != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TableLength); - } - if (TableVersion != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TableVersion); - } - if (WHSSN.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(WHSSN); - } - if (PCBSN.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PCBSN); - } - if (WHSPartNumber.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(WHSPartNumber); - } - if (PCBPartNumber.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(PCBPartNumber); - } - if (RunningHours != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RunningHours); - } - if (SWReserve != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SWReserve); - } - if (ProductionTestDate.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(ProductionTestDate); - } - if (TestPassFail.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(TestPassFail); - } - if (ATSLocation != 0) { - size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ATSLocation); - } - if (OrificeWasteLevelV0Ml != 0D) { - size += 1 + 8; - } - if (FlowCalcCoefficientC != 0D) { - size += 1 + 8; - } - if (Orifice1Flow != 0D) { - size += 1 + 8; - } - if (Orifice1Slope != 0D) { - size += 2 + 8; - } - if (Orifice1MaxPressure != 0D) { - size += 2 + 8; - } - if (Orifice1CalibrationFactor != 0D) { - size += 2 + 8; - } - if (Orifice2Flow != 0D) { - size += 2 + 8; - } - if (Orifice2Slope != 0D) { - size += 2 + 8; - } - if (Orifice2MaxPressure != 0D) { - size += 2 + 8; - } - if (Orifice2CalibrationFactor != 0D) { - size += 2 + 8; - } - if (Orifice3Flow != 0D) { - size += 2 + 8; - } - if (Orifice3Slope != 0D) { - size += 2 + 8; - } - if (Orifice3MaxPressure != 0D) { - size += 2 + 8; - } - if (Orifice3CalibrationFactor != 0D) { - size += 2 + 8; - } - if (OrificeValveFlow != 0D) { - size += 2 + 8; - } - if (OrificeValveSlope != 0D) { - size += 2 + 8; - } - if (OrificeValveMaxPressure != 0D) { - size += 2 + 8; - } - if (OrificeValveCalibrationFactor != 0D) { - size += 2 + 8; - } - if (Fans14PWMMinPct != 0D) { - size += 2 + 8; - } - if (Fans14RPMPWMMin != 0D) { - size += 2 + 8; - } - if (Fans14PWMMaxPct != 0D) { - size += 2 + 8; - } - if (Fans14RPMPWMMax != 0D) { - size += 2 + 8; - } - if (Fans14NomPWMPct != 0D) { - size += 2 + 8; - } - if (Fans14NomRPM != 0D) { - size += 2 + 8; - } - if (Fans14RPMLimitPctBelowNom != 0D) { - size += 2 + 8; - } - if (Fans14PulsePerRevolution != 0D) { - size += 2 + 8; - } - if (Fans14Spare1 != 0D) { - size += 2 + 8; - } - if (Fans14Spare2 != 0D) { - size += 2 + 8; - } - if (Fans56NomRPM != 0D) { - size += 2 + 8; - } - if (Fans56RPMLimitPctBelowNom != 0D) { - size += 2 + 8; - } - if (Fans56PulsePerRevolution != 0D) { - size += 2 + 8; - } - if (Fans56Spare1 != 0D) { - size += 2 + 8; - } - if (Fans56Spare2 != 0D) { - size += 2 + 8; - } - if (BlowerPGain != 0D) { - size += 2 + 8; - } - if (BlowerCFMRPMMin != 0D) { - size += 2 + 8; - } - if (BlowerRPMCFMMax != 0D) { - size += 2 + 8; - } - if (BlowerCalibrationFactor != 0D) { - size += 2 + 8; - } - if (BlowerSpare1 != 0D) { - size += 2 + 8; - } - if (BlowerSpare2 != 0D) { - size += 2 + 8; - } - if (VOCLimit != 0D) { - size += 2 + 8; - } - if (VOCSpare1 != 0D) { - size += 2 + 8; - } - if (VOCSpare2 != 0D) { - size += 2 + 8; - } - if (ControllerCommType != 0D) { - size += 2 + 8; - } - if (ControllerType != 0D) { - size += 2 + 8; - } - if (SensorType != 0D) { - size += 2 + 8; - } - if (CoolerCF != 0D) { - size += 2 + 8; - } - if (CoolerSV != 0D) { - size += 2 + 8; - } - if (CoolerP != 0D) { - size += 2 + 8; - } - if (CoolerI != 0D) { - size += 2 + 8; - } - if (CoolerD != 0D) { - size += 2 + 8; - } - if (WarningConfigurationPar1 != 0D) { - size += 2 + 8; - } - if (WarningConfigurationPar2 != 0D) { - size += 2 + 8; - } - if (WarningConfigurationPar3 != 0D) { - size += 2 + 8; - } - if (WarningConfigurationPar4 != 0D) { - size += 2 + 8; - } - if (WarningConfigurationPar5 != 0D) { - size += 2 + 8; - } - if (WarningConfigurationPar6 != 0D) { - size += 2 + 8; - } - if (WarningThreshold != 0D) { - size += 2 + 8; - } - if (ControllerSpare1 != 0D) { - size += 2 + 8; - } - if (ControllerSpare2 != 0D) { - size += 2 + 8; - } - if (ControllerSpare3 != 0D) { - size += 2 + 8; - } - if (ControllerSpare4 != 0D) { - size += 2 + 8; - } - if (ControllerSpare5 != 0D) { - size += 2 + 8; - } - if (TestDate != 0D) { - size += 2 + 8; - } - if (Test.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(Test); - } - if (WastePumpFlowVolumePerSec != 0D) { - size += 2 + 8; - } - if (WastePumpFlowVPerSecLimit != 0D) { - size += 2 + 8; - } - if (FilterMaxLifeSpan != 0D) { - size += 2 + 8; - } - if (FilterUsageHours != 0D) { - size += 2 + 8; - } - if (VOCInstallationDate.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(VOCInstallationDate); - } - if (FilterInstallationDate.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(FilterInstallationDate); - } - if (ProductionDate.Length != 0) { - size += 2 + pb::CodedOutputStream.ComputeStringSize(ProductionDate); - } - if (CheckSum != 0) { - size += 2 + pb::CodedOutputStream.ComputeUInt32Size(CheckSum); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StubWhsEEpromData other) { - if (other == null) { - return; - } - if (other.Header != 0) { - Header = other.Header; - } - if (other.TableLength != 0) { - TableLength = other.TableLength; - } - if (other.TableVersion != 0) { - TableVersion = other.TableVersion; - } - if (other.WHSSN.Length != 0) { - WHSSN = other.WHSSN; - } - if (other.PCBSN.Length != 0) { - PCBSN = other.PCBSN; - } - if (other.WHSPartNumber.Length != 0) { - WHSPartNumber = other.WHSPartNumber; - } - if (other.PCBPartNumber.Length != 0) { - PCBPartNumber = other.PCBPartNumber; - } - if (other.RunningHours != 0) { - RunningHours = other.RunningHours; - } - if (other.SWReserve != 0) { - SWReserve = other.SWReserve; - } - if (other.ProductionTestDate.Length != 0) { - ProductionTestDate = other.ProductionTestDate; - } - if (other.TestPassFail.Length != 0) { - TestPassFail = other.TestPassFail; - } - if (other.ATSLocation != 0) { - ATSLocation = other.ATSLocation; - } - if (other.OrificeWasteLevelV0Ml != 0D) { - OrificeWasteLevelV0Ml = other.OrificeWasteLevelV0Ml; - } - if (other.FlowCalcCoefficientC != 0D) { - FlowCalcCoefficientC = other.FlowCalcCoefficientC; - } - if (other.Orifice1Flow != 0D) { - Orifice1Flow = other.Orifice1Flow; - } - if (other.Orifice1Slope != 0D) { - Orifice1Slope = other.Orifice1Slope; - } - if (other.Orifice1MaxPressure != 0D) { - Orifice1MaxPressure = other.Orifice1MaxPressure; - } - if (other.Orifice1CalibrationFactor != 0D) { - Orifice1CalibrationFactor = other.Orifice1CalibrationFactor; - } - if (other.Orifice2Flow != 0D) { - Orifice2Flow = other.Orifice2Flow; - } - if (other.Orifice2Slope != 0D) { - Orifice2Slope = other.Orifice2Slope; - } - if (other.Orifice2MaxPressure != 0D) { - Orifice2MaxPressure = other.Orifice2MaxPressure; - } - if (other.Orifice2CalibrationFactor != 0D) { - Orifice2CalibrationFactor = other.Orifice2CalibrationFactor; - } - if (other.Orifice3Flow != 0D) { - Orifice3Flow = other.Orifice3Flow; - } - if (other.Orifice3Slope != 0D) { - Orifice3Slope = other.Orifice3Slope; - } - if (other.Orifice3MaxPressure != 0D) { - Orifice3MaxPressure = other.Orifice3MaxPressure; - } - if (other.Orifice3CalibrationFactor != 0D) { - Orifice3CalibrationFactor = other.Orifice3CalibrationFactor; - } - if (other.OrificeValveFlow != 0D) { - OrificeValveFlow = other.OrificeValveFlow; - } - if (other.OrificeValveSlope != 0D) { - OrificeValveSlope = other.OrificeValveSlope; - } - if (other.OrificeValveMaxPressure != 0D) { - OrificeValveMaxPressure = other.OrificeValveMaxPressure; - } - if (other.OrificeValveCalibrationFactor != 0D) { - OrificeValveCalibrationFactor = other.OrificeValveCalibrationFactor; - } - if (other.Fans14PWMMinPct != 0D) { - Fans14PWMMinPct = other.Fans14PWMMinPct; - } - if (other.Fans14RPMPWMMin != 0D) { - Fans14RPMPWMMin = other.Fans14RPMPWMMin; - } - if (other.Fans14PWMMaxPct != 0D) { - Fans14PWMMaxPct = other.Fans14PWMMaxPct; - } - if (other.Fans14RPMPWMMax != 0D) { - Fans14RPMPWMMax = other.Fans14RPMPWMMax; - } - if (other.Fans14NomPWMPct != 0D) { - Fans14NomPWMPct = other.Fans14NomPWMPct; - } - if (other.Fans14NomRPM != 0D) { - Fans14NomRPM = other.Fans14NomRPM; - } - if (other.Fans14RPMLimitPctBelowNom != 0D) { - Fans14RPMLimitPctBelowNom = other.Fans14RPMLimitPctBelowNom; - } - if (other.Fans14PulsePerRevolution != 0D) { - Fans14PulsePerRevolution = other.Fans14PulsePerRevolution; - } - if (other.Fans14Spare1 != 0D) { - Fans14Spare1 = other.Fans14Spare1; - } - if (other.Fans14Spare2 != 0D) { - Fans14Spare2 = other.Fans14Spare2; - } - if (other.Fans56NomRPM != 0D) { - Fans56NomRPM = other.Fans56NomRPM; - } - if (other.Fans56RPMLimitPctBelowNom != 0D) { - Fans56RPMLimitPctBelowNom = other.Fans56RPMLimitPctBelowNom; - } - if (other.Fans56PulsePerRevolution != 0D) { - Fans56PulsePerRevolution = other.Fans56PulsePerRevolution; - } - if (other.Fans56Spare1 != 0D) { - Fans56Spare1 = other.Fans56Spare1; - } - if (other.Fans56Spare2 != 0D) { - Fans56Spare2 = other.Fans56Spare2; - } - if (other.BlowerPGain != 0D) { - BlowerPGain = other.BlowerPGain; - } - if (other.BlowerCFMRPMMin != 0D) { - BlowerCFMRPMMin = other.BlowerCFMRPMMin; - } - if (other.BlowerRPMCFMMax != 0D) { - BlowerRPMCFMMax = other.BlowerRPMCFMMax; - } - if (other.BlowerCalibrationFactor != 0D) { - BlowerCalibrationFactor = other.BlowerCalibrationFactor; - } - if (other.BlowerSpare1 != 0D) { - BlowerSpare1 = other.BlowerSpare1; - } - if (other.BlowerSpare2 != 0D) { - BlowerSpare2 = other.BlowerSpare2; - } - if (other.VOCLimit != 0D) { - VOCLimit = other.VOCLimit; - } - if (other.VOCSpare1 != 0D) { - VOCSpare1 = other.VOCSpare1; - } - if (other.VOCSpare2 != 0D) { - VOCSpare2 = other.VOCSpare2; - } - if (other.ControllerCommType != 0D) { - ControllerCommType = other.ControllerCommType; - } - if (other.ControllerType != 0D) { - ControllerType = other.ControllerType; - } - if (other.SensorType != 0D) { - SensorType = other.SensorType; - } - if (other.CoolerCF != 0D) { - CoolerCF = other.CoolerCF; - } - if (other.CoolerSV != 0D) { - CoolerSV = other.CoolerSV; - } - if (other.CoolerP != 0D) { - CoolerP = other.CoolerP; - } - if (other.CoolerI != 0D) { - CoolerI = other.CoolerI; - } - if (other.CoolerD != 0D) { - CoolerD = other.CoolerD; - } - if (other.WarningConfigurationPar1 != 0D) { - WarningConfigurationPar1 = other.WarningConfigurationPar1; - } - if (other.WarningConfigurationPar2 != 0D) { - WarningConfigurationPar2 = other.WarningConfigurationPar2; - } - if (other.WarningConfigurationPar3 != 0D) { - WarningConfigurationPar3 = other.WarningConfigurationPar3; - } - if (other.WarningConfigurationPar4 != 0D) { - WarningConfigurationPar4 = other.WarningConfigurationPar4; - } - if (other.WarningConfigurationPar5 != 0D) { - WarningConfigurationPar5 = other.WarningConfigurationPar5; - } - if (other.WarningConfigurationPar6 != 0D) { - WarningConfigurationPar6 = other.WarningConfigurationPar6; - } - if (other.WarningThreshold != 0D) { - WarningThreshold = other.WarningThreshold; - } - if (other.ControllerSpare1 != 0D) { - ControllerSpare1 = other.ControllerSpare1; - } - if (other.ControllerSpare2 != 0D) { - ControllerSpare2 = other.ControllerSpare2; - } - if (other.ControllerSpare3 != 0D) { - ControllerSpare3 = other.ControllerSpare3; - } - if (other.ControllerSpare4 != 0D) { - ControllerSpare4 = other.ControllerSpare4; - } - if (other.ControllerSpare5 != 0D) { - ControllerSpare5 = other.ControllerSpare5; - } - if (other.TestDate != 0D) { - TestDate = other.TestDate; - } - if (other.Test.Length != 0) { - Test = other.Test; - } - if (other.WastePumpFlowVolumePerSec != 0D) { - WastePumpFlowVolumePerSec = other.WastePumpFlowVolumePerSec; - } - if (other.WastePumpFlowVPerSecLimit != 0D) { - WastePumpFlowVPerSecLimit = other.WastePumpFlowVPerSecLimit; - } - if (other.FilterMaxLifeSpan != 0D) { - FilterMaxLifeSpan = other.FilterMaxLifeSpan; - } - if (other.FilterUsageHours != 0D) { - FilterUsageHours = other.FilterUsageHours; - } - if (other.VOCInstallationDate.Length != 0) { - VOCInstallationDate = other.VOCInstallationDate; - } - if (other.FilterInstallationDate.Length != 0) { - FilterInstallationDate = other.FilterInstallationDate; - } - if (other.ProductionDate.Length != 0) { - ProductionDate = other.ProductionDate; - } - if (other.CheckSum != 0) { - CheckSum = other.CheckSum; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 8: { - Header = input.ReadUInt32(); - break; - } - case 16: { - TableLength = input.ReadUInt32(); - break; - } - case 24: { - TableVersion = input.ReadUInt32(); - break; - } - case 34: { - WHSSN = input.ReadString(); - break; - } - case 42: { - PCBSN = input.ReadString(); - break; - } - case 50: { - WHSPartNumber = input.ReadString(); - break; - } - case 58: { - PCBPartNumber = input.ReadString(); - break; - } - case 64: { - RunningHours = input.ReadUInt32(); - break; - } - case 72: { - SWReserve = input.ReadUInt32(); - break; - } - case 82: { - ProductionTestDate = input.ReadString(); - break; - } - case 90: { - TestPassFail = input.ReadString(); - break; - } - case 96: { - ATSLocation = input.ReadUInt32(); - break; - } - case 105: { - OrificeWasteLevelV0Ml = input.ReadDouble(); - break; - } - case 113: { - FlowCalcCoefficientC = input.ReadDouble(); - break; - } - case 121: { - Orifice1Flow = input.ReadDouble(); - break; - } - case 129: { - Orifice1Slope = input.ReadDouble(); - break; - } - case 137: { - Orifice1MaxPressure = input.ReadDouble(); - break; - } - case 145: { - Orifice1CalibrationFactor = input.ReadDouble(); - break; - } - case 153: { - Orifice2Flow = input.ReadDouble(); - break; - } - case 161: { - Orifice2Slope = input.ReadDouble(); - break; - } - case 169: { - Orifice2MaxPressure = input.ReadDouble(); - break; - } - case 177: { - Orifice2CalibrationFactor = input.ReadDouble(); - break; - } - case 185: { - Orifice3Flow = input.ReadDouble(); - break; - } - case 193: { - Orifice3Slope = input.ReadDouble(); - break; - } - case 201: { - Orifice3MaxPressure = input.ReadDouble(); - break; - } - case 209: { - Orifice3CalibrationFactor = input.ReadDouble(); - break; - } - case 217: { - OrificeValveFlow = input.ReadDouble(); - break; - } - case 225: { - OrificeValveSlope = input.ReadDouble(); - break; - } - case 233: { - OrificeValveMaxPressure = input.ReadDouble(); - break; - } - case 241: { - OrificeValveCalibrationFactor = input.ReadDouble(); - break; - } - case 249: { - Fans14PWMMinPct = input.ReadDouble(); - break; - } - case 257: { - Fans14RPMPWMMin = input.ReadDouble(); - break; - } - case 265: { - Fans14PWMMaxPct = input.ReadDouble(); - break; - } - case 273: { - Fans14RPMPWMMax = input.ReadDouble(); - break; - } - case 281: { - Fans14NomPWMPct = input.ReadDouble(); - break; - } - case 289: { - Fans14NomRPM = input.ReadDouble(); - break; - } - case 297: { - Fans14RPMLimitPctBelowNom = input.ReadDouble(); - break; - } - case 305: { - Fans14PulsePerRevolution = input.ReadDouble(); - break; - } - case 313: { - Fans14Spare1 = input.ReadDouble(); - break; - } - case 321: { - Fans14Spare2 = input.ReadDouble(); - break; - } - case 329: { - Fans56NomRPM = input.ReadDouble(); - break; - } - case 337: { - Fans56RPMLimitPctBelowNom = input.ReadDouble(); - break; - } - case 345: { - Fans56PulsePerRevolution = input.ReadDouble(); - break; - } - case 353: { - Fans56Spare1 = input.ReadDouble(); - break; - } - case 361: { - Fans56Spare2 = input.ReadDouble(); - break; - } - case 369: { - BlowerPGain = input.ReadDouble(); - break; - } - case 377: { - BlowerCFMRPMMin = input.ReadDouble(); - break; - } - case 385: { - BlowerRPMCFMMax = input.ReadDouble(); - break; - } - case 393: { - BlowerCalibrationFactor = input.ReadDouble(); - break; - } - case 401: { - BlowerSpare1 = input.ReadDouble(); - break; - } - case 409: { - BlowerSpare2 = input.ReadDouble(); - break; - } - case 417: { - VOCLimit = input.ReadDouble(); - break; - } - case 425: { - VOCSpare1 = input.ReadDouble(); - break; - } - case 433: { - VOCSpare2 = input.ReadDouble(); - break; - } - case 441: { - ControllerCommType = input.ReadDouble(); - break; - } - case 449: { - ControllerType = input.ReadDouble(); - break; - } - case 457: { - SensorType = input.ReadDouble(); - break; - } - case 465: { - CoolerCF = input.ReadDouble(); - break; - } - case 473: { - CoolerSV = input.ReadDouble(); - break; - } - case 481: { - CoolerP = input.ReadDouble(); - break; - } - case 489: { - CoolerI = input.ReadDouble(); - break; - } - case 497: { - CoolerD = input.ReadDouble(); - break; - } - case 505: { - WarningConfigurationPar1 = input.ReadDouble(); - break; - } - case 513: { - WarningConfigurationPar2 = input.ReadDouble(); - break; - } - case 521: { - WarningConfigurationPar3 = input.ReadDouble(); - break; - } - case 529: { - WarningConfigurationPar4 = input.ReadDouble(); - break; - } - case 537: { - WarningConfigurationPar5 = input.ReadDouble(); - break; - } - case 545: { - WarningConfigurationPar6 = input.ReadDouble(); - break; - } - case 553: { - WarningThreshold = input.ReadDouble(); - break; - } - case 561: { - ControllerSpare1 = input.ReadDouble(); - break; - } - case 569: { - ControllerSpare2 = input.ReadDouble(); - break; - } - case 577: { - ControllerSpare3 = input.ReadDouble(); - break; - } - case 585: { - ControllerSpare4 = input.ReadDouble(); - break; - } - case 593: { - ControllerSpare5 = input.ReadDouble(); - break; - } - case 601: { - TestDate = input.ReadDouble(); - break; - } - case 610: { - Test = input.ReadString(); - break; - } - case 617: { - WastePumpFlowVolumePerSec = input.ReadDouble(); - break; - } - case 625: { - WastePumpFlowVPerSecLimit = input.ReadDouble(); - break; - } - case 633: { - FilterMaxLifeSpan = input.ReadDouble(); - break; - } - case 641: { - FilterUsageHours = input.ReadDouble(); - break; - } - case 650: { - VOCInstallationDate = input.ReadString(); - break; - } - case 658: { - FilterInstallationDate = input.ReadString(); - break; - } - case 666: { - ProductionDate = input.ReadString(); - break; - } - case 672: { - CheckSum = input.ReadUInt32(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Stubs/StubWhsEEpromRequest.cs b/Software/Visual_Studio/Tango.PMR/Stubs/StubWhsEEpromRequest.cs deleted file mode 100644 index 54c735b3f..000000000 --- a/Software/Visual_Studio/Tango.PMR/Stubs/StubWhsEEpromRequest.cs +++ /dev/null @@ -1,195 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StubWhsEEpromRequest.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Stubs { - - /// <summary>Holder for reflection information generated from StubWhsEEpromRequest.proto</summary> - public static partial class StubWhsEEpromRequestReflection { - - #region Descriptor - /// <summary>File descriptor for StubWhsEEpromRequest.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StubWhsEEpromRequestReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChpTdHViV2hzRUVwcm9tUmVxdWVzdC5wcm90bxIPVGFuZ28uUE1SLlN0dWJz", - "GhdTdHViV2hzRUVwcm9tRGF0YS5wcm90byJiChRTdHViV2hzRUVwcm9tUmVx", - "dWVzdBITCgtCdXJuUmVxdWVzdBgBIAEoCBI1CglXaHNFRXByb20YAiABKAsy", - "Ii5UYW5nby5QTVIuU3R1YnMuU3R1Yldoc0VFcHJvbURhdGFCGwoZY29tLnR3", - "aW5lLnRhbmdvLnBtci5zdHVic2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.Stubs.StubWhsEEpromDataReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Stubs.StubWhsEEpromRequest), global::Tango.PMR.Stubs.StubWhsEEpromRequest.Parser, new[]{ "BurnRequest", "WhsEEprom" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StubWhsEEpromRequest : pb::IMessage<StubWhsEEpromRequest> { - private static readonly pb::MessageParser<StubWhsEEpromRequest> _parser = new pb::MessageParser<StubWhsEEpromRequest>(() => new StubWhsEEpromRequest()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StubWhsEEpromRequest> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Stubs.StubWhsEEpromRequestReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubWhsEEpromRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubWhsEEpromRequest(StubWhsEEpromRequest other) : this() { - burnRequest_ = other.burnRequest_; - WhsEEprom = other.whsEEprom_ != null ? other.WhsEEprom.Clone() : null; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubWhsEEpromRequest Clone() { - return new StubWhsEEpromRequest(this); - } - - /// <summary>Field number for the "BurnRequest" field.</summary> - public const int BurnRequestFieldNumber = 1; - private bool burnRequest_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool BurnRequest { - get { return burnRequest_; } - set { - burnRequest_ = value; - } - } - - /// <summary>Field number for the "WhsEEprom" field.</summary> - public const int WhsEEpromFieldNumber = 2; - private global::Tango.PMR.Stubs.StubWhsEEpromData whsEEprom_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.Stubs.StubWhsEEpromData WhsEEprom { - get { return whsEEprom_; } - set { - whsEEprom_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StubWhsEEpromRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StubWhsEEpromRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (BurnRequest != other.BurnRequest) return false; - if (!object.Equals(WhsEEprom, other.WhsEEprom)) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (BurnRequest != false) hash ^= BurnRequest.GetHashCode(); - if (whsEEprom_ != null) hash ^= WhsEEprom.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (BurnRequest != false) { - output.WriteRawTag(8); - output.WriteBool(BurnRequest); - } - if (whsEEprom_ != null) { - output.WriteRawTag(18); - output.WriteMessage(WhsEEprom); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (BurnRequest != false) { - size += 1 + 1; - } - if (whsEEprom_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(WhsEEprom); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StubWhsEEpromRequest other) { - if (other == null) { - return; - } - if (other.BurnRequest != false) { - BurnRequest = other.BurnRequest; - } - if (other.whsEEprom_ != null) { - if (whsEEprom_ == null) { - whsEEprom_ = new global::Tango.PMR.Stubs.StubWhsEEpromData(); - } - WhsEEprom.MergeFrom(other.WhsEEprom); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 8: { - BurnRequest = input.ReadBool(); - break; - } - case 18: { - if (whsEEprom_ == null) { - whsEEprom_ = new global::Tango.PMR.Stubs.StubWhsEEpromData(); - } - input.ReadMessage(whsEEprom_); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Stubs/StubWhsEEpromResponse.cs b/Software/Visual_Studio/Tango.PMR/Stubs/StubWhsEEpromResponse.cs deleted file mode 100644 index 6e67fc661..000000000 --- a/Software/Visual_Studio/Tango.PMR/Stubs/StubWhsEEpromResponse.cs +++ /dev/null @@ -1,167 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StubWhsEEpromResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.Stubs { - - /// <summary>Holder for reflection information generated from StubWhsEEpromResponse.proto</summary> - public static partial class StubWhsEEpromResponseReflection { - - #region Descriptor - /// <summary>File descriptor for StubWhsEEpromResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StubWhsEEpromResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChtTdHViV2hzRUVwcm9tUmVzcG9uc2UucHJvdG8SD1RhbmdvLlBNUi5TdHVi", - "cxoXU3R1Yldoc0VFcHJvbURhdGEucHJvdG8iTgoVU3R1Yldoc0VFcHJvbVJl", - "c3BvbnNlEjUKCVdoc0VFcHJvbRgBIAEoCzIiLlRhbmdvLlBNUi5TdHVicy5T", - "dHViV2hzRUVwcm9tRGF0YUIbChljb20udHdpbmUudGFuZ28ucG1yLnN0dWJz", - "YgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.Stubs.StubWhsEEpromDataReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.Stubs.StubWhsEEpromResponse), global::Tango.PMR.Stubs.StubWhsEEpromResponse.Parser, new[]{ "WhsEEprom" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StubWhsEEpromResponse : pb::IMessage<StubWhsEEpromResponse> { - private static readonly pb::MessageParser<StubWhsEEpromResponse> _parser = new pb::MessageParser<StubWhsEEpromResponse>(() => new StubWhsEEpromResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StubWhsEEpromResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.Stubs.StubWhsEEpromResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubWhsEEpromResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubWhsEEpromResponse(StubWhsEEpromResponse other) : this() { - WhsEEprom = other.whsEEprom_ != null ? other.WhsEEprom.Clone() : null; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StubWhsEEpromResponse Clone() { - return new StubWhsEEpromResponse(this); - } - - /// <summary>Field number for the "WhsEEprom" field.</summary> - public const int WhsEEpromFieldNumber = 1; - private global::Tango.PMR.Stubs.StubWhsEEpromData whsEEprom_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.Stubs.StubWhsEEpromData WhsEEprom { - get { return whsEEprom_; } - set { - whsEEprom_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StubWhsEEpromResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StubWhsEEpromResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (!object.Equals(WhsEEprom, other.WhsEEprom)) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (whsEEprom_ != null) hash ^= WhsEEprom.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (whsEEprom_ != null) { - output.WriteRawTag(10); - output.WriteMessage(WhsEEprom); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (whsEEprom_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(WhsEEprom); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StubWhsEEpromResponse other) { - if (other == null) { - return; - } - if (other.whsEEprom_ != null) { - if (whsEEprom_ == null) { - whsEEprom_ = new global::Tango.PMR.Stubs.StubWhsEEpromData(); - } - WhsEEprom.MergeFrom(other.WhsEEprom); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 10: { - if (whsEEprom_ == null) { - whsEEprom_ = new global::Tango.PMR.Stubs.StubWhsEEpromData(); - } - input.ReadMessage(whsEEprom_); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj b/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj index 2284a2914..ad4e8e170 100644 --- a/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj +++ b/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj @@ -49,24 +49,16 @@ <Link>GlobalVersionInfo.cs</Link> </Compile> <Compile Include="ColorLab\CalibrationData.cs" /> - <Compile Include="ColorLab\CalibrationInput.cs" /> - <Compile Include="ColorLab\CalibrationMeasurement.cs" /> - <Compile Include="ColorLab\CalibrationOutput.cs" /> <Compile Include="ColorLab\CalibrationPoint.cs" /> <Compile Include="ColorLab\ColorSpace.cs" /> <Compile Include="ColorLab\ConversionInput.cs" /> <Compile Include="ColorLab\ConversionOutput.cs" /> <Compile Include="ColorLab\GradientConversionInput.cs" /> <Compile Include="ColorLab\GradientConversionOutput.cs" /> - <Compile Include="ColorLab\GradientInputStop.cs" /> - <Compile Include="ColorLab\GradientOutputStop.cs" /> <Compile Include="ColorLab\InputCoordinates.cs" /> <Compile Include="ColorLab\InputLiquid.cs" /> - <Compile Include="ColorLab\LinearizationInput.cs" /> - <Compile Include="ColorLab\LinearizationMeasurement.cs" /> - <Compile Include="ColorLab\LinearizationOutput.cs" /> + <Compile Include="ColorLab\InputRGB.cs" /> <Compile Include="ColorLab\LiquidType.cs" /> - <Compile Include="ColorLab\LiquidVolume.cs" /> <Compile Include="ColorLab\OutputCoordinates.cs" /> <Compile Include="ColorLab\OutputLiquid.cs" /> <Compile Include="ColorLab\ProcessRange.cs" /> @@ -78,14 +70,6 @@ <Compile Include="Connection\DisconnectResponse.cs" /> <Compile Include="Connection\KeepAliveRequest.cs" /> <Compile Include="Connection\KeepAliveResponse.cs" /> - <Compile Include="DataStore\DataStoreItem.cs" /> - <Compile Include="DataStore\DataStoreItemModifiedRequest.cs" /> - <Compile Include="DataStore\DataStoreItemModifiedResponse.cs" /> - <Compile Include="DataStore\DataType.cs" /> - <Compile Include="DataStore\GetDataStoreItemRequest.cs" /> - <Compile Include="DataStore\GetDataStoreItemResponse.cs" /> - <Compile Include="DataStore\PutDataStoreItemRequest.cs" /> - <Compile Include="DataStore\PutDataStoreItemResponse.cs" /> <Compile Include="Debugging\DebugDistributor.cs" /> <Compile Include="Debugging\DebugDistributorType.cs" /> <Compile Include="Debugging\DebugLogCategory.cs" /> @@ -141,10 +125,14 @@ <Compile Include="Diagnostics\SetHeaterStateResponse.cs" /> <Compile Include="Diagnostics\SetValveStateRequest.cs" /> <Compile Include="Diagnostics\SetValveStateResponse.cs" /> + <Compile Include="Diagnostics\StartCartridgesUpdateRequest.cs" /> + <Compile Include="Diagnostics\StartCartridgesUpdateResponse.cs" /> <Compile Include="Diagnostics\StartDiagnosticsRequest.cs" /> <Compile Include="Diagnostics\StartDiagnosticsResponse.cs" /> <Compile Include="Diagnostics\StartEventsNotificationRequest.cs" /> <Compile Include="Diagnostics\StartEventsNotificationResponse.cs" /> + <Compile Include="Diagnostics\StopCartridgesUpdateRequest.cs" /> + <Compile Include="Diagnostics\StopCartridgesUpdateResponse.cs" /> <Compile Include="Diagnostics\StopDiagnosticsRequest.cs" /> <Compile Include="Diagnostics\StopDiagnosticsResponse.cs" /> <Compile Include="Diagnostics\StopEventsNotificationRequest.cs" /> @@ -170,10 +158,6 @@ <Compile Include="EmbeddedParameters\MachineCalibrationData.cs" /> <Compile Include="EmbeddedParameters\MachineCalibrationDataRequest.cs" /> <Compile Include="EmbeddedParameters\MachineCalibrationDataResponse.cs" /> - <Compile Include="EmbeddedParameters\MainCardStoredData.cs" /> - <Compile Include="EmbeddedParameters\MainCardStoredDataRequest.cs" /> - <Compile Include="EmbeddedParameters\MainCardStoredDataResponse.cs" /> - <Compile Include="EmbeddedParameters\MainCardStoredItem.cs" /> <Compile Include="EmbeddedParameters\MidTankData.cs" /> <Compile Include="EmbeddedParameters\MidTankDataSetupRequest.cs" /> <Compile Include="EmbeddedParameters\MidTankDataSetupResponse.cs" /> @@ -191,8 +175,6 @@ <Compile Include="Exports\JobFileLiquidVolume.cs" /> <Compile Include="Exports\JobFileSegment.cs" /> <Compile Include="ExtensionMethods.cs" /> - <Compile Include="ExtensionMethods\IMessageExtensions.cs" /> - <Compile Include="ExtensionMethods\VersionPackageDescriptorExtensions.cs" /> <Compile Include="FirmwareUpgrade\ActivateVersionRequest.cs" /> <Compile Include="FirmwareUpgrade\ActivateVersionResponse.cs" /> <Compile Include="FirmwareUpgrade\ValidateVersionRequest.cs" /> @@ -221,17 +203,8 @@ <Compile Include="Hardware\SystemResetResponse.cs" /> <Compile Include="Hardware\UploadHardwareConfigurationRequest.cs" /> <Compile Include="Hardware\UploadHardwareConfigurationResponse.cs" /> - <Compile Include="IFS\CartridgeState.cs" /> - <Compile Include="IFS\CartridgeStatus.cs" /> - <Compile Include="IFS\InkFillingStatus.cs" /> - <Compile Include="IFS\StartInkFillingStatusRequest.cs" /> - <Compile Include="IFS\StartInkFillingStatusResponse.cs" /> - <Compile Include="Insights\InsightsMonitors.cs" /> - <Compile Include="Integration\ApplicationInformation.cs" /> <Compile Include="Integration\ColorProfileRequest.cs" /> <Compile Include="Integration\ColorProfileResponse.cs" /> - <Compile Include="Integration\ConfigureProtocolRequest.cs" /> - <Compile Include="Integration\ConfigureProtocolResponse.cs" /> <Compile Include="Integration\DirectSynchronizationRequest.cs" /> <Compile Include="Integration\DirectSynchronizationResponse.cs" /> <Compile Include="Integration\ExternalBridgeLoginIntent.cs" /> @@ -240,9 +213,6 @@ <Compile Include="Integration\ExternalBridgeLogoutRequest.cs" /> <Compile Include="Integration\ExternalBridgeLogoutResponse.cs" /> <Compile Include="Integration\ExternalBridgeUdpDiscoveryPacket.cs" /> - <Compile Include="Integration\GenericMessageProtocol.cs" /> - <Compile Include="Integration\GenericRequest.cs" /> - <Compile Include="Integration\GenericResponse.cs" /> <Compile Include="Integration\OverrideDataBaseRequest.cs" /> <Compile Include="Integration\OverrideDataBaseResponse.cs" /> <Compile Include="Integration\StartApplicationLogsRequest.cs" /> @@ -278,7 +248,6 @@ <Compile Include="MachineStatus\IDSPackLevel.cs" /> <Compile Include="MachineStatus\MachineState.cs" /> <Compile Include="MachineStatus\MachineStatus.cs" /> - <Compile Include="MachineStatus\SpoolState.cs" /> <Compile Include="MachineStatus\StartMachineStatusUpdateRequest.cs" /> <Compile Include="MachineStatus\StartMachineStatusUpdateResponse.cs" /> <Compile Include="MachineStatus\Status.cs" /> @@ -286,27 +255,12 @@ <Compile Include="MachineStatus\StopMachineStatusUpdateResponse.cs" /> <Compile Include="MessageFactory.cs" /> <Compile Include="NativePMR.cs" /> - <Compile Include="Power\AbortPowerDownRequest.cs" /> - <Compile Include="Power\AbortPowerDownResponse.cs" /> - <Compile Include="Power\AbortPowerUpRequest.cs" /> - <Compile Include="Power\AbortPowerUpResponse.cs" /> - <Compile Include="Power\PowerDownState.cs" /> - <Compile Include="Power\PowerUpState.cs" /> - <Compile Include="Power\StandByRequest.cs" /> - <Compile Include="Power\StandByResponse.cs" /> - <Compile Include="Power\StartPowerDownRequest.cs" /> - <Compile Include="Power\StartPowerDownResponse.cs" /> - <Compile Include="Power\StartPowerUpRequest.cs" /> - <Compile Include="Power\StartPowerUpResponse.cs" /> - <Compile Include="Printing\AbortHeadCleaningRequest.cs" /> - <Compile Include="Printing\AbortHeadCleaningResponse.cs" /> <Compile Include="Printing\AbortJobRequest.cs" /> <Compile Include="Printing\AbortJobResponse.cs" /> <Compile Include="Printing\CurrentJobRequest.cs" /> <Compile Include="Printing\CurrentJobResponse.cs" /> <Compile Include="Printing\DispenserLiquidType.cs" /> <Compile Include="Printing\DispenserStepDivision.cs" /> - <Compile Include="Printing\HeadCleaningParameters.cs" /> <Compile Include="Printing\JobBrushStop.cs" /> <Compile Include="Printing\JobDescriptionFileBrushStop.cs" /> <Compile Include="Printing\JobDescriptionFileSegment.cs" /> @@ -323,155 +277,21 @@ <Compile Include="Printing\ProcessParameters.cs" /> <Compile Include="Printing\ResumeCurrentJobRequest.cs" /> <Compile Include="Printing\ResumeCurrentJobResponse.cs" /> - <Compile Include="Printing\StartHeadCleaningRequest.cs" /> - <Compile Include="Printing\StartHeadCleaningResponse.cs" /> - <Compile Include="Printing\ThreadParameters.cs" /> <Compile Include="Printing\UploadProcessParametersRequest.cs" /> <Compile Include="Printing\UploadProcessParametersResponse.cs" /> <Compile Include="Printing\WindingMethod.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> - <Compile Include="Stubs\ProcedureRequest.cs" /> - <Compile Include="Stubs\ProcedureResponse.cs" /> - <Compile Include="Stubs\StubAllHardwareRequest.cs" /> - <Compile Include="Stubs\StubAllHardwareResponse.cs" /> - <Compile Include="Stubs\StubDispenserEEpromData.cs" /> - <Compile Include="Stubs\StubDispenserEEpromRequest.cs" /> - <Compile Include="Stubs\StubDispenserEEpromResponse.cs" /> - <Compile Include="Stubs\StubHeadEEpromData.cs" /> - <Compile Include="Stubs\StubHeadEEpromRequest.cs" /> - <Compile Include="Stubs\StubHeadEEpromResponse.cs" /> - <Compile Include="Stubs\StubMainCardEEpromReadRequest.cs" /> - <Compile Include="Stubs\StubMainCardEEpromReadResponse.cs" /> - <Compile Include="Stubs\StubMainCardEEpromWriteRequest.cs" /> - <Compile Include="Stubs\StubMainCardEEpromWriteResponse.cs" /> - <Compile Include="Stubs\StubWhsEEpromData.cs" /> - <Compile Include="Stubs\StubWhsEEpromRequest.cs" /> - <Compile Include="Stubs\StubWhsEEpromResponse.cs" /> <Compile Include="Synchronization\HttpProtoException.cs" /> <Compile Include="TangoMessage.cs" /> <Compile Include="Common\ErrorCode.cs" /> <Compile Include="Common\MessageContainer.cs" /> <Compile Include="Common\MessageType.cs" /> - <Compile Include="Stubs\CalculateRequest.cs" /> - <Compile Include="Stubs\CalculateResponse.cs" /> - <Compile Include="Stubs\ProgressRequest.cs" /> - <Compile Include="Stubs\ProgressResponse.cs" /> - <Compile Include="Stubs\StubAbortJobRequest.cs" /> - <Compile Include="Stubs\StubAbortJobResponse.cs" /> - <Compile Include="Stubs\StubCartridgeReadRequest.cs" /> - <Compile Include="Stubs\StubCartridgeReadResponse.cs" /> - <Compile Include="Stubs\StubCartridgeWriteRequest.cs" /> - <Compile Include="Stubs\StubCartridgeWriteResponse.cs" /> - <Compile Include="Stubs\StubDancerPositionRequest.cs" /> - <Compile Include="Stubs\StubDancerPositionResponse.cs" /> - <Compile Include="Stubs\StubDispenserRequest.cs" /> - <Compile Include="Stubs\StubDispenserResponse.cs" /> - <Compile Include="Stubs\StubExtFlashReadRequest.cs" /> - <Compile Include="Stubs\StubExtFlashReadResponse.cs" /> - <Compile Include="Stubs\StubExtFlashReadWordsRequest.cs" /> - <Compile Include="Stubs\StubExtFlashReadWordsResponse.cs" /> - <Compile Include="Stubs\StubExtFlashWriteRequest.cs" /> - <Compile Include="Stubs\StubExtFlashWriteResponse.cs" /> - <Compile Include="Stubs\StubExtFlashWriteWordsRequest.cs" /> - <Compile Include="Stubs\StubExtFlashWriteWordsResponse.cs" /> - <Compile Include="Stubs\StubF3Gpo01WriteRequest.cs" /> - <Compile Include="Stubs\StubF3Gpo01WriteResponse.cs" /> - <Compile Include="Stubs\StubFPGAReadBackRegRequest.cs" /> - <Compile Include="Stubs\StubFPGAReadBackRegResponse.cs" /> - <Compile Include="Stubs\StubFpgaReadRegRequest.cs" /> - <Compile Include="Stubs\StubFpgaReadRegResponse.cs" /> - <Compile Include="Stubs\StubFPGAReadVersionRequest.cs" /> - <Compile Include="Stubs\StubFPGAReadVersionResponse.cs" /> - <Compile Include="Stubs\StubFpgaWriteRegRequest.cs" /> - <Compile Include="Stubs\StubFpgaWriteRegResponse.cs" /> - <Compile Include="Stubs\StubGPIOInputSetupRequest.cs" /> - <Compile Include="Stubs\StubGPIOInputSetupResponse.cs" /> - <Compile Include="Stubs\StubGPIOReadBitRequest.cs" /> - <Compile Include="Stubs\StubGPIOReadBitResponse.cs" /> - <Compile Include="Stubs\StubGPIOReadByteRequest.cs" /> - <Compile Include="Stubs\StubGPIOReadByteResponse.cs" /> - <Compile Include="Stubs\StubGPIOWriteBitRequest.cs" /> - <Compile Include="Stubs\StubGPIOWriteBitResponse.cs" /> - <Compile Include="Stubs\StubGPIOWriteByteRequest.cs" /> - <Compile Include="Stubs\StubGPIOWriteByteResponse.cs" /> - <Compile Include="Stubs\StubHeaterRequest.cs" /> - <Compile Include="Stubs\StubHeaterResponse.cs" /> - <Compile Include="Stubs\StubHeatingTestPollRequest.cs" /> - <Compile Include="Stubs\StubHeatingTestPollResponse.cs" /> - <Compile Include="Stubs\StubHeatingTestRequest.cs" /> - <Compile Include="Stubs\StubHeatingTestResponse.cs" /> - <Compile Include="Stubs\StubHWVersionRequest.cs" /> - <Compile Include="Stubs\StubHWVersionResponse.cs" /> - <Compile Include="Stubs\StubI2CReadBytesRequest.cs" /> - <Compile Include="Stubs\StubI2CReadBytesResponse.cs" /> - <Compile Include="Stubs\StubI2CRequest.cs" /> - <Compile Include="Stubs\StubI2CResponse.cs" /> - <Compile Include="Stubs\StubI2CWriteBytesRequest.cs" /> - <Compile Include="Stubs\StubI2CWriteBytesResponse.cs" /> - <Compile Include="Stubs\StubIntADCReadRequest.cs" /> - <Compile Include="Stubs\StubIntADCReadResponse.cs" /> - <Compile Include="Stubs\StubJobRequest.cs" /> - <Compile Include="Stubs\StubJobResponse.cs" /> - <Compile Include="Stubs\StubL6470DriverRequest.cs" /> - <Compile Include="Stubs\StubL6470DriverResponse.cs" /> - <Compile Include="Stubs\StubMidTankPressureSensorRequest.cs" /> - <Compile Include="Stubs\StubMidTankPressureSensorResponse.cs" /> - <Compile Include="Stubs\StubMotorEncoderRequest.cs" /> - <Compile Include="Stubs\StubMotorEncoderResponse.cs" /> - <Compile Include="Stubs\StubMotorHomeMarkRequest.cs" /> - <Compile Include="Stubs\StubMotorHomeMarkResponse.cs" /> - <Compile Include="Stubs\StubMotorInitRequest.cs" /> - <Compile Include="Stubs\StubMotorInitResponse.cs" /> - <Compile Include="Stubs\StubMotorMovRequest.cs" /> - <Compile Include="Stubs\StubMotorMovResponse.cs" /> - <Compile Include="Stubs\StubMotorPositionRequest.cs" /> - <Compile Include="Stubs\StubMotorPositionResponse.cs" /> - <Compile Include="Stubs\StubMotorRequest.cs" /> - <Compile Include="Stubs\StubMotorResponse.cs" /> - <Compile Include="Stubs\StubMotorRunRequest.cs" /> - <Compile Include="Stubs\StubMotorRunResponse.cs" /> - <Compile Include="Stubs\StubMotorRunStepTickRequest.cs" /> - <Compile Include="Stubs\StubMotorRunStepTickResponse.cs" /> - <Compile Include="Stubs\StubMotorSpeedRequest.cs" /> - <Compile Include="Stubs\StubMotorSpeedResponse.cs" /> - <Compile Include="Stubs\StubMotorStatusRequest.cs" /> - <Compile Include="Stubs\StubMotorStatusResponse.cs" /> - <Compile Include="Stubs\StubMotorStopRequest.cs" /> - <Compile Include="Stubs\StubMotorStopResponse.cs" /> - <Compile Include="Stubs\StubOptLimitSwitchRequest.cs" /> - <Compile Include="Stubs\StubOptLimitSwitchResponse.cs" /> - <Compile Include="Stubs\StubReadEmbeddedVersionRequest.cs" /> - <Compile Include="Stubs\StubReadEmbeddedVersionResponse.cs" /> - <Compile Include="Stubs\StubRealTimeUsageRequest.cs" /> - <Compile Include="Stubs\StubRealTimeUsageResponse.cs" /> - <Compile Include="Stubs\StubSpeedSensorRequest.cs" /> - <Compile Include="Stubs\StubSpeedSensorResponse.cs" /> - <Compile Include="Stubs\StubSteperMotorRequest.cs" /> - <Compile Include="Stubs\StubSteperMotorResponse.cs" /> - <Compile Include="Stubs\StubTempSensorRequest.cs" /> - <Compile Include="Stubs\StubTempSensorResponse.cs" /> - <Compile Include="Stubs\StubTivaReadRegRequest.cs" /> - <Compile Include="Stubs\StubTivaReadRegResponse.cs" /> - <Compile Include="Stubs\StubTivaWriteRegRequest.cs" /> - <Compile Include="Stubs\StubTivaWriteRegResponse.cs" /> - <Compile Include="Stubs\StubValveRequest.cs" /> - <Compile Include="Stubs\StubValveResponse.cs" /> + <Compile Include="Stubs\*.cs" /> <Compile Include="TCC\DetectionBenchmark.cs" /> <Compile Include="TCC\DetectionColor.cs" /> <Compile Include="TCC\DetectionColorFile.cs" /> <Compile Include="TCC\DetectionInput.cs" /> <Compile Include="TCC\DetectionOutput.cs" /> - <Compile Include="ThreadLoading\AttemptThreadJoggingRequest.cs" /> - <Compile Include="ThreadLoading\AttemptThreadJoggingResponse.cs" /> - <Compile Include="ThreadLoading\ContinueThreadLoadingRequest.cs" /> - <Compile Include="ThreadLoading\ContinueThreadLoadingResponse.cs" /> - <Compile Include="ThreadLoading\StartThreadLoadingRequest.cs" /> - <Compile Include="ThreadLoading\StartThreadLoadingResponse.cs" /> - <Compile Include="ThreadLoading\StopThreadLoadingRequest.cs" /> - <Compile Include="ThreadLoading\StopThreadLoadingResponse.cs" /> - <Compile Include="ThreadLoading\ThreadLoadingState.cs" /> - <Compile Include="ThreadLoading\TryThreadLoadingRequest.cs" /> - <Compile Include="ThreadLoading\TryThreadLoadingResponse.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Utilities\Tango.Protobuf.CLI\Tango.Protobuf.CLI.csproj"> @@ -489,7 +309,7 @@ </PropertyGroup> <ProjectExtensions> <VisualStudio> - <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" /> + <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" /> </VisualStudio> </ProjectExtensions> </Project>
\ No newline at end of file diff --git a/Software/Visual_Studio/Tango.PMR/ThreadLoading/ContinueThreadLoadingRequest.cs b/Software/Visual_Studio/Tango.PMR/ThreadLoading/ContinueThreadLoadingRequest.cs deleted file mode 100644 index 94c8b8f48..000000000 --- a/Software/Visual_Studio/Tango.PMR/ThreadLoading/ContinueThreadLoadingRequest.cs +++ /dev/null @@ -1,168 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ContinueThreadLoadingRequest.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.ThreadLoading { - - /// <summary>Holder for reflection information generated from ContinueThreadLoadingRequest.proto</summary> - public static partial class ContinueThreadLoadingRequestReflection { - - #region Descriptor - /// <summary>File descriptor for ContinueThreadLoadingRequest.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ContinueThreadLoadingRequestReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiJDb250aW51ZVRocmVhZExvYWRpbmdSZXF1ZXN0LnByb3RvEhdUYW5nby5Q", - "TVIuVGhyZWFkTG9hZGluZxoXUHJvY2Vzc1BhcmFtZXRlcnMucHJvdG8iYAoc", - "Q29udGludWVUaHJlYWRMb2FkaW5nUmVxdWVzdBJAChFQcm9jZXNzUGFyYW1l", - "dGVycxgBIAEoCzIlLlRhbmdvLlBNUi5QcmludGluZy5Qcm9jZXNzUGFyYW1l", - "dGVyc0IjCiFjb20udHdpbmUudGFuZ28ucG1yLnRocmVhZGxvYWRpbmdiBnBy", - "b3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.Printing.ProcessParametersReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ThreadLoading.ContinueThreadLoadingRequest), global::Tango.PMR.ThreadLoading.ContinueThreadLoadingRequest.Parser, new[]{ "ProcessParameters" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class ContinueThreadLoadingRequest : pb::IMessage<ContinueThreadLoadingRequest> { - private static readonly pb::MessageParser<ContinueThreadLoadingRequest> _parser = new pb::MessageParser<ContinueThreadLoadingRequest>(() => new ContinueThreadLoadingRequest()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<ContinueThreadLoadingRequest> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.ThreadLoading.ContinueThreadLoadingRequestReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public ContinueThreadLoadingRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public ContinueThreadLoadingRequest(ContinueThreadLoadingRequest other) : this() { - ProcessParameters = other.processParameters_ != null ? other.ProcessParameters.Clone() : null; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public ContinueThreadLoadingRequest Clone() { - return new ContinueThreadLoadingRequest(this); - } - - /// <summary>Field number for the "ProcessParameters" field.</summary> - public const int ProcessParametersFieldNumber = 1; - private global::Tango.PMR.Printing.ProcessParameters processParameters_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.Printing.ProcessParameters ProcessParameters { - get { return processParameters_; } - set { - processParameters_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as ContinueThreadLoadingRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(ContinueThreadLoadingRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (!object.Equals(ProcessParameters, other.ProcessParameters)) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (processParameters_ != null) hash ^= ProcessParameters.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (processParameters_ != null) { - output.WriteRawTag(10); - output.WriteMessage(ProcessParameters); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (processParameters_ != null) { - size += 1 + pb::CodedOutputStream.ComputeMessageSize(ProcessParameters); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(ContinueThreadLoadingRequest other) { - if (other == null) { - return; - } - if (other.processParameters_ != null) { - if (processParameters_ == null) { - processParameters_ = new global::Tango.PMR.Printing.ProcessParameters(); - } - ProcessParameters.MergeFrom(other.ProcessParameters); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 10: { - if (processParameters_ == null) { - processParameters_ = new global::Tango.PMR.Printing.ProcessParameters(); - } - input.ReadMessage(processParameters_); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/ThreadLoading/ContinueThreadLoadingResponse.cs b/Software/Visual_Studio/Tango.PMR/ThreadLoading/ContinueThreadLoadingResponse.cs deleted file mode 100644 index 0300e573b..000000000 --- a/Software/Visual_Studio/Tango.PMR/ThreadLoading/ContinueThreadLoadingResponse.cs +++ /dev/null @@ -1,132 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ContinueThreadLoadingResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.ThreadLoading { - - /// <summary>Holder for reflection information generated from ContinueThreadLoadingResponse.proto</summary> - public static partial class ContinueThreadLoadingResponseReflection { - - #region Descriptor - /// <summary>File descriptor for ContinueThreadLoadingResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ContinueThreadLoadingResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiNDb250aW51ZVRocmVhZExvYWRpbmdSZXNwb25zZS5wcm90bxIXVGFuZ28u", - "UE1SLlRocmVhZExvYWRpbmciHwodQ29udGludWVUaHJlYWRMb2FkaW5nUmVz", - "cG9uc2VCIwohY29tLnR3aW5lLnRhbmdvLnBtci50aHJlYWRsb2FkaW5nYgZw", - "cm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ThreadLoading.ContinueThreadLoadingResponse), global::Tango.PMR.ThreadLoading.ContinueThreadLoadingResponse.Parser, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class ContinueThreadLoadingResponse : pb::IMessage<ContinueThreadLoadingResponse> { - private static readonly pb::MessageParser<ContinueThreadLoadingResponse> _parser = new pb::MessageParser<ContinueThreadLoadingResponse>(() => new ContinueThreadLoadingResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<ContinueThreadLoadingResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.ThreadLoading.ContinueThreadLoadingResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public ContinueThreadLoadingResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public ContinueThreadLoadingResponse(ContinueThreadLoadingResponse other) : this() { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public ContinueThreadLoadingResponse Clone() { - return new ContinueThreadLoadingResponse(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as ContinueThreadLoadingResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(ContinueThreadLoadingResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(ContinueThreadLoadingResponse other) { - if (other == null) { - return; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/ThreadLoading/StartThreadLoadingRequest.cs b/Software/Visual_Studio/Tango.PMR/ThreadLoading/StartThreadLoadingRequest.cs deleted file mode 100644 index f5116e315..000000000 --- a/Software/Visual_Studio/Tango.PMR/ThreadLoading/StartThreadLoadingRequest.cs +++ /dev/null @@ -1,131 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StartThreadLoadingRequest.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.ThreadLoading { - - /// <summary>Holder for reflection information generated from StartThreadLoadingRequest.proto</summary> - public static partial class StartThreadLoadingRequestReflection { - - #region Descriptor - /// <summary>File descriptor for StartThreadLoadingRequest.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StartThreadLoadingRequestReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch9TdGFydFRocmVhZExvYWRpbmdSZXF1ZXN0LnByb3RvEhdUYW5nby5QTVIu", - "VGhyZWFkTG9hZGluZyIbChlTdGFydFRocmVhZExvYWRpbmdSZXF1ZXN0QiMK", - "IWNvbS50d2luZS50YW5nby5wbXIudGhyZWFkbG9hZGluZ2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ThreadLoading.StartThreadLoadingRequest), global::Tango.PMR.ThreadLoading.StartThreadLoadingRequest.Parser, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StartThreadLoadingRequest : pb::IMessage<StartThreadLoadingRequest> { - private static readonly pb::MessageParser<StartThreadLoadingRequest> _parser = new pb::MessageParser<StartThreadLoadingRequest>(() => new StartThreadLoadingRequest()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StartThreadLoadingRequest> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.ThreadLoading.StartThreadLoadingRequestReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartThreadLoadingRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartThreadLoadingRequest(StartThreadLoadingRequest other) : this() { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartThreadLoadingRequest Clone() { - return new StartThreadLoadingRequest(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StartThreadLoadingRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StartThreadLoadingRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StartThreadLoadingRequest other) { - if (other == null) { - return; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/ThreadLoading/StartThreadLoadingResponse.cs b/Software/Visual_Studio/Tango.PMR/ThreadLoading/StartThreadLoadingResponse.cs deleted file mode 100644 index 184205ce2..000000000 --- a/Software/Visual_Studio/Tango.PMR/ThreadLoading/StartThreadLoadingResponse.cs +++ /dev/null @@ -1,247 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StartThreadLoadingResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.ThreadLoading { - - /// <summary>Holder for reflection information generated from StartThreadLoadingResponse.proto</summary> - public static partial class StartThreadLoadingResponseReflection { - - #region Descriptor - /// <summary>File descriptor for StartThreadLoadingResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StartThreadLoadingResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiBTdGFydFRocmVhZExvYWRpbmdSZXNwb25zZS5wcm90bxIXVGFuZ28uUE1S", - "LlRocmVhZExvYWRpbmcaGFRocmVhZExvYWRpbmdTdGF0ZS5wcm90byKaAQoa", - "U3RhcnRUaHJlYWRMb2FkaW5nUmVzcG9uc2USOgoFU3RhdGUYASABKA4yKy5U", - "YW5nby5QTVIuVGhyZWFkTG9hZGluZy5UaHJlYWRMb2FkaW5nU3RhdGUSEwoL", - "RXJyb3JSZWFzb24YAiABKAkSGgoSUHJvZ3Jlc3NQZXJjZW50YWdlGAMgASgB", - "Eg8KB01lc3NhZ2UYBCABKAlCIwohY29tLnR3aW5lLnRhbmdvLnBtci50aHJl", - "YWRsb2FkaW5nYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { global::Tango.PMR.ThreadLoading.ThreadLoadingStateReflection.Descriptor, }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ThreadLoading.StartThreadLoadingResponse), global::Tango.PMR.ThreadLoading.StartThreadLoadingResponse.Parser, new[]{ "State", "ErrorReason", "ProgressPercentage", "Message" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StartThreadLoadingResponse : pb::IMessage<StartThreadLoadingResponse> { - private static readonly pb::MessageParser<StartThreadLoadingResponse> _parser = new pb::MessageParser<StartThreadLoadingResponse>(() => new StartThreadLoadingResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StartThreadLoadingResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.ThreadLoading.StartThreadLoadingResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartThreadLoadingResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartThreadLoadingResponse(StartThreadLoadingResponse other) : this() { - state_ = other.state_; - errorReason_ = other.errorReason_; - progressPercentage_ = other.progressPercentage_; - message_ = other.message_; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StartThreadLoadingResponse Clone() { - return new StartThreadLoadingResponse(this); - } - - /// <summary>Field number for the "State" field.</summary> - public const int StateFieldNumber = 1; - private global::Tango.PMR.ThreadLoading.ThreadLoadingState state_ = 0; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public global::Tango.PMR.ThreadLoading.ThreadLoadingState State { - get { return state_; } - set { - state_ = value; - } - } - - /// <summary>Field number for the "ErrorReason" field.</summary> - public const int ErrorReasonFieldNumber = 2; - private string errorReason_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string ErrorReason { - get { return errorReason_; } - set { - errorReason_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// <summary>Field number for the "ProgressPercentage" field.</summary> - public const int ProgressPercentageFieldNumber = 3; - private double progressPercentage_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public double ProgressPercentage { - get { return progressPercentage_; } - set { - progressPercentage_ = value; - } - } - - /// <summary>Field number for the "Message" field.</summary> - public const int MessageFieldNumber = 4; - private string message_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Message { - get { return message_; } - set { - message_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StartThreadLoadingResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StartThreadLoadingResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (State != other.State) return false; - if (ErrorReason != other.ErrorReason) return false; - if (ProgressPercentage != other.ProgressPercentage) return false; - if (Message != other.Message) return false; - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (State != 0) hash ^= State.GetHashCode(); - if (ErrorReason.Length != 0) hash ^= ErrorReason.GetHashCode(); - if (ProgressPercentage != 0D) hash ^= ProgressPercentage.GetHashCode(); - if (Message.Length != 0) hash ^= Message.GetHashCode(); - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (State != 0) { - output.WriteRawTag(8); - output.WriteEnum((int) State); - } - if (ErrorReason.Length != 0) { - output.WriteRawTag(18); - output.WriteString(ErrorReason); - } - if (ProgressPercentage != 0D) { - output.WriteRawTag(25); - output.WriteDouble(ProgressPercentage); - } - if (Message.Length != 0) { - output.WriteRawTag(34); - output.WriteString(Message); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (State != 0) { - size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) State); - } - if (ErrorReason.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(ErrorReason); - } - if (ProgressPercentage != 0D) { - size += 1 + 8; - } - if (Message.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Message); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StartThreadLoadingResponse other) { - if (other == null) { - return; - } - if (other.State != 0) { - State = other.State; - } - if (other.ErrorReason.Length != 0) { - ErrorReason = other.ErrorReason; - } - if (other.ProgressPercentage != 0D) { - ProgressPercentage = other.ProgressPercentage; - } - if (other.Message.Length != 0) { - Message = other.Message; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - case 8: { - state_ = (global::Tango.PMR.ThreadLoading.ThreadLoadingState) input.ReadEnum(); - break; - } - case 18: { - ErrorReason = input.ReadString(); - break; - } - case 25: { - ProgressPercentage = input.ReadDouble(); - break; - } - case 34: { - Message = input.ReadString(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/ThreadLoading/StopThreadLoadingRequest.cs b/Software/Visual_Studio/Tango.PMR/ThreadLoading/StopThreadLoadingRequest.cs deleted file mode 100644 index 10fe59a73..000000000 --- a/Software/Visual_Studio/Tango.PMR/ThreadLoading/StopThreadLoadingRequest.cs +++ /dev/null @@ -1,131 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StopThreadLoadingRequest.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.ThreadLoading { - - /// <summary>Holder for reflection information generated from StopThreadLoadingRequest.proto</summary> - public static partial class StopThreadLoadingRequestReflection { - - #region Descriptor - /// <summary>File descriptor for StopThreadLoadingRequest.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StopThreadLoadingRequestReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch5TdG9wVGhyZWFkTG9hZGluZ1JlcXVlc3QucHJvdG8SF1RhbmdvLlBNUi5U", - "aHJlYWRMb2FkaW5nIhoKGFN0b3BUaHJlYWRMb2FkaW5nUmVxdWVzdEIjCiFj", - "b20udHdpbmUudGFuZ28ucG1yLnRocmVhZGxvYWRpbmdiBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ThreadLoading.StopThreadLoadingRequest), global::Tango.PMR.ThreadLoading.StopThreadLoadingRequest.Parser, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StopThreadLoadingRequest : pb::IMessage<StopThreadLoadingRequest> { - private static readonly pb::MessageParser<StopThreadLoadingRequest> _parser = new pb::MessageParser<StopThreadLoadingRequest>(() => new StopThreadLoadingRequest()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StopThreadLoadingRequest> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.ThreadLoading.StopThreadLoadingRequestReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StopThreadLoadingRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StopThreadLoadingRequest(StopThreadLoadingRequest other) : this() { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StopThreadLoadingRequest Clone() { - return new StopThreadLoadingRequest(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StopThreadLoadingRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StopThreadLoadingRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StopThreadLoadingRequest other) { - if (other == null) { - return; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/ThreadLoading/StopThreadLoadingResponse.cs b/Software/Visual_Studio/Tango.PMR/ThreadLoading/StopThreadLoadingResponse.cs deleted file mode 100644 index e25210ceb..000000000 --- a/Software/Visual_Studio/Tango.PMR/ThreadLoading/StopThreadLoadingResponse.cs +++ /dev/null @@ -1,131 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: StopThreadLoadingResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.ThreadLoading { - - /// <summary>Holder for reflection information generated from StopThreadLoadingResponse.proto</summary> - public static partial class StopThreadLoadingResponseReflection { - - #region Descriptor - /// <summary>File descriptor for StopThreadLoadingResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static StopThreadLoadingResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch9TdG9wVGhyZWFkTG9hZGluZ1Jlc3BvbnNlLnByb3RvEhdUYW5nby5QTVIu", - "VGhyZWFkTG9hZGluZyIbChlTdG9wVGhyZWFkTG9hZGluZ1Jlc3BvbnNlQiMK", - "IWNvbS50d2luZS50YW5nby5wbXIudGhyZWFkbG9hZGluZ2IGcHJvdG8z")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ThreadLoading.StopThreadLoadingResponse), global::Tango.PMR.ThreadLoading.StopThreadLoadingResponse.Parser, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class StopThreadLoadingResponse : pb::IMessage<StopThreadLoadingResponse> { - private static readonly pb::MessageParser<StopThreadLoadingResponse> _parser = new pb::MessageParser<StopThreadLoadingResponse>(() => new StopThreadLoadingResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<StopThreadLoadingResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.ThreadLoading.StopThreadLoadingResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StopThreadLoadingResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StopThreadLoadingResponse(StopThreadLoadingResponse other) : this() { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public StopThreadLoadingResponse Clone() { - return new StopThreadLoadingResponse(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as StopThreadLoadingResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(StopThreadLoadingResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(StopThreadLoadingResponse other) { - if (other == null) { - return; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/ThreadLoading/ThreadLoadingState.cs b/Software/Visual_Studio/Tango.PMR/ThreadLoading/ThreadLoadingState.cs deleted file mode 100644 index 5eca15290..000000000 --- a/Software/Visual_Studio/Tango.PMR/ThreadLoading/ThreadLoadingState.cs +++ /dev/null @@ -1,53 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ThreadLoadingState.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.ThreadLoading { - - /// <summary>Holder for reflection information generated from ThreadLoadingState.proto</summary> - public static partial class ThreadLoadingStateReflection { - - #region Descriptor - /// <summary>File descriptor for ThreadLoadingState.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static ThreadLoadingStateReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "ChhUaHJlYWRMb2FkaW5nU3RhdGUucHJvdG8SF1RhbmdvLlBNUi5UaHJlYWRM", - "b2FkaW5nKo4BChJUaHJlYWRMb2FkaW5nU3RhdGUSCAoETm9uZRAAEg0KCVBy", - "ZXBhcmluZxABEhMKD1JlYWR5Rm9yTG9hZGluZxACEhQKEFByZXBhcmF0aW9u", - "RXJyb3IQAxIOCgpGaW5hbGl6aW5nEAQSFQoRRmluYWxpemF0aW9uRXJyb3IQ", - "BRINCglDb21wbGV0ZWQQBkIjCiFjb20udHdpbmUudGFuZ28ucG1yLnRocmVh", - "ZGxvYWRpbmdiBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.ThreadLoading.ThreadLoadingState), }, null)); - } - #endregion - - } - #region Enums - public enum ThreadLoadingState { - [pbr::OriginalName("None")] None = 0, - [pbr::OriginalName("Preparing")] Preparing = 1, - [pbr::OriginalName("ReadyForLoading")] ReadyForLoading = 2, - [pbr::OriginalName("PreparationError")] PreparationError = 3, - [pbr::OriginalName("Finalizing")] Finalizing = 4, - [pbr::OriginalName("FinalizationError")] FinalizationError = 5, - [pbr::OriginalName("Completed")] Completed = 6, - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/ThreadLoading/TryThreadLoadingRequest.cs b/Software/Visual_Studio/Tango.PMR/ThreadLoading/TryThreadLoadingRequest.cs deleted file mode 100644 index 2358bcdda..000000000 --- a/Software/Visual_Studio/Tango.PMR/ThreadLoading/TryThreadLoadingRequest.cs +++ /dev/null @@ -1,131 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: TryThreadLoadingRequest.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.ThreadLoading { - - /// <summary>Holder for reflection information generated from TryThreadLoadingRequest.proto</summary> - public static partial class TryThreadLoadingRequestReflection { - - #region Descriptor - /// <summary>File descriptor for TryThreadLoadingRequest.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static TryThreadLoadingRequestReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch1UcnlUaHJlYWRMb2FkaW5nUmVxdWVzdC5wcm90bxIXVGFuZ28uUE1SLlRo", - "cmVhZExvYWRpbmciGQoXVHJ5VGhyZWFkTG9hZGluZ1JlcXVlc3RCIwohY29t", - "LnR3aW5lLnRhbmdvLnBtci50aHJlYWRsb2FkaW5nYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ThreadLoading.TryThreadLoadingRequest), global::Tango.PMR.ThreadLoading.TryThreadLoadingRequest.Parser, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class TryThreadLoadingRequest : pb::IMessage<TryThreadLoadingRequest> { - private static readonly pb::MessageParser<TryThreadLoadingRequest> _parser = new pb::MessageParser<TryThreadLoadingRequest>(() => new TryThreadLoadingRequest()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<TryThreadLoadingRequest> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.ThreadLoading.TryThreadLoadingRequestReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public TryThreadLoadingRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public TryThreadLoadingRequest(TryThreadLoadingRequest other) : this() { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public TryThreadLoadingRequest Clone() { - return new TryThreadLoadingRequest(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as TryThreadLoadingRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(TryThreadLoadingRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(TryThreadLoadingRequest other) { - if (other == null) { - return; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/Software/Visual_Studio/Tango.PMR/ThreadLoading/TryThreadLoadingResponse.cs b/Software/Visual_Studio/Tango.PMR/ThreadLoading/TryThreadLoadingResponse.cs deleted file mode 100644 index 5e6e9631b..000000000 --- a/Software/Visual_Studio/Tango.PMR/ThreadLoading/TryThreadLoadingResponse.cs +++ /dev/null @@ -1,131 +0,0 @@ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: TryThreadLoadingResponse.proto -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace Tango.PMR.ThreadLoading { - - /// <summary>Holder for reflection information generated from TryThreadLoadingResponse.proto</summary> - public static partial class TryThreadLoadingResponseReflection { - - #region Descriptor - /// <summary>File descriptor for TryThreadLoadingResponse.proto</summary> - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static TryThreadLoadingResponseReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Ch5UcnlUaHJlYWRMb2FkaW5nUmVzcG9uc2UucHJvdG8SF1RhbmdvLlBNUi5U", - "aHJlYWRMb2FkaW5nIhoKGFRyeVRocmVhZExvYWRpbmdSZXNwb25zZUIjCiFj", - "b20udHdpbmUudGFuZ28ucG1yLnRocmVhZGxvYWRpbmdiBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::Tango.PMR.ThreadLoading.TryThreadLoadingResponse), global::Tango.PMR.ThreadLoading.TryThreadLoadingResponse.Parser, null, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class TryThreadLoadingResponse : pb::IMessage<TryThreadLoadingResponse> { - private static readonly pb::MessageParser<TryThreadLoadingResponse> _parser = new pb::MessageParser<TryThreadLoadingResponse>(() => new TryThreadLoadingResponse()); - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser<TryThreadLoadingResponse> Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::Tango.PMR.ThreadLoading.TryThreadLoadingResponseReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public TryThreadLoadingResponse() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public TryThreadLoadingResponse(TryThreadLoadingResponse other) : this() { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public TryThreadLoadingResponse Clone() { - return new TryThreadLoadingResponse(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as TryThreadLoadingResponse); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(TryThreadLoadingResponse other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return true; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(TryThreadLoadingResponse other) { - if (other == null) { - return; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - input.SkipLastField(); - break; - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code |
