public class PollObject extends Object implements IGPSObject
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
the GPSd internal name
|
| Constructor and Description |
|---|
PollObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getActive()
Count of active devices.
|
List<TPVObject> |
getFixes()
list of TPV objects
|
List<GSTObject> |
getGst() |
List<SKYObject> |
getSkyviews()
list of SKY objects
|
double |
getTimestamp()
Seconds since the Unix epoch, UTC.
|
int |
hashCode() |
void |
setActive(int active)
Count of active devices.
|
void |
setFixes(List<TPVObject> fixes)
list of TPV objects
|
void |
setGst(List<GSTObject> gst) |
void |
setSkyviews(List<SKYObject> skyviews)
list of SKY objects
|
void |
setTimestamp(double timestamp)
Seconds since the Unix epoch, UTC.
|
String |
toString() |
public static final String NAME
public double getTimestamp()
public void setTimestamp(double timestamp)
timestamp - the timestamp to setpublic int getActive()
public void setActive(int active)
active - the active to setpublic void setFixes(List<TPVObject> fixes)
fixes - the fixes to setpublic void setSkyviews(List<SKYObject> skyviews)
skyviews - the skyviews to setCopyright © 2011–2017 Taimos GmbH. All rights reserved.