WPILibC++
2019.1.1-beta-2-44-g608d824
|
This is the complete list of members for frc::PrintCommand, including all inherited members.
_Cancel() | frc::Command | protectedvirtual |
_End() (defined in frc::Command) | frc::Command | protectedvirtual |
_Execute() (defined in frc::Command) | frc::Command | protectedvirtual |
_Initialize() override (defined in frc::InstantCommand) | frc::InstantCommand | protectedvirtual |
_Interrupted() (defined in frc::Command) | frc::Command | protectedvirtual |
AddChild(std::shared_ptr< Sendable > child) | frc::SendableBase | protected |
AddChild(void *child) | frc::SendableBase | protected |
AssertUnlocked(const std::string &message) | frc::Command | protected |
Cancel() | frc::Command | |
ClearError() const | frc::ErrorBase | virtual |
ClearRequirements() | frc::Command | protected |
CloneError(const ErrorBase &rhs) const (defined in frc::ErrorBase) | frc::ErrorBase | virtual |
Command() | frc::Command | |
Command(const wpi::Twine &name) | frc::Command | explicit |
Command(double timeout) | frc::Command | explicit |
Command(Subsystem &subsystem) | frc::Command | explicit |
Command(const wpi::Twine &name, double timeout) | frc::Command | |
Command(const wpi::Twine &name, Subsystem &subsystem) | frc::Command | |
Command(double timeout, Subsystem &subsystem) | frc::Command | |
Command(const wpi::Twine &name, double timeout, Subsystem &subsystem) | frc::Command | |
Command(Command &&)=default (defined in frc::Command) | frc::Command | |
DoesRequire(Subsystem *subsystem) const | frc::Command | |
End() | frc::Command | protectedvirtual |
ErrorBase() (defined in frc::ErrorBase) | frc::ErrorBase | |
ErrorBase(ErrorBase &&)=default (defined in frc::ErrorBase) | frc::ErrorBase | |
Execute() | frc::Command | protectedvirtual |
GetError() | frc::ErrorBase | virtual |
GetError() const | frc::ErrorBase | virtual |
GetGlobalError() | frc::ErrorBase | static |
GetGroup() const | frc::Command | |
GetID() const | frc::Command | |
GetName() const final | frc::SendableBase | virtual |
GetRequirements() const | frc::Command | |
GetSubsystem() const final | frc::SendableBase | virtual |
Initialize() | frc::PrintCommand | protectedvirtual |
InitSendable(SendableBuilder &builder) override | frc::Command | virtual |
InstantCommand(const wpi::Twine &name) | frc::InstantCommand | explicit |
InstantCommand(Subsystem &subsystem) | frc::InstantCommand | explicit |
InstantCommand(const wpi::Twine &name, Subsystem &subsystem) | frc::InstantCommand | |
InstantCommand(std::function< void()> func) | frc::InstantCommand | explicit |
InstantCommand(Subsystem &subsystem, std::function< void()> func) | frc::InstantCommand | |
InstantCommand(const wpi::Twine &name, std::function< void()> func) | frc::InstantCommand | |
InstantCommand(const wpi::Twine &name, Subsystem &subsystem, std::function< void()> func) | frc::InstantCommand | |
InstantCommand()=default (defined in frc::InstantCommand) | frc::InstantCommand | |
InstantCommand(InstantCommand &&)=default (defined in frc::InstantCommand) | frc::InstantCommand | |
Interrupted() | frc::Command | protectedvirtual |
IsCanceled() const | frc::Command | |
IsCompleted() const | frc::Command | |
IsFinished() override | frc::InstantCommand | protectedvirtual |
IsInitialized() const | frc::Command | |
IsInterruptible() const | frc::Command | |
IsParented() const | frc::Command | protected |
IsRunning() const | frc::Command | |
IsTimedOut() const | frc::Command | protected |
m_error (defined in frc::ErrorBase) | frc::ErrorBase | mutableprotected |
m_func (defined in frc::InstantCommand) | frc::InstantCommand | protected |
operator=(PrintCommand &&)=default (defined in frc::PrintCommand) | frc::PrintCommand | |
operator=(InstantCommand &&)=default (defined in frc::InstantCommand) | frc::InstantCommand | |
operator=(Command &&)=default (defined in frc::Command) | frc::Command | |
operator=(ErrorBase &&)=default (defined in frc::ErrorBase) | frc::ErrorBase | |
operator=(SendableBase &&rhs) (defined in frc::SendableBase) | frc::SendableBase | |
operator=(Sendable &&)=default (defined in frc::Sendable) | frc::Sendable | |
PrintCommand(const wpi::Twine &message) (defined in frc::PrintCommand) | frc::PrintCommand | explicit |
PrintCommand(PrintCommand &&)=default (defined in frc::PrintCommand) | frc::PrintCommand | |
Requires(Subsystem *s) | frc::Command | |
Run() | frc::Command | |
Sendable()=default (defined in frc::Sendable) | frc::Sendable | |
Sendable(Sendable &&)=default (defined in frc::Sendable) | frc::Sendable | |
SendableBase(bool addLiveWindow=true) | frc::SendableBase | explicit |
SendableBase(SendableBase &&rhs) (defined in frc::SendableBase) | frc::SendableBase | |
SetErrnoError(const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
SetError(Error::Code code, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
SetErrorRange(Error::Code code, int32_t minRange, int32_t maxRange, int32_t requestedValue, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
SetGlobalError(Error::Code code, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) (defined in frc::ErrorBase) | frc::ErrorBase | static |
SetGlobalWPIError(const wpi::Twine &errorMessage, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) (defined in frc::ErrorBase) | frc::ErrorBase | static |
SetImaqError(int success, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
SetInterruptible(bool interruptible) | frc::Command | |
SetName(const wpi::Twine &name) final | frc::SendableBase | virtual |
SetName(const wpi::Twine &moduleType, int channel) | frc::SendableBase | protected |
SetName(const wpi::Twine &moduleType, int moduleNumber, int channel) | frc::SendableBase | protected |
frc::Sendable::SetName(const wpi::Twine &subsystem, const wpi::Twine &name) | frc::Sendable | inline |
SetParent(CommandGroup *parent) | frc::Command | protected |
SetRunWhenDisabled(bool run) | frc::Command | |
SetSubsystem(const wpi::Twine &subsystem) final | frc::SendableBase | virtual |
SetTimeout(double timeout) | frc::Command | protected |
SetWPIError(const wpi::Twine &errorMessage, Error::Code code, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
Start() | frc::Command | |
StatusIsFatal() const | frc::ErrorBase | virtual |
SubsystemSet typedef (defined in frc::Command) | frc::Command | |
TimeSinceInitialized() const | frc::Command | |
WillRunWhenDisabled() const | frc::Command | |
~Command() override=default (defined in frc::Command) | frc::Command | |
~ErrorBase()=default (defined in frc::ErrorBase) | frc::ErrorBase | virtual |
~InstantCommand()=default (defined in frc::InstantCommand) | frc::InstantCommand | virtual |
~PrintCommand()=default (defined in frc::PrintCommand) | frc::PrintCommand | virtual |
~Sendable()=default (defined in frc::Sendable) | frc::Sendable | virtual |
~SendableBase() override (defined in frc::SendableBase) | frc::SendableBase |