Interface DoubleEntry

All Superinterfaces:
AutoCloseable, DoubleConsumer, DoublePublisher, DoubleSubscriber, DoubleSupplier, Publisher, PubSub, Subscriber

public interface DoubleEntry extends DoubleSubscriber, DoublePublisher
NetworkTables Double entry.

Unlike NetworkTableEntry, the entry goes away when close() is called.

  • Method Details

    • unpublish

      void unpublish()
      Stops publishing the entry if it's published.