aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/Tango.PPC.Synchronization.csproj
blob: 066aaac442f47496e03db084eca7d11c6d778ff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{729455D4-C384-4497-AF5D-0A598F86DAC6}</ProjectGuid>
    <OutputType>library</OutputType>
    <RootNamespace>Tango.PPC.Synchronization</RootNamespace>
    <AssemblyName>Tango.PPC.Synchronization</AssemblyName>
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>..\..\..\Build\PPC\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>..\..\..\Build\PPC\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
      <HintPath>..\..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
    </Reference>
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
      <HintPath>..\..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
    </Reference>
    <Reference Include="FontAwesome.WPF, Version=4.7.0.37774, Culture=neutral, PublicKeyToken=0758b07a11a4f466, processorArchitecture=MSIL">
      <HintPath>..\..\..\packages\FontAwesome.WPF.4.7.0.9\lib\net40\FontAwesome.WPF.dll</HintPath>
    </Reference>
    <Reference Include="Google.Protobuf, Version=3.4.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
      <HintPath>..\..\..\packages\Google.Protobuf.3.4.1\lib\net45\Google.Protobuf.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.ComponentModel.DataAnnotations" />
    <Reference Include="System.Data" />
    <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\..\..\packages\Expression.Blend.Sdk.1.0.2\lib\net45\System.Windows.Interactivity.dll</HintPath>
    </Reference>
    <Reference Include="System.Xml" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Core" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="System.Net.Http" />
    <Reference Include="System.Xaml">
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
    </Reference>
    <Reference Include="WindowsBase" />
    <Reference Include="PresentationCore" />
    <Reference Include="PresentationFramework" />
  </ItemGroup>
  <ItemGroup>
    <Page Include="App.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Views\MainView.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\..\..\Versioning\GlobalVersionInfo.cs">
      <Link>GlobalVersionInfo.cs</Link>
    </Compile>
    <Compile Include="MyModule.cs" />
    <Compile Include="Properties\AssemblyInfo.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Settings.settings</DependentUpon>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    </Compile>
    <Compile Include="ViewModelLocator.cs" />
    <Compile Include="ViewModels\MainViewVM.cs" />
    <Compile Include="Views\MainView.xaml.cs">
      <DependentUpon>MainView.xaml</DependentUpon>
    </Compile>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
    <None Include="app.config" />
    <None Include="packages.config" />
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\..\Tango.BL\Tango.BL.csproj">
      <Project>{f441feee-322a-4943-b566-110e12fd3b72}</Project>
      <Name>Tango.BL</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\Tango.Core\Tango.Core.csproj">
      <Project>{a34ee0f0-649d-41c8-8489-b6f1cc6924ee}</Project>
      <Name>Tango.Core</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\Tango.DragAndDrop\Tango.DragAndDrop.csproj">
      <Project>{b112d89a-a106-41ae-a0c1-4abc84c477f5}</Project>
      <Name>Tango.DragAndDrop</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\Tango.Logging\Tango.Logging.csproj">
      <Project>{bc932dbd-7cdb-488c-99e4-f02cf441f55e}</Project>
      <Name>Tango.Logging</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\Tango.PMR\Tango.PMR.csproj">
      <Project>{e4927038-348d-4295-aaf4-861c58cb3943}</Project>
      <Name>Tango.PMR</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\Tango.Settings\Tango.Settings.csproj">
      <Project>{d8f1ad85-526a-4f50-b6dc-d437af63d8d8}</Project>
      <Name>Tango.Settings</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\Tango.SharedUI\Tango.SharedUI.csproj">
      <Project>{8491d07b-c1f6-4b62-a412-41b9fd2d6538}</Project>
      <Name>Tango.SharedUI</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\Tango.Touch\Tango.Touch.csproj">
      <Project>{fd86424c-6e84-491b-8df9-3d0f5c236a2a}</Project>
      <Name>Tango.Touch</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\Tango.Transport\Tango.Transport.csproj">
      <Project>{74e700b0-1156-4126-be40-ee450d3c3026}</Project>
      <Name>Tango.Transport</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Tango.PPC.Common\Tango.PPC.Common.csproj">
      <Project>{0be74eee-22cb-4dba-b896-793b9e1a3ac0}</Project>
      <Name>Tango.PPC.Common</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\ppc-module.png" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <ProjectExtensions>
    <VisualStudio>
      <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>
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: ConfigurationParameters.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 ConfigurationParameters.proto</summary>
  public static partial class ConfigurationParametersReflection {

    #region Descriptor
    /// <summary>File descriptor for ConfigurationParameters.proto</summary>
    public static pbr::FileDescriptor Descriptor {
      get { return descriptor; }
    }
    private static pbr::FileDescriptor descriptor;

    static ConfigurationParametersReflection() {
      byte[] descriptorData = global::System.Convert.FromBase64String(
          string.Concat(
            "Ch1Db25maWd1cmF0aW9uUGFyYW1ldGVycy5wcm90bxIcVGFuZ28uUE1SLkVt",
            "YmVkZGVkUGFyYW1ldGVycyLXBQoXQ29uZmlndXJhdGlvblBhcmFtZXRlcnMS",
            "GAoQQnJlYWtTZW5zb3JMaW1pdBgBIAEoDRIhChlEaWFnbm9zdGljQ29sbGVj",
            "dGlvbkxpbWl0GAIgASgNEhoKEk92ZXJIZWF0Q291bnRMaW1pdBgDIAEoDRIb",
            "ChNVbmRlckhlYXRDb3VudExpbWl0GAQgASgNEhkKEUNsb3NlVmFsdmVUaW1l",
            "b3V0GAUgASgNEhgKEE9wZW5WYWx2ZVRpbWVvdXQYBiABKA0SIAoYSW5pdGlh",
            "bERpc3BlbnNlclByZXNzdXJlGAcgASgBEh8KF0luaXRpYWxEaXNwZW5zZXJU",
            "aW1lb3V0GAggASgNEh8KF0luaXRpYWxEaXNwZW5zZXJUaW1lTGFnGAkgASgN",
            "EiMKG0Rpc3BlbnNlckJ1aWxkUHJlc3N1cmVTcGVlZBgKIAEoDRIjChtEaXNw",
            "ZW5zZXJCdWlsZFByZXNzdXJlTGltaXQYCyABKAESJQodRGlzcGVuc2VyQnVp",
            "bGRQcmVzc3VyZVRpbWVvdXQYDCABKA0SIQoZRGlzcGVuc2VyQnVpbGRQcmVz",
            "c3VyZUxhZxgNIAEoDRIkChxBQ0hlYXRlcnNMb3dlck9wZXJhdGlvbkxpbWl0",
            "GA4gASgNEiQKHEFDSGVhdGVyc1VwcGVyT3BlcmF0aW9uTGltaXQYDyABKA0S",
            "JAocRENIZWF0ZXJzTG93ZXJPcGVyYXRpb25MaW1pdBgQIAEoDRIkChxEQ0hl",
            "YXRlcnNVcHBlck9wZXJhdGlvbkxpbWl0GBEgASgNEiEKGU1pZFRhbmtQcmVz",
            "c3VyZUNvcnJlY3Rpb24YEiABKAESHwoXRGlzcGVuc2VyUHJlc2VnbWVudFdG",
            "Q0YYEyABKAESIgoaU3RhcnRIZWF0aW5nT25Jbml0U2VxdWVuY2UYFCABKAgS",
            "GQoRR2VuZXJhbFBhcmFtZXRlcnMYFSADKAFCKAomY29tLnR3aW5lLnRhbmdv",
            "LnBtci5lbWJlZGRlZHBhcmFtZXRlcnNiBnByb3RvMw=="));
      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" }, null, null, null)
          }));
    }
    #endregion

  }
  #region Messages
  public sealed partial class ConfigurationParameters : pb::IMessage<ConfigurationParameters> {
    private static readonly pb::MessageParser<ConfigurationParameters> _parser = new pb::MessageParser<ConfigurationParameters>(() => new ConfigurationParameters());
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public static pb::MessageParser<ConfigurationParameters> Parser { get { return _parser; } }

    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public static pbr::MessageDescriptor Descriptor {
      get { return global::Tango.PMR.EmbeddedParameters.ConfigurationParametersReflection.Descriptor.MessageTypes[0]; }
    }

    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    pbr::MessageDescriptor pb::IMessage.Descriptor {
      get { return Descriptor; }
    }

    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public ConfigurationParameters() {
      OnConstruction();
    }

    partial void OnConstruction();

    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public ConfigurationParameters(ConfigurationParameters other) : this() {
      breakSensorLimit_ = other.breakSensorLimit_;
      diagnosticCollectionLimit_ = other.diagnosticCollectionLimit_;
      overHeatCountLimit_ = other.overHeatCountLimit_;
      underHeatCountLimit_ = other.underHeatCountLimit_;
      closeValveTimeout_ = other.closeValveTimeout_;
      openValveTimeout_ = other.openValveTimeout_;
      initialDispenserPressure_ = other.initialDispenserPressure_;
      initialDispenserTimeout_ = other.initialDispenserTimeout_;
      initialDispenserTimeLag_ = other.initialDispenserTimeLag_;
      dispenserBuildPressureSpeed_ = other.dispenserBuildPressureSpeed_;
      dispenserBuildPressureLimit_ = other.dispenserBuildPressureLimit_;
      dispenserBuildPressureTimeout_ = other.dispenserBuildPressureTimeout_;
      dispenserBuildPressureLag_ = other.dispenserBuildPressureLag_;
      aCHeatersLowerOperationLimit_ = other.aCHeatersLowerOperationLimit_;
      aCHeatersUpperOperationLimit_ = other.aCHeatersUpperOperationLimit_;
      dCHeatersLowerOperationLimit_ = other.dCHeatersLowerOperationLimit_;
      dCHeatersUpperOperationLimit_ = other.dCHeatersUpperOperationLimit_;
      midTankPressureCorrection_ = other.midTankPressureCorrection_;
      dispenserPresegmentWFCF_ = other.dispenserPresegmentWFCF_;
      startHeatingOnInitSequence_ = other.startHeatingOnInitSequence_;
      generalParameters_ = other.generalParameters_.Clone();
    }

    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public ConfigurationParameters Clone() {
      return new ConfigurationParameters(this);
    }

    /// <summary>Field number for the "BreakSensorLimit" field.</summary>
    public const int BreakSensorLimitFieldNumber = 1;
    private uint breakSensorLimit_;
    /// <summary>
    ///#define BREAK_SENSOR_LIMIT 10
    /// </summary>
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public uint BreakSensorLimit {
      get { return breakSensorLimit_; }
      set {
        breakSensorLimit_ = value;
      }
    }

    /// <summary>Field number for the "DiagnosticCollectionLimit" field.</summary>
    public const int DiagnosticCollectionLimitFieldNumber = 2;
    private uint diagnosticCollectionLimit_;
    /// <summary>
    ///#define Diagnostics send interval in milliseconds 2
    /// </summary>
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public uint DiagnosticCollectionLimit {
      get { return diagnosticCollectionLimit_; }
      set {
        diagnosticCollectionLimit_ = value;
      }
    }

    /// <summary>Field number for the "OverHeatCountLimit" field.</summary>
    public const int OverHeatCountLimitFieldNumber = 3;
    private uint overHeatCountLimit_;
    /// <summary>
    ///#define OVERHEAT_COUNT_LIMIT 3
    /// </summary>
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public uint OverHeatCountLimit {
      get { return overHeatCountLimit_; }
      set {
        overHeatCountLimit_ = value;
      }
    }

    /// <summary>Field number for the "UnderHeatCountLimit" field.</summary>
    public const int UnderHeatCountLimitFieldNumber = 4;
    private uint underHeatCountLimit_;
    /// <summary>
    ///#define UNDERHEAT_COUNT_LIMIT 3
    /// </summary>
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public uint UnderHeatCountLimit {
      get { return underHeatCountLimit_; }
      set {
        underHeatCountLimit_ = value;
      }
    }

    /// <summary>Field number for the "CloseValveTimeout" field.</summary>
    public const int CloseValveTimeoutFieldNumber = 5;
    private uint closeValveTimeout_;
    /// <summary>
    ///uint32_t CloseValveTimeout = 250;
    /// </summary>
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public uint CloseValveTimeout {
      get { return closeValveTimeout_; }
      set {
        closeValveTimeout_ = value;
      }
    }

    /// <summary>Field number for the "OpenValveTimeout" field.</summary>
    public const int OpenValveTimeoutFieldNumber = 6;
    private uint openValveTimeout_;
    /// <summary>
    ///uint32_t OpenValveTimeout = 250;
    /// </summary>
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public uint OpenValveTimeout {
      get { return openValveTimeout_; }
      set {
        openValveTimeout_ = value;
      }
    }

    /// <summary>Field number for the "InitialDispenserPressure" field.</summary>
    public const int InitialDispenserPressureFieldNumber = 7;
    private double initialDispenserPressure_;
    /// <summary>
    ///#define INITIAL_DISPENSER_PRESSURE 0.10
    /// </summary>
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public double InitialDispenserPressure {
      get { return initialDispenserPressure_; }
      set {
        initialDispenserPressure_ = value;
      }
    }

    /// <summary>Field number for the "InitialDispenserTimeout" field.</summary>
    public const int InitialDispenserTimeoutFieldNumber = 8;
    private uint initialDispenserTimeout_;
    /// <summary>
    ///#define INITIAL_DISPENSER_TIMEOUT_LIMIT 10000
    /// </summary>
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public uint InitialDispenserTimeout {
      get { return initialDispenserTimeout_; }
      set {
        initialDispenserTimeout_ = value;
      }
    }

    /// <summary>Field number for the "InitialDispenserTimeLag" field.</summary>
    public const int InitialDispenserTimeLagFieldNumber = 9;
    private uint initialDispenserTimeLag_;
    /// <summary>
    ///#define INITIAL_DISPENSER_TIMEOUT 100
    /// </summary>
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public uint InitialDispenserTimeLag {
      get { return initialDispenserTimeLag_; }
      set {
        initialDispenserTimeLag_ = value;
      }
    }

    /// <summary>Field number for the "DispenserBuildPressureSpeed" field.</summary>
    public const int DispenserBuildPressureSpeedFieldNumber = 10;
    private uint dispenserBuildPressureSpeed_;
    /// <summary>
    ///#define DISPENSER_BUILD_PRESSURE_SPEED 500
    /// </summary>
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public uint DispenserBuildPressureSpeed {
      get { return dispenserBuildPressureSpeed_; }
      set {
        dispenserBuildPressureSpeed_ = value;
      }
    }

    /// <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_; }
      set {
        dispenserBuildPressureLimit_ = value;
      }
    }

    /// <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_; }
      set {
        dispenserBuildPressureTimeout_ = value;
      }
    }

    /// <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_; }
      set {
        dispenserBuildPressureLag_ = value;
      }
    }

    /// <summary>Field number for the "ACHeatersLowerOperationLimit" field.</summary>
    public const int ACHeatersLowerOperationLimitFieldNumber = 14;
    private uint aCHeatersLowerOperationLimit_;
    /// <summary>
    ///sets the temperature frame for approving job start - in promil above and beyond target temperatures
    /// </summary>
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public uint ACHeatersLowerOperationLimit {
      get { return aCHeatersLowerOperationLimit_; }
      set {
        aCHeatersLowerOperationLimit_ = value;
      }
    }

    /// <summary>Field number for the "ACHeatersUpperOperationLimit" field.</summary>
    public const int ACHeatersUpperOperationLimitFieldNumber = 15;
    private uint aCHeatersUpperOperationLimit_;
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public uint ACHeatersUpperOperationLimit {
      get { return aCHeatersUpperOperationLimit_; }
      set {
        aCHeatersUpperOperationLimit_ = value;
      }
    }

    /// <summary>Field number for the "DCHeatersLowerOperationLimit" field.</summary>
    public const int DCHeatersLowerOperationLimitFieldNumber = 16;
    private uint dCHeatersLowerOperationLimit_;
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public uint DCHeatersLowerOperationLimit {
      get { return dCHeatersLowerOperationLimit_; }
      set {
        dCHeatersLowerOperationLimit_ = value;
      }
    }

    /// <summary>Field number for the "DCHeatersUpperOperationLimit" field.</summary>
    public const int DCHeatersUpperOperationLimitFieldNumber = 17;
    private uint dCHeatersUpperOperationLimit_;
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public uint DCHeatersUpperOperationLimit {
      get { return dCHeatersUpperOperationLimit_; }
      set {
        dCHeatersUpperOperationLimit_ = value;
      }
    }

    /// <summary>Field number for the "MidTankPressureCorrection" field.</summary>
    public const int MidTankPressureCorrectionFieldNumber = 18;
    private double midTankPressureCorrection_;
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public double MidTankPressureCorrection {
      get { return midTankPressureCorrection_; }
      set {
        midTankPressureCorrection_ = value;
      }
    }

    /// <summary>Field number for the "DispenserPresegmentWFCF" field.</summary>
    public const int DispenserPresegmentWFCFFieldNumber = 19;
    private double dispenserPresegmentWFCF_;
    /// <summary>
    ///Waste Flow Correction Factor
    /// </summary>
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public double DispenserPresegmentWFCF {
      get { return dispenserPresegmentWFCF_; }
      set {
        dispenserPresegmentWFCF_ = value;
      }
    }

    /// <summary>Field number for the "StartHeatingOnInitSequence" field.</summary>
    public const int StartHeatingOnInitSequenceFieldNumber = 20;
    private bool startHeatingOnInitSequence_;
    /// <summary>
    ///disable heating start on init
    /// </summary>
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public bool StartHeatingOnInitSequence {
      get { return startHeatingOnInitSequence_; }
      set {
        startHeatingOnInitSequence_ = value;
      }
    }

    /// <summary>Field number for the "GeneralParameters" field.</summary>
    public const int GeneralParametersFieldNumber = 21;
    private static readonly pb::FieldCodec<double> _repeated_generalParameters_codec
        = pb::FieldCodec.ForDouble(170);
    private readonly pbc::RepeatedField<double> generalParameters_ = new pbc::RepeatedField<double>();
    /// <summary>
    /// general storage for parameters that do not have a specific name updated
    /// </summary>
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public pbc::RepeatedField<double> GeneralParameters {
      get { return generalParameters_; }
    }

    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public override bool Equals(object other) {
      return Equals(other as ConfigurationParameters);
    }

    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public bool Equals(ConfigurationParameters other) {
      if (ReferenceEquals(other, null)) {
        return false;
      }
      if (ReferenceEquals(other, this)) {
        return true;
      }
      if (BreakSensorLimit != other.BreakSensorLimit) return false;
      if (DiagnosticCollectionLimit != other.DiagnosticCollectionLimit) return false;
      if (OverHeatCountLimit != other.OverHeatCountLimit) return false;
      if (UnderHeatCountLimit != other.UnderHeatCountLimit) return false;
      if (CloseValveTimeout != other.CloseValveTimeout) return false;
      if (OpenValveTimeout != other.OpenValveTimeout) return false;
      if (InitialDispenserPressure != other.InitialDispenserPressure) return false;
      if (InitialDispenserTimeout != other.InitialDispenserTimeout) return false;
      if (InitialDispenserTimeLag != other.InitialDispenserTimeLag) return false;
      if (DispenserBuildPressureSpeed != other.DispenserBuildPressureSpeed) return false;
      if (DispenserBuildPressureLimit != other.DispenserBuildPressureLimit) return false;
      if (DispenserBuildPressureTimeout != other.DispenserBuildPressureTimeout) return false;
      if (DispenserBuildPressureLag != other.DispenserBuildPressureLag) return false;
      if (ACHeatersLowerOperationLimit != other.ACHeatersLowerOperationLimit) return false;
      if (ACHeatersUpperOperationLimit != other.ACHeatersUpperOperationLimit) return false;
      if (DCHeatersLowerOperationLimit != other.DCHeatersLowerOperationLimit) return false;
      if (DCHeatersUpperOperationLimit != other.DCHeatersUpperOperationLimit) return false;
      if (MidTankPressureCorrection != other.MidTankPressureCorrection) return false;
      if (DispenserPresegmentWFCF != other.DispenserPresegmentWFCF) return false;
      if (StartHeatingOnInitSequence != other.StartHeatingOnInitSequence) return false;
      if(!generalParameters_.Equals(other.generalParameters_)) return false;
      return true;
    }

    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public override int GetHashCode() {
      int hash = 1;
      if (BreakSensorLimit != 0) hash ^= BreakSensorLimit.GetHashCode();
      if (DiagnosticCollectionLimit != 0) hash ^= DiagnosticCollectionLimit.GetHashCode();
      if (OverHeatCountLimit != 0) hash ^= OverHeatCountLimit.GetHashCode();
      if (UnderHeatCountLimit != 0) hash ^= UnderHeatCountLimit.GetHashCode();
      if (CloseValveTimeout != 0) hash ^= CloseValveTimeout.GetHashCode();
      if (OpenValveTimeout != 0) hash ^= OpenValveTimeout.GetHashCode();
      if (InitialDispenserPressure != 0D) hash ^= InitialDispenserPressure.GetHashCode();
      if (InitialDispenserTimeout != 0) hash ^= InitialDispenserTimeout.GetHashCode();
      if (InitialDispenserTimeLag != 0) hash ^= InitialDispenserTimeLag.GetHashCode();
      if (DispenserBuildPressureSpeed != 0) hash ^= DispenserBuildPressureSpeed.GetHashCode();
      if (DispenserBuildPressureLimit != 0D) hash ^= DispenserBuildPressureLimit.GetHashCode();
      if (DispenserBuildPressureTimeout != 0) hash ^= DispenserBuildPressureTimeout.GetHashCode();
      if (DispenserBuildPressureLag != 0) hash ^= DispenserBuildPressureLag.GetHashCode();
      if (ACHeatersLowerOperationLimit != 0) hash ^= ACHeatersLowerOperationLimit.GetHashCode();
      if (ACHeatersUpperOperationLimit != 0) hash ^= ACHeatersUpperOperationLimit.GetHashCode();
      if (DCHeatersLowerOperationLimit != 0) hash ^= DCHeatersLowerOperationLimit.GetHashCode();
      if (DCHeatersUpperOperationLimit != 0) hash ^= DCHeatersUpperOperationLimit.GetHashCode();
      if (MidTankPressureCorrection != 0D) hash ^= MidTankPressureCorrection.GetHashCode();
      if (DispenserPresegmentWFCF != 0D) hash ^= DispenserPresegmentWFCF.GetHashCode();
      if (StartHeatingOnInitSequence != false) hash ^= StartHeatingOnInitSequence.GetHashCode();
      hash ^= generalParameters_.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 (BreakSensorLimit != 0) {
        output.WriteRawTag(8);
        output.WriteUInt32(BreakSensorLimit);
      }
      if (DiagnosticCollectionLimit != 0) {
        output.WriteRawTag(16);
        output.WriteUInt32(DiagnosticCollectionLimit);
      }
      if (OverHeatCountLimit != 0) {
        output.WriteRawTag(24);
        output.WriteUInt32(OverHeatCountLimit);
      }
      if (UnderHeatCountLimit != 0) {
        output.WriteRawTag(32);
        output.WriteUInt32(UnderHeatCountLimit);
      }
      if (CloseValveTimeout != 0) {
        output.WriteRawTag(40);
        output.WriteUInt32(CloseValveTimeout);
      }
      if (OpenValveTimeout != 0) {
        output.WriteRawTag(48);
        output.WriteUInt32(OpenValveTimeout);
      }
      if (InitialDispenserPressure != 0D) {
        output.WriteRawTag(57);
        output.WriteDouble(InitialDispenserPressure);
      }
      if (InitialDispenserTimeout != 0) {
        output.WriteRawTag(64);
        output.WriteUInt32(InitialDispenserTimeout);
      }
      if (InitialDispenserTimeLag != 0) {
        output.WriteRawTag(72);
        output.WriteUInt32(InitialDispenserTimeLag);
      }
      if (DispenserBuildPressureSpeed != 0) {
        output.WriteRawTag(80);
        output.WriteUInt32(DispenserBuildPressureSpeed);
      }
      if (DispenserBuildPressureLimit != 0D) {
        output.WriteRawTag(89);
        output.WriteDouble(DispenserBuildPressureLimit);
      }
      if (DispenserBuildPressureTimeout != 0) {
        output.WriteRawTag(96);
        output.WriteUInt32(DispenserBuildPressureTimeout);
      }
      if (DispenserBuildPressureLag != 0) {
        output.WriteRawTag(104);
        output.WriteUInt32(DispenserBuildPressureLag);
      }
      if (ACHeatersLowerOperationLimit != 0) {
        output.WriteRawTag(112);
        output.WriteUInt32(ACHeatersLowerOperationLimit);
      }
      if (ACHeatersUpperOperationLimit != 0) {
        output.WriteRawTag(120);
        output.WriteUInt32(ACHeatersUpperOperationLimit);
      }
      if (DCHeatersLowerOperationLimit != 0) {
        output.WriteRawTag(128, 1);
        output.WriteUInt32(DCHeatersLowerOperationLimit);
      }
      if (DCHeatersUpperOperationLimit != 0) {
        output.WriteRawTag(136, 1);
        output.WriteUInt32(DCHeatersUpperOperationLimit);
      }
      if (MidTankPressureCorrection != 0D) {
        output.WriteRawTag(145, 1);
        output.WriteDouble(MidTankPressureCorrection);
      }
      if (DispenserPresegmentWFCF != 0D) {
        output.WriteRawTag(153, 1);
        output.WriteDouble(DispenserPresegmentWFCF);
      }
      if (StartHeatingOnInitSequence != false) {
        output.WriteRawTag(160, 1);
        output.WriteBool(StartHeatingOnInitSequence);
      }
      generalParameters_.WriteTo(output, _repeated_generalParameters_codec);
    }

    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public int CalculateSize() {
      int size = 0;
      if (BreakSensorLimit != 0) {
        size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BreakSensorLimit);
      }
      if (DiagnosticCollectionLimit != 0) {
        size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DiagnosticCollectionLimit);
      }
      if (OverHeatCountLimit != 0) {
        size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OverHeatCountLimit);
      }
      if (UnderHeatCountLimit != 0) {
        size += 1 + pb::CodedOutputStream.ComputeUInt32Size(UnderHeatCountLimit);
      }
      if (CloseValveTimeout != 0) {
        size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CloseValveTimeout);
      }
      if (OpenValveTimeout != 0) {
        size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OpenValveTimeout);
      }
      if (InitialDispenserPressure != 0D) {
        size += 1 + 8;
      }
      if (InitialDispenserTimeout != 0) {
        size += 1 + pb::CodedOutputStream.ComputeUInt32Size(InitialDispenserTimeout);
      }
      if (InitialDispenserTimeLag != 0) {
        size += 1 + pb::CodedOutputStream.ComputeUInt32Size(InitialDispenserTimeLag);
      }
      if (DispenserBuildPressureSpeed != 0) {
        size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DispenserBuildPressureSpeed);
      }
      if (DispenserBuildPressureLimit != 0D) {
        size += 1 + 8;
      }
      if (DispenserBuildPressureTimeout != 0) {
        size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DispenserBuildPressureTimeout);
      }
      if (DispenserBuildPressureLag != 0) {
        size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DispenserBuildPressureLag);
      }
      if (ACHeatersLowerOperationLimit != 0) {
        size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ACHeatersLowerOperationLimit);
      }
      if (ACHeatersUpperOperationLimit != 0) {
        size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ACHeatersUpperOperationLimit);
      }
      if (DCHeatersLowerOperationLimit != 0) {
        size += 2 + pb::CodedOutputStream.ComputeUInt32Size(DCHeatersLowerOperationLimit);
      }
      if (DCHeatersUpperOperationLimit != 0) {
        size += 2 + pb::CodedOutputStream.ComputeUInt32Size(DCHeatersUpperOperationLimit);
      }
      if (MidTankPressureCorrection != 0D) {
        size += 2 + 8;
      }
      if (DispenserPresegmentWFCF != 0D) {
        size += 2 + 8;
      }
      if (StartHeatingOnInitSequence != false) {
        size += 2 + 1;
      }
      size += generalParameters_.CalculateSize(_repeated_generalParameters_codec);
      return size;
    }

    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
    public void MergeFrom(ConfigurationParameters other) {
      if (other == null) {
        return;
      }
      if (other.BreakSensorLimit != 0) {
        BreakSensorLimit = other.BreakSensorLimit;
      }
      if (other.DiagnosticCollectionLimit != 0) {
        DiagnosticCollectionLimit = other.DiagnosticCollectionLimit;
      }
      if (other.OverHeatCountLimit != 0) {
        OverHeatCountLimit = other.OverHeatCountLimit;
      }
      if (other.UnderHeatCountLimit != 0) {
        UnderHeatCountLimit = other.UnderHeatCountLimit;
      }
      if (other.CloseValveTimeout != 0) {
        CloseValveTimeout = other.CloseValveTimeout;
      }
      if (other.OpenValveTimeout != 0) {
        OpenValveTimeout = other.OpenValveTimeout;
      }
      if (other.InitialDispenserPressure != 0D) {
        InitialDispenserPressure = other.InitialDispenserPressure;
      }
      if (other.InitialDispenserTimeout != 0) {
        InitialDispenserTimeout = other.InitialDispenserTimeout;
      }
      if (other.InitialDispenserTimeLag != 0) {
        InitialDispenserTimeLag = other.InitialDispenserTimeLag;
      }
      if (other.DispenserBuildPressureSpeed != 0) {
        DispenserBuildPressureSpeed = other.DispenserBuildPressureSpeed;
      }
      if (other.DispenserBuildPressureLimit != 0D) {
        DispenserBuildPressureLimit = other.DispenserBuildPressureLimit;
      }
      if (other.DispenserBuildPressureTimeout != 0) {
        DispenserBuildPressureTimeout = other.DispenserBuildPressureTimeout;
      }
      if (other.DispenserBuildPressureLag != 0) {
        DispenserBuildPressureLag = other.DispenserBuildPressureLag;
      }
      if (other.ACHeatersLowerOperationLimit != 0) {
        ACHeatersLowerOperationLimit = other.ACHeatersLowerOperationLimit;
      }
      if (other.ACHeatersUpperOperationLimit != 0) {
        ACHeatersUpperOperationLimit = other.ACHeatersUpperOperationLimit;
      }
      if (other.DCHeatersLowerOperationLimit != 0) {
        DCHeatersLowerOperationLimit = other.DCHeatersLowerOperationLimit;
      }
      if (other.DCHeatersUpperOperationLimit != 0) {
        DCHeatersUpperOperationLimit = other.DCHeatersUpperOperationLimit;
      }
      if (other.MidTankPressureCorrection != 0D) {
        MidTankPressureCorrection = other.MidTankPressureCorrection;
      }
      if (other.DispenserPresegmentWFCF != 0D) {
        DispenserPresegmentWFCF = other.DispenserPresegmentWFCF;
      }
      if (other.StartHeatingOnInitSequence != false) {
        StartHeatingOnInitSequence = other.StartHeatingOnInitSequence;
      }
      generalParameters_.Add(other.generalParameters_);
    }

    [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: {
            BreakSensorLimit = input.ReadUInt32();
            break;
          }
          case 16: {
            DiagnosticCollectionLimit = input.ReadUInt32();
            break;
          }
          case 24: {
            OverHeatCountLimit = input.ReadUInt32();
            break;
          }
          case 32: {
            UnderHeatCountLimit = input.ReadUInt32();
            break;
          }
          case 40: {
            CloseValveTimeout = input.ReadUInt32();
            break;
          }
          case 48: {
            OpenValveTimeout = input.ReadUInt32();
            break;
          }
          case 57: {
            InitialDispenserPressure = input.ReadDouble();
            break;
          }
          case 64: {
            InitialDispenserTimeout = input.ReadUInt32();
            break;
          }
          case 72: {
            InitialDispenserTimeLag = input.ReadUInt32();
            break;
          }
          case 80: {
            DispenserBuildPressureSpeed = input.ReadUInt32();
            break;
          }
          case 89: {
            DispenserBuildPressureLimit = input.ReadDouble();
            break;
          }
          case 96: {
            DispenserBuildPressureTimeout = input.ReadUInt32();
            break;
          }
          case 104: {
            DispenserBuildPressureLag = input.ReadUInt32();
            break;
          }
          case 112: {
            ACHeatersLowerOperationLimit = input.ReadUInt32();
            break;
          }
          case 120: {
            ACHeatersUpperOperationLimit = input.ReadUInt32();
            break;
          }
          case 128: {
            DCHeatersLowerOperationLimit = input.ReadUInt32();
            break;
          }
          case 136: {
            DCHeatersUpperOperationLimit = input.ReadUInt32();
            break;
          }
          case 145: {
            MidTankPressureCorrection = input.ReadDouble();
            break;
          }
          case 153: {
            DispenserPresegmentWFCF = input.ReadDouble();
            break;
          }
          case 160: {
            StartHeatingOnInitSequence = input.ReadBool();
            break;
          }
          case 170:
          case 169: {
            generalParameters_.AddEntriesFrom(input, _repeated_generalParameters_codec);
            break;
          }
        }
      }
    }

  }

  #endregion

}

#endregion Designer generated code