![]() |
WPILibC++ 2027.0.0-alpha-4
|
This is the complete list of members for wpi::NetworkBooleanEvent, 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 | |
| NetworkBooleanEvent(EventLoop *loop, wpi::nt::BooleanTopic topic) | wpi::NetworkBooleanEvent | |
| NetworkBooleanEvent(EventLoop *loop, wpi::nt::BooleanSubscriber sub) | wpi::NetworkBooleanEvent | |
| NetworkBooleanEvent(EventLoop *loop, std::shared_ptr< wpi::nt::NetworkTable > table, std::string_view topicName) | wpi::NetworkBooleanEvent | |
| NetworkBooleanEvent(EventLoop *loop, std::string_view tableName, std::string_view topicName) | wpi::NetworkBooleanEvent | |
| NetworkBooleanEvent(EventLoop *loop, wpi::nt::NetworkTableInstance inst, std::string_view tableName, std::string_view topicName) | wpi::NetworkBooleanEvent | |
| 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 |