
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 = '|' |
| 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 }
char de::psi::telco::sumoplayer::SUMOPipedLocationListener::separator = '|' [static] |
1.5.6