![]() |
SUMO - Simulation of Urban MObility
|
Internal representation of a vehicle. More...
#include <MSE2Collector.h>
Public Member Functions | |
VehicleInfo (std::string _id, std::string _type, SUMOReal _speed, SUMOReal _timeOnDet, SUMOReal _lengthOnDet, SUMOReal _position, SUMOReal _lengthWithGap, SUMOReal _accel, bool _stillOnDet) | |
Data Fields | |
SUMOReal | accel |
std::string | id |
SUMOReal | lengthOnDet |
SUMOReal | lengthWithGap |
SUMOReal | position |
SUMOReal | speed |
bool | stillOnDet |
SUMOReal | timeOnDet |
std::string | type |
Internal representation of a vehicle.
Definition at line 87 of file MSE2Collector.h.
|
inline |
Definition at line 88 of file MSE2Collector.h.
SUMOReal MSE2Collector::VehicleInfo::accel |
Definition at line 97 of file MSE2Collector.h.
std::string MSE2Collector::VehicleInfo::id |
Definition at line 90 of file MSE2Collector.h.
SUMOReal MSE2Collector::VehicleInfo::lengthOnDet |
Definition at line 94 of file MSE2Collector.h.
SUMOReal MSE2Collector::VehicleInfo::lengthWithGap |
Definition at line 96 of file MSE2Collector.h.
SUMOReal MSE2Collector::VehicleInfo::position |
Definition at line 95 of file MSE2Collector.h.
SUMOReal MSE2Collector::VehicleInfo::speed |
Definition at line 92 of file MSE2Collector.h.
bool MSE2Collector::VehicleInfo::stillOnDet |
Definition at line 98 of file MSE2Collector.h.
SUMOReal MSE2Collector::VehicleInfo::timeOnDet |
Definition at line 93 of file MSE2Collector.h.
std::string MSE2Collector::VehicleInfo::type |
Definition at line 91 of file MSE2Collector.h.