WPILibC++  unspecified
frc::AnalogInput Member List

This is the complete list of members for frc::AnalogInput, 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
AnalogGyro (defined in frc::AnalogInput)frc::AnalogInputfriend
AnalogInput(int channel)frc::AnalogInputexplicit
AnalogTrigger (defined in frc::AnalogInput)frc::AnalogInputfriend
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
ErrorBase() (defined in frc::ErrorBase)frc::ErrorBase
ErrorBase(const ErrorBase &)=delete (defined in frc::ErrorBase)frc::ErrorBase
GetAccumulatorCount() const frc::AnalogInput
GetAccumulatorOutput(int64_t &value, int64_t &count) const frc::AnalogInput
GetAccumulatorValue() const frc::AnalogInput
GetAverageBits() const frc::AnalogInput
GetAverageValue() const frc::AnalogInput
GetAverageVoltage() const frc::AnalogInput
GetChannel() const frc::AnalogInput
GetDefaultSolenoidModule() (defined in frc::SensorBase)frc::SensorBaseinlinestatic
GetError()frc::ErrorBasevirtual
GetError() const (defined in frc::ErrorBase)frc::ErrorBasevirtual
GetGlobalError()frc::ErrorBasestatic
GetLSBWeight() const frc::AnalogInput
GetName() const finalfrc::SendableBasevirtual
GetOffset() const frc::AnalogInput
GetOversampleBits() const frc::AnalogInput
GetPIDSourceType() const (defined in frc::PIDSource)frc::PIDSourcevirtual
GetSampleRate()frc::AnalogInputstatic
GetSubsystem() const finalfrc::SendableBasevirtual
GetValue() const frc::AnalogInput
GetVoltage() const frc::AnalogInput
InitAccumulator()frc::AnalogInput
InitSendable(SendableBuilder &builder) overridefrc::AnalogInputvirtual
IsAccumulatorChannel() const frc::AnalogInput
kAccumulatorChannels (defined in frc::AnalogInput)frc::AnalogInputstatic
kAccumulatorModuleNumber (defined in frc::AnalogInput)frc::AnalogInputstatic
kAccumulatorNumChannels (defined in frc::AnalogInput)frc::AnalogInputstatic
kAnalogInputs (defined in frc::SensorBase)frc::SensorBasestatic
kAnalogOutputs (defined in frc::SensorBase)frc::SensorBasestatic
kDigitalChannels (defined in frc::SensorBase)frc::SensorBasestatic
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::AnalogInputvirtual
ResetAccumulator()frc::AnalogInput
SendableBase(bool addLiveWindow=true)frc::SendableBaseexplicit
SensorBase()=default (defined in frc::SensorBase)frc::SensorBase
SensorBase(const SensorBase &)=delete (defined in frc::SensorBase)frc::SensorBase
SetAccumulatorCenter(int center)frc::AnalogInput
SetAccumulatorDeadband(int deadband)frc::AnalogInput
SetAccumulatorInitialValue(int64_t value)frc::AnalogInput
SetAverageBits(int bits)frc::AnalogInput
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
SetOversampleBits(int bits)frc::AnalogInput
SetPIDSourceType(PIDSourceType pidSource)frc::PIDSourcevirtual
SetSampleRate(double samplesPerSecond)frc::AnalogInputstatic
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
~AnalogInput() overridefrc::AnalogInput
~ErrorBase()=default (defined in frc::ErrorBase)frc::ErrorBasevirtual
~Sendable()=default (defined in frc::Sendable)frc::Sendablevirtual
~SendableBase() overridefrc::SendableBase