WPILibC++  2019.1.1-beta-2-36-g3d54642
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
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
_Initialize() (defined in frc::CommandGroup)frc::CommandGroupprotectedvirtual
_Interrupted() (defined in frc::CommandGroup)frc::CommandGroupprotectedvirtual
AddChild(std::shared_ptr< Sendable > child)frc::SendableBaseprotected
AddChild(void *child)frc::SendableBaseprotected
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 wpi::Twine &name)frc::Commandexplicit
Command(double timeout)frc::Commandexplicit
Command(Subsystem &subsystem)frc::Commandexplicit
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
CommandGroup()=default (defined in frc::CommandGroup)frc::CommandGroup
CommandGroup(const wpi::Twine &name)frc::CommandGroupexplicit
CommandGroup(CommandGroup &&)=default (defined in frc::CommandGroup)frc::CommandGroup
DoesRequire(Subsystem *subsystem) const frc::Command
End()frc::CommandGroupprotectedvirtual
ErrorBase() (defined in frc::ErrorBase)frc::ErrorBase
ErrorBase(ErrorBase &&)=default (defined in frc::ErrorBase)frc::ErrorBase
Execute()frc::CommandGroupprotectedvirtual
GetError()frc::ErrorBasevirtual
GetError() const frc::ErrorBasevirtual
GetGlobalError()frc::ErrorBasestatic
GetGroup() const frc::Command
GetID() const frc::Command
GetName() const finalfrc::SendableBasevirtual
GetRequirements() const frc::Command
GetSize() const (defined in frc::CommandGroup)frc::CommandGroup
GetSubsystem() const finalfrc::SendableBasevirtual
Initialize()frc::CommandGroupprotectedvirtual
InitSendable(SendableBuilder &builder) overridefrc::Commandvirtual
Interrupted()frc::CommandGroupprotectedvirtual
IsCanceled() const frc::Command
IsCompleted() const frc::Command
IsFinished()frc::CommandGroupprotectedvirtual
IsInitialized() const frc::Command
IsInterruptible() const (defined in frc::CommandGroup)frc::CommandGroup
IsParented() const frc::Commandprotected
IsRunning() const frc::Command
IsTimedOut() const frc::Commandprotected
m_error (defined in frc::ErrorBase)frc::ErrorBasemutableprotected
operator=(CommandGroup &&)=default (defined in frc::CommandGroup)frc::CommandGroup
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
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::SendableBaseexplicit
SendableBase(SendableBase &&rhs) (defined in frc::SendableBase)frc::SendableBase
SetErrnoError(const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) const frc::ErrorBasevirtual
SetError(Error::Code code, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) const frc::ErrorBasevirtual
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::ErrorBasevirtual
SetGlobalError(Error::Code code, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) (defined in frc::ErrorBase)frc::ErrorBasestatic
SetGlobalWPIError(const wpi::Twine &errorMessage, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) (defined in frc::ErrorBase)frc::ErrorBasestatic
SetImaqError(int success, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) const frc::ErrorBasevirtual
SetInterruptible(bool interruptible)frc::Command
SetName(const wpi::Twine &name) finalfrc::SendableBasevirtual
SetName(const wpi::Twine &moduleType, int channel)frc::SendableBaseprotected
SetName(const wpi::Twine &moduleType, int moduleNumber, int channel)frc::SendableBaseprotected
frc::Sendable::SetName(const wpi::Twine &subsystem, const wpi::Twine &name)frc::Sendableinline
SetParent(CommandGroup *parent)frc::Commandprotected
SetRunWhenDisabled(bool run)frc::Command
SetSubsystem(const wpi::Twine &subsystem) finalfrc::SendableBasevirtual
SetTimeout(double timeout)frc::Commandprotected
SetWPIError(const wpi::Twine &errorMessage, Error::Code code, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::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() override=default (defined in frc::Command)frc::Command
~CommandGroup()=default (defined in frc::CommandGroup)frc::CommandGroupvirtual
~ErrorBase()=default (defined in frc::ErrorBase)frc::ErrorBasevirtual
~Sendable()=default (defined in frc::Sendable)frc::Sendablevirtual
~SendableBase() override (defined in frc::SendableBase)frc::SendableBase