![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <TraCIDefs.h>
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... | |
Definition at line 393 of file TraCIDefs.h.
| double libsumo::TraCINextTLSData::dist |
The distance to the tls.
Definition at line 399 of file TraCIDefs.h.
Referenced by TraCIAPI::VehicleScope::getNextTLS(), and TraCITestClient::testAPI().
| std::string libsumo::TraCINextTLSData::id |
The id of the next tls.
Definition at line 395 of file TraCIDefs.h.
Referenced by TraCIAPI::VehicleScope::getNextTLS(), and TraCITestClient::testAPI().
| char libsumo::TraCINextTLSData::state |
The current state of the tls.
Definition at line 401 of file TraCIDefs.h.
Referenced by TraCIAPI::VehicleScope::getNextTLS(), and TraCITestClient::testAPI().
| int libsumo::TraCINextTLSData::tlIndex |
The tls index of the controlled link.
Definition at line 397 of file TraCIDefs.h.
Referenced by TraCIAPI::VehicleScope::getNextTLS(), and TraCITestClient::testAPI().