WPILibC++ 2024.3.2
frc::BooleanEvent Member List

This is the complete list of members for frc::BooleanEvent, including all inherited members.

BooleanEvent(EventLoop *loop, std::function< bool()> condition)frc::BooleanEvent
CastTo(std::function< T(EventLoop *, std::function< bool()>)> ctor=[](EventLoop *loop, std::function< bool()> condition) { return T(loop, condition);})frc::BooleanEventinline
Debounce(units::second_t debounceTime, frc::Debouncer::DebounceType type=frc::Debouncer::DebounceType::kRising)frc::BooleanEvent
Falling()frc::BooleanEvent
GetAsBoolean() constfrc::BooleanEvent
IfHigh(std::function< void()> action)frc::BooleanEvent
operator std::function< bool()>()frc::BooleanEvent
operator!()frc::BooleanEvent
operator&&(std::function< bool()> rhs)frc::BooleanEvent
operator||(std::function< bool()> rhs)frc::BooleanEvent
Rising()frc::BooleanEvent