![]() |
Eclipse SUMO - Simulation of Urban MObility
|
mirrors MSInductLoop::VehicleData More...
#include <TraCIDefs.h>
Public Member Functions | |
std::string | getString () const |
Data Fields | |
double | entryTime |
Entry-time of the vehicle in [s]. | |
std::string | id |
The id of the vehicle. | |
double | leaveTime |
Leave-time of the vehicle in [s]. | |
double | length |
Length of the vehicle. | |
std::string | typeID |
Type of the vehicle in. | |
mirrors MSInductLoop::VehicleData
Definition at line 522 of file TraCIDefs.h.
|
inline |
Definition at line 523 of file TraCIDefs.h.
double libsumo::TraCIVehicleData::entryTime |
Entry-time of the vehicle in [s].
Definition at line 535 of file TraCIDefs.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData(), libsumo::StorageHelper::readVehicleDataVector(), and TraCITestClient::testAPI().
std::string libsumo::TraCIVehicleData::id |
The id of the vehicle.
Definition at line 531 of file TraCIDefs.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData(), libsumo::StorageHelper::readVehicleDataVector(), and TraCITestClient::testAPI().
double libsumo::TraCIVehicleData::leaveTime |
Leave-time of the vehicle in [s].
Definition at line 537 of file TraCIDefs.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData(), libsumo::StorageHelper::readVehicleDataVector(), and TraCITestClient::testAPI().
double libsumo::TraCIVehicleData::length |
Length of the vehicle.
Definition at line 533 of file TraCIDefs.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData(), libsumo::StorageHelper::readVehicleDataVector(), and TraCITestClient::testAPI().
std::string libsumo::TraCIVehicleData::typeID |
Type of the vehicle in.
Definition at line 539 of file TraCIDefs.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData(), libsumo::StorageHelper::readVehicleDataVector(), and TraCITestClient::testAPI().