WPILibC++ 2023.4.3
frc2::Trigger Member List

This is the complete list of members for frc2::Trigger, including all inherited members.

CancelWhenActive(Command *command)frc2::Trigger
Debounce(units::second_t debounceTime, frc::Debouncer::DebounceType type=frc::Debouncer::DebounceType::kRising)frc2::Trigger
OnFalse(Command *command)frc2::Trigger
OnFalse(CommandPtr &&command)frc2::Trigger
OnTrue(Command *command)frc2::Trigger
OnTrue(CommandPtr &&command)frc2::Trigger
operator!()frc2::Triggerinline
operator&&(std::function< bool()> rhs)frc2::Triggerinline
operator&&(Trigger rhs)frc2::Triggerinline
operator||(std::function< bool()> rhs)frc2::Triggerinline
operator||(Trigger rhs)frc2::Triggerinline
ToggleOnFalse(Command *command)frc2::Trigger
ToggleOnFalse(CommandPtr &&command)frc2::Trigger
ToggleOnTrue(Command *command)frc2::Trigger
ToggleOnTrue(CommandPtr &&command)frc2::Trigger
ToggleWhenActive(Command *command)frc2::Trigger
ToggleWhenActive(T &&command)frc2::Triggerinline
Trigger(std::function< bool()> condition)frc2::Triggerinlineexplicit
Trigger(frc::EventLoop *loop, std::function< bool()> condition)frc2::Triggerinline
Trigger()frc2::Triggerinline
Trigger(const Trigger &other)frc2::Trigger
WhenActive(Command *command)frc2::Trigger
WhenActive(T &&command)frc2::Triggerinline
WhenActive(std::function< void()> toRun, std::initializer_list< Subsystem * > requirements)frc2::Trigger
WhenActive(std::function< void()> toRun, std::span< Subsystem *const > requirements={})frc2::Trigger
WhenInactive(Command *command)frc2::Trigger
WhenInactive(T &&command)frc2::Triggerinline
WhenInactive(std::function< void()> toRun, std::initializer_list< Subsystem * > requirements)frc2::Trigger
WhenInactive(std::function< void()> toRun, std::span< Subsystem *const > requirements={})frc2::Trigger
WhileActiveContinous(Command *command)frc2::Trigger
WhileActiveContinous(T &&command)frc2::Triggerinline
WhileActiveContinous(std::function< void()> toRun, std::initializer_list< Subsystem * > requirements)frc2::Trigger
WhileActiveContinous(std::function< void()> toRun, std::span< Subsystem *const > requirements={})frc2::Trigger
WhileActiveOnce(Command *command)frc2::Trigger
WhileActiveOnce(T &&command)frc2::Triggerinline
WhileFalse(Command *command)frc2::Trigger
WhileFalse(CommandPtr &&command)frc2::Trigger
WhileTrue(Command *command)frc2::Trigger
WhileTrue(CommandPtr &&command)frc2::Trigger