![]() |
SUMO - Simulation of Urban MObility
|
#include <TraCIAPI.h>
Public Member Functions | |
VehicleData () | |
Data Fields | |
SUMOReal | entryTime |
Entry-time of the vehicle in [s]. More... | |
std::string | id |
The id of the vehicle. More... | |
SUMOReal | leaveTime |
Leave-time of the vehicle in [s]. More... | |
SUMOReal | length |
Length of the vehicle. More... | |
std::string | typeID |
Type of the vehicle in. More... | |
Definition at line 293 of file TraCIAPI.h.
|
inline |
Definition at line 296 of file TraCIAPI.h.
SUMOReal TraCIAPI::InductionLoopScope::VehicleData::entryTime |
Entry-time of the vehicle in [s].
Definition at line 302 of file TraCIAPI.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData().
std::string TraCIAPI::InductionLoopScope::VehicleData::id |
The id of the vehicle.
Definition at line 298 of file TraCIAPI.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData().
SUMOReal TraCIAPI::InductionLoopScope::VehicleData::leaveTime |
Leave-time of the vehicle in [s].
Definition at line 304 of file TraCIAPI.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData().
SUMOReal TraCIAPI::InductionLoopScope::VehicleData::length |
Length of the vehicle.
Definition at line 300 of file TraCIAPI.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData().
std::string TraCIAPI::InductionLoopScope::VehicleData::typeID |
Type of the vehicle in.
Definition at line 306 of file TraCIAPI.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData().