SUMO - Simulation of Urban MObility
TraCIAPI::VehicleScope::NextTLSData Struct Reference

#include <TraCIAPI.h>

Collaboration diagram for TraCIAPI::VehicleScope::NextTLSData:
Collaboration graph

Public Member Functions

 NextTLSData ()
 

Data Fields

SUMOReal dist
 The distance to the tls. More...
 
std::string id
 The id of the next tls. More...
 
char state
 The current state of the tls. More...
 
int tlIndex
 The tls index of the controlled link. More...
 

Detailed Description

Definition at line 709 of file TraCIAPI.h.

Constructor & Destructor Documentation

§ NextTLSData()

TraCIAPI::VehicleScope::NextTLSData::NextTLSData ( )
inline

Definition at line 711 of file TraCIAPI.h.

Field Documentation

§ dist

SUMOReal TraCIAPI::VehicleScope::NextTLSData::dist

The distance to the tls.

Definition at line 717 of file TraCIAPI.h.

Referenced by TraCIAPI::VehicleScope::getNextTLS().

§ id

std::string TraCIAPI::VehicleScope::NextTLSData::id

The id of the next tls.

Definition at line 713 of file TraCIAPI.h.

Referenced by TraCIAPI::VehicleScope::getNextTLS().

§ state

char TraCIAPI::VehicleScope::NextTLSData::state

The current state of the tls.

Definition at line 719 of file TraCIAPI.h.

Referenced by TraCIAPI::VehicleScope::getNextTLS().

§ tlIndex

int TraCIAPI::VehicleScope::NextTLSData::tlIndex

The tls index of the controlled link.

Definition at line 715 of file TraCIAPI.h.

Referenced by TraCIAPI::VehicleScope::getNextTLS().


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