WPILibC++
2019.1.1-beta-4-6-g6593f43
|
This is the complete list of members for frc::InterruptableSensorBase, including all inherited members.
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 |
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(ErrorBase &&)=default (defined in frc::ErrorBase) | frc::ErrorBase | |
GetAnalogTriggerTypeForRouting() const =0 (defined in frc::InterruptableSensorBase) | frc::InterruptableSensorBase | pure virtual |
GetError() | frc::ErrorBase | virtual |
GetError() const | 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 | |
InterruptableSensorBase(InterruptableSensorBase &&)=default (defined in frc::InterruptableSensorBase) | frc::InterruptableSensorBase | |
kBoth enum value (defined in frc::InterruptableSensorBase) | frc::InterruptableSensorBase | |
kFallingEdge enum value (defined in frc::InterruptableSensorBase) | frc::InterruptableSensorBase | |
kRisingEdge enum value (defined in frc::InterruptableSensorBase) | frc::InterruptableSensorBase | |
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=(InterruptableSensorBase &&)=default (defined in frc::InterruptableSensorBase) | frc::InterruptableSensorBase | |
operator=(ErrorBase &&)=default (defined in frc::ErrorBase) | frc::ErrorBase | |
operator=(SendableBase &&rhs) (defined in frc::SendableBase) | frc::SendableBase | |
operator=(Sendable &&)=default (defined in frc::Sendable) | frc::Sendable | |
ReadFallingTimestamp() | frc::InterruptableSensorBase | virtual |
ReadRisingTimestamp() | frc::InterruptableSensorBase | virtual |
RequestInterrupts(HAL_InterruptHandlerFunction handler, void *param) | frc::InterruptableSensorBase | virtual |
RequestInterrupts() | frc::InterruptableSensorBase | virtual |
Sendable()=default (defined in frc::Sendable) | frc::Sendable | |
Sendable(Sendable &&)=default (defined in frc::Sendable) | frc::Sendable | |
SendableBase(bool addLiveWindow=true) | frc::SendableBase | explicit |
SendableBase(SendableBase &&rhs) (defined in frc::SendableBase) | frc::SendableBase | |
SetErrnoError(const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
SetError(Error::Code code, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
SetErrorRange(Error::Code code, int32_t minRange, int32_t maxRange, int32_t requestedValue, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
SetGlobalError(Error::Code code, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) (defined in frc::ErrorBase) | frc::ErrorBase | static |
SetGlobalWPIError(const wpi::Twine &errorMessage, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) (defined in frc::ErrorBase) | frc::ErrorBase | static |
SetImaqError(int success, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
SetName(const wpi::Twine &name) final | frc::SendableBase | virtual |
SetName(const wpi::Twine &moduleType, int channel) | frc::SendableBase | protected |
SetName(const wpi::Twine &moduleType, int moduleNumber, int channel) | frc::SendableBase | protected |
frc::Sendable::SetName(const wpi::Twine &subsystem, const wpi::Twine &name) | frc::Sendable | inline |
SetSubsystem(const wpi::Twine &subsystem) final | frc::SendableBase | virtual |
SetUpSourceEdge(bool risingEdge, bool fallingEdge) | frc::InterruptableSensorBase | virtual |
SetWPIError(const wpi::Twine &errorMessage, Error::Code code, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::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 (defined in frc::SendableBase) | frc::SendableBase |