WPILibC++  unspecified
frc::InterruptableSensorBase Member List

This is the complete list of members for frc::InterruptableSensorBase, 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
AllocateInterrupts(bool watcher) (defined in frc::InterruptableSensorBase)frc::InterruptableSensorBaseprotected
CancelInterrupts()frc::InterruptableSensorBasevirtual
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
DisableInterrupts()frc::InterruptableSensorBasevirtual
EnableInterrupts()frc::InterruptableSensorBasevirtual
ErrorBase() (defined in frc::ErrorBase)frc::ErrorBase
ErrorBase(const ErrorBase &)=delete (defined in frc::ErrorBase)frc::ErrorBase
GetAnalogTriggerTypeForRouting() const =0 (defined in frc::InterruptableSensorBase)frc::InterruptableSensorBasepure virtual
GetDefaultSolenoidModule() (defined in frc::SensorBase)frc::SensorBaseinlinestatic
GetError()frc::ErrorBasevirtual
GetError() const (defined in frc::ErrorBase)frc::ErrorBasevirtual
GetGlobalError()frc::ErrorBasestatic
GetName() const finalfrc::SendableBasevirtual
GetPortHandleForRouting() const =0 (defined in frc::InterruptableSensorBase)frc::InterruptableSensorBasepure virtual
GetSubsystem() const finalfrc::SendableBasevirtual
InitSendable(SendableBuilder &builder)=0frc::Sendablepure virtual
InterruptableSensorBase()=default (defined in frc::InterruptableSensorBase)frc::InterruptableSensorBase
kAnalogInputs (defined in frc::SensorBase)frc::SensorBasestatic
kAnalogOutputs (defined in frc::SensorBase)frc::SensorBasestatic
kBoth enum value (defined in frc::InterruptableSensorBase)frc::InterruptableSensorBase
kDigitalChannels (defined in frc::SensorBase)frc::SensorBasestatic
kFallingEdge enum value (defined in frc::InterruptableSensorBase)frc::InterruptableSensorBase
kPDPChannels (defined in frc::SensorBase)frc::SensorBasestatic
kPwmChannels (defined in frc::SensorBase)frc::SensorBasestatic
kRelayChannels (defined in frc::SensorBase)frc::SensorBasestatic
kRisingEdge enum value (defined in frc::InterruptableSensorBase)frc::InterruptableSensorBase
kSolenoidChannels (defined in frc::SensorBase)frc::SensorBasestatic
kSolenoidModules (defined in frc::SensorBase)frc::SensorBasestatic
kTimeout enum value (defined in frc::InterruptableSensorBase)frc::InterruptableSensorBase
m_error (defined in frc::ErrorBase)frc::ErrorBasemutableprotected
m_interrupt (defined in frc::InterruptableSensorBase)frc::InterruptableSensorBaseprotected
operator=(const SensorBase &)=delete (defined in frc::SensorBase)frc::SensorBase
operator=(const ErrorBase &)=delete (defined in frc::ErrorBase)frc::ErrorBase
ReadFallingTimestamp()frc::InterruptableSensorBasevirtual
ReadRisingTimestamp()frc::InterruptableSensorBasevirtual
RequestInterrupts(HAL_InterruptHandlerFunction handler, void *param)frc::InterruptableSensorBasevirtual
RequestInterrupts()frc::InterruptableSensorBasevirtual
SendableBase(bool addLiveWindow=true)frc::SendableBaseexplicit
SensorBase()=default (defined in frc::SensorBase)frc::SensorBase
SensorBase(const SensorBase &)=delete (defined in frc::SensorBase)frc::SensorBase
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
SetSubsystem(const llvm::Twine &subsystem) finalfrc::SendableBasevirtual
SetUpSourceEdge(bool risingEdge, bool fallingEdge)frc::InterruptableSensorBasevirtual
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
WaitForInterrupt(double timeout, bool ignorePrevious=true)frc::InterruptableSensorBasevirtual
WaitResult enum name (defined in frc::InterruptableSensorBase)frc::InterruptableSensorBase
~ErrorBase()=default (defined in frc::ErrorBase)frc::ErrorBasevirtual
~Sendable()=default (defined in frc::Sendable)frc::Sendablevirtual
~SendableBase() overridefrc::SendableBase