Click or drag to resize
Grid Solutions Framework

CsvInputAdapterUseHighResolutionInputTimer Property

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

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

Property Value

Boolean
Remarks
Useful when input needs be accurately time-aligned to a specified frame rate. Maximum interval is 1ms (1000 FPS). Set to false if faster inputs are needed, e.g., 0.3333333ms (3000 FPS) or greater.
See Also