WPILib 2012
WPILibRoboticsLibraryforFRC
|
_Cancel() | Command | [protected, virtual] |
_End() (defined in CommandGroup) | CommandGroup | [protected, virtual] |
_Execute() (defined in CommandGroup) | CommandGroup | [protected, virtual] |
_globalError (defined in ErrorBase) | ErrorBase | [protected, static] |
_globalErrorMutex (defined in ErrorBase) | ErrorBase | [protected, static] |
_Initialize() (defined in CommandGroup) | CommandGroup | [protected, virtual] |
_Interrupted() (defined in CommandGroup) | CommandGroup | [protected, virtual] |
AddParallel(Command *command) | CommandGroup | |
AddParallel(Command *command, double timeout) | CommandGroup | |
AddSequential(Command *command) | CommandGroup | |
AddSequential(Command *command, double timeout) | CommandGroup | |
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 | |
CommandGroup() | CommandGroup | |
CommandGroup(const char *name) | CommandGroup | |
DoesRequire(Subsystem *subsystem) | Command | |
End() | CommandGroup | [protected, virtual] |
ErrorBase() | ErrorBase | [protected] |
Execute() | CommandGroup | [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 | |
GetSize() (defined in CommandGroup) | CommandGroup | |
GetTable() (defined in Command) | Command | [virtual] |
GetType() (defined in Command) | Command | [virtual] |
Initialize() | CommandGroup | [protected, virtual] |
Interrupted() | CommandGroup | [protected, virtual] |
IsCanceled() | Command | |
IsFinished() | CommandGroup | [protected, virtual] |
IsInterruptible() | CommandGroup | |
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] |
WillRunWhenDisabled() | Command | |
~Command() (defined in Command) | Command | [virtual] |
~CommandGroup() (defined in CommandGroup) | CommandGroup | [virtual] |
~ErrorBase() (defined in ErrorBase) | ErrorBase | [virtual] |