mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
[sim] Map wpi::Now() to simulated FPGA time (#2631)
This matches on-robot behavior for things like NetworkTables timestamps.
This commit is contained in:
@@ -22,7 +22,7 @@ bool IsTimingPaused();
|
||||
|
||||
void StepTiming(uint64_t delta);
|
||||
|
||||
int64_t GetFPGATime();
|
||||
uint64_t GetFPGATime();
|
||||
|
||||
double GetFPGATimestamp();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user