|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.iu.gps.TriggerInfo
|
+--org.iu.gps.TimeTriggerInfo
Contains all information about a distance / time trigger. This structure can be used to define periodic triggers(distance==0.0) or distance-based triggers (distance>0.0)
| Field Summary | |
double |
distance
Distance after which to trigger. |
long |
dt
Maximim inactivity before triggering (in milliseconds). |
double |
fromx
Source X position. |
double |
fromy
Source Y position. |
long |
t
|
| Fields inherited from class org.iu.gps.TriggerInfo |
id, persistant, receiver |
| Constructor Summary | |
TimeTriggerInfo()
|
|
| Methods inherited from class org.iu.gps.TriggerInfo |
trigger |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public long t
public long dt
public double distance
public double fromx
public double fromy
| Constructor Detail |
public TimeTriggerInfo()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||