TURA_SPECIAL : MaxOptoDataCount = 250000
This commit is contained in:
parent
774f561fcf
commit
3ac90ee622
@ -19,8 +19,11 @@ namespace TBF.BenchControl.TestMethods.iPerlCommunication.iPerlHead
|
||||
private static readonly ILog log = LogManager.GetLogger(typeof(IperlHead));
|
||||
public override string ToString() { return string.Format("iPerl({0})", Cfg.ToString(1)); }
|
||||
|
||||
|
||||
#if TURA_SPECIAL
|
||||
public const int MaxOptoDataCount = 250000;
|
||||
#else
|
||||
public const int MaxOptoDataCount = 40000;
|
||||
#endif
|
||||
public const int StartOptoDataCount = MaxOptoDataCount / 2;
|
||||
public const int EndOptoDataCount = MaxOptoDataCount - StartOptoDataCount;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user