A declarative way to bind a set of actions to a loop and execute them when the loop is polled.
◆ EventLoop()
edu.wpi.first.wpilibj.event.EventLoop.EventLoop |
( |
| ) |
|
◆ bind()
void edu.wpi.first.wpilibj.event.EventLoop.bind |
( |
Runnable | action | ) |
|
Bind a new action to run when the loop is polled.
- Parameters
-
◆ clear()
void edu.wpi.first.wpilibj.event.EventLoop.clear |
( |
| ) |
|
◆ poll()
void edu.wpi.first.wpilibj.event.EventLoop.poll |
( |
| ) |
|
The documentation for this class was generated from the following file:
- D:/SDASVN/2024/RaspberryPi/VSCode/Source/edu/wpi/first/wpilibj/event/EventLoop.java