38 #ifdef CHECK_MEMORY_LEAKS
40 #endif // CHECK_MEMORY_LEAKS
47 const std::vector<std::string>& lines,
50 :
Named(id), myLines(lines), myLane(lane),
51 myBegPos(begPos), myEndPos(endPos), myLastFreePos(endPos) {
104 std::map<SUMOVehicle*, std::pair<SUMOReal, SUMOReal> >::iterator i;
SUMOReal myEndPos
The end position this bus stop is located at.
SUMOReal getEndLanePosition() const
Returns the end position of this bus stop.
SUMOReal getBeginLanePosition() const
Returns the begin position of this bus stop.
const MSLane & getLane() const
Returns the lane this bus stop is located at.
void computeLastFreePos()
Computes the last free position on this stop.
void enter(SUMOVehicle *what, SUMOReal beg, SUMOReal end)
Called if a vehicle enters this stop.
Representation of a vehicle.
SUMOReal getMinGap() const
Get the free space in front of vehicles of this class.
MSLane & myLane
The lane this bus stop is located at.
void leaveFrom(SUMOVehicle *what)
Called if a vehicle leaves this stop.
Base class for objects which have an id.
SUMOReal getLastFreePos(const SUMOVehicle &forVehicle) const
Returns the last free position on this stop.
MSBusStop(const std::string &id, const std::vector< std::string > &lines, MSLane &lane, SUMOReal begPos, SUMOReal endPos)
Constructor.
std::map< SUMOVehicle *, std::pair< SUMOReal, SUMOReal > > myEndPositions
A map from objects (vehicles) to the areas they acquire after entering the stop.
SUMOReal myBegPos
The begin position this bus stop is located at.
virtual ~MSBusStop()
Destructor.
Representation of a lane in the micro simulation.
SUMOReal myLastFreePos
The last free position at this stop (variable)
virtual const MSVehicleType & getVehicleType() const =0
Returns the vehicle's type.