Class ToggleableFloatSubscriber
java.lang.Object
dev.doglog.internal.tunable.entry.ToggleableFloatSubscriber
- All Implemented Interfaces:
edu.wpi.first.networktables.FloatSubscriber
,edu.wpi.first.networktables.PubSub
,edu.wpi.first.networktables.Subscriber
,edu.wpi.first.util.function.FloatSupplier
,AutoCloseable
public class ToggleableFloatSubscriber
extends Object
implements edu.wpi.first.networktables.FloatSubscriber
-
Constructor Summary
ConstructorsConstructorDescriptionToggleableFloatSubscriber
(edu.wpi.first.networktables.FloatSubscriber subscriber, float defaultValue, BooleanSupplier useNt) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
boolean
exists()
float
get()
float
get
(float defaultValue) edu.wpi.first.networktables.TimestampedFloat
edu.wpi.first.networktables.TimestampedFloat
getAtomic
(float defaultValue) int
long
edu.wpi.first.networktables.FloatTopic
getTopic()
boolean
isValid()
edu.wpi.first.networktables.TimestampedFloat[]
float[]
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface edu.wpi.first.networktables.FloatSubscriber
getAsFloat
-
Constructor Details
-
ToggleableFloatSubscriber
public ToggleableFloatSubscriber(edu.wpi.first.networktables.FloatSubscriber subscriber, float defaultValue, BooleanSupplier useNt)
-
-
Method Details
-
getTopic
public edu.wpi.first.networktables.FloatTopic getTopic()- Specified by:
getTopic
in interfaceedu.wpi.first.networktables.FloatSubscriber
- Specified by:
getTopic
in interfaceedu.wpi.first.networktables.PubSub
-
get
public float get()- Specified by:
get
in interfaceedu.wpi.first.networktables.FloatSubscriber
-
get
public float get(float defaultValue) - Specified by:
get
in interfaceedu.wpi.first.networktables.FloatSubscriber
-
getAtomic
public edu.wpi.first.networktables.TimestampedFloat getAtomic()- Specified by:
getAtomic
in interfaceedu.wpi.first.networktables.FloatSubscriber
-
getAtomic
public edu.wpi.first.networktables.TimestampedFloat getAtomic(float defaultValue) - Specified by:
getAtomic
in interfaceedu.wpi.first.networktables.FloatSubscriber
-
readQueue
public edu.wpi.first.networktables.TimestampedFloat[] readQueue()- Specified by:
readQueue
in interfaceedu.wpi.first.networktables.FloatSubscriber
-
readQueueValues
public float[] readQueueValues()- Specified by:
readQueueValues
in interfaceedu.wpi.first.networktables.FloatSubscriber
-
exists
public boolean exists()- Specified by:
exists
in interfaceedu.wpi.first.networktables.Subscriber
-
getLastChange
public long getLastChange()- Specified by:
getLastChange
in interfaceedu.wpi.first.networktables.Subscriber
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceedu.wpi.first.networktables.PubSub
-
isValid
public boolean isValid()- Specified by:
isValid
in interfaceedu.wpi.first.networktables.PubSub
-
getHandle
public int getHandle()- Specified by:
getHandle
in interfaceedu.wpi.first.networktables.PubSub
-