76 MSLane* lane,
double pos,
double length,
77 const std::string name,
const std::string& vTypes,
78 const std::string& nextEdges,
93 MSLane* lane,
double pos,
const std::string& od,
const std::string name,
94 const std::string& vTypes,
const std::string& nextEdges)
override;
104 SUMOTime haltingTimeThreshold,
double haltingSpeedThreshold,
double jamDistThreshold,
105 const std::string name,
const std::string& vTypes,
106 const std::string& nextEdges,
107 int detectPersons,
bool showDetector)
override;
110 DetectorUsage usage, std::vector<MSLane*> lanes,
double pos,
double endPos,
111 SUMOTime haltingTimeThreshold,
double haltingSpeedThreshold,
double jamDistThreshold,
112 const std::string name,
const std::string& vTypes,
113 const std::string& nextEdges,
114 int detectPersons,
bool showDetector)
override;
130 double haltingSpeedThreshold,
132 const std::string name,
const std::string& vTypes,
133 const std::string& nextEdges,
134 int detectPersons,
bool openEntry,
bool expectArrival)
override;
std::vector< MSCrossSection > CrossSectionVector
Builds detectors for guisim.
virtual MSDetectorFileOutput * createInstantInductLoop(const std::string &id, MSLane *lane, double pos, const std::string &od, const std::string name, const std::string &vTypes, const std::string &nextEdges) override
Creates an instance of an e1 detector using the given values.
virtual MSDetectorFileOutput * createE3Detector(const std::string &id, const CrossSectionVector &entries, const CrossSectionVector &exits, double haltingSpeedThreshold, SUMOTime haltingTimeThreshold, const std::string name, const std::string &vTypes, const std::string &nextEdges, int detectPersons, bool openEntry, bool expectArrival) override
Creates an instance of an e3 detector using the given values.
virtual MSDetectorFileOutput * createInductLoop(const std::string &id, MSLane *lane, double pos, double length, const std::string name, const std::string &vTypes, const std::string &nextEdges, int detectPersons, bool show) override
Creates an instance of an e1 detector using the given values.
~GUIDetectorBuilder()
Destructor.
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 name, const std::string &vTypes, const std::string &nextEdges, int detectPersons, bool showDetector) override
Creates a GUIE2Collector instance, overrides MSE2Collector::createE2Detector()
Base of value-generating classes (detectors)
An areal detector corresponding to a sequence of consecutive lanes.
Representation of a lane in the micro simulation.
The simulated network and simulation perfomer.
Builds detectors for microsim.