WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::BooleanEvent Member List

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::BooleanEventinline
Debounce(wpi::units::second_t debounceTime, wpi::math::Debouncer::DebounceType type=wpi::math::Debouncer::DebounceType::kRising)wpi::BooleanEvent
Falling()wpi::BooleanEvent
GetAsBoolean() constwpi::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