CTRE Phoenix 6 C++ 24.3.0
|
A collection of timestamps for a received signal. More...
#include <ctre/phoenix6/Timestamp.hpp>
Public Member Functions | |
void | Update (const Timestamp &newSystemTimestamp, const Timestamp &newCanivoreTimestamp, const Timestamp &newDeviceTimestamp) |
const Timestamp & | GetBestTimestamp () const |
Get the best timestamp available. More... | |
const Timestamp & | GetSystemTimestamp () const |
Get the timestamp as reported by the system. More... | |
const Timestamp & | GetCANivoreTimestamp () const |
Get the timestamp as reported by the CANivore. More... | |
const Timestamp & | GetDeviceTimestamp () const |
Get the timestamp as reported by the device. More... | |
A collection of timestamps for a received signal.
|
inline |
Get the best timestamp available.
|
inline |
Get the timestamp as reported by the CANivore.
|
inline |
Get the timestamp as reported by the device.
|
inline |
Get the timestamp as reported by the system.
|
inline |