Eclipse SUMO - Simulation of Urban MObility
|
#include <MSTransportableControl.h>
Public Types | |
typedef std::map< std::string, MSTransportable * >::const_iterator | constVehIt |
Definition of the internal transportables map iterator. | |
typedef std::vector< MSTransportable * > | TransportableVector |
Definition of a list of transportables. | |
Public Member Functions | |
void | abortAnyWaitingForVehicle () |
aborts the plan for any transportable that is still waiting for a ride | |
void | abortWaiting (MSTransportable *t) |
aborts waiting stage of transportable | |
void | abortWaitingForVehicle (MSTransportable *t) |
let the given transportable abort waiting for a vehicle (when removing stage via TraCI) | |
bool | add (MSTransportable *transportable) |
Adds a single transportable, returns false if an id clash occurred. | |
void | addArrived () |
void | addDiscarded () |
void | addWaiting (const MSEdge *edge, MSTransportable *person) |
adds a transportable to the list of transportables waiting for a vehicle on the specified edge | |
virtual MSTransportable * | buildContainer (const SUMOVehicleParameter *pars, MSVehicleType *vtype, MSTransportable::MSTransportablePlan *plan) const |
Builds a new container. | |
virtual MSTransportable * | buildPerson (const SUMOVehicleParameter *pars, MSVehicleType *vtype, MSTransportable::MSTransportablePlan *plan, SumoRNG *rng) const |
Builds a new person. | |
void | checkWaiting (MSNet *net, const SUMOTime time) |
checks whether any transportables waiting time is over | |
void | clearState () |
Resets transportables when quick-loading state. | |
void | endedAccess () |
virtual void | erase (MSTransportable *transportable) |
removes a single transportable | |
void | fixLoadCount (const MSTransportable *transportable) |
decrement counter to avoid double counting transportables loaded from state | |
void | forceDeparture () |
register forced (traci) departure | |
MSTransportable * | get (const std::string &id) const |
Returns the named transportable, if existing. | |
int | getActiveCount () |
return the number of active transportable objects | |
MSPModel * | getMovementModel () |
Returns the default movement model for this kind of transportables. | |
MSPModel * | getNonInteractingModel () |
Returns the non interacting movement model (for tranship and "beaming") | |
const MSDevice_Vehroutes::SortedRouteInfo & | getRouteInfo () |
bool | hasAnyWaiting (const MSEdge *edge, SUMOVehicle *vehicle) const |
check whether any transportables are waiting for the given vehicle | |
bool | hasNonWaiting () const |
checks whether any transportable is still engaged in walking / stopping | |
bool | hasTransportables () const |
checks whether any transportable waits to finish her plan | |
bool | loadAnyWaiting (const MSEdge *edge, SUMOVehicle *vehicle, SUMOTime &timeToLoadNext, SUMOTime &stopDuration, MSTransportable *const force=nullptr) |
load any applicable transportables Loads any person / container that is waiting on that edge for the given vehicle and removes them from myWaiting | |
constVehIt | loadedBegin () const |
Returns the begin of the internal transportables map. | |
constVehIt | loadedEnd () const |
Returns the end of the internal transportables map. | |
void | loadState (const std::string &state) |
Reconstruct the current state. | |
MSTransportableControl (const bool isPerson) | |
Constructor. | |
void | registerJammed () |
register a jammed transportable | |
void | registerTeleportAbortWait () |
register a teleport after aborting a long wait | |
void | registerTeleportWrongDest () |
register a teleport to the final destination | |
void | saveState (OutputDevice &out) |
Saves the current state into the given stream. | |
void | setWaitEnd (SUMOTime time, MSTransportable *transportable) |
sets the arrival time for a waiting transportable | |
int | size () const |
Returns the number of known transportables. | |
void | startedAccess () |
virtual | ~MSTransportableControl () |
Destructor. | |
Retrieval of transportable statistics (always accessible) | |
int | getLoadedNumber () const |
Returns the number of build transportables. | |
int | getDepartedNumber () const |
int | getRunningNumber () const |
Returns the number of build and inserted, but not yet deleted transportables. | |
int | getJammedNumber () const |
Returns the number of times a transportables was jammed. | |
int | getWaitingForVehicleNumber () const |
Returns the number of transportables waiting for a ride. | |
int | getWaitingUntilNumber () const |
Returns the number of transportables waiting for a specified amount of time. | |
int | getMovingNumber () const |
Returns the number of transportables moving by themselvs (i.e. walking) | |
int | getRidingNumber () const |
Returns the number of transportables riding a vehicle. | |
int | getEndedNumber () const |
Returns the number of transportables that exited the simulation. | |
int | getArrivedNumber () const |
Returns the number of transportables that arrived at their destination. | |
int | getTeleportsAbortWait () const |
return the number of teleports due to excessive waiting for a ride | |
int | getTeleportsWrongDest () const |
return the number of teleports of transportables riding to the wrong destination | |
int | getTeleportCount () const |
Returns the number of teleports transportables did. | |
Protected Attributes | |
int | myAccessNumber |
The number of transportables currently in an access stage. | |
int | myArrivedNumber |
The number of transportables that arrived at their destination. | |
int | myDiscardedNumber |
The number of discarded transportables. | |
int | myEndedNumber |
The number of transportables that exited the simulation. | |
bool | myHaveNewWaiting |
whether a new transportable waiting for a vehicle has been added in the last step | |
int | myJammedNumber |
The number of jammed transportables. | |
int | myLoadedNumber |
The number of build transportables. | |
int | myMaxTransportableNumber |
maximum transportable count | |
int | myRunningNumber |
The number of transportables within the network (build and inserted but not removed) | |
int | myTeleportsAbortWait |
The number of teleports due to long waits for a ride. | |
int | myTeleportsWrongDest |
The number of teleports due to wrong destination. | |
std::map< std::string, MSTransportable * > | myTransportables |
all currently created transportables by id | |
std::map< SUMOTime, TransportableVector > | myWaiting4Departure |
Transportables waiting for departure. | |
std::map< const MSEdge *, TransportableVector, ComparatorNumericalIdLess > | myWaiting4Vehicle |
the lists of waiting transportables | |
int | myWaitingForDepartureNumber |
The number of transportables waiting for departure. | |
int | myWaitingForVehicleNumber |
The number of transportables waiting for vehicles. | |
std::map< SUMOTime, TransportableVector > | myWaitingUntil |
the lists of walking / stopping transportables | |
int | myWaitingUntilNumber |
The number of transportables waiting for a specified time. | |
Private Member Functions | |
MSTransportableControl & | operator= (const MSTransportableControl &src)=delete |
invalidated assignment operator | |
Private Attributes | |
SUMOTime | myAbortWaitingTimeout |
The time until waiting for a ride is aborted. | |
MSPModel * | myMovementModel |
MSPModel * | myNonInteractingModel |
MSDevice_Vehroutes::SortedRouteInfo | myRouteInfos |
Information needed to sort transportable output by departure time. | |
The class is used to handle transportables (persons and containers) who are not using a transportation system but are walking or waiting. This includes waiting for the arrival or departure time / the time the waiting is over.
Definition at line 51 of file MSTransportableControl.h.
typedef std::map<std::string,MSTransportable*>::const_iterator MSTransportableControl::constVehIt |
Definition of the internal transportables map iterator.
Definition at line 57 of file MSTransportableControl.h.
typedef std::vector<MSTransportable*> MSTransportableControl::TransportableVector |
Definition of a list of transportables.
Definition at line 54 of file MSTransportableControl.h.
MSTransportableControl::MSTransportableControl | ( | const bool | isPerson | ) |
Constructor.
Definition at line 48 of file MSTransportableControl.cpp.
References OutputDevice::createDeviceByOption(), OutputDevice::getDeviceByOption(), MSNet::getInstance(), OptionsCont::getInt(), OptionsCont::getOptions(), OptionsCont::getString(), OptionsCont::isSet(), myAbortWaitingTimeout, myMaxTransportableNumber, myMovementModel, myNonInteractingModel, myRouteInfos, MSDevice_Vehroutes::SortedRouteInfo::routeOut, string2time(), and TLF.
|
virtual |
Destructor.
Definition at line 93 of file MSTransportableControl.cpp.
References clearState(), myMovementModel, and myNonInteractingModel.
void MSTransportableControl::abortAnyWaitingForVehicle | ( | ) |
aborts the plan for any transportable that is still waiting for a ride
Definition at line 365 of file MSTransportableControl.cpp.
References erase(), MSStageDriving::getWaitingDescription(), myAbortWaitingTimeout, myWaiting4Vehicle, myWaitingForVehicleNumber, MSEdge::removeTransportable(), and WRITE_WARNING.
Referenced by MSNet::adaptToState().
void MSTransportableControl::abortWaiting | ( | MSTransportable * | t | ) |
aborts waiting stage of transportable
Definition at line 400 of file MSTransportableControl.cpp.
References myWaiting4Departure, and myWaitingUntil.
Referenced by MSStageWaiting::abort().
void MSTransportableControl::abortWaitingForVehicle | ( | MSTransportable * | t | ) |
let the given transportable abort waiting for a vehicle (when removing stage via TraCI)
Definition at line 384 of file MSTransportableControl.cpp.
References MSTransportable::getEdge(), myAbortWaitingTimeout, and myWaiting4Vehicle.
Referenced by MSStageDriving::abort(), and MSDevice_Transportable::transferAtSplitOrJoin().
bool MSTransportableControl::add | ( | MSTransportable * | transportable | ) |
Adds a single transportable, returns false if an id clash occurred.
[in] | transportable | The transportable to add |
Definition at line 103 of file MSTransportableControl.cpp.
References DELTA_T, SUMOVehicleParameter::depart, MSTransportable::getParameter(), SUMOVehicleParameter::id, myLoadedNumber, myTransportables, myWaiting4Departure, and myWaitingForDepartureNumber.
Referenced by LIBSUMO_NAMESPACE::Person::add(), and MSRouteHandler::addFlowTransportable().
|
inline |
Definition at line 278 of file MSTransportableControl.h.
References myArrivedNumber.
Referenced by MSTransportable::proceed().
|
inline |
Definition at line 282 of file MSTransportableControl.h.
References myDiscardedNumber, and myLoadedNumber.
Referenced by MSRouteHandler::addFlowTransportable().
void MSTransportableControl::addWaiting | ( | const MSEdge * | edge, |
MSTransportable * | person | ||
) |
adds a transportable to the list of transportables waiting for a vehicle on the specified edge
Definition at line 252 of file MSTransportableControl.cpp.
References myAbortWaitingTimeout, myHaveNewWaiting, myWaiting4Vehicle, myWaitingForVehicleNumber, and MSTransportable::setAbortWaiting().
Referenced by MSStageDriving::registerWaiting().
|
virtual |
Builds a new container.
[in] | pars | The parameter |
[in] | vtype | The type (reusing vehicle type container here) |
[in] | plan | This container's plan |
Reimplemented in GUITransportableControl.
Definition at line 427 of file MSTransportableControl.cpp.
Referenced by MSRouteHandler::addFlowTransportable().
|
virtual |
Builds a new person.
[in] | pars | The parameter |
[in] | vtype | The type (reusing vehicle type container here) |
[in] | plan | This person's plan |
[in] | rng | The RNG to compute the optional speed deviation |
Reimplemented in GUITransportableControl.
Definition at line 419 of file MSTransportableControl.cpp.
References MSVehicleType::computeChosenSpeedDeviation().
Referenced by LIBSUMO_NAMESPACE::Person::add(), MSRouteHandler::addFlowTransportable(), and MSDevice_FCDReplay::FCDHandler::updateTrafficObjects().
checks whether any transportables waiting time is over
Definition at line 195 of file MSTransportableControl.cpp.
References MSNet::CONTAINER_DEPARTED, DELTA_T, SUMOVehicleParameter::depart, MSDevice_Vehroutes::SortedRouteInfo::departureCounts, erase(), OptionsCont::getBool(), MSNet::getInstance(), OptionsCont::getOptions(), MSTransportable::getParameter(), MSNet::informTransportableStateListener(), MSTransportable::isPerson(), OptionsCont::isSet(), myHaveNewWaiting, myMaxTransportableNumber, myRouteInfos, myRunningNumber, myWaiting4Departure, myWaitingForDepartureNumber, myWaitingUntil, myWaitingUntilNumber, MSNet::PERSON_DEPARTED, MSTransportable::proceed(), MSDevice_Vehroutes::registerTransportableDepart(), and MSTransportable::setDeparted().
Referenced by MSNet::simulationStep().
void MSTransportableControl::clearState | ( | ) |
Resets transportables when quick-loading state.
Definition at line 452 of file MSTransportableControl.cpp.
References MSPModel::clearState(), myArrivedNumber, myDiscardedNumber, myEndedNumber, myHaveNewWaiting, myJammedNumber, myLoadedNumber, myMovementModel, myNonInteractingModel, myRunningNumber, myTransportables, myWaiting4Departure, myWaiting4Vehicle, myWaitingForDepartureNumber, myWaitingForVehicleNumber, myWaitingUntil, and myWaitingUntilNumber.
Referenced by MSNet::clearState(), and ~MSTransportableControl().
|
inline |
Definition at line 291 of file MSTransportableControl.h.
References myAccessNumber.
Referenced by MSPerson::MSPersonStage_Access::ProceedCmd::execute().
|
virtual |
removes a single transportable
Definition at line 146 of file MSTransportableControl.cpp.
References MSNet::CONTAINER_ARRIVED, SUMOVehicleParameter::depart, OptionsCont::getBool(), MSTransportable::getDeparture(), OutputDevice::getDeviceByOption(), Named::getID(), MSNet::getInstance(), OptionsCont::getOptions(), MSTransportable::getParameter(), OutputDevice_String::getString(), MSTransportable::hasArrived(), MSNet::informTransportableStateListener(), MSTransportable::isPerson(), OptionsCont::isSet(), myEndedNumber, myRouteInfos, myRunningNumber, myTransportables, MSNet::PERSON_ARRIVED, MSDevice_Vehroutes::SortedRouteInfo::routeOut, MSTransportable::routeOutput(), MSTransportable::tripInfoOutput(), and MSDevice_Vehroutes::writeSortedOutput().
Referenced by abortAnyWaitingForVehicle(), checkWaiting(), MSPerson::MSPersonStage_Access::ProceedCmd::execute(), MSDevice_Tripinfo::generateOutputForUnfinished(), MSStageTranship::moveToNextEdge(), MSStageWalking::moveToNextEdge(), MSDevice_Transportable::notifyLeave(), MSDevice_Transportable::notifyMove(), GUIPerson::GUIPersonPopupMenu::onCmdRemoveObject(), MSStageWalking::proceed(), MSTransportable::removeStage(), MSDevice_Vehroutes::writePendingOutput(), and MSDevice_Transportable::~MSDevice_Transportable().
void MSTransportableControl::fixLoadCount | ( | const MSTransportable * | transportable | ) |
decrement counter to avoid double counting transportables loaded from state
Definition at line 118 of file MSTransportableControl.cpp.
References DELTA_T, SUMOVehicleParameter::depart, MSTransportable::getParameter(), MSTransportable::hasDeparted(), myLoadedNumber, and myWaiting4Departure.
Referenced by MSStateHandler::myEndElement().
void MSTransportableControl::forceDeparture | ( | ) |
register forced (traci) departure
Definition at line 246 of file MSTransportableControl.cpp.
References myRunningNumber.
Referenced by MSStageWaiting::abort().
MSTransportable * MSTransportableControl::get | ( | const std::string & | id | ) | const |
Returns the named transportable, if existing.
[in] | id | The id of the transportable |
Definition at line 136 of file MSTransportableControl.cpp.
References myTransportables.
Referenced by MSRouteHandler::addFlowTransportable(), libsumo::Helper::getPerson(), LIBSUMO_NAMESPACE::Polygon::getTrafficObject(), libsumo::Helper::handleSubscriptions(), MSStateHandler::myEndElement(), libsumo::Helper::postProcessRemoteControl(), TraCIServer::postProcessSimulationStep(), TraCIServerAPI_Person::processSet(), and MSDevice_FCDReplay::FCDHandler::updateTrafficObjects().
int MSTransportableControl::getActiveCount | ( | ) |
return the number of active transportable objects
Definition at line 343 of file MSTransportableControl.cpp.
References myRunningNumber, myWaiting4Departure, and myWaitingForVehicleNumber.
Referenced by LIBSUMO_NAMESPACE::Simulation::getMinExpectedNumber().
|
inline |
Returns the number of transportables that arrived at their destination.
Definition at line 243 of file MSTransportableControl.h.
References myArrivedNumber.
Referenced by MSNet::writeSummaryOutput().
int MSTransportableControl::getDepartedNumber | ( | ) | const |
Definition at line 360 of file MSTransportableControl.cpp.
References myDiscardedNumber, myLoadedNumber, and myWaitingForDepartureNumber.
Referenced by MSNet::writeSummaryOutput().
|
inline |
Returns the number of transportables that exited the simulation.
Definition at line 236 of file MSTransportableControl.h.
References myEndedNumber.
Referenced by MSNet::writeSummaryOutput().
|
inline |
Returns the number of times a transportables was jammed.
Definition at line 209 of file MSTransportableControl.h.
References myJammedNumber.
Referenced by MSNet::generateStatistics(), LIBSUMO_NAMESPACE::Simulation::getParameter(), GUINet::getParameterWindow(), MSNet::writeStatistics(), and MSNet::writeSummaryOutput().
|
inline |
Returns the number of build transportables.
Definition at line 193 of file MSTransportableControl.h.
References myLoadedNumber.
Referenced by MSRouteHandler::addFlowTransportable(), MSNet::generateStatistics(), LIBSUMO_NAMESPACE::Simulation::getParameter(), GUINet::getParameterWindow(), MSNet::writeStatistics(), and MSNet::writeSummaryOutput().
|
inline |
Returns the default movement model for this kind of transportables.
Definition at line 267 of file MSTransportableControl.h.
References myMovementModel.
Referenced by MSStageWalking::abort(), MSLink::getLeaderInfo(), MSLane::hasPedestrians(), MSStageWalking::loadState(), MSStageWalking::moveToNextEdge(), MSPModel_Striping::PState::moveToXY(), MSLane::nextBlocking(), MSStageWalking::proceed(), and MSStageWalking::walkDistance().
int MSTransportableControl::getMovingNumber | ( | ) | const |
Returns the number of transportables moving by themselvs (i.e. walking)
Definition at line 349 of file MSTransportableControl.cpp.
References MSPModel::getActiveNumber(), myAccessNumber, and myMovementModel.
Referenced by getRidingNumber(), hasNonWaiting(), and MSNet::writeSummaryOutput().
|
inline |
Returns the non interacting movement model (for tranship and "beaming")
Definition at line 274 of file MSTransportableControl.h.
References myNonInteractingModel.
Referenced by MSStageTranship::proceed().
int MSTransportableControl::getRidingNumber | ( | ) | const |
Returns the number of transportables riding a vehicle.
Definition at line 355 of file MSTransportableControl.cpp.
References getMovingNumber(), myRunningNumber, myWaitingForVehicleNumber, and myWaitingUntilNumber.
Referenced by MSNet::writeSummaryOutput().
|
inline |
Definition at line 306 of file MSTransportableControl.h.
References myRouteInfos.
Referenced by MSDevice_Vehroutes::writePendingOutput().
|
inline |
Returns the number of build and inserted, but not yet deleted transportables.
Definition at line 202 of file MSTransportableControl.h.
References myRunningNumber.
Referenced by MSNet::generateStatistics(), LIBSUMO_NAMESPACE::Simulation::getParameter(), GUINet::getParameterWindow(), GUIApplicationWindow::handleEvent_SimulationStep(), MSNet::postMoveStep(), and MSNet::writeStatistics().
|
inline |
Returns the number of teleports transportables did.
Definition at line 258 of file MSTransportableControl.h.
References myTeleportsAbortWait, and myTeleportsWrongDest.
Referenced by MSNet::generateStatistics(), LIBSUMO_NAMESPACE::Simulation::getParameter(), MSNet::writeStatistics(), and MSNet::writeSummaryOutput().
|
inline |
return the number of teleports due to excessive waiting for a ride
Definition at line 248 of file MSTransportableControl.h.
References myTeleportsAbortWait.
Referenced by MSNet::generateStatistics(), LIBSUMO_NAMESPACE::Simulation::getParameter(), and MSNet::writeStatistics().
|
inline |
return the number of teleports of transportables riding to the wrong destination
Definition at line 253 of file MSTransportableControl.h.
References myTeleportsWrongDest.
Referenced by MSNet::generateStatistics(), LIBSUMO_NAMESPACE::Simulation::getParameter(), and MSNet::writeStatistics().
|
inline |
Returns the number of transportables waiting for a ride.
Definition at line 215 of file MSTransportableControl.h.
References myWaitingForVehicleNumber.
Referenced by GUIApplicationWindow::checkGamingEventsDRT(), and MSNet::writeSummaryOutput().
|
inline |
Returns the number of transportables waiting for a specified amount of time.
Definition at line 222 of file MSTransportableControl.h.
References myWaitingUntilNumber.
Referenced by MSNet::writeSummaryOutput().
bool MSTransportableControl::hasAnyWaiting | ( | const MSEdge * | edge, |
SUMOVehicle * | vehicle | ||
) | const |
check whether any transportables are waiting for the given vehicle
Definition at line 263 of file MSTransportableControl.cpp.
References SUMOVehicle::allowsBoarding(), MSGlobals::gStopTolerance, SUMOVehicle::isStoppedInRange(), and myWaiting4Vehicle.
Referenced by MSVehicle::processNextStop().
bool MSTransportableControl::hasNonWaiting | ( | ) | const |
checks whether any transportable is still engaged in walking / stopping
Definition at line 337 of file MSTransportableControl.cpp.
References getMovingNumber(), myHaveNewWaiting, myWaiting4Departure, and myWaitingUntilNumber.
Referenced by MSNet::simulationState().
bool MSTransportableControl::hasTransportables | ( | ) | const |
checks whether any transportable waits to finish her plan
Definition at line 331 of file MSTransportableControl.cpp.
References myTransportables.
Referenced by MSNet::simulationStep(), and MSFCDExport::write().
bool MSTransportableControl::loadAnyWaiting | ( | const MSEdge * | edge, |
SUMOVehicle * | vehicle, | ||
SUMOTime & | timeToLoadNext, | ||
SUMOTime & | stopDuration, | ||
MSTransportable *const | force = nullptr |
||
) |
load any applicable transportables Loads any person / container that is waiting on that edge for the given vehicle and removes them from myWaiting
[in] | edge | the edge on which the loading should take place |
[in] | vehicle | the vehicle which is taking on containers |
[in,out] | timeToLoadNext | earliest time for the next loading process (gets updated) |
[in,out] | stopDuration | the duration of the stop where the loading takes place (might be extended) |
[in] | force | load the specified transportable even if the vehicle is not on a stop (needed for replay) |
Definition at line 279 of file MSTransportableControl.cpp.
References SUMOVehicle::addTransportable(), SUMOVehicle::allowsBoarding(), DELTA_T, MSVehicleType::getBoardingFactor(), MSTransportable::getCurrentStage(), MSTransportable::getEdgePos(), MSVehicleType::getLoadingDuration(), MSStage::getOriginStop(), MSTransportable::getVehicleType(), SUMOTrafficObject::getVehicleType(), MSGlobals::gStopTolerance, MSTransportable::isPerson(), SUMOVehicle::isStoppedInRange(), MSTransportable::isWaitingFor(), MAX2(), myAbortWaitingTimeout, myWaiting4Vehicle, myWaitingForVehicleNumber, MSStoppingPlace::removeTransportable(), MSEdge::removeTransportable(), MSTransportable::setAbortWaiting(), and SIMSTEP.
Referenced by MSVehicle::boardTransportables(), MEVehicle::mayProceed(), MSTransportableDevice_FCDReplay::move(), and MEVehicle::processStop().
|
inline |
Returns the begin of the internal transportables map.
Definition at line 149 of file MSTransportableControl.h.
References myTransportables.
Referenced by MSDevice_BTreceiver::BTreceiverUpdate::execute(), MSTransportableDevice_FCDReplay::MovePedestrians::execute(), MSDevice_Tripinfo::generateOutputForUnfinished(), and MSDevice_Vehroutes::writePendingOutput().
|
inline |
Returns the end of the internal transportables map.
Definition at line 157 of file MSTransportableControl.h.
References myTransportables.
Referenced by MSDevice_BTreceiver::BTreceiverUpdate::execute(), MSTransportableDevice_FCDReplay::MovePedestrians::execute(), MSDevice_Tripinfo::generateOutputForUnfinished(), and MSDevice_Vehroutes::writePendingOutput().
void MSTransportableControl::loadState | ( | const std::string & | state | ) |
Reconstruct the current state.
Definition at line 445 of file MSTransportableControl.cpp.
References myArrivedNumber, myDiscardedNumber, myEndedNumber, myHaveNewWaiting, myJammedNumber, myLoadedNumber, myRunningNumber, myWaitingForDepartureNumber, myWaitingForVehicleNumber, and myWaitingUntilNumber.
Referenced by MSStateHandler::myStartElement().
|
privatedelete |
invalidated assignment operator
|
inline |
register a jammed transportable
Definition at line 170 of file MSTransportableControl.h.
References myJammedNumber.
Referenced by MSPModel_Striping::PState::walk().
|
inline |
register a teleport after aborting a long wait
Definition at line 175 of file MSTransportableControl.h.
References myTeleportsAbortWait.
Referenced by MSTransportable::abortStage().
|
inline |
register a teleport to the final destination
Definition at line 180 of file MSTransportableControl.h.
References myTeleportsWrongDest.
Referenced by MSDevice_Transportable::notifyLeave().
void MSTransportableControl::saveState | ( | OutputDevice & | out | ) |
Saves the current state into the given stream.
Definition at line 433 of file MSTransportableControl.cpp.
References myArrivedNumber, myDiscardedNumber, myEndedNumber, myHaveNewWaiting, myJammedNumber, myLoadedNumber, myRunningNumber, myTransportables, myWaitingForDepartureNumber, myWaitingForVehicleNumber, myWaitingUntilNumber, SUMO_ATTR_STATE, and OutputDevice::writeAttr().
Referenced by MSStateHandler::saveState().
void MSTransportableControl::setWaitEnd | ( | SUMOTime | time, |
MSTransportable * | transportable | ||
) |
sets the arrival time for a waiting transportable
Definition at line 183 of file MSTransportableControl.cpp.
References DELTA_T, myWaitingUntil, and myWaitingUntilNumber.
Referenced by MSStageWaiting::loadState(), and MSStageWaiting::proceed().
|
inline |
Returns the number of known transportables.
Definition at line 165 of file MSTransportableControl.h.
References myTransportables.
|
inline |
Definition at line 287 of file MSTransportableControl.h.
References myAccessNumber.
Referenced by MSPerson::MSPersonStage_Access::proceed().
|
private |
The time until waiting for a ride is aborted.
Definition at line 374 of file MSTransportableControl.h.
Referenced by abortAnyWaitingForVehicle(), abortWaitingForVehicle(), addWaiting(), loadAnyWaiting(), and MSTransportableControl().
|
protected |
The number of transportables currently in an access stage.
Definition at line 345 of file MSTransportableControl.h.
Referenced by endedAccess(), getMovingNumber(), and startedAccess().
|
protected |
The number of transportables that arrived at their destination.
Definition at line 351 of file MSTransportableControl.h.
Referenced by addArrived(), clearState(), getArrivedNumber(), loadState(), and saveState().
|
protected |
The number of discarded transportables.
Definition at line 327 of file MSTransportableControl.h.
Referenced by addDiscarded(), clearState(), getDepartedNumber(), loadState(), and saveState().
|
protected |
The number of transportables that exited the simulation.
Definition at line 348 of file MSTransportableControl.h.
Referenced by clearState(), erase(), getEndedNumber(), loadState(), and saveState().
|
protected |
whether a new transportable waiting for a vehicle has been added in the last step
Definition at line 360 of file MSTransportableControl.h.
Referenced by addWaiting(), checkWaiting(), clearState(), hasNonWaiting(), loadState(), and saveState().
|
protected |
The number of jammed transportables.
Definition at line 333 of file MSTransportableControl.h.
Referenced by clearState(), getJammedNumber(), loadState(), registerJammed(), and saveState().
|
protected |
The number of build transportables.
Definition at line 324 of file MSTransportableControl.h.
Referenced by add(), addDiscarded(), clearState(), fixLoadCount(), getDepartedNumber(), getLoadedNumber(), loadState(), and saveState().
|
protected |
maximum transportable count
Definition at line 363 of file MSTransportableControl.h.
Referenced by checkWaiting(), and MSTransportableControl().
|
private |
Definition at line 366 of file MSTransportableControl.h.
Referenced by clearState(), getMovementModel(), getMovingNumber(), MSTransportableControl(), and ~MSTransportableControl().
|
private |
Definition at line 368 of file MSTransportableControl.h.
Referenced by clearState(), getNonInteractingModel(), MSTransportableControl(), and ~MSTransportableControl().
|
private |
Information needed to sort transportable output by departure time.
Definition at line 371 of file MSTransportableControl.h.
Referenced by checkWaiting(), erase(), getRouteInfo(), and MSTransportableControl().
|
protected |
The number of transportables within the network (build and inserted but not removed)
Definition at line 330 of file MSTransportableControl.h.
Referenced by checkWaiting(), clearState(), erase(), forceDeparture(), getActiveCount(), getRidingNumber(), getRunningNumber(), loadState(), and saveState().
|
protected |
The number of teleports due to long waits for a ride.
Definition at line 354 of file MSTransportableControl.h.
Referenced by getTeleportCount(), getTeleportsAbortWait(), and registerTeleportAbortWait().
|
protected |
The number of teleports due to wrong destination.
Definition at line 357 of file MSTransportableControl.h.
Referenced by getTeleportCount(), getTeleportsWrongDest(), and registerTeleportWrongDest().
|
protected |
all currently created transportables by id
Definition at line 312 of file MSTransportableControl.h.
Referenced by add(), clearState(), erase(), get(), hasTransportables(), GUITransportableControl::insertIDs(), loadedBegin(), loadedEnd(), saveState(), and size().
|
protected |
Transportables waiting for departure.
Definition at line 315 of file MSTransportableControl.h.
Referenced by abortWaiting(), add(), checkWaiting(), clearState(), fixLoadCount(), getActiveCount(), and hasNonWaiting().
|
protected |
the lists of waiting transportables
Definition at line 321 of file MSTransportableControl.h.
Referenced by abortAnyWaitingForVehicle(), abortWaitingForVehicle(), addWaiting(), clearState(), hasAnyWaiting(), and loadAnyWaiting().
|
protected |
The number of transportables waiting for departure.
Definition at line 336 of file MSTransportableControl.h.
Referenced by add(), checkWaiting(), clearState(), getDepartedNumber(), loadState(), and saveState().
|
protected |
The number of transportables waiting for vehicles.
Definition at line 339 of file MSTransportableControl.h.
Referenced by abortAnyWaitingForVehicle(), addWaiting(), clearState(), getActiveCount(), getRidingNumber(), getWaitingForVehicleNumber(), loadAnyWaiting(), loadState(), and saveState().
|
protected |
the lists of walking / stopping transportables
Definition at line 318 of file MSTransportableControl.h.
Referenced by abortWaiting(), checkWaiting(), clearState(), and setWaitEnd().
|
protected |
The number of transportables waiting for a specified time.
Definition at line 342 of file MSTransportableControl.h.
Referenced by checkWaiting(), clearState(), getRidingNumber(), getWaitingUntilNumber(), hasNonWaiting(), loadState(), saveState(), and setWaitEnd().