![]() |
SUMO - Simulation of Urban MObility
|
#include <TraCIDefs.h>
Public Member Functions | |
TraCIVehicleData () | |
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... | |
Definition at line 161 of file TraCIDefs.h.
|
inline |
Definition at line 165 of file TraCIDefs.h.
double TraCIVehicleData::entryTime |
Entry-time of the vehicle in [s].
Definition at line 171 of file TraCIDefs.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData(), TraCIServerAPI_InductionLoop::processGet(), and TraCITestClient::testAPI().
std::string TraCIVehicleData::id |
The id of the vehicle.
Definition at line 167 of file TraCIDefs.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData(), TraCIServerAPI_InductionLoop::processGet(), and TraCITestClient::testAPI().
double TraCIVehicleData::leaveTime |
Leave-time of the vehicle in [s].
Definition at line 173 of file TraCIDefs.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData(), TraCIServerAPI_InductionLoop::processGet(), and TraCITestClient::testAPI().
double TraCIVehicleData::length |
Length of the vehicle.
Definition at line 169 of file TraCIDefs.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData(), TraCIServerAPI_InductionLoop::processGet(), and TraCITestClient::testAPI().
std::string TraCIVehicleData::typeID |
Type of the vehicle in.
Definition at line 175 of file TraCIDefs.h.
Referenced by TraCIAPI::InductionLoopScope::getVehicleData(), TraCIServerAPI_InductionLoop::processGet(), and TraCITestClient::testAPI().