SUMO - Simulation of Urban MObility
|
#include <MSContainer.h>
Public Member Functions | |
virtual void | beginEventOutput (const MSContainer &container, SUMOTime t, OutputDevice &os) const |
Called for writing the events output. More... | |
virtual void | endEventOutput (const MSContainer &container, SUMOTime t, OutputDevice &os) const |
Called for writing the events output (end of an action) More... | |
SUMOReal | getAngle (SUMOTime now) const |
the angle of the edge minus 90deg More... | |
MSContainerStop * | getDepartContainerStop () const |
const MSEdge & | getDestination () const |
returns the destination edge More... | |
const MSEdge * | getEdge () const |
Returns the current edge. More... | |
SUMOReal | getEdgeAngle (const MSEdge *e, SUMOReal at) const |
get angle of the edge at a certain position More... | |
SUMOReal | getEdgePos (SUMOTime now) const |
Position | getEdgePosition (const MSEdge *e, SUMOReal at, SUMOReal offset) const |
get position on edge e at length at with orthogonal offset More... | |
const MSEdge * | getFromEdge () const |
Returns the current edge. More... | |
Position | getLanePosition (const MSLane *lane, SUMOReal at, SUMOReal offset) const |
get position on lane at length at with orthogonal offset More... | |
Position | getPosition (SUMOTime now) const |
returns the position of the container More... | |
SUMOReal | getSpeed () const |
Returns the speed of the container which is always zero in that stage. More... | |
std::string | getStageDescription () const |
Returns the current stage description as a string. More... | |
StageType | getStageType () const |
SUMOTime | getUntil () const |
Returns time until the container waits. More... | |
SUMOTime | getWaitingTime (SUMOTime now) const |
the time this container spent waiting More... | |
virtual bool | isWaiting4Vehicle () const |
Whether the container waits for a vehicle. More... | |
virtual bool | isWaitingFor (const std::string &line) const |
Whether the container waits for a vehicle of the line specified. More... | |
MSContainerStage_Waiting (const MSEdge &destination, SUMOTime duration, SUMOTime until, SUMOReal pos, const std::string &actType) | |
constructor More... | |
virtual void | proceed (MSNet *net, MSContainer *container, SUMOTime now, MSEdge *previousEdge, const SUMOReal at) |
proceeds to the next step More... | |
virtual void | routeOutput (OutputDevice &os) const |
Called on writing vehroute output. More... | |
void | setArrived (SUMOTime now) |
logs end of the step More... | |
void | setDeparted (SUMOTime now) |
logs end of the step More... | |
virtual void | tripInfoOutput (OutputDevice &os) const |
Called on writing tripinfo output. More... | |
~MSContainerStage_Waiting () | |
destructor More... | |
Protected Attributes | |
SUMOTime | myArrived |
the time at which this stage ended More... | |
SUMOTime | myDeparted |
the time at which this stage started More... | |
const MSEdge & | myDestination |
the next edge to reach by getting transported More... | |
StageType | myType |
The type of this stage. More... | |
Private Member Functions | |
MSContainerStage_Waiting (const MSContainerStage_Waiting &) | |
Invalidated copy constructor. More... | |
MSContainerStage_Waiting & | operator= (const MSContainerStage_Waiting &) |
Invalidated assignment operator. More... | |
Private Attributes | |
std::string | myActType |
The type of activity. More... | |
MSContainerStop * | myCurrentContainerStop |
the container stop at which the container is waiting More... | |
SUMOReal | myStartPos |
SUMOTime | myWaitingDuration |
the time the container is waiting More... | |
SUMOTime | myWaitingStart |
the time the container started waiting More... | |
SUMOTime | myWaitingUntil |
the time until the container is waiting More... | |
A "real" stage performing a waiting over the specified time A container is in this stage if it is not on a ride or waiting for a ride, e.g. if it is stored, or if gets filled or emptied.
Definition at line 316 of file MSContainer.h.
MSContainer::MSContainerStage_Waiting::MSContainerStage_Waiting | ( | const MSEdge & | destination, |
SUMOTime | duration, | ||
SUMOTime | until, | ||
SUMOReal | pos, | ||
const std::string & | actType | ||
) |
constructor
Definition at line 240 of file MSContainer.cpp.
References Named::getID(), MSEdge::getLength(), SUMOVehicleParameter::interpretEdgePos(), MSContainer::MSContainerStage::myDestination, myStartPos, and SUMO_ATTR_DEPARTPOS.
MSContainer::MSContainerStage_Waiting::~MSContainerStage_Waiting | ( | ) |
destructor
Definition at line 251 of file MSContainer.cpp.
|
private |
Invalidated copy constructor.
|
virtual |
Called for writing the events output.
[in] | os | The stream to write the information into |
IOError | not yet implemented |
Implements MSContainer::MSContainerStage.
Definition at line 325 of file MSContainer.cpp.
References MSContainer::getEdge(), Named::getID(), MSContainer::getID(), OutputDevice::openTag(), time2string(), and OutputDevice::writeAttr().
|
virtual |
Called for writing the events output (end of an action)
[in] | os | The stream to write the information into |
IOError | not yet implemented |
Implements MSContainer::MSContainerStage.
Definition at line 331 of file MSContainer.cpp.
References MSContainer::getEdge(), Named::getID(), MSContainer::getID(), OutputDevice::openTag(), time2string(), and OutputDevice::writeAttr().
the angle of the edge minus 90deg
Implements MSContainer::MSContainerStage.
Definition at line 279 of file MSContainer.cpp.
|
virtual |
Implements MSContainer::MSContainerStage.
Definition at line 294 of file MSContainer.cpp.
|
inherited |
returns the destination edge
Definition at line 68 of file MSContainer.cpp.
|
virtual |
Returns the current edge.
Implements MSContainer::MSContainerStage.
Definition at line 254 of file MSContainer.cpp.
|
inherited |
get angle of the edge at a certain position
Definition at line 100 of file MSContainer.cpp.
References MSEdge::getLanes(), and PositionVector::rotationDegreeAtOffset().
Referenced by CState::getAngle().
Implements MSContainer::MSContainerStage.
Definition at line 264 of file MSContainer.cpp.
|
inherited |
get position on edge e at length at with orthogonal offset
Definition at line 90 of file MSContainer.cpp.
References MSEdge::getLanes().
|
virtual |
Returns the current edge.
Implements MSContainer::MSContainerStage.
Definition at line 259 of file MSContainer.cpp.
|
inherited |
get position on lane at length at with orthogonal offset
Definition at line 95 of file MSContainer.cpp.
References MSLane::getShape(), MSLane::interpolateLanePosToGeometryPos(), and PositionVector::positionAtOffset().
Referenced by CState::computeTranshipTime().
returns the position of the container
Implements MSContainer::MSContainerStage.
Definition at line 274 of file MSContainer.cpp.
References MSContainer::ROADSIDE_OFFSET.
|
virtual |
Returns the speed of the container which is always zero in that stage.
Implements MSContainer::MSContainerStage.
Definition at line 289 of file MSContainer.cpp.
|
inlinevirtual |
Returns the current stage description as a string.
Implements MSContainer::MSContainerStage.
Definition at line 347 of file MSContainer.h.
References myActType.
|
inlineinherited |
Definition at line 108 of file MSContainer.h.
References MSContainer::MSContainerStage::myType.
SUMOTime MSContainer::MSContainerStage_Waiting::getUntil | ( | ) | const |
Returns time until the container waits.
Definition at line 269 of file MSContainer.cpp.
Referenced by MSContainer::routeOutput().
the time this container spent waiting
Implements MSContainer::MSContainerStage.
Definition at line 284 of file MSContainer.cpp.
|
inlinevirtualinherited |
Whether the container waits for a vehicle.
Reimplemented in MSContainer::MSContainerStage_Driving.
Definition at line 128 of file MSContainer.h.
|
virtualinherited |
Whether the container waits for a vehicle of the line specified.
Reimplemented in MSContainer::MSContainerStage_Driving.
Definition at line 85 of file MSContainer.cpp.
|
private |
Invalidated assignment operator.
|
virtual |
proceeds to the next step
Implements MSContainer::MSContainerStage.
Definition at line 299 of file MSContainer.cpp.
References MSEdge::addContainer(), MSNet::getContainerControl(), MAX3(), and MSContainerControl::setWaitEnd().
|
virtual |
Called on writing vehroute output.
[in] | os | The stream to write the information into |
IOError | not yet implemented |
Implements MSContainer::MSContainerStage.
Definition at line 313 of file MSContainer.cpp.
References OutputDevice::closeTag(), MSContainer::getDestination(), MSContainer::getID(), OutputDevice::openTag(), SUMO_ATTR_DURATION, SUMO_ATTR_LANE, SUMO_ATTR_UNTIL, time2string(), and OutputDevice::writeAttr().
|
inherited |
logs end of the step
Definition at line 80 of file MSContainer.cpp.
|
inherited |
logs end of the step
Definition at line 73 of file MSContainer.cpp.
|
virtual |
Called on writing tripinfo output.
[in] | os | The stream to write the information into |
IOError | not yet implemented |
Implements MSContainer::MSContainerStage.
Definition at line 308 of file MSContainer.cpp.
References OutputDevice::closeTag(), OutputDevice::openTag(), time2string(), and OutputDevice::writeAttr().
|
private |
The type of activity.
Definition at line 398 of file MSContainer.h.
Referenced by getStageDescription().
|
protectedinherited |
the time at which this stage ended
Definition at line 186 of file MSContainer.h.
|
private |
the container stop at which the container is waiting
Definition at line 403 of file MSContainer.h.
|
protectedinherited |
the time at which this stage started
Definition at line 183 of file MSContainer.h.
|
protectedinherited |
the next edge to reach by getting transported
Definition at line 180 of file MSContainer.h.
Referenced by MSContainerStage_Waiting().
|
private |
Definition at line 400 of file MSContainer.h.
Referenced by MSContainerStage_Waiting().
|
protectedinherited |
The type of this stage.
Definition at line 189 of file MSContainer.h.
Referenced by MSContainer::MSContainerStage::getStageType().
|
private |
the time the container is waiting
Definition at line 389 of file MSContainer.h.
|
private |
the time the container started waiting
Definition at line 395 of file MSContainer.h.
|
private |
the time until the container is waiting
Definition at line 392 of file MSContainer.h.