WPILibC++ 2023.4.3-108-ge5452e3
|
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::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 | |
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 |