WPILibC++
2018.4.1-20180820040250-1165-g0b8f4b5
|
This is the complete list of members for frc::SendableBase, including all inherited members.
AddChild(std::shared_ptr< Sendable > child) | frc::SendableBase | protected |
AddChild(void *child) | frc::SendableBase | protected |
GetName() const final | frc::SendableBase | virtual |
GetSubsystem() const final | frc::SendableBase | virtual |
InitSendable(SendableBuilder &builder)=0 | frc::Sendable | pure virtual |
SendableBase(bool addLiveWindow=true) | frc::SendableBase | explicit |
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 |
SetSubsystem(const wpi::Twine &subsystem) final | frc::SendableBase | virtual |
~Sendable()=default (defined in frc::Sendable) | frc::Sendable | virtual |
~SendableBase() override (defined in frc::SendableBase) | frc::SendableBase |