75 MSLane* lane,
double pos,
const std::string& vTypes,
bool show =
true);
88 MSLane* lane,
double pos,
const std::string& od,
const std::string& vTypes);
98 SUMOTime haltingTimeThreshold,
double haltingSpeedThreshold,
double jamDistThreshold,
99 const std::string& vTypes,
bool showDetector);
102 DetectorUsage usage, std::vector<MSLane*> lanes,
double pos,
double endPos,
103 SUMOTime haltingTimeThreshold,
double haltingSpeedThreshold,
double jamDistThreshold,
104 const std::string& vTypes,
bool showDetector);
120 double haltingSpeedThreshold,
121 SUMOTime haltingTimeThreshold,
const std::string& vTypes,
bool openEntry);
std::vector< MSCrossSection > CrossSectionVector
Builds detectors for guisim.
GUIDetectorBuilder(MSNet &net)
Constructor.
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()
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 * 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.
~GUIDetectorBuilder()
Destructor.
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.
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.