WPILibC++ 2024.1.1-beta-4
frc::NetworkBooleanEvent Member List

This is the complete list of members for frc::NetworkBooleanEvent, 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
NetworkBooleanEvent(EventLoop *loop, nt::BooleanTopic topic)frc::NetworkBooleanEvent
NetworkBooleanEvent(EventLoop *loop, nt::BooleanSubscriber sub)frc::NetworkBooleanEvent
NetworkBooleanEvent(EventLoop *loop, std::shared_ptr< nt::NetworkTable > table, std::string_view topicName)frc::NetworkBooleanEvent
NetworkBooleanEvent(EventLoop *loop, std::string_view tableName, std::string_view topicName)frc::NetworkBooleanEvent
NetworkBooleanEvent(EventLoop *loop, nt::NetworkTableInstance inst, std::string_view tableName, std::string_view topicName)frc::NetworkBooleanEvent
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