Eclipse SUMO - Simulation of Urban MObility
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
libsumo::TraCIVehicleData Struct Reference

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.
 

Detailed Description

mirrors MSInductLoop::VehicleData

Definition at line 522 of file TraCIDefs.h.

Member Function Documentation

◆ getString()

std::string libsumo::TraCIVehicleData::getString ( ) const
inline

Definition at line 523 of file TraCIDefs.h.

Field Documentation

◆ entryTime

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

◆ id

std::string libsumo::TraCIVehicleData::id

◆ leaveTime

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

◆ length

double libsumo::TraCIVehicleData::length

◆ typeID

std::string libsumo::TraCIVehicleData::typeID

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