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 |
AddChild(std::shared_ptr< Sendable > child) | frc::SendableBase | protected |
AddChild(void *child) | frc::SendableBase | protected |
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 |
GetName() const final | frc::SendableBase | virtual |
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 |
GetSubsystem() const final | frc::SendableBase | virtual |
GetValue(llvm::StringRef keyName) | frc::SmartDashboard | static |
init() (defined in frc::SmartDashboard) | frc::SmartDashboard | static |
InitSendable(SendableBuilder &builder)=0 | frc::Sendable | pure virtual |
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(Sendable *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 |
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 | |
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(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 |
SetFlags(llvm::StringRef key, unsigned int flags) | frc::SmartDashboard | static |
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 |
SetPersistent(llvm::StringRef key) | frc::SmartDashboard | static |
SetSubsystem(const llvm::Twine &subsystem) final | frc::SendableBase | 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 |
UpdateValues() | frc::SmartDashboard | static |
~ErrorBase()=default (defined in frc::ErrorBase) | frc::ErrorBase | virtual |
~Sendable()=default (defined in frc::Sendable) | frc::Sendable | virtual |
~SendableBase() override | frc::SendableBase |