![]() |
WPILibC++ 2027.0.0-alpha-3
|
This is the complete list of members for wpi::SendableRegistry, including all inherited members.
| Add(Sendable *sendable, std::string_view name) | wpi::SendableRegistry | static |
| Add(Sendable *sendable, std::string_view moduleType, int channel) | wpi::SendableRegistry | static |
| Add(Sendable *sendable, std::string_view moduleType, int moduleNumber, int channel) | wpi::SendableRegistry | static |
| Add(Sendable *sendable, std::string_view subsystem, std::string_view name) | wpi::SendableRegistry | static |
| AddChild(Sendable *parent, Sendable *child) | wpi::SendableRegistry | static |
| AddChild(Sendable *parent, void *child) | wpi::SendableRegistry | static |
| Contains(const Sendable *sendable) | wpi::SendableRegistry | static |
| EnsureInitialized() | wpi::SendableRegistry | static |
| GetData(Sendable *sendable, int handle) | wpi::SendableRegistry | static |
| GetDataHandle() | wpi::SendableRegistry | static |
| GetName(const Sendable *sendable) | wpi::SendableRegistry | static |
| GetSendable(UID uid) | wpi::SendableRegistry | static |
| GetSubsystem(const Sendable *sendable) | wpi::SendableRegistry | static |
| GetUniqueId(Sendable *sendable) | wpi::SendableRegistry | static |
| Move(Sendable *to, Sendable *from) | wpi::SendableRegistry | static |
| Publish(UID sendableUid, std::unique_ptr< SendableBuilder > builder) | wpi::SendableRegistry | static |
| Remove(Sendable *sendable) | wpi::SendableRegistry | static |
| SendableRegistry()=delete | wpi::SendableRegistry | |
| SetData(Sendable *sendable, int handle, std::shared_ptr< void > data) | wpi::SendableRegistry | static |
| SetName(Sendable *sendable, std::string_view name) | wpi::SendableRegistry | static |
| SetName(Sendable *sendable, std::string_view moduleType, int channel) | wpi::SendableRegistry | static |
| SetName(Sendable *sendable, std::string_view moduleType, int moduleNumber, int channel) | wpi::SendableRegistry | static |
| SetName(Sendable *sendable, std::string_view subsystem, std::string_view name) | wpi::SendableRegistry | static |
| SetSubsystem(Sendable *sendable, std::string_view subsystem) | wpi::SendableRegistry | static |
| UID typedef | wpi::SendableRegistry | |
| Update(UID sendableUid) | wpi::SendableRegistry | static |