public class TimestampInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TimestampInfo.Basis |
static class |
TimestampInfo.Scope |
Constructor and Description |
---|
TimestampInfo(TimestampInfo.Scope scope,
TimestampInfo.Basis basis,
double resolution_secs,
double accuracy_secs,
double drift_secs_per_hour,
double average_latency_secs,
Timestamp default_timestamp) |
Modifier and Type | Method and Description |
---|---|
double |
getAverageLatencySecs() |
TimestampInfo.Basis |
getBasis() |
Timestamp |
getDefaultTimestamp() |
TimestampInfo.Scope |
getScope() |
double |
getTimestampAccuracyPlusMinusSecs() |
double |
getTimestampDriftSecsPerHour() |
double |
getTimestampResolutionSecs() |
public TimestampInfo(TimestampInfo.Scope scope, TimestampInfo.Basis basis, double resolution_secs, double accuracy_secs, double drift_secs_per_hour, double average_latency_secs, Timestamp default_timestamp)
public TimestampInfo.Scope getScope()
public TimestampInfo.Basis getBasis()
public double getTimestampResolutionSecs()
public double getTimestampAccuracyPlusMinusSecs()
public double getTimestampDriftSecsPerHour()
public double getAverageLatencySecs()
public Timestamp getDefaultTimestamp()