WPILibC++
unspecified
|
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 |
_globalError (defined in frc::ErrorBase) | frc::ErrorBase | protectedstatic |
_globalErrorMutex (defined in frc::ErrorBase) | frc::ErrorBase | protectedstatic |
_Initialize() override (defined in frc::PIDCommand) | frc::PIDCommand | protectedvirtual |
_Interrupted() override (defined in frc::PIDCommand) | frc::PIDCommand | protectedvirtual |
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 std::string &name) | frc::Command | explicit |
Command(double timeout) | frc::Command | explicit |
Command(const std::string &name, double timeout) | 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 (defined in frc::ErrorBase) | frc::ErrorBase | virtual |
GetGlobalError() | frc::ErrorBase | static |
GetGroup() const | frc::Command | |
GetID() const | frc::Command | |
GetName() const override | frc::Command | virtual |
GetPIDController() const (defined in frc::PIDCommand) | frc::PIDCommand | protected |
GetPIDSourceType() const (defined in frc::PIDSource) | frc::PIDSource | |
GetPosition() (defined in frc::PIDCommand) | frc::PIDCommand | protected |
GetRequirements() const | frc::Command | |
GetSetpoint() const (defined in frc::PIDCommand) | frc::PIDCommand | protected |
GetSmartDashboardType() const override | frc::PIDCommand | virtual |
Initialize() | frc::Command | protectedvirtual |
InitTable(std::shared_ptr< nt::NetworkTable > subtable) override | frc::PIDCommand | virtual |
Interrupted() | frc::Command | protectedvirtual |
IsCanceled() const | frc::Command | |
IsFinished()=0 | frc::Command | protectedpure virtual |
IsInterruptible() const | frc::Command | |
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=(const ErrorBase &)=delete (defined in frc::ErrorBase) | frc::ErrorBase | |
PIDCommand(const std::string &name, double p, double i, double d) (defined in frc::PIDCommand) | frc::PIDCommand | |
PIDCommand(const std::string &name, double p, double i, double d, double period) (defined in frc::PIDCommand) | frc::PIDCommand | |
PIDCommand(const std::string &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 | |
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 | |
SetErrnoError(llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
SetError(Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
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::ErrorBase | virtual |
SetGlobalError(Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) (defined in frc::ErrorBase) | frc::ErrorBase | static |
SetGlobalWPIError(llvm::StringRef errorMessage, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) (defined in frc::ErrorBase) | frc::ErrorBase | static |
SetImaqError(int success, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
SetInterruptible(bool interruptible) | frc::Command | |
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 | |
SetTimeout(double timeout) | frc::Command | protected |
SetWPIError(llvm::StringRef errorMessage, Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::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() (defined in frc::Command) | frc::Command | virtual |
~ErrorBase()=default (defined in frc::ErrorBase) | frc::ErrorBase | virtual |
~PIDCommand()=default (defined in frc::PIDCommand) | frc::PIDCommand | virtual |