ulong --> UInt128 in all 'route' related variables, ver. 2.12.419

This commit is contained in:
Milan Hanajik
2016-12-12 17:39:12 +01:00
parent a782d3960a
commit dd62310e59
20 changed files with 78 additions and 65 deletions
@@ -13,6 +13,7 @@ using Config.Entities;
using TBF.BenchControl.Generic;
using TBF.BenchControl.GenericDevices;
using TBF.BenchControl.Sequences;
using Dirichlet.Numerics;
namespace TBF.BenchControl
{
@@ -217,7 +218,7 @@ namespace TBF.BenchControl
SequenceBase.PumpsWithFM = new List<IPumpFM>();
SequenceBase.WaterMeters = new List<IWaterMeter>();
SequenceBase.Cameras = new List<ICamera>();
ulong valvesToInvert = 0;
UInt128 valvesToInvert = 0;
foreach (var cmpnt in components)
{
if (cmpnt is Elde.ControlBoardDev) ControlBoard = cmpnt as Elde.ControlBoardDev;