Class Timestamp
Information about the timestamp of a signal.
public sealed class Timestamp
- Inheritance
-
Timestamp
- Inherited Members
Properties
IsValid
Whether this timestamp is valid or not
public bool IsValid { get; }
Property Value
Source
What source this timestamp is from.
public Timestamp.TimestampSource Source { get; }
Property Value
- See Also
Time
The time this signal arrived
public double Time { get; }
Property Value
Methods
GetLatency()
Get the latency of this timestamp compared to now
public double GetLatency()
Returns
- double
Difference between now and this timestamp