![]() |
Eclipse SUMO - Simulation of Urban MObility
|
mirrors MSInductLoop::VehicleData More...
#include <TraCIDefs.h>
Data Fields | |
double | entryTime |
Entry-time of the vehicle in [s]. More... | |
std::string | id |
The id of the vehicle. More... | |
double | leaveTime |
Leave-time of the vehicle in [s]. More... | |
double | length |
Length of the vehicle. More... | |
std::string | typeID |
Type of the vehicle in. More... | |
mirrors MSInductLoop::VehicleData
Definition at line 328 of file TraCIDefs.h.
double libsumo::TraCIVehicleData::entryTime |
Entry-time of the vehicle in [s].
Definition at line 334 of file TraCIDefs.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData(), and TraCITestClient::testAPI().
std::string libsumo::TraCIVehicleData::id |
The id of the vehicle.
Definition at line 330 of file TraCIDefs.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData(), and TraCITestClient::testAPI().
double libsumo::TraCIVehicleData::leaveTime |
Leave-time of the vehicle in [s].
Definition at line 336 of file TraCIDefs.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData(), and TraCITestClient::testAPI().
double libsumo::TraCIVehicleData::length |
Length of the vehicle.
Definition at line 332 of file TraCIDefs.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData(), and TraCITestClient::testAPI().
std::string libsumo::TraCIVehicleData::typeID |
Type of the vehicle in.
Definition at line 338 of file TraCIDefs.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData(), and TraCITestClient::testAPI().