Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <string>
#include <vector>
#include <map>
#include <set>
#include <random>
#include <utils/vehicle/SUMOVehicle.h>
#include <microsim/MSMoveReminder.h>
#include "MSDevice.h"
Go to the source code of this file.
Data Structures | |
class | MSVehicleDevice |
Abstract in-vehicle device. More... | |
struct | MSVehicleDevice::ComparatorNumericalVehicleIdLess |
Function-object for stable sorting of objects with numerical ids. More... | |
Definition in file MSVehicleDevice.h.