39class MSTriggerControl;
78 const std::string&
id,
const std::vector<MSLane*>& destLanes,
79 const std::string& file)
override;
93 double prob,
bool off,
bool optional,
SUMOTime timeThreshold,
94 const std::string& vTypes,
const Position& pos)
override;
111 double frompos,
double topos,
const SumoXMLTag element, std::string
string,
112 int personCapacity,
double parkingLength,
RGBColor& color)
override;
133 const std::vector<std::string>& lines,
const std::vector<std::string>& badges,
134 MSLane* lane,
double frompos,
double topos,
135 unsigned int capacity,
136 double width,
double length,
double angle,
const std::string& name,
138 const std::string& departPos,
139 bool lefthand)
override;
161 double chargingPower,
double efficiency,
bool chargeInTransit,
SUMOTime chargeDelay, std::string chargeType,
178 double frompos,
double topos,
bool voltageSource)
override;
std::vector< MSEdge * > MSEdgeVector
SumoXMLTag
Numbers representing SUMO-XML - element names.
Builds trigger objects for guisim.
void buildOverheadWireClamp(MSNet &net, const std::string &id, MSLane *lane_start, MSLane *lane_end) override
Builds an overhead wire clamp.
void buildChargingStation(MSNet &net, const std::string &id, MSLane *lane, double frompos, double topos, const std::string &name, double chargingPower, double efficiency, bool chargeInTransit, SUMOTime chargeDelay, std::string chargeType, SUMOTime waitingTime, MSParkingArea *parkingArea) override
Builds a charging station.
MSTriggeredRerouter * buildRerouter(MSNet &net, const std::string &id, MSEdgeVector &edges, double prob, bool off, bool optional, SUMOTime timeThreshold, const std::string &vTypes, const Position &pos) override
builds an rerouter
void endParkingArea() override
End a parking area (it must be added to the SUMORTree after all parking spaces are loaded.
MSLaneSpeedTrigger * buildLaneSpeedTrigger(MSNet &net, const std::string &id, const std::vector< MSLane * > &destLanes, const std::string &file) override
Builds a lane speed trigger.
void beginParkingArea(MSNet &net, const std::string &id, const std::vector< std::string > &lines, const std::vector< std::string > &badges, MSLane *lane, double frompos, double topos, unsigned int capacity, double width, double length, double angle, const std::string &name, bool onRoad, const std::string &departPos, bool lefthand) override
Builds a parking area.
void buildStoppingPlace(MSNet &net, std::string id, std::vector< std::string > lines, MSLane *lane, double frompos, double topos, const SumoXMLTag element, std::string string, int personCapacity, double parkingLength, RGBColor &color) override
Builds a bus stop.
void endStoppingPlace() override
End a stopping place.
GUITriggerBuilder()
Constructor.
~GUITriggerBuilder()
Destructor.
void buildOverheadWireSegment(MSNet &net, const std::string &id, MSLane *lane, double frompos, double topos, bool voltageSource) override
Builds an overhead wire segment.
Calibrates the flow on a segment to a specified one.
Representation of a lane in the micro simulation.
Changes the speed allowed on a set of lanes.
The simulated network and simulation perfomer.
A lane area vehicles can halt at.
Reroutes traffic objects passing an edge.
Builds trigger objects for microsim.
A point in 2D or 3D with translation and scaling methods.