WPILibC++
2018.4.1-1217-gf0ac048
|
This is the complete list of members for frc::SmartDashboard, including all inherited members.
AddChild(std::shared_ptr< Sendable > child) | frc::SendableBase | protected |
AddChild(void *child) | frc::SendableBase | protected |
ClearError() const | frc::ErrorBase | virtual |
ClearFlags(wpi::StringRef key, unsigned int flags) | frc::SmartDashboard | static |
ClearPersistent(wpi::StringRef key) | frc::SmartDashboard | static |
CloneError(const ErrorBase &rhs) const (defined in frc::ErrorBase) | frc::ErrorBase | virtual |
ContainsKey(wpi::StringRef key) | frc::SmartDashboard | static |
Delete(wpi::StringRef key) | frc::SmartDashboard | static |
ErrorBase() (defined in frc::ErrorBase) | frc::ErrorBase | |
ErrorBase(ErrorBase &&)=default (defined in frc::ErrorBase) | frc::ErrorBase | |
GetBoolean(wpi::StringRef keyName, bool defaultValue) | frc::SmartDashboard | static |
GetBooleanArray(wpi::StringRef key, wpi::ArrayRef< int > defaultValue) | frc::SmartDashboard | static |
GetData(wpi::StringRef keyName) | frc::SmartDashboard | static |
GetError() | frc::ErrorBase | virtual |
GetError() const | frc::ErrorBase | virtual |
GetFlags(wpi::StringRef key) | frc::SmartDashboard | static |
GetGlobalError() | frc::ErrorBase | static |
GetKeys(int types=0) | frc::SmartDashboard | static |
GetName() const final | frc::SendableBase | virtual |
GetNumber(wpi::StringRef keyName, double defaultValue) | frc::SmartDashboard | static |
GetNumberArray(wpi::StringRef key, wpi::ArrayRef< double > defaultValue) | frc::SmartDashboard | static |
GetRaw(wpi::StringRef key, wpi::StringRef defaultValue) | frc::SmartDashboard | static |
GetString(wpi::StringRef keyName, wpi::StringRef defaultValue) | frc::SmartDashboard | static |
GetStringArray(wpi::StringRef key, wpi::ArrayRef< std::string > defaultValue) | frc::SmartDashboard | static |
GetSubsystem() const final | frc::SendableBase | virtual |
GetValue(wpi::StringRef keyName) | frc::SmartDashboard | static |
init() (defined in frc::SmartDashboard) | frc::SmartDashboard | static |
InitSendable(SendableBuilder &builder)=0 | frc::Sendable | pure virtual |
IsPersistent(wpi::StringRef key) | frc::SmartDashboard | static |
m_error (defined in frc::ErrorBase) | frc::ErrorBase | mutableprotected |
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 | |
PutBoolean(wpi::StringRef keyName, bool value) | frc::SmartDashboard | static |
PutBooleanArray(wpi::StringRef key, wpi::ArrayRef< int > value) | frc::SmartDashboard | static |
PutData(wpi::StringRef key, Sendable *data) | frc::SmartDashboard | static |
PutData(Sendable *value) | frc::SmartDashboard | static |
PutNumber(wpi::StringRef keyName, double value) | frc::SmartDashboard | static |
PutNumberArray(wpi::StringRef key, wpi::ArrayRef< double > value) | frc::SmartDashboard | static |
PutRaw(wpi::StringRef key, wpi::StringRef value) | frc::SmartDashboard | static |
PutString(wpi::StringRef keyName, wpi::StringRef value) | frc::SmartDashboard | static |
PutStringArray(wpi::StringRef key, wpi::ArrayRef< std::string > value) | frc::SmartDashboard | static |
PutValue(wpi::StringRef keyName, std::shared_ptr< nt::Value > value) | frc::SmartDashboard | static |
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 | |
SetDefaultBoolean(wpi::StringRef key, bool defaultValue) | frc::SmartDashboard | static |
SetDefaultBooleanArray(wpi::StringRef key, wpi::ArrayRef< int > defaultValue) | frc::SmartDashboard | static |
SetDefaultNumber(wpi::StringRef key, double defaultValue) | frc::SmartDashboard | static |
SetDefaultNumberArray(wpi::StringRef key, wpi::ArrayRef< double > defaultValue) | frc::SmartDashboard | static |
SetDefaultRaw(wpi::StringRef key, wpi::StringRef defaultValue) | frc::SmartDashboard | static |
SetDefaultString(wpi::StringRef key, wpi::StringRef defaultValue) | frc::SmartDashboard | static |
SetDefaultStringArray(wpi::StringRef key, wpi::ArrayRef< std::string > defaultValue) | frc::SmartDashboard | static |
SetDefaultValue(wpi::StringRef key, std::shared_ptr< nt::Value > defaultValue) | frc::SmartDashboard | static |
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 |
SetFlags(wpi::StringRef key, unsigned int flags) | frc::SmartDashboard | static |
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 |
SetPersistent(wpi::StringRef key) | frc::SmartDashboard | static |
SetSubsystem(const wpi::Twine &subsystem) final | frc::SendableBase | 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 |
UpdateValues() | frc::SmartDashboard | static |
~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 |