|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.garmin.fit.Mesg
com.garmin.fit.TimestampCorrelationMesg
public class TimestampCorrelationMesg
Field Summary | |
---|---|
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
|
Fields inherited from class com.garmin.fit.Mesg |
---|
developerFields, fields, localNum, name, num, systemTimeOffset |
Constructor Summary | |
---|---|
TimestampCorrelationMesg()
|
|
TimestampCorrelationMesg(Mesg mesg)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public TimestampCorrelationMesg()
public TimestampCorrelationMesg(Mesg mesg)
Method Detail |
---|
public DateTime getTimestamp()
public void setTimestamp(DateTime timestamp)
timestamp
- public java.lang.Float getFractionalTimestamp()
public void setFractionalTimestamp(java.lang.Float fractionalTimestamp)
fractionalTimestamp
- public DateTime getSystemTimestamp()
public void setSystemTimestamp(DateTime systemTimestamp)
systemTimestamp
- public java.lang.Float getFractionalSystemTimestamp()
public void setFractionalSystemTimestamp(java.lang.Float fractionalSystemTimestamp)
fractionalSystemTimestamp
- public java.lang.Long getLocalTimestamp()
public void setLocalTimestamp(java.lang.Long localTimestamp)
localTimestamp
- public java.lang.Integer getTimestampMs()
public void setTimestampMs(java.lang.Integer timestampMs)
timestampMs
- public java.lang.Integer getSystemTimestampMs()
public void setSystemTimestampMs(java.lang.Integer systemTimestampMs)
systemTimestampMs
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |