Package edu.wpi.first.networktables
Class TimestampedString
java.lang.Object
edu.wpi.first.networktables.TimestampedString
public final class TimestampedString extends Object
NetworkTables timestamped String.
-
Field Summary
Fields Modifier and Type Field Description long
serverTime
Timestamp in server time base.long
timestamp
Timestamp in local time base.String
value
Value. -
Constructor Summary
Constructors Constructor Description TimestampedString(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
-