Package edu.wpi.first.util.sendable
Class SendableRegistry.CallbackData
java.lang.Object
edu.wpi.first.util.sendable.SendableRegistry.CallbackData
- Enclosing class:
- SendableRegistry
Data passed to foreachLiveWindow() callback function.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
sendable
Sendable object. -
name
Name. -
subsystem
Subsystem. -
parent
Parent sendable object. -
data
Data stored in object with setData(). Update this to change the data. -
builder
Sendable builder for the sendable.
-
-
Constructor Details
-
CallbackData
public CallbackData()Default constructor.
-