![]() |
WPILibC++ 2027.0.0-alpha-4
|
Interface for NetworkTable Sendable objects. More...
#include <wpi/nt/NTSendable.hpp>
Public Member Functions | |
| virtual void | InitSendable (NTSendableBuilder &builder)=0 |
| Initializes this Sendable object. | |
| void | InitSendable (wpi::util::SendableBuilder &builder) override |
| Initializes this Sendable object. | |
| Public Member Functions inherited from wpi::util::Sendable | |
| virtual constexpr | ~Sendable ()=default |
Interface for NetworkTable Sendable objects.
|
pure virtual |
Initializes this Sendable object.
| builder | sendable builder |
Implemented in wpi::ADXL345_I2C, wpi::Field2d, and wpi::Mechanism2d.
|
overridevirtual |
Initializes this Sendable object.
| builder | sendable builder |
Implements wpi::util::Sendable.