WPILibC++
unspecified
|
This is the complete list of members for frc::SmartDashboard, including all inherited members.
_globalError (defined in frc::ErrorBase) | frc::ErrorBase | protectedstatic |
_globalErrorMutex (defined in frc::ErrorBase) | frc::ErrorBase | protectedstatic |
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 |
ClearFlags(llvm::StringRef key, unsigned int flags) | frc::SmartDashboard | static |
ClearPersistent(llvm::StringRef key) | frc::SmartDashboard | static |
CloneError(const ErrorBase &rhs) const (defined in frc::ErrorBase) | frc::ErrorBase | virtual |
ContainsKey(llvm::StringRef key) | frc::SmartDashboard | static |
Delete(llvm::StringRef key) | frc::SmartDashboard | static |
ErrorBase() (defined in frc::ErrorBase) | frc::ErrorBase | |
ErrorBase(const ErrorBase &)=delete (defined in frc::ErrorBase) | frc::ErrorBase | |
GetBoolean(llvm::StringRef keyName, bool defaultValue) | frc::SmartDashboard | static |
GetBooleanArray(llvm::StringRef key, llvm::ArrayRef< int > defaultValue) | frc::SmartDashboard | static |
GetData(llvm::StringRef keyName) | frc::SmartDashboard | static |
GetDefaultSolenoidModule() (defined in frc::SensorBase) | frc::SensorBase | inlinestatic |
GetError() | frc::ErrorBase | virtual |
GetError() const (defined in frc::ErrorBase) | frc::ErrorBase | virtual |
GetFlags(llvm::StringRef key) | frc::SmartDashboard | static |
GetGlobalError() | frc::ErrorBase | static |
GetKeys(int types=0) | frc::SmartDashboard | static |
GetNumber(llvm::StringRef keyName, double defaultValue) | frc::SmartDashboard | static |
GetNumberArray(llvm::StringRef key, llvm::ArrayRef< double > defaultValue) | frc::SmartDashboard | static |
GetRaw(llvm::StringRef key, llvm::StringRef defaultValue) | frc::SmartDashboard | static |
GetString(llvm::StringRef keyName, llvm::StringRef defaultValue) | frc::SmartDashboard | static |
GetStringArray(llvm::StringRef key, llvm::ArrayRef< std::string > defaultValue) | frc::SmartDashboard | static |
GetValue(llvm::StringRef keyName) | frc::SmartDashboard | static |
init() (defined in frc::SmartDashboard) | frc::SmartDashboard | static |
IsPersistent(llvm::StringRef key) | frc::SmartDashboard | static |
kAnalogInputs (defined in frc::SensorBase) | frc::SensorBase | static |
kAnalogOutputs (defined in frc::SensorBase) | frc::SensorBase | static |
kDigitalChannels (defined in frc::SensorBase) | frc::SensorBase | static |
kPDPChannels (defined in frc::SensorBase) | frc::SensorBase | static |
kPwmChannels (defined in frc::SensorBase) | frc::SensorBase | static |
kRelayChannels (defined in frc::SensorBase) | frc::SensorBase | static |
kSolenoidChannels (defined in frc::SensorBase) | frc::SensorBase | static |
kSolenoidModules (defined in frc::SensorBase) | frc::SensorBase | static |
m_error (defined in frc::ErrorBase) | frc::ErrorBase | mutableprotected |
operator=(const SensorBase &)=delete (defined in frc::SensorBase) | frc::SensorBase | |
operator=(const ErrorBase &)=delete (defined in frc::ErrorBase) | frc::ErrorBase | |
PutBoolean(llvm::StringRef keyName, bool value) | frc::SmartDashboard | static |
PutBooleanArray(llvm::StringRef key, llvm::ArrayRef< int > value) | frc::SmartDashboard | static |
PutData(llvm::StringRef key, Sendable *data) | frc::SmartDashboard | static |
PutData(NamedSendable *value) | frc::SmartDashboard | static |
PutNumber(llvm::StringRef keyName, double value) | frc::SmartDashboard | static |
PutNumberArray(llvm::StringRef key, llvm::ArrayRef< double > value) | frc::SmartDashboard | static |
PutRaw(llvm::StringRef key, llvm::StringRef value) | frc::SmartDashboard | static |
PutString(llvm::StringRef keyName, llvm::StringRef value) | frc::SmartDashboard | static |
PutStringArray(llvm::StringRef key, llvm::ArrayRef< std::string > value) | frc::SmartDashboard | static |
PutValue(llvm::StringRef keyName, std::shared_ptr< nt::Value > value) | frc::SmartDashboard | static |
SensorBase()=default (defined in frc::SensorBase) | frc::SensorBase | |
SensorBase(const SensorBase &)=delete (defined in frc::SensorBase) | frc::SensorBase | |
SetDefaultBoolean(llvm::StringRef key, bool defaultValue) | frc::SmartDashboard | static |
SetDefaultBooleanArray(llvm::StringRef key, llvm::ArrayRef< int > defaultValue) | frc::SmartDashboard | static |
SetDefaultNumber(llvm::StringRef key, double defaultValue) | frc::SmartDashboard | static |
SetDefaultNumberArray(llvm::StringRef key, llvm::ArrayRef< double > defaultValue) | frc::SmartDashboard | static |
SetDefaultRaw(llvm::StringRef key, llvm::StringRef defaultValue) | frc::SmartDashboard | static |
SetDefaultString(llvm::StringRef key, llvm::StringRef defaultValue) | frc::SmartDashboard | static |
SetDefaultStringArray(llvm::StringRef key, llvm::ArrayRef< std::string > defaultValue) | frc::SmartDashboard | static |
SetDefaultValue(llvm::StringRef key, std::shared_ptr< nt::Value > defaultValue) | frc::SmartDashboard | static |
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 |
SetFlags(llvm::StringRef key, unsigned int flags) | frc::SmartDashboard | static |
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 |
SetPersistent(llvm::StringRef key) | frc::SmartDashboard | static |
SetWPIError(llvm::StringRef errorMessage, Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
StatusIsFatal() const | frc::ErrorBase | virtual |
~ErrorBase()=default (defined in frc::ErrorBase) | frc::ErrorBase | virtual |
~SensorBase()=default (defined in frc::SensorBase) | frc::SensorBase | virtual |