Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
libsumo::TraCIVehicleData Struct Reference

mirrors MSInductLoop::VehicleData More...

#include <TraCIDefs.h>

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.
 

Detailed Description

mirrors MSInductLoop::VehicleData

Definition at line 416 of file TraCIDefs.h.

Field Documentation

◆ entryTime

double libsumo::TraCIVehicleData::entryTime

Entry-time of the vehicle in [s].

Definition at line 422 of file TraCIDefs.h.

Referenced by TraCIAPI::InductionLoopScope::getVehicleData(), and TraCITestClient::testAPI().

◆ id

std::string libsumo::TraCIVehicleData::id

The id of the vehicle.

Definition at line 418 of file TraCIDefs.h.

Referenced by TraCIAPI::InductionLoopScope::getVehicleData(), and TraCITestClient::testAPI().

◆ leaveTime

double libsumo::TraCIVehicleData::leaveTime

Leave-time of the vehicle in [s].

Definition at line 424 of file TraCIDefs.h.

Referenced by TraCIAPI::InductionLoopScope::getVehicleData(), and TraCITestClient::testAPI().

◆ length

double libsumo::TraCIVehicleData::length

Length of the vehicle.

Definition at line 420 of file TraCIDefs.h.

Referenced by TraCIAPI::InductionLoopScope::getVehicleData(), and TraCITestClient::testAPI().

◆ typeID

std::string libsumo::TraCIVehicleData::typeID

Type of the vehicle in.

Definition at line 426 of file TraCIDefs.h.

Referenced by TraCIAPI::InductionLoopScope::getVehicleData(), and TraCITestClient::testAPI().


The documentation for this struct was generated from the following file: