WPILibC++
2018.4.1-20180819050225-1157-gb44f27d
|
This is the complete list of members for frc::Subsystem, including all inherited members.
AddChild(const wpi::Twine &name, std::shared_ptr< Sendable > child) | frc::Subsystem | |
AddChild(const wpi::Twine &name, Sendable *child) | frc::Subsystem | |
AddChild(const wpi::Twine &name, Sendable &child) | frc::Subsystem | |
AddChild(std::shared_ptr< Sendable > child) | frc::Subsystem | |
AddChild(Sendable *child) | frc::Subsystem | |
AddChild(Sendable &child) | frc::Subsystem | |
frc::SendableBase::AddChild(void *child) | frc::SendableBase | protected |
ClearError() const | frc::ErrorBase | virtual |
CloneError(const ErrorBase &rhs) const (defined in frc::ErrorBase) | frc::ErrorBase | virtual |
ErrorBase() (defined in frc::ErrorBase) | frc::ErrorBase | |
ErrorBase(const ErrorBase &)=delete (defined in frc::ErrorBase) | frc::ErrorBase | |
GetCurrentCommand() const | frc::Subsystem | |
GetCurrentCommandName() const | frc::Subsystem | |
GetDefaultCommand() | frc::Subsystem | |
GetDefaultCommandName() | frc::Subsystem | |
GetError() | frc::ErrorBase | virtual |
GetError() const | frc::ErrorBase | virtual |
GetGlobalError() | frc::ErrorBase | static |
GetName() const final | frc::SendableBase | virtual |
GetSubsystem() const final | frc::SendableBase | virtual |
InitDefaultCommand() | frc::Subsystem | virtual |
InitSendable(SendableBuilder &builder) override | frc::Subsystem | virtual |
m_error (defined in frc::ErrorBase) | frc::ErrorBase | mutableprotected |
operator=(const ErrorBase &)=delete (defined in frc::ErrorBase) | frc::ErrorBase | |
Periodic() | frc::Subsystem | virtual |
Scheduler (defined in frc::Subsystem) | frc::Subsystem | friend |
SendableBase(bool addLiveWindow=true) | frc::SendableBase | explicit |
SetCurrentCommand(Command *command) | frc::Subsystem | |
SetDefaultCommand(Command *command) | frc::Subsystem | |
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 |
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 |
SetSubsystem(const wpi::Twine &subsystem) final | frc::SendableBase | virtual |
SetWPIError(const wpi::Twine &errorMessage, Error::Code code, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
StatusIsFatal() const | frc::ErrorBase | virtual |
Subsystem(const wpi::Twine &name) | frc::Subsystem | explicit |
~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 |