WPILibC++  unspecified
frc::Ultrasonic Member List

This is the complete list of members for frc::Ultrasonic, including all inherited members.

_globalError (defined in frc::ErrorBase)frc::ErrorBaseprotectedstatic
_globalErrorMutex (defined in frc::ErrorBase)frc::ErrorBaseprotectedstatic
AddChild(std::shared_ptr< Sendable > child)frc::SendableBaseprotected
AddChild(void *child)frc::SendableBaseprotected
CheckAnalogInputChannel(int channel)frc::SensorBasestatic
CheckAnalogOutputChannel(int channel)frc::SensorBasestatic
CheckDigitalChannel(int channel)frc::SensorBasestatic
CheckPDPChannel(int channel)frc::SensorBasestatic
CheckPWMChannel(int channel)frc::SensorBasestatic
CheckRelayChannel(int channel)frc::SensorBasestatic
CheckSolenoidChannel(int channel)frc::SensorBasestatic
CheckSolenoidModule(int moduleNumber)frc::SensorBasestatic
ClearError() const frc::ErrorBasevirtual
CloneError(const ErrorBase &rhs) const (defined in frc::ErrorBase)frc::ErrorBasevirtual
DistanceUnit enum name (defined in frc::Ultrasonic)frc::Ultrasonic
ErrorBase() (defined in frc::ErrorBase)frc::ErrorBase
ErrorBase(const ErrorBase &)=delete (defined in frc::ErrorBase)frc::ErrorBase
GetDefaultSolenoidModule() (defined in frc::SensorBase)frc::SensorBaseinlinestatic
GetDistanceUnits() const frc::Ultrasonic
GetError()frc::ErrorBasevirtual
GetError() const (defined in frc::ErrorBase)frc::ErrorBasevirtual
GetGlobalError()frc::ErrorBasestatic
GetName() const finalfrc::SendableBasevirtual
GetPIDSourceType() const (defined in frc::PIDSource)frc::PIDSourcevirtual
GetRangeInches() const frc::Ultrasonic
GetRangeMM() const frc::Ultrasonic
GetSubsystem() const finalfrc::SendableBasevirtual
InitSendable(SendableBuilder &builder) overridefrc::Ultrasonicvirtual
IsEnabled() const (defined in frc::Ultrasonic)frc::Ultrasonicinline
IsRangeValid() const frc::Ultrasonic
kAnalogInputs (defined in frc::SensorBase)frc::SensorBasestatic
kAnalogOutputs (defined in frc::SensorBase)frc::SensorBasestatic
kDigitalChannels (defined in frc::SensorBase)frc::SensorBasestatic
kInches enum value (defined in frc::Ultrasonic)frc::Ultrasonic
kMilliMeters enum value (defined in frc::Ultrasonic)frc::Ultrasonic
kPDPChannels (defined in frc::SensorBase)frc::SensorBasestatic
kPwmChannels (defined in frc::SensorBase)frc::SensorBasestatic
kRelayChannels (defined in frc::SensorBase)frc::SensorBasestatic
kSolenoidChannels (defined in frc::SensorBase)frc::SensorBasestatic
kSolenoidModules (defined in frc::SensorBase)frc::SensorBasestatic
m_error (defined in frc::ErrorBase)frc::ErrorBasemutableprotected
m_pidSource (defined in frc::PIDSource)frc::PIDSourceprotected
operator=(const SensorBase &)=delete (defined in frc::SensorBase)frc::SensorBase
operator=(const ErrorBase &)=delete (defined in frc::ErrorBase)frc::ErrorBase
PIDGet() overridefrc::Ultrasonicvirtual
Ping()frc::Ultrasonic
SendableBase(bool addLiveWindow=true)frc::SendableBaseexplicit
SensorBase()=default (defined in frc::SensorBase)frc::SensorBase
SensorBase(const SensorBase &)=delete (defined in frc::SensorBase)frc::SensorBase
SetAutomaticMode(bool enabling)frc::Ultrasonicstatic
SetDistanceUnits(DistanceUnit units)frc::Ultrasonic
SetEnabled(bool enable) (defined in frc::Ultrasonic)frc::Ultrasonicinline
SetErrnoError(const llvm::Twine &contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const frc::ErrorBasevirtual
SetError(Error::Code code, const llvm::Twine &contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const frc::ErrorBasevirtual
SetErrorRange(Error::Code code, int32_t minRange, int32_t maxRange, int32_t requestedValue, const llvm::Twine &contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const frc::ErrorBasevirtual
SetGlobalError(Error::Code code, const llvm::Twine &contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) (defined in frc::ErrorBase)frc::ErrorBasestatic
SetGlobalWPIError(const llvm::Twine &errorMessage, const llvm::Twine &contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) (defined in frc::ErrorBase)frc::ErrorBasestatic
SetImaqError(int success, const llvm::Twine &contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const frc::ErrorBasevirtual
SetName(const llvm::Twine &name) finalfrc::SendableBasevirtual
SetName(const llvm::Twine &moduleType, int channel)frc::SendableBaseprotected
SetName(const llvm::Twine &moduleType, int moduleNumber, int channel)frc::SendableBaseprotected
frc::Sendable::SetName(const llvm::Twine &subsystem, const llvm::Twine &name)frc::Sendableinline
SetPIDSourceType(PIDSourceType pidSource) overridefrc::Ultrasonicvirtual
SetSubsystem(const llvm::Twine &subsystem) finalfrc::SendableBasevirtual
SetWPIError(const llvm::Twine &errorMessage, Error::Code code, const llvm::Twine &contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const frc::ErrorBasevirtual
StatusIsFatal() const frc::ErrorBasevirtual
Ultrasonic(DigitalOutput *pingChannel, DigitalInput *echoChannel, DistanceUnit units=kInches)frc::Ultrasonic
Ultrasonic(DigitalOutput &pingChannel, DigitalInput &echoChannel, DistanceUnit units=kInches)frc::Ultrasonic
Ultrasonic(std::shared_ptr< DigitalOutput > pingChannel, std::shared_ptr< DigitalInput > echoChannel, DistanceUnit units=kInches)frc::Ultrasonic
Ultrasonic(int pingChannel, int echoChannel, DistanceUnit units=kInches)frc::Ultrasonic
~ErrorBase()=default (defined in frc::ErrorBase)frc::ErrorBasevirtual
~Sendable()=default (defined in frc::Sendable)frc::Sendablevirtual
~SendableBase() overridefrc::SendableBase
~Ultrasonic() overridefrc::Ultrasonic