WPILibC++
2019.1.1-beta-4-1-g6e8f8be
|
This is the complete list of members for frc::PIDCommand, including all inherited members.
_Cancel() | frc::Command | protectedvirtual |
_End() override (defined in frc::PIDCommand) | frc::PIDCommand | protectedvirtual |
_Execute() (defined in frc::Command) | frc::Command | protectedvirtual |
_Initialize() override (defined in frc::PIDCommand) | frc::PIDCommand | protectedvirtual |
_Interrupted() override (defined in frc::PIDCommand) | frc::PIDCommand | 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 &subsystem) | frc::Command | explicit |
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 | |
DoesRequire(Subsystem *subsystem) const | frc::Command | |
End() | frc::Command | protectedvirtual |
ErrorBase() (defined in frc::ErrorBase) | frc::ErrorBase | |
ErrorBase(ErrorBase &&)=default (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 |
GetPIDController() const (defined in frc::PIDCommand) | frc::PIDCommand | protected |
GetPIDSourceType() const (defined in frc::PIDSource) | frc::PIDSource | virtual |
GetPosition() (defined in frc::PIDCommand) | frc::PIDCommand | protected |
GetRequirements() const | frc::Command | |
GetSetpoint() const (defined in frc::PIDCommand) | frc::PIDCommand | protected |
GetSubsystem() const final | frc::SendableBase | virtual |
Initialize() | frc::Command | protectedvirtual |
InitSendable(SendableBuilder &builder) override | frc::PIDCommand | virtual |
Interrupted() | frc::Command | protectedvirtual |
IsCanceled() const | frc::Command | |
IsCompleted() const | frc::Command | |
IsFinished()=0 | frc::Command | protectedpure virtual |
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 |
m_pidSource (defined in frc::PIDSource) | frc::PIDSource | protected |
operator=(PIDCommand &&)=default (defined in frc::PIDCommand) | frc::PIDCommand | |
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 | |
PIDCommand(const wpi::Twine &name, double p, double i, double d) (defined in frc::PIDCommand) | frc::PIDCommand | |
PIDCommand(const wpi::Twine &name, double p, double i, double d, double period) (defined in frc::PIDCommand) | frc::PIDCommand | |
PIDCommand(const wpi::Twine &name, double p, double i, double d, double f, double period) (defined in frc::PIDCommand) | frc::PIDCommand | |
PIDCommand(double p, double i, double d) (defined in frc::PIDCommand) | frc::PIDCommand | |
PIDCommand(double p, double i, double d, double period) (defined in frc::PIDCommand) | frc::PIDCommand | |
PIDCommand(double p, double i, double d, double f, double period) (defined in frc::PIDCommand) | frc::PIDCommand | |
PIDCommand(const wpi::Twine &name, double p, double i, double d, Subsystem &subsystem) (defined in frc::PIDCommand) | frc::PIDCommand | |
PIDCommand(const wpi::Twine &name, double p, double i, double d, double period, Subsystem &subsystem) (defined in frc::PIDCommand) | frc::PIDCommand | |
PIDCommand(const wpi::Twine &name, double p, double i, double d, double f, double period, Subsystem &subsystem) (defined in frc::PIDCommand) | frc::PIDCommand | |
PIDCommand(double p, double i, double d, Subsystem &subsystem) (defined in frc::PIDCommand) | frc::PIDCommand | |
PIDCommand(double p, double i, double d, double period, Subsystem &subsystem) (defined in frc::PIDCommand) | frc::PIDCommand | |
PIDCommand(double p, double i, double d, double f, double period, Subsystem &subsystem) (defined in frc::PIDCommand) | frc::PIDCommand | |
PIDCommand(PIDCommand &&)=default (defined in frc::PIDCommand) | frc::PIDCommand | |
PIDGet() override (defined in frc::PIDCommand) | frc::PIDCommand | virtual |
PIDWrite(double output) override (defined in frc::PIDCommand) | frc::PIDCommand | virtual |
Requires(Subsystem *s) | frc::Command | |
ReturnPIDInput()=0 (defined in frc::PIDCommand) | frc::PIDCommand | protectedpure virtual |
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::SendableBase | explicit |
SendableBase(SendableBase &&rhs) (defined in frc::SendableBase) | frc::SendableBase | |
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 |
SetPIDSourceType(PIDSourceType pidSource) | frc::PIDSource | virtual |
SetRunWhenDisabled(bool run) | frc::Command | |
SetSetpoint(double setpoint) (defined in frc::PIDCommand) | frc::PIDCommand | protected |
SetSetpointRelative(double deltaSetpoint) (defined in frc::PIDCommand) | frc::PIDCommand | |
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 | |
TimeSinceInitialized() const | frc::Command | |
UsePIDOutput(double output)=0 (defined in frc::PIDCommand) | frc::PIDCommand | protectedpure virtual |
WillRunWhenDisabled() const | frc::Command | |
~Command() override=default (defined in frc::Command) | frc::Command | |
~ErrorBase()=default (defined in frc::ErrorBase) | frc::ErrorBase | virtual |
~PIDCommand()=default (defined in frc::PIDCommand) | frc::PIDCommand | virtual |
~Sendable()=default (defined in frc::Sendable) | frc::Sendable | virtual |
~SendableBase() override (defined in frc::SendableBase) | frc::SendableBase |