cad.simcad.objectserver.spec.cac.common
Interface GPSConnector
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- gps_serverI, gps_serverI_Stub
- public interface GPSConnector
- extends java.rmi.Remote
This is the interface seen by the outside world. The GPSServer module has to implement it
- Author:
- cbentley
setGPSPosition
public void setGPSPosition(GPSPosition ps)
throws java.rmi.RemoteException
- Update GPSPosition
- Pre:
- A GPSPosition object with a non null.
java.rmi.RemoteException
- Post:
- if Id of GPSPosition is known, the GPSPosition associated with the id is updated
if Id GPSPosition is not known, it is now known. Internal structure is updated
With the help of www.sourceforge.net and www.info.ucl.ac.be