![]() |
SUMO - Simulation of Urban MObility
|
#include <TraCI_Vehicle.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 55 of file TraCI_Vehicle.h.
|
inline |
Definition at line 57 of file TraCI_Vehicle.h.
double TraCI_Vehicle::NextTLSData::dist |
The distance to the tls.
Definition at line 63 of file TraCI_Vehicle.h.
Referenced by TraCI_Vehicle::getNextTLS().
std::string TraCI_Vehicle::NextTLSData::id |
The id of the next tls.
Definition at line 59 of file TraCI_Vehicle.h.
Referenced by TraCI_Vehicle::getNextTLS().
char TraCI_Vehicle::NextTLSData::state |
The current state of the tls.
Definition at line 65 of file TraCI_Vehicle.h.
Referenced by TraCI_Vehicle::getNextTLS().
int TraCI_Vehicle::NextTLSData::tlIndex |
The tls index of the controlled link.
Definition at line 61 of file TraCI_Vehicle.h.
Referenced by TraCI_Vehicle::getNextTLS().