WPILibC++ 2024.1.1-beta-4
nt::Topic Member List

This is the complete list of members for nt::Topic, including all inherited members.

DeleteProperty(std::string_view name)nt::Topicinline
Exists() constnt::Topicinline
GenericPublish(std::string_view typeString, const PubSubOptions &options=kDefaultPubSubOptions)nt::Topic
GenericPublishEx(std::string_view typeString, const wpi::json &properties, const PubSubOptions &options=kDefaultPubSubOptions)nt::Topic
GenericSubscribe(const PubSubOptions &options=kDefaultPubSubOptions)nt::Topic
GenericSubscribe(std::string_view typeString, const PubSubOptions &options=kDefaultPubSubOptions)nt::Topic
GetGenericEntry(const PubSubOptions &options=kDefaultPubSubOptions)nt::Topic
GetGenericEntry(std::string_view typeString, const PubSubOptions &options=kDefaultPubSubOptions)nt::Topic
GetHandle() constnt::Topicinline
GetInfo() constnt::Topicinline
GetInstance() constnt::Topic
GetName() constnt::Topicinline
GetProperties() constnt::Topic
GetProperty(std::string_view name) constnt::Topic
GetType() constnt::Topicinline
GetTypeString() constnt::Topicinline
IsCached() constnt::Topicinline
IsPersistent() constnt::Topicinline
IsRetained() constnt::Topicinline
m_handlent::Topicprotected
operator bool() constnt::Topicinlineexplicit
operator==(const Topic &) const =defaultnt::Topic
SetCached(bool cached)nt::Topicinline
SetPersistent(bool persistent)nt::Topicinline
SetProperties(const wpi::json &properties)nt::Topicinline
SetProperty(std::string_view name, const wpi::json &value)nt::Topic
SetRetained(bool retained)nt::Topicinline
Topic()=defaultnt::Topic
Topic(NT_Topic handle)nt::Topicinlineexplicit