98 unloadedContainers(0) {
109 unloadedContainers(0) {
121 typedef std::map<const SUMOVehicle*, StopInfo>
Stopped;
static void init()
Static intialization.
void loadedContainers(const SUMOVehicle *veh, int n)
void unloadedPersons(const SUMOVehicle *veh, int n)
Representation of a vehicle.
MSStopOut & operator=(const MSStopOut &)
Invalidated assignment operator.
void stopStarted(const SUMOVehicle *veh, int numPersons, int numContainers)
static MSStopOut * myInstance
void stopEnded(const SUMOVehicle *veh, const MSVehicle::Stop &stop)
void unloadedContainers(const SUMOVehicle *veh, int n)
virtual ~MSStopOut()
Destructor.
static MSStopOut * getInstance()
Static storage of an output device and its base (abstract) implementation.
std::map< const SUMOVehicle *, StopInfo > Stopped
void loadedPersons(const SUMOVehicle *veh, int n)
Realises dumping the complete network state.
StopInfo(SUMOTime t, int numPersons, int numContainers)
Definition of vehicle stop (position and duration)
MSStopOut(OutputDevice &dev)
constructor.