WPILibC++ 2024.3.2
|
Data passed to ForeachLiveWindow() callback function. More...
#include <wpi/sendable/SendableRegistry.h>
Public Member Functions | |
CallbackData (Sendable *sendable_, std::string_view name_, std::string_view subsystem_, wpi::Sendable *parent_, std::shared_ptr< void > &data_, SendableBuilder &builder_) | |
Public Attributes | |
Sendable * | sendable |
std::string_view | name |
std::string_view | subsystem |
Sendable * | parent |
std::shared_ptr< void > & | data |
SendableBuilder & | builder |
Data passed to ForeachLiveWindow() callback function.
|
inline |
SendableBuilder& wpi::SendableRegistry::CallbackData::builder |
std::shared_ptr<void>& wpi::SendableRegistry::CallbackData::data |
std::string_view wpi::SendableRegistry::CallbackData::name |
Sendable* wpi::SendableRegistry::CallbackData::parent |
Sendable* wpi::SendableRegistry::CallbackData::sendable |
std::string_view wpi::SendableRegistry::CallbackData::subsystem |