Data passed to ForeachLiveWindow() callback function.
More...
#include <wpi/sendable/SendableRegistry.h>
Data passed to ForeachLiveWindow() callback function.
◆ CallbackData()
wpi::SendableRegistry::CallbackData::CallbackData |
( |
Sendable * | sendable_, |
|
|
std::string_view | name_, |
|
|
std::string_view | subsystem_, |
|
|
wpi::Sendable * | parent_, |
|
|
std::shared_ptr< void > & | data_, |
|
|
SendableBuilder & | builder_ ) |
|
inline |
◆ builder
◆ data
std::shared_ptr<void>& wpi::SendableRegistry::CallbackData::data |
◆ name
std::string_view wpi::SendableRegistry::CallbackData::name |
◆ parent
Sendable* wpi::SendableRegistry::CallbackData::parent |
◆ sendable
Sendable* wpi::SendableRegistry::CallbackData::sendable |
◆ subsystem
std::string_view wpi::SendableRegistry::CallbackData::subsystem |
The documentation for this struct was generated from the following file: