59 MSVTypeProbe(
const std::string&
id,
const std::string& vType,
Base (microsim) event class.
Writes positions of vehicles that have a certain (named) type.
virtual ~MSVTypeProbe()
Destructor.
MSVTypeProbe(const MSVTypeProbe &)
Invalidated copy constructor.
SUMOTime execute(SUMOTime currentTime)
Writes values into the given stream.
MSVTypeProbe & operator=(const MSVTypeProbe &)
Invalidated assignment operator.
std::string myVType
The id of the vehicle type vehicles must have to be reported.
OutputDevice & myOutputDevice
The device to write into.
SUMOTime myFrequency
The frequency of reporting.
Base class for objects which have an id.
Static storage of an output device and its base (abstract) implementation.