![]() |
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 310 of file TraCIAPI.h.
|
inline |
Definition at line 313 of file TraCIAPI.h.
| SUMOReal TraCIAPI::InductionLoopScope::VehicleData::entryTime |
Entry-time of the vehicle in [s].
Definition at line 319 of file TraCIAPI.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData().
| std::string TraCIAPI::InductionLoopScope::VehicleData::id |
The id of the vehicle.
Definition at line 315 of file TraCIAPI.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData().
| SUMOReal TraCIAPI::InductionLoopScope::VehicleData::leaveTime |
Leave-time of the vehicle in [s].
Definition at line 321 of file TraCIAPI.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData().
| SUMOReal TraCIAPI::InductionLoopScope::VehicleData::length |
Length of the vehicle.
Definition at line 317 of file TraCIAPI.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData().
| std::string TraCIAPI::InductionLoopScope::VehicleData::typeID |
Type of the vehicle in.
Definition at line 323 of file TraCIAPI.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData().