Package edu.wpi.first.networktables
Class TimestampedFloatArray
java.lang.Object
edu.wpi.first.networktables.TimestampedFloatArray
NetworkTables timestamped FloatArray.
-
Field Summary
Modifier and TypeFieldDescriptionfinal long
Timestamp in server time base.final long
Timestamp in local time base.final float[]
Value. -
Constructor Summary
ConstructorDescriptionTimestampedFloatArray
(long timestamp, long serverTime, float[] value) Create a timestamped value. -
Method Summary
-
Field Details
-
timestamp
Timestamp in local time base. -
serverTime
Timestamp in server time base. May be 0 or 1 for locally set values. -
value
Value.
-
-
Constructor Details
-
TimestampedFloatArray
Create a timestamped value.- Parameters:
timestamp
- timestamp in local time baseserverTime
- timestamp in server time basevalue
- value
-