 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
18 #ifndef MSVTypeProbe_h
19 #define MSVTypeProbe_h
61 MSVTypeProbe(
const std::string&
id,
const std::string& vType,
Base class for objects which have an id.
Static storage of an output device and its base (abstract) implementation.
SUMOTime myFrequency
The frequency of reporting.
MSVTypeProbe(const MSVTypeProbe &)
Invalidated copy constructor.
SUMOTime execute(SUMOTime currentTime)
Writes values into the given stream.
std::string myVType
The id of the vehicle type vehicles must have to be reported.
MSVTypeProbe & operator=(const MSVTypeProbe &)
Invalidated assignment operator.
virtual ~MSVTypeProbe()
Destructor.
OutputDevice & myOutputDevice
The device to write into.
Base (microsim) event class.
MSVTypeProbe(const std::string &id, const std::string &vType, OutputDevice &od, SUMOTime frequency)
Constructor.
Writes positions of vehicles that have a certain (named) type.