WPILibC++  unspecified
frc::SmartDashboard Member List

This is the complete list of members for frc::SmartDashboard, including all inherited members.

_globalError (defined in frc::ErrorBase)frc::ErrorBaseprotectedstatic
_globalErrorMutex (defined in frc::ErrorBase)frc::ErrorBaseprotectedstatic
AddChild(std::shared_ptr< Sendable > child)frc::SendableBaseprotected
AddChild(void *child)frc::SendableBaseprotected
CheckAnalogInputChannel(int channel)frc::SensorBasestatic
CheckAnalogOutputChannel(int channel)frc::SensorBasestatic
CheckDigitalChannel(int channel)frc::SensorBasestatic
CheckPDPChannel(int channel)frc::SensorBasestatic
CheckPWMChannel(int channel)frc::SensorBasestatic
CheckRelayChannel(int channel)frc::SensorBasestatic
CheckSolenoidChannel(int channel)frc::SensorBasestatic
CheckSolenoidModule(int moduleNumber)frc::SensorBasestatic
ClearError() const frc::ErrorBasevirtual
ClearFlags(llvm::StringRef key, unsigned int flags)frc::SmartDashboardstatic
ClearPersistent(llvm::StringRef key)frc::SmartDashboardstatic
CloneError(const ErrorBase &rhs) const (defined in frc::ErrorBase)frc::ErrorBasevirtual
ContainsKey(llvm::StringRef key)frc::SmartDashboardstatic
Delete(llvm::StringRef key)frc::SmartDashboardstatic
ErrorBase() (defined in frc::ErrorBase)frc::ErrorBase
ErrorBase(const ErrorBase &)=delete (defined in frc::ErrorBase)frc::ErrorBase
GetBoolean(llvm::StringRef keyName, bool defaultValue)frc::SmartDashboardstatic
GetBooleanArray(llvm::StringRef key, llvm::ArrayRef< int > defaultValue)frc::SmartDashboardstatic
GetData(llvm::StringRef keyName)frc::SmartDashboardstatic
GetDefaultSolenoidModule() (defined in frc::SensorBase)frc::SensorBaseinlinestatic
GetError()frc::ErrorBasevirtual
GetError() const (defined in frc::ErrorBase)frc::ErrorBasevirtual
GetFlags(llvm::StringRef key)frc::SmartDashboardstatic
GetGlobalError()frc::ErrorBasestatic
GetKeys(int types=0)frc::SmartDashboardstatic
GetName() const finalfrc::SendableBasevirtual
GetNumber(llvm::StringRef keyName, double defaultValue)frc::SmartDashboardstatic
GetNumberArray(llvm::StringRef key, llvm::ArrayRef< double > defaultValue)frc::SmartDashboardstatic
GetRaw(llvm::StringRef key, llvm::StringRef defaultValue)frc::SmartDashboardstatic
GetString(llvm::StringRef keyName, llvm::StringRef defaultValue)frc::SmartDashboardstatic
GetStringArray(llvm::StringRef key, llvm::ArrayRef< std::string > defaultValue)frc::SmartDashboardstatic
GetSubsystem() const finalfrc::SendableBasevirtual
GetValue(llvm::StringRef keyName)frc::SmartDashboardstatic
init() (defined in frc::SmartDashboard)frc::SmartDashboardstatic
InitSendable(SendableBuilder &builder)=0frc::Sendablepure virtual
IsPersistent(llvm::StringRef key)frc::SmartDashboardstatic
kAnalogInputs (defined in frc::SensorBase)frc::SensorBasestatic
kAnalogOutputs (defined in frc::SensorBase)frc::SensorBasestatic
kDigitalChannels (defined in frc::SensorBase)frc::SensorBasestatic
kPDPChannels (defined in frc::SensorBase)frc::SensorBasestatic
kPwmChannels (defined in frc::SensorBase)frc::SensorBasestatic
kRelayChannels (defined in frc::SensorBase)frc::SensorBasestatic
kSolenoidChannels (defined in frc::SensorBase)frc::SensorBasestatic
kSolenoidModules (defined in frc::SensorBase)frc::SensorBasestatic
m_error (defined in frc::ErrorBase)frc::ErrorBasemutableprotected
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::SmartDashboardstatic
PutBooleanArray(llvm::StringRef key, llvm::ArrayRef< int > value)frc::SmartDashboardstatic
PutData(llvm::StringRef key, Sendable *data)frc::SmartDashboardstatic
PutData(Sendable *value)frc::SmartDashboardstatic
PutNumber(llvm::StringRef keyName, double value)frc::SmartDashboardstatic
PutNumberArray(llvm::StringRef key, llvm::ArrayRef< double > value)frc::SmartDashboardstatic
PutRaw(llvm::StringRef key, llvm::StringRef value)frc::SmartDashboardstatic
PutString(llvm::StringRef keyName, llvm::StringRef value)frc::SmartDashboardstatic
PutStringArray(llvm::StringRef key, llvm::ArrayRef< std::string > value)frc::SmartDashboardstatic
PutValue(llvm::StringRef keyName, std::shared_ptr< nt::Value > value)frc::SmartDashboardstatic
SendableBase(bool addLiveWindow=true)frc::SendableBaseexplicit
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::SmartDashboardstatic
SetDefaultBooleanArray(llvm::StringRef key, llvm::ArrayRef< int > defaultValue)frc::SmartDashboardstatic
SetDefaultNumber(llvm::StringRef key, double defaultValue)frc::SmartDashboardstatic
SetDefaultNumberArray(llvm::StringRef key, llvm::ArrayRef< double > defaultValue)frc::SmartDashboardstatic
SetDefaultRaw(llvm::StringRef key, llvm::StringRef defaultValue)frc::SmartDashboardstatic
SetDefaultString(llvm::StringRef key, llvm::StringRef defaultValue)frc::SmartDashboardstatic
SetDefaultStringArray(llvm::StringRef key, llvm::ArrayRef< std::string > defaultValue)frc::SmartDashboardstatic
SetDefaultValue(llvm::StringRef key, std::shared_ptr< nt::Value > defaultValue)frc::SmartDashboardstatic
SetErrnoError(const llvm::Twine &contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const frc::ErrorBasevirtual
SetError(Error::Code code, const llvm::Twine &contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const frc::ErrorBasevirtual
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::ErrorBasevirtual
SetFlags(llvm::StringRef key, unsigned int flags)frc::SmartDashboardstatic
SetGlobalError(Error::Code code, const llvm::Twine &contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) (defined in frc::ErrorBase)frc::ErrorBasestatic
SetGlobalWPIError(const llvm::Twine &errorMessage, const llvm::Twine &contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) (defined in frc::ErrorBase)frc::ErrorBasestatic
SetImaqError(int success, const llvm::Twine &contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const frc::ErrorBasevirtual
SetName(const llvm::Twine &name) finalfrc::SendableBasevirtual
SetName(const llvm::Twine &moduleType, int channel)frc::SendableBaseprotected
SetName(const llvm::Twine &moduleType, int moduleNumber, int channel)frc::SendableBaseprotected
frc::Sendable::SetName(const llvm::Twine &subsystem, const llvm::Twine &name)frc::Sendableinline
SetPersistent(llvm::StringRef key)frc::SmartDashboardstatic
SetSubsystem(const llvm::Twine &subsystem) finalfrc::SendableBasevirtual
SetWPIError(const llvm::Twine &errorMessage, Error::Code code, const llvm::Twine &contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber) const frc::ErrorBasevirtual
StatusIsFatal() const frc::ErrorBasevirtual
UpdateValues()frc::SmartDashboardstatic
~ErrorBase()=default (defined in frc::ErrorBase)frc::ErrorBasevirtual
~Sendable()=default (defined in frc::Sendable)frc::Sendablevirtual
~SendableBase() overridefrc::SendableBase