WPILibC++ 2023.4.3-108-ge5452e3
|
#include <wpi/EventVector.h>
Public Member Functions | |
void | Add (WPI_EventHandle handle) |
Adds an event to the event vector. More... | |
void | Remove (WPI_EventHandle handle) |
Removes an event from the event vector. More... | |
void | Wakeup () |
Wakes up all events in the event vector. More... | |
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 |