WPILibC++ 2023.4.3-108-ge5452e3
|
Interface for NetworkTable Sendable objects. More...
#include <networktables/NTSendable.h>
Public Member Functions | |
virtual void | InitSendable (NTSendableBuilder &builder)=0 |
Initializes this Sendable object. More... | |
void | InitSendable (wpi::SendableBuilder &builder) override |
Initializes this Sendable object. More... | |
Public Member Functions inherited from wpi::Sendable | |
virtual | ~Sendable ()=default |
virtual void | InitSendable (SendableBuilder &builder)=0 |
Initializes this Sendable object. More... | |
Interface for NetworkTable Sendable objects.
|
pure virtual |
Initializes this Sendable object.
builder | sendable builder |
Implemented in frc::ADIS16448_IMU, frc::ADIS16470_IMU, frc::ADXL345_I2C, frc::ADXL345_SPI, frc::ADXL362, frc::Field2d, frc::Mechanism2d, frc::SendableChooser< T >, and frc2::CommandScheduler.
|
overridevirtual |