Package edu.wpi.first.networktables
Class TimestampedDouble
java.lang.Object
edu.wpi.first.networktables.TimestampedDouble
NetworkTables timestamped Double.
-
Field Summary
Modifier and TypeFieldDescriptionfinal long
Timestamp in server time base.final long
Timestamp in local time base.final double
Value. -
Constructor Summary
ConstructorDescriptionTimestampedDouble
(long timestamp, long serverTime, double 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
-
TimestampedDouble
Create a timestamped value.- Parameters:
timestamp
- timestamp in local time baseserverTime
- timestamp in server time basevalue
- value
-