WPILibC++
2018.4.1-20180823210227-1173-gde212a9
|
This is the complete list of members for frc::TimedCommand, 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() (defined in frc::Command) | frc::Command | 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 &requirement) | frc::Command | explicit |
Command(const wpi::Twine &name, double timeout) | frc::Command | |
Command(const wpi::Twine &name, Subsystem &requirement) | frc::Command | |
Command(double timeout, Subsystem &requirement) | frc::Command | |
Command(const wpi::Twine &name, double timeout, Subsystem &requirement) | 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 | 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::Command | protectedvirtual |
InitSendable(SendableBuilder &builder) override | frc::Command | virtual |
Interrupted() | frc::Command | protectedvirtual |
IsCanceled() const | frc::Command | |
IsCompleted() const | frc::Command | |
IsFinished() override | frc::TimedCommand | 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 |
operator=(const ErrorBase &)=delete (defined in frc::ErrorBase) | frc::ErrorBase | |
Requires(Subsystem *s) | frc::Command | |
Run() | frc::Command | |
SendableBase(bool addLiveWindow=true) | frc::SendableBase | explicit |
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 | |
TimedCommand(const wpi::Twine &name, double timeout) | frc::TimedCommand | |
TimedCommand(double timeout) | frc::TimedCommand | explicit |
TimedCommand(const wpi::Twine &name, double timeout, Subsystem &requirement) | frc::TimedCommand | |
TimedCommand(double timeout, Subsystem &requirement) | frc::TimedCommand | |
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 |
~Sendable()=default (defined in frc::Sendable) | frc::Sendable | virtual |
~SendableBase() override (defined in frc::SendableBase) | frc::SendableBase | |
~TimedCommand()=default (defined in frc::TimedCommand) | frc::TimedCommand | virtual |