 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
117 typedef std::map<const SUMOVehicle*, StopInfo>
Stopped;
void unloadedContainers(const SUMOVehicle *veh, int n)
MSStopOut(OutputDevice &dev)
constructor.
Static storage of an output device and its base (abstract) implementation.
static MSStopOut * getInstance()
Representation of a vehicle.
void loadedPersons(const SUMOVehicle *veh, int n)
void loadedContainers(const SUMOVehicle *veh, int n)
Realises dumping the complete network state.
static void init()
Static intialization.
MSStopOut & operator=(const MSStopOut &)
Invalidated assignment operator.
std::map< const SUMOVehicle *, StopInfo > Stopped
virtual ~MSStopOut()
Destructor.
StopInfo(SUMOTime t, int numPersons, int numContainers)
static MSStopOut * myInstance
void unloadedPersons(const SUMOVehicle *veh, int n)
void stopStarted(const SUMOVehicle *veh, int numPersons, int numContainers, SUMOTime time)
void stopEnded(const SUMOVehicle *veh, const SUMOVehicleParameter::Stop &stop, const std::string &laneOrEdgeID)
Definition of vehicle stop (position and duration)