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 double prob,
const std::string& file,
bool off);
119 double frompos,
double topos,
const SumoXMLTag element, std::string
string);
139 const std::vector<std::string>& lines,
MSLane* lane,
140 double frompos,
double topos,
141 unsigned int capacity,
142 double width,
double length,
double angle);
161 double frompos,
double topos,
double chargingPower,
double efficiency,
162 bool chargeInTransit,
int chargeDelay);
176 const std::string&
id,
MSEdge* edge,
double pos,
177 const std::string& file,
const std::string& outfile,
SumoXMLTag
Numbers representing SUMO-XML - element names.
virtual MSTriggeredRerouter * buildRerouter(MSNet &net, const std::string &id, MSEdgeVector &edges, double prob, const std::string &file, bool off)
builds an rerouter
virtual void buildStoppingPlace(MSNet &net, std::string id, std::vector< std::string > lines, MSLane *lane, double frompos, double topos, const SumoXMLTag element, std::string string)
Builds a bus stop.
Writes routes of vehicles passing a certain edge.
virtual void beginParkingArea(MSNet &net, const std::string &id, const std::vector< std::string > &lines, MSLane *lane, double frompos, double topos, unsigned int capacity, double width, double length, double angle)
Builds a parking area.
virtual void buildChargingStation(MSNet &net, const std::string &id, MSLane *lane, double frompos, double topos, double chargingPower, double efficiency, bool chargeInTransit, int chargeDelay)
Builds a charging station.
~GUITriggerBuilder()
Destructor.
The simulated network and simulation perfomer.
Changes the speed allowed on a set of lanes.
Builds trigger objects for guisim.
A road/street connecting two junctions.
GUITriggerBuilder()
Constructor.
An abstract device that changes the state of the micro simulation.
virtual MSLaneSpeedTrigger * buildLaneSpeedTrigger(MSNet &net, const std::string &id, const std::vector< MSLane *> &destLanes, const std::string &file)
Builds a lane speed trigger.
Reroutes vehicles passing an edge.
Calibrates the flow on a segment to a specified one.
std::vector< MSEdge * > MSEdgeVector
virtual MSCalibrator * buildCalibrator(MSNet &net, const std::string &id, MSEdge *edge, double pos, const std::string &file, const std::string &outfile, const SUMOTime freq, const MSRouteProbe *probe)
builds a microscopic calibrator
Builds trigger objects for microsim.
Representation of a lane in the micro simulation.