![]() |
SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <vector>
#include <list>
#include <microsim/MSLane.h>
#include <microsim/MSNet.h>
#include <microsim/MSMoveReminder.h>
#include <microsim/output/MSDetectorFileOutput.h>
#include <utils/common/UtilExceptions.h>
#include <utils/vehicle/SUMOVehicle.h>
#include <utils/common/SwarmDebug.h>
Go to the source code of this file.
Data Structures | |
class | MSE2Collector |
An areal (along a single lane) detector. More... | |
struct | MSE2Collector::JamInfo |
Internal representation of a jam. More... | |
struct | MSE2Collector::VehicleInfo |
Internal representation of a vehicle. More... | |
Definition in file MSE2Collector.h.