WPILibC++ 2023.4.3
|
This is the complete list of members for frc2::POVButton, including all inherited members.
Button(std::function< bool()> isPressed) | frc2::Button | explicit |
Button()=default | frc2::Button | |
CancelWhenActive(Command *command) | frc2::Trigger | |
CancelWhenPressed(Command *command) | frc2::Button | |
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::Trigger | inline |
operator&&(std::function< bool()> rhs) | frc2::Trigger | inline |
operator&&(Trigger rhs) | frc2::Trigger | inline |
operator||(std::function< bool()> rhs) | frc2::Trigger | inline |
operator||(Trigger rhs) | frc2::Trigger | inline |
POVButton(frc::GenericHID *joystick, int angle, int povNumber=0) | frc2::POVButton | inline |
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::Trigger | inline |
ToggleWhenPressed(Command *command) | frc2::Button | |
ToggleWhenPressed(T &&command) | frc2::Button | inline |
Trigger(std::function< bool()> condition) | frc2::Trigger | inlineexplicit |
Trigger(frc::EventLoop *loop, std::function< bool()> condition) | frc2::Trigger | inline |
Trigger() | frc2::Trigger | inline |
Trigger(const Trigger &other) | frc2::Trigger | |
WhenActive(Command *command) | frc2::Trigger | |
WhenActive(T &&command) | frc2::Trigger | inline |
WhenActive(std::function< void()> toRun, std::initializer_list< Subsystem * > requirements) | frc2::Trigger | |
WhenActive(std::function< void()> toRun, std::span< Subsystem *const > requirements={}) | frc2::Trigger | |
WhenHeld(Command *command) | frc2::Button | |
WhenHeld(T &&command) | frc2::Button | inline |
WhenInactive(Command *command) | frc2::Trigger | |
WhenInactive(T &&command) | frc2::Trigger | inline |
WhenInactive(std::function< void()> toRun, std::initializer_list< Subsystem * > requirements) | frc2::Trigger | |
WhenInactive(std::function< void()> toRun, std::span< Subsystem *const > requirements={}) | frc2::Trigger | |
WhenPressed(Command *command) | frc2::Button | |
WhenPressed(T &&command) | frc2::Button | inline |
WhenPressed(std::function< void()> toRun, std::initializer_list< Subsystem * > requirements) | frc2::Button | |
WhenPressed(std::function< void()> toRun, std::span< Subsystem *const > requirements={}) | frc2::Button | |
WhenReleased(Command *command) | frc2::Button | |
WhenReleased(T &&command) | frc2::Button | inline |
WhenReleased(std::function< void()> toRun, std::initializer_list< Subsystem * > requirements) | frc2::Button | |
WhenReleased(std::function< void()> toRun, std::span< Subsystem *const > requirements={}) | frc2::Button | |
WhileActiveContinous(Command *command) | frc2::Trigger | |
WhileActiveContinous(T &&command) | frc2::Trigger | inline |
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::Trigger | inline |
WhileFalse(Command *command) | frc2::Trigger | |
WhileFalse(CommandPtr &&command) | frc2::Trigger | |
WhileHeld(Command *command) | frc2::Button | |
WhileHeld(T &&command) | frc2::Button | inline |
WhileHeld(std::function< void()> toRun, std::initializer_list< Subsystem * > requirements) | frc2::Button | |
WhileHeld(std::function< void()> toRun, std::span< Subsystem *const > requirements={}) | frc2::Button | |
WhileTrue(Command *command) | frc2::Trigger | |
WhileTrue(CommandPtr &&command) | frc2::Trigger |