Package io.zenoh.time
Object Timestamp.Companion
-
- All Implemented Interfaces:
public class Timestamp.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Timestamp.CompanionINSTANCE
-
Method Summary
-
-
Method Detail
-
ofNtp64
final Timestamp ofNtp64(Long ntp64, ZenohId id)
Build a timestamp from the raw 64 NTP bits — the constructor Java callers want, since the primary one takes an unsigned type Java cannot express. These are the same bits
org.apache.commons.net.ntp.TimeStamp(long)takes, soTimeStamp.getCurrentTime().ntpValue()feeds straight in.
-
-
-
-