23 #ifndef GUITriggerBuilder_h 24 #define GUITriggerBuilder_h 47 class MSTriggerControl;
86 const std::string&
id,
const std::vector<MSLane*>& destLanes,
87 const std::string& file);
102 SUMOReal prob,
const std::string& file,
bool off);
118 const std::vector<std::string>& lines,
MSLane* lane,
135 const std::vector<std::string>& lines,
MSLane* lane,
156 const std::vector<std::string>& lines,
MSLane* lane,
173 const std::string& file,
const std::string& outfile,
virtual MSLaneSpeedTrigger * buildLaneSpeedTrigger(MSNet &net, const std::string &id, const std::vector< MSLane * > &destLanes, const std::string &file)
Builds a lane speed trigger.
virtual MSCalibrator * buildCalibrator(MSNet &net, const std::string &id, MSEdge *edge, SUMOReal pos, const std::string &file, const std::string &outfile, const SUMOTime freq, const MSRouteProbe *probe)
builds a microscopic calibrator
Writes routes of vehicles passing a certain edge.
~GUITriggerBuilder()
Destructor.
virtual void buildBusStop(MSNet &net, const std::string &id, const std::vector< std::string > &lines, MSLane *lane, SUMOReal frompos, SUMOReal topos)
Builds a bus stop.
The simulated network and simulation perfomer.
Changes the speed allowed on a set of lanes.
virtual MSTriggeredRerouter * buildRerouter(MSNet &net, const std::string &id, MSEdgeVector &edges, SUMOReal prob, const std::string &file, bool off)
builds an rerouter
Builds trigger objects for guisim.
virtual void buildContainerStop(MSNet &net, const std::string &id, const std::vector< std::string > &lines, MSLane *lane, SUMOReal frompos, SUMOReal topos)
Builds a container stop.
A road/street connecting two junctions.
GUITriggerBuilder()
Constructor.
An abstract device that changes the state of the micro simulation.
virtual void buildChargingStation(MSNet &net, const std::string &id, const std::vector< std::string > &lines, MSLane *lane, SUMOReal frompos, SUMOReal topos, SUMOReal chrgpower, SUMOReal efficiency, SUMOReal chargeInTransit, SUMOReal chargeDelay)
Builds a charging station.
Reroutes vehicles passing an edge.
Calibrates the flow on a segment to a specified one.
std::vector< MSEdge * > MSEdgeVector
Builds trigger objects for microsim.
Representation of a lane in the micro simulation.