WPILib 2012
WPILibRoboticsLibraryforFRC
|
_globalError (defined in ErrorBase) | ErrorBase | [protected, static] |
_globalErrorMutex (defined in ErrorBase) | ErrorBase | [protected, static] |
AxisType enum name (defined in Joystick) | Joystick | |
ButtonType enum name (defined in Joystick) | Joystick | |
ClearError() const | ErrorBase | [virtual] |
CloneError(ErrorBase *rhs) const (defined in ErrorBase) | ErrorBase | [virtual] |
ErrorBase() | ErrorBase | [protected] |
GetAxis(AxisType axis) | Joystick | [virtual] |
GetAxisChannel(AxisType axis) | Joystick | |
GetBumper(JoystickHand hand=kRightHand) | Joystick | [virtual] |
GetButton(ButtonType button) | Joystick | [virtual] |
GetDirectionDegrees() | Joystick | [virtual] |
GetDirectionRadians() | Joystick | [virtual] |
GetError() | ErrorBase | [virtual] |
GetError() const (defined in ErrorBase) | ErrorBase | [virtual] |
GetGlobalError() | ErrorBase | [static] |
GetMagnitude() | Joystick | [virtual] |
GetRawAxis(UINT32 axis) | Joystick | [virtual] |
GetRawButton(UINT32 button) | Joystick | [virtual] |
GetStickForPort(UINT32 port) (defined in Joystick) | Joystick | [static] |
GetThrottle() | Joystick | [virtual] |
GetTop(JoystickHand hand=kRightHand) | Joystick | [virtual] |
GetTrigger(JoystickHand hand=kRightHand) | Joystick | [virtual] |
GetTwist() | Joystick | [virtual] |
GetX(JoystickHand hand=kRightHand) | Joystick | [virtual] |
GetY(JoystickHand hand=kRightHand) | Joystick | [virtual] |
GetZ() | Joystick | [virtual] |
Joystick(UINT32 port) | Joystick | [explicit] |
Joystick(UINT32 port, UINT32 numAxisTypes, UINT32 numButtonTypes) | Joystick | |
JoystickHand enum name (defined in GenericHID) | GenericHID | |
kDefaultThrottleAxis (defined in Joystick) | Joystick | [static] |
kDefaultTopButton (defined in Joystick) | Joystick | [static] |
kDefaultTriggerButton (defined in Joystick) | Joystick | [static] |
kDefaultTwistAxis (defined in Joystick) | Joystick | [static] |
kDefaultXAxis (defined in Joystick) | Joystick | [static] |
kDefaultYAxis (defined in Joystick) | Joystick | [static] |
kDefaultZAxis (defined in Joystick) | Joystick | [static] |
kLeftHand enum value (defined in GenericHID) | GenericHID | |
kNumAxisTypes enum value (defined in Joystick) | Joystick | |
kNumButtonTypes enum value (defined in Joystick) | Joystick | |
kRightHand enum value (defined in GenericHID) | GenericHID | |
kThrottleAxis enum value (defined in Joystick) | Joystick | |
kTopButton enum value (defined in Joystick) | Joystick | |
kTriggerButton enum value (defined in Joystick) | Joystick | |
kTwistAxis enum value (defined in Joystick) | Joystick | |
kXAxis enum value (defined in Joystick) | Joystick | |
kYAxis enum value (defined in Joystick) | Joystick | |
kZAxis enum value (defined in Joystick) | Joystick | |
m_error (defined in ErrorBase) | ErrorBase | [mutable, protected] |
SetAxisChannel(AxisType axis, UINT32 channel) | Joystick | |
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] |
SetWPIError(const char *errorMessage, const char *contextMessage, const char *filename, const char *function, UINT32 lineNumber) const | ErrorBase | [virtual] |
StatusIsFatal() const | ErrorBase | [virtual] |
~ErrorBase() (defined in ErrorBase) | ErrorBase | [virtual] |
~GenericHID() (defined in GenericHID) | GenericHID | [inline, virtual] |
~Joystick() (defined in Joystick) | Joystick | [virtual] |