Eclipse SUMO - Simulation of Urban MObility
libsumo::TraCINextTLSData Struct Reference

#include <TraCIDefs.h>

Collaboration diagram for libsumo::TraCINextTLSData:

Data Fields

double 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 300 of file TraCIDefs.h.

Field Documentation

◆ dist

double libsumo::TraCINextTLSData::dist

The distance to the tls.

Definition at line 306 of file TraCIDefs.h.

Referenced by libsumo::Vehicle::getNextTLS(), TraCIAPI::VehicleScope::getNextTLS(), and TraCITestClient::testAPI().

◆ id

std::string libsumo::TraCINextTLSData::id

The id of the next tls.

Definition at line 302 of file TraCIDefs.h.

Referenced by libsumo::Vehicle::getNextTLS(), TraCIAPI::VehicleScope::getNextTLS(), and TraCITestClient::testAPI().

◆ state

char libsumo::TraCINextTLSData::state

The current state of the tls.

Definition at line 308 of file TraCIDefs.h.

Referenced by libsumo::Vehicle::getNextTLS(), TraCIAPI::VehicleScope::getNextTLS(), and TraCITestClient::testAPI().

◆ tlIndex

int libsumo::TraCINextTLSData::tlIndex

The tls index of the controlled link.

Definition at line 304 of file TraCIDefs.h.

Referenced by libsumo::Vehicle::getNextTLS(), TraCIAPI::VehicleScope::getNextTLS(), and TraCITestClient::testAPI().


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