Click or drag to resize
Grid Solutions Framework

CsvInputAdapterUseHighResolutionInputTimer Property

Gets or sets flag that determines if a high-resolution precision timer should be used for CSV file based input.

Namespace: CsvAdapters
Assembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(false)]
public bool UseHighResolutionInputTimer { get; set; }
View Source

Property Value

Boolean
Remarks
Useful when input frames need be accurately time-aligned to the local clock to better simulate an input device and calculate downstream latencies.
This is only applicable when connection is made to a file for replay purposes.
See Also