CalibFactor included in 'summaryResults', version 1.5.97.

This commit is contained in:
Milan Hanajik
2015-08-24 15:16:14 +02:00
parent d4399c23ca
commit da01b1fe61
5 changed files with 17 additions and 10 deletions
@@ -460,6 +460,7 @@ namespace TBF.BenchControl.TestMethods.FlyingStartCollectionMethod
tstRslt.Meters[i].Time = (float)(iPerl.TimestampSecEnd - iPerl.TimestampSecStart);
tstRslt.Meters[i].TimeStart = (float)iPerl.TimestampSecStart;
tstRslt.Meters[i].TimeEnd = (float)iPerl.TimestampSecEnd;
tstRslt.Meters[i].CalibFactor = (iPerl.CalibrationStruct != null) ? iPerl.CalibrationStruct.Calibration : 0;
}
else
{