MultiProtocolFrameParserUseHighResolutionInputTimer Property
Gets or sets flag that determines if a high-resolution precision timer should be used for file based input.
Namespace: Gemstone.PhasorProtocolsAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.155 -- Release Build+e0712c061c586a83529028b96d7dab34b7d8eae9
public bool UseHighResolutionInputTimer { get; set; }
Public Property UseHighResolutionInputTimer As Boolean
Get
Set
public:
property bool UseHighResolutionInputTimer {
bool get ();
void set (bool value);
}
function get_UseHighResolutionInputTimer();
function set_UseHighResolutionInputTimer(value);
Property Value
Boolean
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.