![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <TraCIDefs.h>
Public Member Functions | |
| std::string | getString () const |
Data Fields | |
| double | dist |
| The distance to the tls. | |
| std::string | id |
| The id of the next tls. | |
| char | state |
| The current state of the tls. | |
| int | tlIndex |
| The tls index of the controlled link. | |
Definition at line 558 of file TraCIDefs.h.
|
inline |
Definition at line 559 of file TraCIDefs.h.
| double libsumo::TraCINextTLSData::dist |
The distance to the tls.
Definition at line 571 of file TraCIDefs.h.
Referenced by TraCIAPI::VehicleScope::getNextTLS(), libsumo::StorageHelper::readTLSDataVector(), and TraCITestClient::testAPI().
| std::string libsumo::TraCINextTLSData::id |
The id of the next tls.
Definition at line 567 of file TraCIDefs.h.
Referenced by TraCIAPI::VehicleScope::getNextTLS(), libsumo::StorageHelper::readTLSDataVector(), and TraCITestClient::testAPI().
| char libsumo::TraCINextTLSData::state |
The current state of the tls.
Definition at line 573 of file TraCIDefs.h.
Referenced by TraCIAPI::VehicleScope::getNextTLS(), libsumo::StorageHelper::readTLSDataVector(), and TraCITestClient::testAPI().
| int libsumo::TraCINextTLSData::tlIndex |
The tls index of the controlled link.
Definition at line 569 of file TraCIDefs.h.
Referenced by TraCIAPI::VehicleScope::getNextTLS(), libsumo::StorageHelper::readTLSDataVector(), and TraCITestClient::testAPI().