Class AllTimestamps
A collection of timestamps for a received signal.
public sealed class AllTimestamps : ICloneable
- Inheritance
-
AllTimestamps
- Implements
- Inherited Members
Methods
Clone()
Clone this object to get a copy of itself
public AllTimestamps Clone()
Returns
- AllTimestamps
Copy of this object
GetBestTimestamp()
Get the best timestamp available.
public Timestamp GetBestTimestamp()
Returns
- Timestamp
Best available timestamp
GetCANivoreTimestamp()
Get the timestamp as reported by the CANivore.
public Timestamp GetCANivoreTimestamp()
Returns
GetDeviceTimestamp()
Get the timestamp as reported by the device.
public Timestamp GetDeviceTimestamp()
Returns
GetSystemTimestamp()
Get the timestamp as reported by the system.
public Timestamp GetSystemTimestamp()