diff options
| author | Mirta <mirta@twine-s.com> | 2020-12-30 16:39:52 +0200 |
|---|---|---|
| committer | Mirta <mirta@twine-s.com> | 2020-12-30 16:39:52 +0200 |
| commit | 00a491d93733d4625ad329b2ba8237f445364b3f (patch) | |
| tree | 4b24c6fa78d7648f4bb7cefafa464bb0b063fec4 /Software/Visual_Studio/Tango.PMR/Connection | |
| parent | 124ad4150f80c6846fdee41dbbda9848c105f6e5 (diff) | |
| download | Tango-00a491d9.tar.gz Tango-00a491d9.zip | |
merge
Diffstat (limited to 'Software/Visual_Studio/Tango.PMR/Connection')
| -rw-r--r-- | Software/Visual_Studio/Tango.PMR/Connection/ConnectResponse.cs | 36 | ||||
| -rw-r--r-- | Software/Visual_Studio/Tango.PMR/Connection/DeviceInformation.cs | 39 |
2 files changed, 8 insertions, 67 deletions
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; - } } } } |
