|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GPSPosition in cad.simcad.gps_server |
Classes in cad.simcad.gps_server that implement GPSPosition | |
class |
GPSDeviceI
|
Methods in cad.simcad.gps_server that return GPSPosition | |
GPSPosition[] |
gps_serverI_Stub.getAllGPSPosition()
|
GPSPosition |
gps_serverI_Stub.getGPSPosition(Id $param_Id_1)
|
GPSPosition[] |
gps_serverI.getAllGPSPosition()
Returns a snapshot of the position of all emergency vehicule |
GPSPosition |
gps_serverI.getGPSPosition(Id id)
Returns the GPS position with the Id id |
Methods in cad.simcad.gps_server with parameters of type GPSPosition | |
void |
gps_serverI_Stub.setGPSPosition(GPSPosition $param_GPSPosition_1)
|
void |
gps_serverI.setGPSPosition(GPSPosition ps)
Update GPSPosition Try to find the GPSPosition that have same id than ps and replaces it in the list. |
Uses of GPSPosition in cad.simcad.objectserver.factory |
Methods in cad.simcad.objectserver.factory that return GPSPosition | |
static GPSPosition |
GPSPositionFactory.createGPSPosition(EmergencyVehicule ev)
|
static GPSPosition |
GPSPositionFactory.createGPSPosition(EmergencyVehicule ev,
int x,
int y,
int z)
|
Uses of GPSPosition in cad.simcad.objectserver.spec.cac.common |
Methods in cad.simcad.objectserver.spec.cac.common that return GPSPosition | |
GPSPosition[] |
GPSCentralizer.getAllGPSPosition()
Returns a snapshot of the position of all emergency vehicule |
GPSPosition |
GPSCentralizer.getGPSPosition(Id id)
Returns the GPS position of object |
Methods in cad.simcad.objectserver.spec.cac.common with parameters of type GPSPosition | |
void |
GPSConnector.setGPSPosition(GPSPosition ps)
Update GPSPosition |
Uses of GPSPosition in cad.simcad.objectserver.spec.sim.objects |
Methods in cad.simcad.objectserver.spec.sim.objects that return GPSPosition | |
GPSPosition |
GPSSim.getSignal()
Emit a simulated GPS signal in the world |
Methods in cad.simcad.objectserver.spec.sim.objects with parameters of type GPSPosition | |
void |
GPSSim.emitSignal(GPSPosition po)
Emit a simulated GPS signal in the world |
Uses of GPSPosition in cad.simcad.pathfinding.ui |
Methods in cad.simcad.pathfinding.ui with parameters of type GPSPosition | |
void |
SimMediator.updateAmbulancePosition(GPSPosition ps)
|
Uses of GPSPosition in cad.simcad.worldsimulator.objects.parts |
Methods in cad.simcad.worldsimulator.objects.parts that return GPSPosition | |
GPSPosition |
GPS.getSignal()
|
GPSPosition |
DumGPS.getSignal()
|
Methods in cad.simcad.worldsimulator.objects.parts with parameters of type GPSPosition | |
void |
GPS.emitSignal(GPSPosition po)
|
void |
DumGPS.emitSignal(GPSPosition po)
Emit a simulated GPS signal in the world |
Uses of GPSPosition in cad.simcad.worldsimulator.objects.units |
Fields in cad.simcad.worldsimulator.objects.units declared as GPSPosition | |
protected GPSPosition |
Ambulance._gp
|
|
![]() |
||||||||||
PREV NEXT | FRAMES NO FRAMES |