cad.simcad.objectserver.spec.sim.objects
Interface GPSSim

All Superinterfaces:
java.rmi.Remote, java.io.Serializable
All Known Implementing Classes:
DumGPS, GPS

public interface GPSSim
extends java.rmi.Remote, java.io.Serializable

Interface for simulated object called GPS

Version:
1.0
Author:
Charles-Philip Bentley
Invariant:
none

Method Summary
 void emitSignal(GPSPosition po)
          Emit a simulated GPS signal in the world
 GPSPosition getSignal()
          Emit a simulated GPS signal in the world
 

Method Detail

emitSignal

public void emitSignal(GPSPosition po)
                throws java.rmi.RemoteException
Emit a simulated GPS signal in the world

Parameters:
po -
Pre:
-
Throws:
RemoteException
Post:
-

getSignal

public GPSPosition getSignal()
                      throws java.rmi.RemoteException
Emit a simulated GPS signal in the world

Pre:
-
Returns:
a GPSPosition object
Throws:
RemoteException
Post:
-

Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be