WPILib 2012
WPILibRoboticsLibraryforFRC
|
_globalError (defined in ErrorBase) | ErrorBase | [protected, static] |
_globalErrorMutex (defined in ErrorBase) | ErrorBase | [protected, static] |
AddToSingletonList() | SensorBase | [protected] |
CheckAnalogChannel(UINT32 channel) | SensorBase | [static] |
CheckAnalogModule(UINT8 moduleNumber) | SensorBase | [static] |
CheckDigitalChannel(UINT32 channel) | SensorBase | [static] |
CheckDigitalModule(UINT8 moduleNumber) | SensorBase | [static] |
CheckPWMChannel(UINT32 channel) | SensorBase | [static] |
CheckPWMModule(UINT8 moduleNumber) | SensorBase | [static] |
CheckRelayChannel(UINT32 channel) | SensorBase | [static] |
CheckRelayModule(UINT8 moduleNumber) | SensorBase | [static] |
CheckSolenoidChannel(UINT32 channel) | SensorBase | [static] |
CheckSolenoidModule(UINT8 moduleNumber) | SensorBase | [static] |
ClearError() const | ErrorBase | [virtual] |
CloneError(ErrorBase *rhs) const (defined in ErrorBase) | ErrorBase | [virtual] |
DeleteSingletons() | SensorBase | [static] |
ErrorBase() | ErrorBase | [protected] |
GetAngle() | SendableGyro | [virtual] |
GetDefaultAnalogModule() (defined in SensorBase) | SensorBase | [inline, static] |
GetDefaultDigitalModule() (defined in SensorBase) | SensorBase | [inline, static] |
GetDefaultSolenoidModule() (defined in SensorBase) | SensorBase | [inline, static] |
GetError() | ErrorBase | [virtual] |
GetError() const (defined in ErrorBase) | ErrorBase | [virtual] |
GetGlobalError() | ErrorBase | [static] |
GetTable() (defined in SendableGyro) | SendableGyro | [virtual] |
GetType() (defined in SendableGyro) | SendableGyro | [inline, virtual] |
GetUpdatePeriod() | SendableGyro | |
Gyro(UINT8 moduleNumber, UINT32 channel) | Gyro | |
Gyro(UINT32 channel) | Gyro | [explicit] |
Gyro(AnalogChannel *channel) | Gyro | [explicit] |
Gyro(AnalogChannel &channel) (defined in Gyro) | Gyro | [explicit] |
kAnalogChannels (defined in SensorBase) | SensorBase | [static] |
kAnalogModules (defined in SensorBase) | SensorBase | [static] |
kAverageBits (defined in Gyro) | Gyro | [static] |
kCalibrationSampleTime (defined in Gyro) | Gyro | [static] |
kChassisSlots (defined in SensorBase) | SensorBase | [static] |
kDefaultVoltsPerDegreePerSecond (defined in Gyro) | Gyro | [static] |
kDigitalChannels (defined in SensorBase) | SensorBase | [static] |
kDigitalModules (defined in SensorBase) | SensorBase | [static] |
kOversampleBits (defined in Gyro) | Gyro | [static] |
kPwmChannels (defined in SensorBase) | SensorBase | [static] |
kRelayChannels (defined in SensorBase) | SensorBase | [static] |
kSamplesPerSecond (defined in Gyro) | Gyro | [static] |
kSolenoidChannels (defined in SensorBase) | SensorBase | [static] |
kSolenoidModules (defined in SensorBase) | SensorBase | [static] |
kSystemClockTicksPerMicrosecond (defined in SensorBase) | SensorBase | [static] |
m_error (defined in ErrorBase) | ErrorBase | [mutable, protected] |
PIDGet() | Gyro | [virtual] |
Reset() | SendableGyro | [virtual] |
ResetToAngle(double angle) | SendableGyro | |
SendableGyro(UINT8 moduleNumber, UINT32 channel) | SendableGyro | |
SendableGyro(UINT32 channel) | SendableGyro | |
SendableGyro(AnalogChannel *channel) | SendableGyro | |
SensorBase() | SensorBase | |
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] |
SetSensitivity(float voltsPerDegreePerSecond) | Gyro | |
SetUpdatePeriod(double period) | SendableGyro | |
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] |
~Gyro() | Gyro | [virtual] |
~SendableGyro() (defined in SendableGyro) | SendableGyro | [virtual] |
~SensorBase() | SensorBase | [virtual] |