WPILibC++
unspecified
|
This is the complete list of members for frc::InterruptableSensorBase, including all inherited members.
_globalError (defined in frc::ErrorBase) | frc::ErrorBase | protectedstatic |
_globalErrorMutex (defined in frc::ErrorBase) | frc::ErrorBase | protectedstatic |
AddChild(std::shared_ptr< Sendable > child) | frc::SendableBase | protected |
AddChild(void *child) | frc::SendableBase | protected |
AllocateInterrupts(bool watcher) (defined in frc::InterruptableSensorBase) | frc::InterruptableSensorBase | protected |
CancelInterrupts() | frc::InterruptableSensorBase | virtual |
CheckAnalogInputChannel(int channel) | frc::SensorBase | static |
CheckAnalogOutputChannel(int channel) | frc::SensorBase | static |
CheckDigitalChannel(int channel) | frc::SensorBase | static |
CheckPDPChannel(int channel) | frc::SensorBase | static |
CheckPWMChannel(int channel) | frc::SensorBase | static |
CheckRelayChannel(int channel) | frc::SensorBase | static |
CheckSolenoidChannel(int channel) | frc::SensorBase | static |
CheckSolenoidModule(int moduleNumber) | frc::SensorBase | static |
ClearError() const | frc::ErrorBase | virtual |
CloneError(const ErrorBase &rhs) const (defined in frc::ErrorBase) | frc::ErrorBase | virtual |
DisableInterrupts() | frc::InterruptableSensorBase | virtual |
EnableInterrupts() | frc::InterruptableSensorBase | virtual |
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::InterruptableSensorBase | pure virtual |
GetDefaultSolenoidModule() (defined in frc::SensorBase) | frc::SensorBase | inlinestatic |
GetError() | frc::ErrorBase | virtual |
GetError() const (defined in frc::ErrorBase) | frc::ErrorBase | virtual |
GetGlobalError() | frc::ErrorBase | static |
GetName() const final | frc::SendableBase | virtual |
GetPortHandleForRouting() const =0 (defined in frc::InterruptableSensorBase) | frc::InterruptableSensorBase | pure virtual |
GetSubsystem() const final | frc::SendableBase | virtual |
InitSendable(SendableBuilder &builder)=0 | frc::Sendable | pure virtual |
InterruptableSensorBase()=default (defined in frc::InterruptableSensorBase) | frc::InterruptableSensorBase | |
kAnalogInputs (defined in frc::SensorBase) | frc::SensorBase | static |
kAnalogOutputs (defined in frc::SensorBase) | frc::SensorBase | static |
kBoth enum value (defined in frc::InterruptableSensorBase) | frc::InterruptableSensorBase | |
kDigitalChannels (defined in frc::SensorBase) | frc::SensorBase | static |
kFallingEdge enum value (defined in frc::InterruptableSensorBase) | frc::InterruptableSensorBase | |
kPDPChannels (defined in frc::SensorBase) | frc::SensorBase | static |
kPwmChannels (defined in frc::SensorBase) | frc::SensorBase | static |
kRelayChannels (defined in frc::SensorBase) | frc::SensorBase | static |
kRisingEdge enum value (defined in frc::InterruptableSensorBase) | frc::InterruptableSensorBase | |
kSolenoidChannels (defined in frc::SensorBase) | frc::SensorBase | static |
kSolenoidModules (defined in frc::SensorBase) | frc::SensorBase | static |
kTimeout enum value (defined in frc::InterruptableSensorBase) | frc::InterruptableSensorBase | |
m_error (defined in frc::ErrorBase) | frc::ErrorBase | mutableprotected |
m_interrupt (defined in frc::InterruptableSensorBase) | frc::InterruptableSensorBase | protected |
operator=(const SensorBase &)=delete (defined in frc::SensorBase) | frc::SensorBase | |
operator=(const ErrorBase &)=delete (defined in frc::ErrorBase) | frc::ErrorBase | |
ReadFallingTimestamp() | frc::InterruptableSensorBase | virtual |
ReadRisingTimestamp() | frc::InterruptableSensorBase | virtual |
RequestInterrupts(HAL_InterruptHandlerFunction handler, void *param) | frc::InterruptableSensorBase | virtual |
RequestInterrupts() | frc::InterruptableSensorBase | virtual |
SendableBase(bool addLiveWindow=true) | frc::SendableBase | explicit |
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::ErrorBase | virtual |
SetError(Error::Code code, const llvm::Twine &contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
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::ErrorBase | virtual |
SetGlobalError(Error::Code code, const llvm::Twine &contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) (defined in frc::ErrorBase) | frc::ErrorBase | static |
SetGlobalWPIError(const llvm::Twine &errorMessage, const llvm::Twine &contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) (defined in frc::ErrorBase) | frc::ErrorBase | static |
SetImaqError(int success, const llvm::Twine &contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
SetName(const llvm::Twine &name) final | frc::SendableBase | virtual |
SetName(const llvm::Twine &moduleType, int channel) | frc::SendableBase | protected |
SetName(const llvm::Twine &moduleType, int moduleNumber, int channel) | frc::SendableBase | protected |
frc::Sendable::SetName(const llvm::Twine &subsystem, const llvm::Twine &name) | frc::Sendable | inline |
SetSubsystem(const llvm::Twine &subsystem) final | frc::SendableBase | virtual |
SetUpSourceEdge(bool risingEdge, bool fallingEdge) | frc::InterruptableSensorBase | virtual |
SetWPIError(const llvm::Twine &errorMessage, Error::Code code, const llvm::Twine &contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
StatusIsFatal() const | frc::ErrorBase | virtual |
WaitForInterrupt(double timeout, bool ignorePrevious=true) | frc::InterruptableSensorBase | virtual |
WaitResult enum name (defined in frc::InterruptableSensorBase) | frc::InterruptableSensorBase | |
~ErrorBase()=default (defined in frc::ErrorBase) | frc::ErrorBase | virtual |
~Sendable()=default (defined in frc::Sendable) | frc::Sendable | virtual |
~SendableBase() override | frc::SendableBase |