WPILibC++
unspecified
|
This is the complete list of members for frc::Notifier, including all inherited members.
_globalError (defined in frc::ErrorBase) | frc::ErrorBase | protectedstatic |
_globalErrorMutex (defined in frc::ErrorBase) | frc::ErrorBase | protectedstatic |
ClearError() const | frc::ErrorBase | virtual |
CloneError(const ErrorBase &rhs) const (defined in frc::ErrorBase) | frc::ErrorBase | virtual |
ErrorBase()=default (defined in frc::ErrorBase) | frc::ErrorBase | |
ErrorBase(const ErrorBase &)=delete (defined in frc::ErrorBase) | frc::ErrorBase | |
GetError() | frc::ErrorBase | virtual |
GetError() const (defined in frc::ErrorBase) | frc::ErrorBase | virtual |
GetGlobalError() | frc::ErrorBase | static |
m_error (defined in frc::ErrorBase) | frc::ErrorBase | mutableprotected |
Notifier(TimerEventHandler handler) | frc::Notifier | explicit |
Notifier(Callable &&f, Arg &&arg, Args &&...args) (defined in frc::Notifier) | frc::Notifier | inline |
Notifier(const Notifier &)=delete (defined in frc::Notifier) | frc::Notifier | |
operator=(const Notifier &)=delete (defined in frc::Notifier) | frc::Notifier | |
operator=(const ErrorBase &)=delete (defined in frc::ErrorBase) | frc::ErrorBase | |
SetErrnoError(llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
SetError(Error::Code code, llvm::StringRef 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, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
SetGlobalError(Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) (defined in frc::ErrorBase) | frc::ErrorBase | static |
SetGlobalWPIError(llvm::StringRef errorMessage, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) (defined in frc::ErrorBase) | frc::ErrorBase | static |
SetImaqError(int success, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
SetWPIError(llvm::StringRef errorMessage, Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
StartPeriodic(double period) | frc::Notifier | |
StartSingle(double delay) | frc::Notifier | |
StatusIsFatal() const | frc::ErrorBase | virtual |
Stop() | frc::Notifier | |
~ErrorBase()=default (defined in frc::ErrorBase) | frc::ErrorBase | virtual |
~Notifier() | frc::Notifier | virtual |