Click or drag to resize

ICondition.Check Method

Implements checks to stream or trigger a file save.

Namespace: RAYLASE.PDA.API.CustomCondition
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.2.0
Syntax
C#
bool Check(
	double timestamp,
	ConcurrentDictionary<int, double> signals
)

Parameters

timestamp  Double
Timestamp of the current signals in microseconds.
signals  ConcurrentDictionary<Int32, Double>
Signals by BuiltInSignal and their corresponding values at the current timestamp.

Return Value

Boolean
True to trigger the condition, false otherwise.
See Also