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