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() | WaitForChildren | [protected, virtual] |
ErrorBase() | ErrorBase | [protected] |
Execute() | WaitForChildren | [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() | WaitForChildren | [protected, virtual] |
Interrupted() | WaitForChildren | [protected, virtual] |
IsCanceled() | Command | |
IsFinished() | WaitForChildren | [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] |
WaitForChildren(double timeout) (defined in WaitForChildren) | WaitForChildren | |
WaitForChildren(const char *name, double timeout) (defined in WaitForChildren) | WaitForChildren | |
WillRunWhenDisabled() | Command | |
~Command() (defined in Command) | Command | [virtual] |
~ErrorBase() (defined in ErrorBase) | ErrorBase | [virtual] |
~WaitForChildren() (defined in WaitForChildren) | WaitForChildren | [inline, virtual] |