![]() |
WPILibC++ 2025.3.2
|
Interface for NetworkTable Sendable objects. More...
#include <networktables/NTSendable.h>
Public Member Functions | |
| virtual void | InitSendable (NTSendableBuilder &builder)=0 |
| Initializes this Sendable object. | |
| void | InitSendable (wpi::SendableBuilder &builder) override |
| Initializes this Sendable object. | |
Public Member Functions inherited from wpi::Sendable | |
| virtual constexpr | ~Sendable ()=default |
Interface for NetworkTable Sendable objects.
|
pure virtual |
Initializes this Sendable object.
| builder | sendable builder |
Implemented in frc::ADXL345_I2C, frc::ADXL345_SPI, frc::ADXL362, frc::Field2d, and frc::Mechanism2d.
|
overridevirtual |