WPILibC++ 2024.3.2
|
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::BooleanEvent | inline |
Debounce(units::second_t debounceTime, frc::Debouncer::DebounceType type=frc::Debouncer::DebounceType::kRising) | frc::BooleanEvent | |
Falling() | frc::BooleanEvent | |
GetAsBoolean() const | frc::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 |