103 std::map<const SUMOVehicle*, StopInfo, ComparatorNumericalIdLess>
myStopped;
Realises dumping the complete network state.
virtual ~MSStopOut()
Destructor.
void loadedContainers(const SUMOVehicle *veh, int n)
MSStopOut(const MSStopOut &)
Invalidated copy constructor.
static void init()
Static intialization.
std::map< const SUMOVehicle *, StopInfo, ComparatorNumericalIdLess > myStopped
MSStopOut & operator=(const MSStopOut &)
Invalidated assignment operator.
void unloadedPersons(const SUMOVehicle *veh, int n)
void stopStarted(const SUMOVehicle *veh, int numPersons, int numContainers, SUMOTime time)
void generateOutputForUnfinished()
generate output for vehicles which are still stopped at simulation end
void stopEnded(const SUMOVehicle *veh, const SUMOVehicleParameter::Stop &stop, const std::string &laneOrEdgeID, bool simEnd=false)
static MSStopOut * getInstance()
void unloadedContainers(const SUMOVehicle *veh, int n)
static MSStopOut * myInstance
void loadedPersons(const SUMOVehicle *veh, int n)
Static storage of an output device and its base (abstract) implementation.
Representation of a vehicle.
Definition of vehicle stop (position and duration)
StopInfo(int numPersons, int numContainers)