|
|||||||||
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.HrvMesg
public class HrvMesg
Field Summary | |
---|---|
protected static Mesg |
hrvMesg
|
static int |
TimeFieldNum
|
Fields inherited from class com.garmin.fit.Mesg |
---|
developerFields, fields, localNum, name, num, systemTimeOffset |
Constructor Summary | |
---|---|
HrvMesg()
|
|
HrvMesg(Mesg mesg)
|
Method Summary | |
---|---|
int |
getNumTime()
|
java.lang.Float[] |
getTime()
|
java.lang.Float |
getTime(int index)
Get time field Units: s Comment: Time between beats |
void |
setTime(int index,
java.lang.Float time)
Set time field Units: s Comment: Time between beats |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TimeFieldNum
protected static final Mesg hrvMesg
Constructor Detail |
---|
public HrvMesg()
public HrvMesg(Mesg mesg)
Method Detail |
---|
public java.lang.Float[] getTime()
public int getNumTime()
public java.lang.Float getTime(int index)
index
- of time
public void setTime(int index, java.lang.Float time)
index
- of timetime
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |