Click or drag to resize

MultiProtocolFrameParserInjectSimulatedTimestamp Property

Gets or sets flag indicating whether or not to inject local system time into parsed data frames.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public bool InjectSimulatedTimestamp { get; set; }
View Source

Property Value

Boolean
Remarks
When connection is made to a file for replay purposes or consumer doesn't trust remote clock source, this flag can be set to true replace all frame timestamps with a UTC timestamp derived from the local system clock.
See Also