WPILibC++  unspecified
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
frc::PIDCommand Member List

This is the complete list of members for frc::PIDCommand, including all inherited members.

_Cancel()frc::Commandprotectedvirtual
_End() (defined in frc::PIDCommand)frc::PIDCommandprotectedvirtual
_Execute() (defined in frc::Command)frc::Commandprotectedvirtual
_globalError (defined in frc::ErrorBase)frc::ErrorBaseprotectedstatic
_globalErrorMutex (defined in frc::ErrorBase)frc::ErrorBaseprotectedstatic
_Initialize() (defined in frc::PIDCommand)frc::PIDCommandprotectedvirtual
_Interrupted() (defined in frc::PIDCommand)frc::PIDCommandprotectedvirtual
AssertUnlocked(const std::string &message)frc::Commandprotected
Cancel()frc::Command
ClearError() const frc::ErrorBasevirtual
CloneError(const ErrorBase &rhs) const (defined in frc::ErrorBase)frc::ErrorBasevirtual
Command()frc::Command
Command(const std::string &name)frc::Commandexplicit
Command(double timeout)frc::Commandexplicit
Command(const std::string &name, double timeout)frc::Command
DoesRequire(Subsystem *subsystem) const frc::Command
End()frc::Commandprotectedvirtual
ErrorBase()=default (defined in frc::ErrorBase)frc::ErrorBase
ErrorBase(const ErrorBase &)=delete (defined in frc::ErrorBase)frc::ErrorBase
Execute()frc::Commandprotectedvirtual
GetError()frc::ErrorBasevirtual
GetError() const (defined in frc::ErrorBase)frc::ErrorBasevirtual
GetGlobalError()frc::ErrorBasestatic
GetGroup() const frc::Command
GetID() const frc::Command
GetName() const overridefrc::Commandvirtual
GetPIDController() const (defined in frc::PIDCommand)frc::PIDCommandprotected
GetPIDSourceType() const (defined in frc::PIDSource)frc::PIDSource
GetPosition() (defined in frc::PIDCommand)frc::PIDCommandprotected
GetRequirements() const frc::Command
GetSetpoint() const (defined in frc::PIDCommand)frc::PIDCommandprotected
GetSmartDashboardType() const overridefrc::PIDCommandvirtual
GetTable() const overridefrc::Commandvirtual
Initialize()frc::Commandprotectedvirtual
InitTable(std::shared_ptr< ITable > subtable) overridefrc::PIDCommandvirtual
Interrupted()frc::Commandprotectedvirtual
IsCanceled() const frc::Command
IsFinished()=0frc::Commandprotectedpure virtual
IsInterruptible() const frc::Command
IsRunning() const frc::Command
IsTimedOut() const frc::Commandprotected
m_error (defined in frc::ErrorBase)frc::ErrorBasemutableprotected
m_pidSource (defined in frc::PIDSource)frc::PIDSourceprotected
m_table (defined in frc::Command)frc::Commandprotected
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() (defined in frc::PIDCommand)frc::PIDCommandvirtual
PIDWrite(double output) (defined in frc::PIDCommand)frc::PIDCommandvirtual
Requires(Subsystem *s)frc::Command
ReturnPIDInput()=0 (defined in frc::PIDCommand)frc::PIDCommandprotectedpure virtual
Run()frc::Command
SetErrnoError(llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const frc::ErrorBasevirtual
SetError(Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const frc::ErrorBasevirtual
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::ErrorBasevirtual
SetGlobalError(Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) (defined in frc::ErrorBase)frc::ErrorBasestatic
SetGlobalWPIError(llvm::StringRef errorMessage, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) (defined in frc::ErrorBase)frc::ErrorBasestatic
SetImaqError(int success, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const frc::ErrorBasevirtual
SetInterruptible(bool interruptible)frc::Command
SetParent(CommandGroup *parent)frc::Commandprotected
SetPIDSourceType(PIDSourceType pidSource)frc::PIDSourcevirtual
SetRunWhenDisabled(bool run)frc::Command
SetSetpoint(double setpoint) (defined in frc::PIDCommand)frc::PIDCommandprotected
SetSetpointRelative(double deltaSetpoint) (defined in frc::PIDCommand)frc::PIDCommand
SetTimeout(double timeout)frc::Commandprotected
SetWPIError(llvm::StringRef errorMessage, Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::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
UsePIDOutput(double output)=0 (defined in frc::PIDCommand)frc::PIDCommandprotectedpure virtual
ValueChanged(ITable *source, llvm::StringRef key, std::shared_ptr< nt::Value > value, bool isNew) overridefrc::Commandvirtual
ValueChangedEx(ITable *source, llvm::StringRef key, std::shared_ptr< nt::Value > value, unsigned int flags)ITableListenervirtual
WillRunWhenDisabled() const frc::Command
~Command() (defined in frc::Command)frc::Commandvirtual
~ErrorBase()=default (defined in frc::ErrorBase)frc::ErrorBasevirtual
~ITableListener()=default (defined in ITableListener)ITableListenervirtual
~PIDCommand()=default (defined in frc::PIDCommand)frc::PIDCommandvirtual