SUMO - Simulation of Urban MObility
TraCI_Vehicle::NextTLSData Struct Reference

#include <TraCI_Vehicle.h>

Collaboration diagram for TraCI_Vehicle::NextTLSData:
Collaboration graph

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...
 

Detailed Description

Definition at line 55 of file TraCI_Vehicle.h.

Constructor & Destructor Documentation

◆ NextTLSData()

TraCI_Vehicle::NextTLSData::NextTLSData ( )
inline

Definition at line 57 of file TraCI_Vehicle.h.

Field Documentation

◆ dist

double TraCI_Vehicle::NextTLSData::dist

The distance to the tls.

Definition at line 63 of file TraCI_Vehicle.h.

Referenced by TraCI_Vehicle::getNextTLS().

◆ id

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().

◆ state

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().

◆ tlIndex

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().


The documentation for this struct was generated from the following file: