StartMeasurementOp interface changed: OutputPath is the first argment

This commit is contained in:
Milan Hanajik
2015-09-22 17:03:26 +02:00
parent 2985338d7e
commit d7e6a69ca9
10 changed files with 27 additions and 25 deletions
@@ -243,8 +243,10 @@ namespace TBF.BenchControl.TestMethods.FlyingStartCollectionMethod
State.Create("FlyingStartCollectionMethod : Starting the test")
.AddOperation(checkUiOp)
.AddOperations(measureOperations)
.AddOperation(cBrd.StartMeasurementOp(outPath.FlowMeter, outPath.Diverter, Elde.TestMethods.Diverter | Elde.TestMethods.Synchro,
totalPulses, (float)test.TolerRed))
.AddOperation(cBrd.StartMeasurementOp(outPath,
Elde.TestMethods.Diverter | Elde.TestMethods.Synchro,
totalPulses,
(float)test.TolerRed))
.EnterState();
do
{