public class TimestampCorrelationMesg extends Mesg
Modifier and Type | Field and Description |
---|---|
static int |
FractionalSystemTimestampFieldNum |
static int |
FractionalTimestampFieldNum |
static int |
LocalTimestampFieldNum |
static int |
SystemTimestampFieldNum |
static int |
SystemTimestampMsFieldNum |
protected static Mesg |
timestampCorrelationMesg |
static int |
TimestampFieldNum |
static int |
TimestampMsFieldNum |
developerFields, fields, localNum, name, num, systemTimeOffset
Constructor and Description |
---|
TimestampCorrelationMesg() |
TimestampCorrelationMesg(Mesg mesg) |
Modifier and Type | Method and Description |
---|---|
java.lang.Float |
getFractionalSystemTimestamp()
Get fractional_system_timestamp field
Units: s
Comment: Fractional part of the system timestamp
|
java.lang.Float |
getFractionalTimestamp()
Get fractional_timestamp field
Units: s
Comment: Fractional part of the UTC timestamp at the time the system timestamp was recorded.
|
java.lang.Long |
getLocalTimestamp()
Get local_timestamp field
Units: s
Comment: timestamp epoch expressed in local time used to convert timestamps to local time
|
DateTime |
getSystemTimestamp()
Get system_timestamp field
Units: s
Comment: Whole second part of the system timestamp
|
java.lang.Integer |
getSystemTimestampMs()
Get system_timestamp_ms field
Units: ms
Comment: Millisecond part of the system timestamp
|
DateTime |
getTimestamp()
Get timestamp field
Units: s
Comment: Whole second part of UTC timestamp at the time the system timestamp was recorded.
|
java.lang.Integer |
getTimestampMs()
Get timestamp_ms field
Units: ms
Comment: Millisecond part of the UTC timestamp at the time the system timestamp was recorded.
|
void |
setFractionalSystemTimestamp(java.lang.Float fractionalSystemTimestamp)
Set fractional_system_timestamp field
Units: s
Comment: Fractional part of the system timestamp
|
void |
setFractionalTimestamp(java.lang.Float fractionalTimestamp)
Set fractional_timestamp field
Units: s
Comment: Fractional part of the UTC timestamp at the time the system timestamp was recorded.
|
void |
setLocalTimestamp(java.lang.Long localTimestamp)
Set local_timestamp field
Units: s
Comment: timestamp epoch expressed in local time used to convert timestamps to local time
|
void |
setSystemTimestamp(DateTime systemTimestamp)
Set system_timestamp field
Units: s
Comment: Whole second part of the system timestamp
|
void |
setSystemTimestampMs(java.lang.Integer systemTimestampMs)
Set system_timestamp_ms field
Units: ms
Comment: Millisecond part of the system timestamp
|
void |
setTimestamp(DateTime timestamp)
Set timestamp field
Units: s
Comment: Whole second part of UTC timestamp at the time the system timestamp was recorded.
|
void |
setTimestampMs(java.lang.Integer timestampMs)
Set timestamp_ms field
Units: ms
Comment: Millisecond part of the UTC timestamp at the time the system timestamp was recorded.
|
addDeveloperField, addField, getActiveSubFieldIndex, getActiveSubFieldName, getDecoderMesgIndex, getDeveloperFields, getField, getField, getField, getFieldBigIntegerValue, getFieldBigIntegerValue, getFieldBigIntegerValue, getFieldBigIntegerValue, getFieldBigIntegerValue, getFieldBigIntegerValue, getFieldBigIntegerValues, getFieldBigIntegerValues, getFieldBigIntegerValues, getFieldBitsValue, getFieldBitsValue, getFieldByteValue, getFieldByteValue, getFieldByteValue, getFieldByteValue, getFieldByteValue, getFieldByteValue, getFieldByteValues, getFieldByteValues, getFieldByteValues, getFieldDoubleValue, getFieldDoubleValue, getFieldDoubleValue, getFieldDoubleValue, getFieldDoubleValue, getFieldDoubleValue, getFieldDoubleValues, getFieldDoubleValues, getFieldDoubleValues, getFieldFloatValue, getFieldFloatValue, getFieldFloatValue, getFieldFloatValue, getFieldFloatValue, getFieldFloatValue, getFieldFloatValues, getFieldFloatValues, getFieldFloatValues, getFieldIntegerValue, getFieldIntegerValue, getFieldIntegerValue, getFieldIntegerValue, getFieldIntegerValue, getFieldIntegerValue, getFieldIntegerValues, getFieldIntegerValues, getFieldIntegerValues, getFieldLongValue, getFieldLongValue, getFieldLongValue, getFieldLongValue, getFieldLongValue, getFieldLongValue, getFieldLongValues, getFieldLongValues, getFieldLongValues, getFields, getFieldShortValue, getFieldShortValue, getFieldShortValue, getFieldShortValue, getFieldShortValue, getFieldShortValue, getFieldShortValues, getFieldShortValues, getFieldShortValues, getFieldStringValue, getFieldStringValue, getFieldStringValue, getFieldStringValue, getFieldStringValue, getFieldStringValue, getFieldStringValues, getFieldStringValues, getFieldStringValues, getFieldValue, getFieldValue, getFieldValue, getFieldValue, getFieldValue, getFieldValue, getIsFieldAccumulated, getLocalNum, getName, getNum, getNumFields, getNumFieldValues, getNumFieldValues, getNumFieldValues, getNumFieldValues, getOverrideField, hasField, removeExpandedFields, removeField, setDecoderMessageIndex, setField, setFields, setFieldValue, setFieldValue, setFieldValue, setFieldValue, setFieldValue, setFieldValue, setLocalNum, timestampToDateTime, write, write
public static final int TimestampFieldNum
public static final int FractionalTimestampFieldNum
public static final int SystemTimestampFieldNum
public static final int FractionalSystemTimestampFieldNum
public static final int LocalTimestampFieldNum
public static final int TimestampMsFieldNum
public static final int SystemTimestampMsFieldNum
protected static final Mesg timestampCorrelationMesg
public TimestampCorrelationMesg()
public TimestampCorrelationMesg(Mesg mesg)
public DateTime getTimestamp()
public void setTimestamp(DateTime timestamp)
timestamp
- The new timestamp value to be setpublic java.lang.Float getFractionalTimestamp()
public void setFractionalTimestamp(java.lang.Float fractionalTimestamp)
fractionalTimestamp
- The new fractionalTimestamp value to be setpublic DateTime getSystemTimestamp()
public void setSystemTimestamp(DateTime systemTimestamp)
systemTimestamp
- The new systemTimestamp value to be setpublic java.lang.Float getFractionalSystemTimestamp()
public void setFractionalSystemTimestamp(java.lang.Float fractionalSystemTimestamp)
fractionalSystemTimestamp
- The new fractionalSystemTimestamp value to be setpublic java.lang.Long getLocalTimestamp()
public void setLocalTimestamp(java.lang.Long localTimestamp)
localTimestamp
- The new localTimestamp value to be setpublic java.lang.Integer getTimestampMs()
public void setTimestampMs(java.lang.Integer timestampMs)
timestampMs
- The new timestampMs value to be setpublic java.lang.Integer getSystemTimestampMs()
public void setSystemTimestampMs(java.lang.Integer systemTimestampMs)
systemTimestampMs
- The new systemTimestampMs value to be set