de::psi::telco::sumoplayer::SUMOPipedLocationListener Class Reference

Inheritance diagram for de::psi::telco::sumoplayer::SUMOPipedLocationListener:

de::psi::telco::sumoplayer::SUMOLocationListener

Detailed Description

This location listener implementation is SUMOPlayers default. It pipes ouput in CVS style to STDOUT
Author:
will

Definition at line 9 of file SUMOPipedLocationListener.java.


Public Member Functions

void LocationUpdated (String vehicleId, int timestep, double lon, double lat, double speed)

Static Public Attributes

static char separator = '|'

Member Function Documentation

void de::psi::telco::sumoplayer::SUMOPipedLocationListener::LocationUpdated ( String  vehicleId,
int  timestep,
double  lon,
double  lat,
double  speed 
) [inline]

Implements de::psi::telco::sumoplayer::SUMOLocationListener.

Definition at line 13 of file SUMOPipedLocationListener.java.

References separator.

00014                                       {
00015         System.out.println(vehicleId+separator+timestep+separator+lon+separator+lat+separator+speed);
00016     }


Field Documentation

Definition at line 11 of file SUMOPipedLocationListener.java.

Referenced by LocationUpdated().


The documentation for this class was generated from the following file:

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