![]() |
WPILibC++ 2027.0.0-alpha-4
|
A command that prints a string when initialized. More...
#include <wpi/commands2/PrintCommand.hpp>
Public Member Functions | |
| PrintCommand (std::string_view message) | |
| Creates a new a PrintCommand. | |
| PrintCommand (PrintCommand &&other)=default | |
| PrintCommand (const PrintCommand &other)=default | |
| bool | RunsWhenDisabled () const override |
| Public Member Functions inherited from wpi::cmd::CommandHelper< InstantCommand, PrintCommand > | |
| CommandHelper ()=default | |
| CommandPtr | ToPtr () &&override |
A command that prints a string when initialized.
This class is provided by the NewCommands VendorDep
|
explicit |
Creates a new a PrintCommand.
| message | the message to print |
|
default |
|
default |
|
override |