![]() |
SUMO - Simulation of Urban MObility
|
#include <TraCIAPI.h>
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... | |
Definition at line 705 of file TraCIAPI.h.
|
inline |
Definition at line 707 of file TraCIAPI.h.
SUMOReal TraCIAPI::VehicleScope::NextTLSData::dist |
The distance to the tls.
Definition at line 713 of file TraCIAPI.h.
Referenced by TraCIAPI::VehicleScope::getNextTLS().
std::string TraCIAPI::VehicleScope::NextTLSData::id |
The id of the next tls.
Definition at line 709 of file TraCIAPI.h.
Referenced by TraCIAPI::VehicleScope::getNextTLS().
char TraCIAPI::VehicleScope::NextTLSData::state |
The current state of the tls.
Definition at line 715 of file TraCIAPI.h.
Referenced by TraCIAPI::VehicleScope::getNextTLS().
int TraCIAPI::VehicleScope::NextTLSData::tlIndex |
The tls index of the controlled link.
Definition at line 711 of file TraCIAPI.h.
Referenced by TraCIAPI::VehicleScope::getNextTLS().