WPILibC++
unspecified
|
This is the complete list of members for frc::WaitCommand, including all inherited members.
_Cancel() | frc::Command | protectedvirtual |
_End() (defined in frc::Command) | frc::Command | protectedvirtual |
_Execute() (defined in frc::Command) | frc::Command | protectedvirtual |
_globalError (defined in frc::ErrorBase) | frc::ErrorBase | protectedstatic |
_globalErrorMutex (defined in frc::ErrorBase) | frc::ErrorBase | protectedstatic |
_Initialize() (defined in frc::Command) | frc::Command | protectedvirtual |
_Interrupted() (defined in frc::Command) | frc::Command | protectedvirtual |
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 std::string &name) | frc::Command | explicit |
Command(double timeout) | frc::Command | explicit |
Command(const std::string &name, double timeout) | frc::Command | |
DoesRequire(Subsystem *subsystem) const | frc::Command | |
End() | frc::Command | protectedvirtual |
ErrorBase() (defined in frc::ErrorBase) | frc::ErrorBase | |
ErrorBase(const ErrorBase &)=delete (defined in frc::ErrorBase) | frc::ErrorBase | |
Execute() | frc::Command | protectedvirtual |
GetError() | frc::ErrorBase | virtual |
GetError() const (defined in frc::ErrorBase) | frc::ErrorBase | virtual |
GetGlobalError() | frc::ErrorBase | static |
GetGroup() const | frc::Command | |
GetID() const | frc::Command | |
GetName() const override | frc::Command | virtual |
GetRequirements() const | frc::Command | |
GetSmartDashboardType() const override | frc::Command | virtual |
Initialize() | frc::Command | protectedvirtual |
InitTable(std::shared_ptr< nt::NetworkTable > subtable) override | frc::Command | virtual |
Interrupted() | frc::Command | protectedvirtual |
IsCanceled() const | frc::Command | |
IsFinished() override | frc::TimedCommand | protectedvirtual |
IsInterruptible() const | frc::Command | |
IsRunning() const | frc::Command | |
IsTimedOut() const | frc::Command | protected |
m_error (defined in frc::ErrorBase) | frc::ErrorBase | mutableprotected |
operator=(const ErrorBase &)=delete (defined in frc::ErrorBase) | frc::ErrorBase | |
Requires(Subsystem *s) | frc::Command | |
Run() | frc::Command | |
SetErrnoError(llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
SetError(Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
SetErrorRange(Error::Code code, int32_t minRange, int32_t maxRange, int32_t requestedValue, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
SetGlobalError(Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) (defined in frc::ErrorBase) | frc::ErrorBase | static |
SetGlobalWPIError(llvm::StringRef errorMessage, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) (defined in frc::ErrorBase) | frc::ErrorBase | static |
SetImaqError(int success, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
SetInterruptible(bool interruptible) | frc::Command | |
SetParent(CommandGroup *parent) | frc::Command | protected |
SetRunWhenDisabled(bool run) | frc::Command | |
SetTimeout(double timeout) | frc::Command | protected |
SetWPIError(llvm::StringRef errorMessage, Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
Start() | frc::Command | |
StatusIsFatal() const | frc::ErrorBase | virtual |
SubsystemSet typedef (defined in frc::Command) | frc::Command | |
TimedCommand(const std::string &name, double timeout) | frc::TimedCommand | |
TimedCommand(double timeout) | frc::TimedCommand | explicit |
TimeSinceInitialized() const | frc::Command | |
WaitCommand(double timeout) | frc::WaitCommand | explicit |
WaitCommand(const std::string &name, double timeout) | frc::WaitCommand | |
WillRunWhenDisabled() const | frc::Command | |
~Command() (defined in frc::Command) | frc::Command | virtual |
~ErrorBase()=default (defined in frc::ErrorBase) | frc::ErrorBase | virtual |
~TimedCommand()=default (defined in frc::TimedCommand) | frc::TimedCommand | virtual |
~WaitCommand()=default (defined in frc::WaitCommand) | frc::WaitCommand | virtual |