![]() |
WPILibC++ 2027.0.0-alpha-4
|
This is the complete list of members for wpi::BooleanEvent, including all inherited members.
| BooleanEvent(EventLoop *loop, std::function< bool()> signal) | wpi::BooleanEvent | |
| CastTo(std::function< T(EventLoop *, std::function< bool()>)> ctor=[](EventLoop *loop, std::function< bool()> condition) { return T(loop, condition);}) | wpi::BooleanEvent | inline |
| Debounce(wpi::units::second_t debounceTime, wpi::math::Debouncer::DebounceType type=wpi::math::Debouncer::DebounceType::kRising) | wpi::BooleanEvent | |
| Falling() | wpi::BooleanEvent | |
| GetAsBoolean() const | wpi::BooleanEvent | |
| IfHigh(std::function< void()> action) | wpi::BooleanEvent | |
| operator std::function< bool()>() | wpi::BooleanEvent | |
| operator!() | wpi::BooleanEvent | |
| operator&&(std::function< bool()> rhs) | wpi::BooleanEvent | |
| operator||(std::function< bool()> rhs) | wpi::BooleanEvent | |
| Rising() | wpi::BooleanEvent |