![]() |
SUMO - Simulation of Urban MObility
|
#include <TraCIAPI.h>
Public Member Functions | |
NextTLSData () | |
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 620 of file TraCIAPI.h.
|
inline |
Definition at line 622 of file TraCIAPI.h.
double TraCIAPI::VehicleScope::NextTLSData::dist |
The distance to the tls.
Definition at line 628 of file TraCIAPI.h.
Referenced by TraCIAPI::VehicleScope::getNextTLS().
std::string TraCIAPI::VehicleScope::NextTLSData::id |
The id of the next tls.
Definition at line 624 of file TraCIAPI.h.
Referenced by TraCIAPI::VehicleScope::getNextTLS().
char TraCIAPI::VehicleScope::NextTLSData::state |
The current state of the tls.
Definition at line 630 of file TraCIAPI.h.
Referenced by TraCIAPI::VehicleScope::getNextTLS().
int TraCIAPI::VehicleScope::NextTLSData::tlIndex |
The tls index of the controlled link.
Definition at line 626 of file TraCIAPI.h.
Referenced by TraCIAPI::VehicleScope::getNextTLS().