44 #ifdef CHECK_MEMORY_LEAKS 46 #endif // CHECK_MEMORY_LEAKS 53 const std::string& vType,
55 :
Named(id), myVType(vType), myOutputDevice(od), myFrequency(frequency) {
OutputDevice & writeAttr(const SumoXMLAttr attr, const T &val)
writes a named attribute
Representation of a vehicle in the micro simulation.
constVehIt loadedVehBegin() const
Returns the begin of the internal vehicle map.
MSLane * getLane() const
Returns the lane the vehicle is on.
MSVTypeProbe(const std::string &id, const std::string &vType, OutputDevice &od, SUMOTime frequency)
Constructor.
#define GEO_OUTPUT_ACCURACY
virtual SUMOReal getPositionOnLane() const =0
Get the vehicle's position along the lane.
bool usingGeoProjection() const
Returns whether a transformation from geo to metric coordinates will be performed.
std::string time2string(SUMOTime t)
void setPrecision(int precision=OUTPUT_ACCURACY)
Sets the precison or resets it to default.
static MSNet * getInstance()
Returns the pointer to the unique instance of MSNet (singleton).
SUMOTime myFrequency
The frequency of reporting.
const std::string & getID() const
Returns the id.
bool writeXMLHeader(const std::string &rootElement, const std::string &attrs="", const std::string &comment="")
Writes an XML header with optional configuration.
void cartesian2geo(Position &cartesian) const
Converts the given cartesian (shifted) position to its geo (lat/long) representation.
Representation of a vehicle.
SUMOReal z() const
Returns the z-position.
SUMOTime execute(SUMOTime currentTime)
Writes values into the given stream.
A point in 2D or 3D with translation and scaling methods.
MSVehicleControl & getVehicleControl()
Returns the vehicle control.
OutputDevice & myOutputDevice
The device to write into.
SUMOReal x() const
Returns the x-position.
virtual bool isOnRoad() const =0
Returns the information whether the vehicle is on a road (is simulated)
bool hasElevation() const
return whether the network contains elevation data
virtual SUMOTime addEvent(Command *operation, SUMOTime execTimeStep, AdaptType type)
Adds an Event.
Base class for objects which have an id.
MSEventControl * getEndOfTimestepEvents()
Returns the event control for events executed at the end of a time step.
virtual SUMOReal getSpeed() const =0
Returns the vehicle's current speed.
std::string myVType
The id of the vehicle type vehicles must have to be reported.
virtual ~MSVTypeProbe()
Destructor.
const std::string & getID() const
Returns the name of the vehicle type.
virtual Position getPosition(const SUMOReal offset=0) const =0
Return current position (x/y, cartesian)
static const GeoConvHelper & getFinal()
the coordinate transformation for writing the location element and for tracking the original coordina...
std::map< std::string, SUMOVehicle * >::const_iterator constVehIt
Definition of the internal vehicles map iterator.
Patch the time in a way that it is at least as high as the simulation begin time. ...
Static storage of an output device and its base (abstract) implementation.
bool closeTag()
Closes the most recently opened tag.
The class responsible for building and deletion of vehicles.
SUMOReal y() const
Returns the y-position.
virtual const std::string & getID() const =0
Get the vehicle's ID.
OutputDevice & openTag(const std::string &xmlElement)
Opens an XML tag.
constVehIt loadedVehEnd() const
Returns the end of the internal vehicle map.
virtual const MSVehicleType & getVehicleType() const =0
Returns the vehicle's type.