WPILibC++ 2024.1.1-beta-4
wpi::SendableRegistry Member List

This is the complete list of members for wpi::SendableRegistry, including all inherited members.

Add(Sendable *sendable, std::string_view name)wpi::SendableRegistrystatic
Add(Sendable *sendable, std::string_view moduleType, int channel)wpi::SendableRegistrystatic
Add(Sendable *sendable, std::string_view moduleType, int moduleNumber, int channel)wpi::SendableRegistrystatic
Add(Sendable *sendable, std::string_view subsystem, std::string_view name)wpi::SendableRegistrystatic
AddChild(Sendable *parent, Sendable *child)wpi::SendableRegistrystatic
AddChild(Sendable *parent, void *child)wpi::SendableRegistrystatic
AddLW(Sendable *sendable, std::string_view name)wpi::SendableRegistrystatic
AddLW(Sendable *sendable, std::string_view moduleType, int channel)wpi::SendableRegistrystatic
AddLW(Sendable *sendable, std::string_view moduleType, int moduleNumber, int channel)wpi::SendableRegistrystatic
AddLW(Sendable *sendable, std::string_view subsystem, std::string_view name)wpi::SendableRegistrystatic
Contains(const Sendable *sendable)wpi::SendableRegistrystatic
DisableLiveWindow(Sendable *sendable)wpi::SendableRegistrystatic
EnableLiveWindow(Sendable *sendable)wpi::SendableRegistrystatic
ForeachLiveWindow(int dataHandle, wpi::function_ref< void(CallbackData &cbdata)> callback)wpi::SendableRegistrystatic
GetData(Sendable *sendable, int handle)wpi::SendableRegistrystatic
GetDataHandle()wpi::SendableRegistrystatic
GetName(const Sendable *sendable)wpi::SendableRegistrystatic
GetSendable(UID uid)wpi::SendableRegistrystatic
GetSubsystem(const Sendable *sendable)wpi::SendableRegistrystatic
GetUniqueId(Sendable *sendable)wpi::SendableRegistrystatic
Move(Sendable *to, Sendable *from)wpi::SendableRegistrystatic
Publish(UID sendableUid, std::unique_ptr< SendableBuilder > builder)wpi::SendableRegistrystatic
Remove(Sendable *sendable)wpi::SendableRegistrystatic
SendableRegistry()=deletewpi::SendableRegistry
SetData(Sendable *sendable, int handle, std::shared_ptr< void > data)wpi::SendableRegistrystatic
SetLiveWindowBuilderFactory(std::function< std::unique_ptr< SendableBuilder >()> factory)wpi::SendableRegistrystatic
SetName(Sendable *sendable, std::string_view name)wpi::SendableRegistrystatic
SetName(Sendable *sendable, std::string_view moduleType, int channel)wpi::SendableRegistrystatic
SetName(Sendable *sendable, std::string_view moduleType, int moduleNumber, int channel)wpi::SendableRegistrystatic
SetName(Sendable *sendable, std::string_view subsystem, std::string_view name)wpi::SendableRegistrystatic
SetSubsystem(Sendable *sendable, std::string_view subsystem)wpi::SendableRegistrystatic
UID typedefwpi::SendableRegistry
Update(UID sendableUid)wpi::SendableRegistrystatic