Class TimestampValue

java.lang.Object
org.yamcs.parameter.Value
org.yamcs.parameter.TimestampValue

public class TimestampValue extends Value
Picosecond resolution timestamp stored as (millis, picos)
  • Constructor Details

    • TimestampValue

      public TimestampValue(long millis)
    • TimestampValue

      public TimestampValue(long millis, int picos)
  • Method Details