mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Implement frame timestamps and use wpi::Now() for generation.
This commit is contained in:
@@ -65,6 +65,9 @@ class SourceImpl {
|
||||
NumSinksEnabledChanged();
|
||||
}
|
||||
|
||||
// Gets the current frame time (without waiting for a new one).
|
||||
uint64_t GetCurFrameTime();
|
||||
|
||||
// Gets the current frame (without waiting for a new one).
|
||||
Frame GetCurFrame();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user