NetworkTables publisher.
More...
#include <wpi/nt/Topic.hpp>
◆ ~Publisher()
| virtual wpi::nt::Publisher::~Publisher |
( |
| ) |
|
|
inlinevirtual |
◆ Publisher() [1/4]
| wpi::nt::Publisher::Publisher |
( |
const Publisher & | | ) |
|
|
delete |
◆ Publisher() [2/4]
| wpi::nt::Publisher::Publisher |
( |
Publisher && | rhs | ) |
|
|
inline |
◆ Publisher() [3/4]
| wpi::nt::Publisher::Publisher |
( |
| ) |
|
|
protecteddefault |
◆ Publisher() [4/4]
◆ GetHandle()
Gets the native handle for the publisher.
- Returns
- Native handle
◆ GetTopic()
| Topic wpi::nt::Publisher::GetTopic |
( |
| ) |
const |
|
inline |
Gets the published-to topic.
- Returns
- Topic
◆ operator bool()
| wpi::nt::Publisher::operator bool |
( |
| ) |
const |
|
inlineexplicit |
Determines if the native handle is valid.
- Returns
- True if the native handle is valid, false otherwise.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ m_pubHandle
The documentation for this class was generated from the following file: