WPILibC++
2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::cmd::CommandPtr Member List
This is the complete list of members for
wpi::cmd::CommandPtr
, including all inherited members.
AlongWith
(CommandPtr &¶llel) &&
wpi::cmd::CommandPtr
AndThen
(std::function< void()> toRun, Requirements requirements={}) &&
wpi::cmd::CommandPtr
AndThen
(CommandPtr &&next) &&
wpi::cmd::CommandPtr
AsProxy
() &&
wpi::cmd::CommandPtr
BeforeStarting
(std::function< void()> toRun, Requirements requirements={}) &&
wpi::cmd::CommandPtr
BeforeStarting
(CommandPtr &&before) &&
wpi::cmd::CommandPtr
Cancel
() const &
wpi::cmd::CommandPtr
Cancel
() &&=delete
wpi::cmd::CommandPtr
CommandPtr
(std::unique_ptr< Command > &&command)
wpi::cmd::CommandPtr
explicit
CommandPtr
(T &&command)
wpi::cmd::CommandPtr
inline
explicit
CommandPtr
(CommandPtr &&)
wpi::cmd::CommandPtr
CommandPtr
(std::nullptr_t)=delete
wpi::cmd::CommandPtr
explicit
DeadlineFor
(CommandPtr &¶llel) &&
wpi::cmd::CommandPtr
DeadlineWith
(CommandPtr &¶llel) &&
wpi::cmd::CommandPtr
FinallyDo
(std::function< void(bool)> end) &&
wpi::cmd::CommandPtr
FinallyDo
(std::function< void()> end) &&
wpi::cmd::CommandPtr
get
() const &
wpi::cmd::CommandPtr
get
() &&=delete
wpi::cmd::CommandPtr
HandleInterrupt
(std::function< void()> handler) &&
wpi::cmd::CommandPtr
HasRequirement
(Subsystem *requirement) const &
wpi::cmd::CommandPtr
HasRequirement
(Subsystem *requirement) &&=delete
wpi::cmd::CommandPtr
IgnoringDisable
(bool doesRunWhenDisabled) &&
wpi::cmd::CommandPtr
IsScheduled
() const &
wpi::cmd::CommandPtr
IsScheduled
() &&=delete
wpi::cmd::CommandPtr
OnlyIf
(std::function< bool()> condition) &&
wpi::cmd::CommandPtr
OnlyWhile
(std::function< bool()> condition) &&
wpi::cmd::CommandPtr
operator bool
() const &
wpi::cmd::CommandPtr
explicit
operator bool
() &&=delete
wpi::cmd::CommandPtr
explicit
operator=
(CommandPtr &&)=default
wpi::cmd::CommandPtr
RaceWith
(CommandPtr &¶llel) &&
wpi::cmd::CommandPtr
Repeatedly
() &&
wpi::cmd::CommandPtr
Schedule
() const &
wpi::cmd::CommandPtr
Schedule
() &&=delete
wpi::cmd::CommandPtr
Unless
(std::function< bool()> condition) &&
wpi::cmd::CommandPtr
Until
(std::function< bool()> condition) &&
wpi::cmd::CommandPtr
Unwrap
() &&
wpi::cmd::CommandPtr
UnwrapVector
(std::vector< CommandPtr > &&vec)
wpi::cmd::CommandPtr
static
WithDeadline
(CommandPtr &&deadline) &&
wpi::cmd::CommandPtr
WithInterruptBehavior
(Command::InterruptionBehavior interruptBehavior) &&
wpi::cmd::CommandPtr
WithName
(std::string_view name) &&
wpi::cmd::CommandPtr
WithTimeout
(wpi::units::second_t duration) &&
wpi::cmd::CommandPtr
Generated on
for WPILibC++ by
1.15.0