The loop polling BooleanEvent objects and executing the actions bound to them.
More...
#include <frc/event/EventLoop.h>
The loop polling BooleanEvent objects and executing the actions bound to them.
◆ EventLoop() [1/2]
frc::EventLoop::EventLoop |
( |
| ) |
|
◆ EventLoop() [2/2]
frc::EventLoop::EventLoop |
( |
const EventLoop & |
| ) |
|
|
delete |
◆ Bind()
Bind a new action to run.
- Parameters
-
◆ Clear()
void frc::EventLoop::Clear |
( |
| ) |
|
◆ operator=()
◆ Poll()
void frc::EventLoop::Poll |
( |
| ) |
|
The documentation for this class was generated from the following file: