Interface FloatEntry

All Superinterfaces:
AutoCloseable, FloatConsumer, FloatPublisher, FloatSubscriber, FloatSupplier, Publisher, PubSub, Subscriber

public interface FloatEntry extends FloatSubscriber, FloatPublisher
NetworkTables Float entry.

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

  • Method Details

    • unpublish

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