![]() |
WPILibC++ 2025.3.2
|
#include <wpi/EventVector.h>
Public Member Functions | |
| void | Add (WPI_EventHandle handle) |
| Adds an event to the event vector. | |
| void | Remove (WPI_EventHandle handle) |
| Removes an event from the event vector. | |
| void | Wakeup () |
| Wakes up all events in the event vector. | |
Public Attributes | |
| wpi::mutex | mutex |
| wpi::SmallVector< WPI_EventHandle, 4 > | events |
|
inline |
Adds an event to the event vector.
| handle | the event to add |
|
inline |
Removes an event from the event vector.
| handle | The event to remove |
|
inline |
Wakes up all events in the event vector.
| wpi::SmallVector<WPI_EventHandle, 4> wpi::EventVector::events |
| wpi::mutex wpi::EventVector::mutex |