Package com.ctre.phoenixpro
Class AllTimestamps
java.lang.Object
com.ctre.phoenixpro.AllTimestamps
public class AllTimestamps extends Object
A collection of timestamps for a received signal.
-
Constructor Summary
Constructors Constructor Description AllTimestamps() -
Method Summary
Modifier and Type Method Description TimestampgetBestTimestamp()Get the best timestamp available.TimestampgetCANivoreTimestamp()Get the timestamp as reported by the CANivore.TimestampgetSystemTimestamp()Get the timestamp as reported by the system.
-
Constructor Details
-
AllTimestamps
public AllTimestamps()
-
-
Method Details
-
getBestTimestamp
Get the best timestamp available.- Returns:
- Best available timestamp
-
getSystemTimestamp
Get the timestamp as reported by the system.- Returns:
Systemtimestamp
-
getCANivoreTimestamp
Get the timestamp as reported by the CANivore.- Returns:
CANivoretimestamp
-