WPILibC++
unspecified
|
This is the complete list of members for CommandGroup, including all inherited members.
_Cancel() | Command | protectedvirtual |
_End() (defined in CommandGroup) | CommandGroup | protectedvirtual |
_Execute() (defined in CommandGroup) | CommandGroup | protectedvirtual |
_globalError (defined in ErrorBase) | ErrorBase | protectedstatic |
_globalErrorMutex (defined in ErrorBase) | ErrorBase | protectedstatic |
_Initialize() (defined in CommandGroup) | CommandGroup | protectedvirtual |
_Interrupted() (defined in CommandGroup) | CommandGroup | protectedvirtual |
AddParallel(Command *command) | CommandGroup | |
AddParallel(Command *command, double timeout) | CommandGroup | |
AddSequential(Command *command) | CommandGroup | |
AddSequential(Command *command, double timeout) | CommandGroup | |
AssertUnlocked(const std::string &message) | Command | protected |
Cancel() | Command | |
ClearError() const | ErrorBase | virtual |
CloneError(const ErrorBase &rhs) const (defined in ErrorBase) | ErrorBase | virtual |
Command() | Command | |
Command(const std::string &name) | Command | |
Command(double timeout) | Command | |
Command(const std::string &name, double timeout) | Command | |
CommandGroup()=default (defined in CommandGroup) | CommandGroup | |
CommandGroup(const std::string &name) | CommandGroup | |
DoesRequire(Subsystem *subsystem) const | Command | |
End() | CommandGroup | protectedvirtual |
ErrorBase()=default (defined in ErrorBase) | ErrorBase | |
ErrorBase(const ErrorBase &)=delete (defined in ErrorBase) | ErrorBase | |
Execute() | CommandGroup | protectedvirtual |
GetError() | ErrorBase | virtual |
GetError() const (defined in ErrorBase) | ErrorBase | virtual |
GetGlobalError() | ErrorBase | static |
GetGroup() const | Command | |
GetID() const | Command | |
GetName() const | Command | virtual |
GetRequirements() const | Command | |
GetSize() const (defined in CommandGroup) | CommandGroup | |
GetSmartDashboardType() const | Command | virtual |
GetTable() const | Command | virtual |
Initialize() | CommandGroup | protectedvirtual |
InitTable(std::shared_ptr< ITable > table) | Command | virtual |
Interrupted() | CommandGroup | protectedvirtual |
IsCanceled() const | Command | |
IsFinished() | CommandGroup | protectedvirtual |
IsInterruptible() const (defined in CommandGroup) | CommandGroup | |
IsRunning() const | Command | |
IsTimedOut() const | Command | protected |
m_error (defined in ErrorBase) | ErrorBase | mutableprotected |
m_table (defined in Command) | Command | protected |
operator=(const ErrorBase &)=delete (defined in ErrorBase) | ErrorBase | |
Requires(Subsystem *s) | Command | |
Run() | Command | |
SetErrnoError(llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) const | ErrorBase | virtual |
SetError(Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) const | ErrorBase | virtual |
SetGlobalError(Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) (defined in ErrorBase) | ErrorBase | static |
SetGlobalWPIError(llvm::StringRef errorMessage, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) (defined in ErrorBase) | ErrorBase | static |
SetImaqError(int success, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) const | ErrorBase | virtual |
SetInterruptible(bool interruptible) | Command | |
SetParent(CommandGroup *parent) | Command | protected |
SetRunWhenDisabled(bool run) | Command | |
SetTimeout(double timeout) | Command | protected |
SetWPIError(llvm::StringRef errorMessage, Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) const | ErrorBase | virtual |
Start() | Command | |
StatusIsFatal() const | ErrorBase | virtual |
SubsystemSet typedef (defined in Command) | Command | |
TimeSinceInitialized() const | Command | |
ValueChanged(ITable *source, llvm::StringRef key, std::shared_ptr< nt::Value > value, bool isNew) | Command | virtual |
ValueChangedEx(ITable *source, llvm::StringRef key, std::shared_ptr< nt::Value > value, unsigned int flags) | ITableListener | virtual |
WillRunWhenDisabled() const | Command | |
~Command() (defined in Command) | Command | virtual |
~CommandGroup()=default (defined in CommandGroup) | CommandGroup | virtual |
~ErrorBase()=default (defined in ErrorBase) | ErrorBase | virtual |
~ITableListener()=default (defined in ITableListener) | ITableListener | virtual |