WPILibC++ 2023.4.3-108-ge5452e3
nt::NTSendable Class Referenceabstract

Interface for NetworkTable Sendable objects. More...

#include <networktables/NTSendable.h>

Inheritance diagram for nt::NTSendable:
wpi::Sendable frc2::CommandScheduler frc::ADIS16448_IMU frc::ADIS16470_IMU frc::ADXL345_I2C frc::ADXL345_SPI frc::ADXL362 frc::Field2d frc::Mechanism2d frc::SendableChooserBase

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...
 

Detailed Description

Interface for NetworkTable Sendable objects.

Member Function Documentation

◆ InitSendable() [1/2]

virtual void nt::NTSendable::InitSendable ( NTSendableBuilder builder)
pure virtual

Initializes this Sendable object.

Parameters
buildersendable 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.

◆ InitSendable() [2/2]

void nt::NTSendable::InitSendable ( wpi::SendableBuilder builder)
overridevirtual

Initializes this Sendable object.

Parameters
buildersendable builder

Implements wpi::Sendable.


The documentation for this class was generated from the following file: