SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
TraCIAPI::InductionLoopScope::VehicleData Struct Reference

#include <TraCIAPI.h>

Collaboration diagram for TraCIAPI::InductionLoopScope::VehicleData:
Collaboration graph

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...
 

Detailed Description

Definition at line 310 of file TraCIAPI.h.

Constructor & Destructor Documentation

TraCIAPI::InductionLoopScope::VehicleData::VehicleData ( )
inline

Definition at line 313 of file TraCIAPI.h.

Field Documentation

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().


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