SUMO - Simulation of Urban MObility
TraCINextTLSData Struct Reference

#include <TraCIDefs.h>

Collaboration diagram for TraCINextTLSData:
Collaboration graph

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

Field Documentation

double TraCINextTLSData::dist

The distance to the tls.

Definition at line 184 of file TraCIDefs.h.

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

std::string TraCINextTLSData::id

The id of the next tls.

Definition at line 180 of file TraCIDefs.h.

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

char TraCINextTLSData::state

The current state of the tls.

Definition at line 186 of file TraCIDefs.h.

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

int TraCINextTLSData::tlIndex

The tls index of the controlled link.

Definition at line 182 of file TraCIDefs.h.

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


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