Table of Contents

Class AllTimestamps

Namespace
CTRE.Phoenix6
Assembly
Phoenix6.Hardware.dll

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

Timestamp

CANivore timestamp

GetDeviceTimestamp()

Get the timestamp as reported by the device.

public Timestamp GetDeviceTimestamp()

Returns

Timestamp

Device timestamp

GetSystemTimestamp()

Get the timestamp as reported by the system.

public Timestamp GetSystemTimestamp()

Returns

Timestamp

System timestamp