WPILibC++
unspecified
|
This is the complete list of members for PIDCommand, including all inherited members.
_Cancel() | Command | protectedvirtual |
_End() (defined in PIDCommand) | PIDCommand | protectedvirtual |
_Execute() (defined in Command) | Command | protectedvirtual |
_globalError (defined in ErrorBase) | ErrorBase | protectedstatic |
_globalErrorMutex (defined in ErrorBase) | ErrorBase | protectedstatic |
_Initialize() (defined in PIDCommand) | PIDCommand | protectedvirtual |
_Interrupted() (defined in PIDCommand) | PIDCommand | protectedvirtual |
AssertUnlocked(const std::string &message) | Command | protected |
Cancel() | Command | |
ClearError() const | ErrorBase | virtual |
CloneError(const ErrorBase &rhs) const (defined in ErrorBase) | ErrorBase | virtual |
Command() | Command | |
Command(const std::string &name) | Command | |
Command(double timeout) | Command | |
Command(const std::string &name, double timeout) | Command | |
DoesRequire(Subsystem *subsystem) const | Command | |
End()=0 | Command | protectedpure virtual |
ErrorBase()=default (defined in ErrorBase) | ErrorBase | |
ErrorBase(const ErrorBase &)=delete (defined in ErrorBase) | ErrorBase | |
Execute()=0 | Command | protectedpure virtual |
GetError() | ErrorBase | virtual |
GetError() const (defined in ErrorBase) | ErrorBase | virtual |
GetGlobalError() | ErrorBase | static |
GetGroup() const | Command | |
GetID() const | Command | |
GetName() const | Command | virtual |
GetPIDController() const (defined in PIDCommand) | PIDCommand | protected |
GetPIDSourceType() const (defined in PIDSource) | PIDSource | |
GetPosition() (defined in PIDCommand) | PIDCommand | protected |
GetRequirements() const | Command | |
GetSetpoint() const (defined in PIDCommand) | PIDCommand | protected |
GetSmartDashboardType() const | PIDCommand | virtual |
GetTable() const | Command | virtual |
Initialize()=0 | Command | protectedpure virtual |
InitTable(std::shared_ptr< ITable > table) | PIDCommand | virtual |
Interrupted()=0 | Command | protectedpure virtual |
IsCanceled() const | Command | |
IsFinished()=0 | Command | protectedpure virtual |
IsInterruptible() const | Command | |
IsRunning() const | Command | |
IsTimedOut() const | Command | protected |
m_error (defined in ErrorBase) | ErrorBase | mutableprotected |
m_pidSource (defined in PIDSource) | PIDSource | protected |
m_table (defined in Command) | Command | protected |
operator=(const ErrorBase &)=delete (defined in ErrorBase) | ErrorBase | |
PIDCommand(const std::string &name, double p, double i, double d) (defined in PIDCommand) | PIDCommand | |
PIDCommand(const std::string &name, double p, double i, double d, double period) (defined in PIDCommand) | PIDCommand | |
PIDCommand(const std::string &name, double p, double i, double d, double f, double period) (defined in PIDCommand) | PIDCommand | |
PIDCommand(double p, double i, double d) (defined in PIDCommand) | PIDCommand | |
PIDCommand(double p, double i, double d, double period) (defined in PIDCommand) | PIDCommand | |
PIDCommand(double p, double i, double d, double f, double period) (defined in PIDCommand) | PIDCommand | |
PIDGet() (defined in PIDCommand) | PIDCommand | virtual |
PIDWrite(float output) (defined in PIDCommand) | PIDCommand | virtual |
Requires(Subsystem *s) | Command | |
ReturnPIDInput()=0 (defined in PIDCommand) | PIDCommand | protectedpure virtual |
Run() | Command | |
SetErrnoError(llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) const | ErrorBase | virtual |
SetError(Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) const | ErrorBase | virtual |
SetGlobalError(Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) (defined in ErrorBase) | ErrorBase | static |
SetGlobalWPIError(llvm::StringRef errorMessage, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) (defined in ErrorBase) | ErrorBase | static |
SetImaqError(int success, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) const | ErrorBase | virtual |
SetInterruptible(bool interruptible) | Command | |
SetParent(CommandGroup *parent) | Command | protected |
SetPIDSourceType(PIDSourceType pidSource) | PIDSource | virtual |
SetRunWhenDisabled(bool run) | Command | |
SetSetpoint(double setpoint) (defined in PIDCommand) | PIDCommand | protected |
SetSetpointRelative(double deltaSetpoint) (defined in PIDCommand) | PIDCommand | |
SetTimeout(double timeout) | Command | protected |
SetWPIError(llvm::StringRef errorMessage, Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) const | ErrorBase | virtual |
Start() | Command | |
StatusIsFatal() const | ErrorBase | virtual |
SubsystemSet typedef (defined in Command) | Command | |
TimeSinceInitialized() const | Command | |
UsePIDOutput(double output)=0 (defined in PIDCommand) | PIDCommand | protectedpure virtual |
ValueChanged(ITable *source, llvm::StringRef key, std::shared_ptr< nt::Value > value, bool isNew) | Command | virtual |
ValueChangedEx(ITable *source, llvm::StringRef key, std::shared_ptr< nt::Value > value, unsigned int flags) | ITableListener | virtual |
WillRunWhenDisabled() const | Command | |
~Command() (defined in Command) | Command | virtual |
~ErrorBase()=default (defined in ErrorBase) | ErrorBase | virtual |
~ITableListener()=default (defined in ITableListener) | ITableListener | virtual |
~PIDCommand()=default (defined in PIDCommand) | PIDCommand | virtual |