mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
This is one of the calls with the delayed IPC. In the past, teams have called an IsMode function so much that their code would start lagging. This adds a cache, so the data is updated either when new data arrives and we are notified of it, or after 50ms has passes since the last time the cache was checked and updated.