 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
53 MSLane* lane,
double pos,
const std::string& vTypes,
bool show) {
64 MSLane* lane,
double pos,
const std::string& od,
const std::string& vTypes) {
72 SUMOTime haltingTimeThreshold,
double haltingSpeedThreshold,
double jamDistThreshold,
73 const std::string& vTypes,
bool showDetector) {
74 return new GUIE2Collector(
id, usage, lane, pos, endPos, length, haltingTimeThreshold, haltingSpeedThreshold, jamDistThreshold, vTypes, showDetector);
79 DetectorUsage usage, std::vector<MSLane*> lanes,
double pos,
double endPos,
80 SUMOTime haltingTimeThreshold,
double haltingSpeedThreshold,
double jamDistThreshold,
81 const std::string& vTypes,
bool showDetector) {
82 return new GUIE2Collector(
id, usage, lanes, pos, endPos, haltingTimeThreshold, haltingSpeedThreshold, jamDistThreshold, vTypes, showDetector);
89 double haltingSpeedThreshold,
90 SUMOTime haltingTimeThreshold,
const std::string& vTypes,
bool openEntry) {
91 return new GUIE3Collector(
id, entries, exits, haltingSpeedThreshold, haltingTimeThreshold, vTypes, openEntry);
Base of value-generating classes (detectors)
Representation of a lane in the micro simulation.
The simulated network and simulation perfomer.
virtual MSDetectorFileOutput * createE3Detector(const std::string &id, const CrossSectionVector &entries, const CrossSectionVector &exits, double haltingSpeedThreshold, SUMOTime haltingTimeThreshold, const std::string &vTypes, bool openEntry)
Creates an instance of an e3 detector using the given values.
An areal detector corresponding to a sequence of consecutive lanes.
GUIDetectorBuilder(MSNet &net)
Constructor.
~GUIDetectorBuilder()
Destructor.
The gui-version of the MSInstantInductLoop.
The gui-version of the MSE3Collector.
MSEdge & getEdge() const
Returns the lane's edge.
The gui-version of the MSInductLoop.
static OutputDevice & getDevice(const std::string &name)
Returns the described OutputDevice.
static MELoop * gMesoNet
mesoscopic simulation infrastructure
virtual MSDetectorFileOutput * createInstantInductLoop(const std::string &id, MSLane *lane, double pos, const std::string &od, const std::string &vTypes)
Creates an instance of an e1 detector using the given values.
virtual MSDetectorFileOutput * createInductLoop(const std::string &id, MSLane *lane, double pos, const std::string &vTypes, bool show=true)
Creates an instance of an e1 detector using the given values.
virtual MSE2Collector * createE2Detector(const std::string &id, DetectorUsage usage, MSLane *lane, double pos, double endPos, double length, SUMOTime haltingTimeThreshold, double haltingSpeedThreshold, double jamDistThreshold, const std::string &vTypes, bool showDetector)
Creates a GUIE2Collector instance, overrides MSE2Collector::createE2Detector()
The gui-version of the MSE2Collector.
Builds detectors for microsim.
std::vector< MSCrossSection > CrossSectionVector