|
WPILib 2012
WPILibRoboticsLibraryforFRC
|
| _Cancel() | Command | [protected, virtual] |
| _End() (defined in Command) | Command | [protected, virtual] |
| _Execute() (defined in Command) | Command | [protected, virtual] |
| _globalError (defined in ErrorBase) | ErrorBase | [protected, static] |
| _globalErrorMutex (defined in ErrorBase) | ErrorBase | [protected, static] |
| _Initialize() (defined in Command) | Command | [protected, virtual] |
| _Interrupted() (defined in Command) | Command | [protected, virtual] |
| AssertUnlocked(const char *message) | Command | [protected] |
| Cancel() | Command | |
| ClearError() const | ErrorBase | [virtual] |
| CloneError(ErrorBase *rhs) const (defined in ErrorBase) | ErrorBase | [virtual] |
| Command() | Command | |
| Command(const char *name) | Command | |
| Command(double timeout) | Command | |
| Command(const char *name, double timeout) | Command | |
| DoesRequire(Subsystem *subsystem) | Command | |
| End() | WaitCommand | [protected, virtual] |
| ErrorBase() | ErrorBase | [protected] |
| Execute() | WaitCommand | [protected, virtual] |
| GetError() | ErrorBase | [virtual] |
| GetError() const (defined in ErrorBase) | ErrorBase | [virtual] |
| GetGlobalError() | ErrorBase | [static] |
| GetGroup() | Command | |
| GetName() (defined in Command) | Command | [virtual] |
| GetRequirements() | Command | |
| GetTable() (defined in Command) | Command | [virtual] |
| GetType() (defined in Command) | Command | [virtual] |
| Initialize() | WaitCommand | [protected, virtual] |
| Interrupted() | WaitCommand | [protected, virtual] |
| IsCanceled() | Command | |
| IsFinished() | WaitCommand | [protected, virtual] |
| IsInterruptible() | Command | |
| IsRunning() | Command | |
| IsTimedOut() | Command | [protected] |
| m_error (defined in ErrorBase) | ErrorBase | [mutable, protected] |
| Requires(Subsystem *s) | Command | |
| Run() | Command | |
| SetErrnoError(const char *contextMessage, const char *filename, const char *function, UINT32 lineNumber) const | ErrorBase | [virtual] |
| SetError(Error::Code code, const char *contextMessage, const char *filename, const char *function, UINT32 lineNumber) const | ErrorBase | [virtual] |
| SetGlobalError(Error::Code code, const char *contextMessage, const char *filename, const char *function, UINT32 lineNumber) (defined in ErrorBase) | ErrorBase | [static] |
| SetGlobalWPIError(const char *errorMessage, const char *contextMessage, const char *filename, const char *function, UINT32 lineNumber) (defined in ErrorBase) | ErrorBase | [static] |
| SetImaqError(int success, const char *contextMessage, const char *filename, const char *function, UINT32 lineNumber) const | ErrorBase | [virtual] |
| SetInterruptible(bool interruptible) | Command | |
| SetParent(CommandGroup *parent) | Command | [protected] |
| SetRunWhenDisabled(bool run) | Command | |
| SetTimeout(double timeout) | Command | [protected] |
| SetWPIError(const char *errorMessage, const char *contextMessage, const char *filename, const char *function, UINT32 lineNumber) const | ErrorBase | [virtual] |
| Start() | Command | |
| StatusIsFatal() const | ErrorBase | [virtual] |
| SubsystemSet typedef (defined in Command) | Command | |
| TimeSinceInitialized() | Command | |
| ValueChanged(NetworkTable *table, const char *name, NetworkTables_Types type) (defined in Command) | Command | [virtual] |
| ValueConfirmed(NetworkTable *table, const char *name, NetworkTables_Types type) (defined in Command) | Command | [inline, virtual] |
| WaitCommand(double timeout) (defined in WaitCommand) | WaitCommand | |
| WaitCommand(const char *name, double timeout) (defined in WaitCommand) | WaitCommand | |
| WillRunWhenDisabled() | Command | |
| ~Command() (defined in Command) | Command | [virtual] |
| ~ErrorBase() (defined in ErrorBase) | ErrorBase | [virtual] |
| ~WaitCommand() (defined in WaitCommand) | WaitCommand | [inline, virtual] |
1.7.4