WPILib 2012
WPILibRoboticsLibraryforFRC
Ultrasonic Member List
This is the complete list of members for Ultrasonic, including all inherited members.
_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]
DistanceUnit enum name (defined in Ultrasonic)Ultrasonic
ErrorBase()ErrorBase [protected]
GetDefaultAnalogModule() (defined in SensorBase)SensorBase [inline, static]
GetDefaultDigitalModule() (defined in SensorBase)SensorBase [inline, static]
GetDefaultSolenoidModule() (defined in SensorBase)SensorBase [inline, static]
GetDistanceUnits()Ultrasonic
GetError()ErrorBase [virtual]
GetError() const (defined in ErrorBase)ErrorBase [virtual]
GetGlobalError()ErrorBase [static]
GetRangeInches()Ultrasonic
GetRangeMM()Ultrasonic
IsEnabled() (defined in Ultrasonic)Ultrasonic [inline]
IsRangeValid()Ultrasonic
kAnalogChannels (defined in SensorBase)SensorBase [static]
kAnalogModules (defined in SensorBase)SensorBase [static]
kChassisSlots (defined in SensorBase)SensorBase [static]
kDigitalChannels (defined in SensorBase)SensorBase [static]
kDigitalModules (defined in SensorBase)SensorBase [static]
kInches enum value (defined in Ultrasonic)Ultrasonic
kMilliMeters enum value (defined in Ultrasonic)Ultrasonic
kPwmChannels (defined in SensorBase)SensorBase [static]
kRelayChannels (defined in SensorBase)SensorBase [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()Ultrasonic [virtual]
Ping()Ultrasonic
SensorBase()SensorBase
SetAutomaticMode(bool enabling)Ultrasonic [static]
SetDistanceUnits(DistanceUnit units)Ultrasonic
SetEnabled(bool enable) (defined in Ultrasonic)Ultrasonic [inline]
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]
Ultrasonic(DigitalOutput *pingChannel, DigitalInput *echoChannel, DistanceUnit units=kInches)Ultrasonic
Ultrasonic(DigitalOutput &pingChannel, DigitalInput &echoChannel, DistanceUnit units=kInches)Ultrasonic
Ultrasonic(UINT32 pingChannel, UINT32 echoChannel, DistanceUnit units=kInches)Ultrasonic
Ultrasonic(UINT8 pingModuleNumber, UINT32 pingChannel, UINT8 echoModuleNumber, UINT32 echoChannel, DistanceUnit units=kInches)Ultrasonic
~ErrorBase() (defined in ErrorBase)ErrorBase [virtual]
~SensorBase()SensorBase [virtual]
~Ultrasonic()Ultrasonic [virtual]
 All Classes Functions Variables