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);
119 const std::vector<std::string>& lines,
MSLane* lane,
140 bool chargeInTransit,
int chargeDelay);
155 const std::string& file,
const std::string& outfile,
SumoXMLTag
Numbers representing SUMO-XML - element names.
virtual MSLaneSpeedTrigger * buildLaneSpeedTrigger(MSNet &net, const std::string &id, const std::vector< MSLane * > &destLanes, const std::string &file)
Builds a lane speed trigger.
virtual void buildChargingStation(MSNet &net, const std::string &id, MSLane *lane, SUMOReal frompos, SUMOReal topos, SUMOReal chargingPower, SUMOReal efficiency, bool chargeInTransit, int chargeDelay)
Builds a charging station.
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.
virtual void buildStoppingPlace(MSNet &net, const std::string &id, const std::vector< std::string > &lines, MSLane *lane, SUMOReal frompos, SUMOReal topos, const SumoXMLTag element)
Builds a bus stop.
~GUITriggerBuilder()
Destructor.
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.
A road/street connecting two junctions.
GUITriggerBuilder()
Constructor.
An abstract device that changes the state of the micro simulation.
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.