|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.iu.gps.VRMITest
VRMITest is the test class for the VRMI module. VRMI is a higher layer above the GPSDriver and allows for different kinds of triggers: - periodic reporting - distance-based reporting - region-based reporting
Constructor Summary | |
VRMITest(GPSDriver gpsd)
Create new instance of VRMITest. |
Method Summary | |
static void |
main(java.lang.String[] argv)
Main method. |
void |
trigger(TriggerInfo ti,
GPSInfo gi)
Trigger callback from VRMI. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VRMITest(GPSDriver gpsd) throws java.lang.Exception
gpsd
- Parameterjava.lang.Exception
- ExceptionMethod Detail |
public static void main(java.lang.String[] argv) throws java.lang.Exception
argv
- User arguments (ignored).java.lang.Exception
- Exceptionpublic void trigger(TriggerInfo ti, GPSInfo gi)
trigger
in interface VRMITriggerListener
ti
- Parametergi
- Parameter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |