Package edu.wpi.first.networktables
Interface NTSendable
-
- All Superinterfaces:
Sendable
- All Known Implementing Classes:
ADIS16448_IMU
,ADIS16470_IMU
,ADXL345_I2C
,ADXL345_SPI
,ADXL362
,CommandScheduler
,Field2d
,Mechanism2d
,Scheduler
,SendableChooser
public interface NTSendable extends Sendable
Interface for NetworkTable Sendable objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description void
initSendable(NTSendableBuilder builder)
Initializes thisSendable
object.default void
initSendable(SendableBuilder builder)
Initializes thisSendable
object.
-
-
-
Method Detail
-
initSendable
void initSendable(NTSendableBuilder builder)
Initializes thisSendable
object.- Parameters:
builder
- sendable builder
-
initSendable
default void initSendable(SendableBuilder builder)
Description copied from interface:Sendable
Initializes thisSendable
object.- Specified by:
initSendable
in interfaceSendable
- Parameters:
builder
- sendable builder
-
-