SUMOPipedLocationListener.java

Go to the documentation of this file.
00001 package de.psi.telco.sumoplayer;
00002 
00009 public class SUMOPipedLocationListener implements SUMOLocationListener {
00010 
00011     public static char separator = '|';
00012     
00013     public void LocationUpdated(String vehicleId, int timestep, double lon,
00014             double lat, double speed) {
00015         System.out.println(vehicleId+separator+timestep+separator+lon+separator+lat+separator+speed);
00016     }
00017 
00018 }

Generated on Wed May 5 00:06:36 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6