WPILibC++  unspecified
frc::CommandGroup Member List

This is the complete list of members for frc::CommandGroup, including all inherited members.

_Cancel()frc::Commandprotectedvirtual
_End() (defined in frc::CommandGroup)frc::CommandGroupprotectedvirtual
_Execute() (defined in frc::CommandGroup)frc::CommandGroupprotectedvirtual
_globalError (defined in frc::ErrorBase)frc::ErrorBaseprotectedstatic
_globalErrorMutex (defined in frc::ErrorBase)frc::ErrorBaseprotectedstatic
_Initialize() (defined in frc::CommandGroup)frc::CommandGroupprotectedvirtual
_Interrupted() (defined in frc::CommandGroup)frc::CommandGroupprotectedvirtual
AddParallel(Command *command)frc::CommandGroup
AddParallel(Command *command, double timeout)frc::CommandGroup
AddSequential(Command *command)frc::CommandGroup
AddSequential(Command *command, double timeout)frc::CommandGroup
AssertUnlocked(const std::string &message)frc::Commandprotected
Cancel()frc::Command
ClearError() const frc::ErrorBasevirtual
ClearRequirements()frc::Commandprotected
CloneError(const ErrorBase &rhs) const (defined in frc::ErrorBase)frc::ErrorBasevirtual
Command()frc::Command
Command(const std::string &name)frc::Commandexplicit
Command(double timeout)frc::Commandexplicit
Command(const std::string &name, double timeout)frc::Command
CommandGroup()=default (defined in frc::CommandGroup)frc::CommandGroup
CommandGroup(const std::string &name)frc::CommandGroupexplicit
DoesRequire(Subsystem *subsystem) const frc::Command
End()frc::CommandGroupprotectedvirtual
ErrorBase() (defined in frc::ErrorBase)frc::ErrorBase
ErrorBase(const ErrorBase &)=delete (defined in frc::ErrorBase)frc::ErrorBase
Execute()frc::CommandGroupprotectedvirtual
GetError()frc::ErrorBasevirtual
GetError() const (defined in frc::ErrorBase)frc::ErrorBasevirtual
GetGlobalError()frc::ErrorBasestatic
GetGroup() const frc::Command
GetID() const frc::Command
GetName() const overridefrc::Commandvirtual
GetRequirements() const frc::Command
GetSize() const (defined in frc::CommandGroup)frc::CommandGroup
GetSmartDashboardType() const overridefrc::Commandvirtual
Initialize()frc::CommandGroupprotectedvirtual
InitTable(std::shared_ptr< nt::NetworkTable > subtable) overridefrc::Commandvirtual
Interrupted()frc::CommandGroupprotectedvirtual
IsCanceled() const frc::Command
IsFinished()frc::CommandGroupprotectedvirtual
IsInterruptible() const (defined in frc::CommandGroup)frc::CommandGroup
IsRunning() const frc::Command
IsTimedOut() const frc::Commandprotected
m_error (defined in frc::ErrorBase)frc::ErrorBasemutableprotected
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::ErrorBasevirtual
SetError(Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const frc::ErrorBasevirtual
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::ErrorBasevirtual
SetGlobalError(Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) (defined in frc::ErrorBase)frc::ErrorBasestatic
SetGlobalWPIError(llvm::StringRef errorMessage, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) (defined in frc::ErrorBase)frc::ErrorBasestatic
SetImaqError(int success, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const frc::ErrorBasevirtual
SetInterruptible(bool interruptible)frc::Command
SetParent(CommandGroup *parent)frc::Commandprotected
SetRunWhenDisabled(bool run)frc::Command
SetTimeout(double timeout)frc::Commandprotected
SetWPIError(llvm::StringRef errorMessage, Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const frc::ErrorBasevirtual
Start()frc::Command
StatusIsFatal() const frc::ErrorBasevirtual
SubsystemSet typedef (defined in frc::Command)frc::Command
TimeSinceInitialized() const frc::Command
WillRunWhenDisabled() const frc::Command
~Command() (defined in frc::Command)frc::Commandvirtual
~CommandGroup()=default (defined in frc::CommandGroup)frc::CommandGroupvirtual
~ErrorBase()=default (defined in frc::ErrorBase)frc::ErrorBasevirtual