![]() |
WPILibC++ 2025.3.2
|
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 |
| AddLW(Sendable *sendable, std::string_view name) | wpi::SendableRegistry | static |
| AddLW(Sendable *sendable, std::string_view moduleType, int channel) | wpi::SendableRegistry | static |
| AddLW(Sendable *sendable, std::string_view moduleType, int moduleNumber, int channel) | wpi::SendableRegistry | static |
| AddLW(Sendable *sendable, std::string_view subsystem, std::string_view name) | wpi::SendableRegistry | static |
| Contains(const Sendable *sendable) | wpi::SendableRegistry | static |
| DisableLiveWindow(Sendable *sendable) | wpi::SendableRegistry | static |
| EnableLiveWindow(Sendable *sendable) | wpi::SendableRegistry | static |
| EnsureInitialized() | wpi::SendableRegistry | static |
| ForeachLiveWindow(int dataHandle, wpi::function_ref< void(CallbackData &cbdata)> callback) | 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 |
| SetLiveWindowBuilderFactory(std::function< std::unique_ptr< SendableBuilder >()> factory) | 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 |