Click or drag to resize

TemporalMeasurement(IMeasurement, Double, Double) Constructor

Constructs a new TemporalMeasurement given the specified parameters.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public TemporalMeasurement(
	IMeasurement measurement,
	double lagTime,
	double leadTime
)
View Source

Parameters

measurement  IMeasurement
Source IMeasurement value.
lagTime  Double
Past time deviation tolerance, in seconds - this becomes the amount of time to wait before publishing begins.
leadTime  Double
Future time deviation tolerance, in seconds - this becomes the tolerated +/- accuracy of the local clock to real-time.
See Also