SUMO - Simulation of Urban MObility
TraCIBestLanesData Struct Reference

#include <TraCIDefs.h>

Collaboration diagram for TraCIBestLanesData:
Collaboration graph

Data Fields

bool allowsContinuation
 Whether this lane allows continuing the route. More...
 
int bestLaneOffset
 The offset of this lane from the best lane. More...
 
std::vector< std::string > continuationLanes
 The sequence of lanes that best allows continuing the route without lane change. More...
 
std::string laneID
 The id of the lane. More...
 
double length
 The length than can be driven from that lane without lane change. More...
 
double occupation
 The traffic density along length. More...
 

Detailed Description

Definition at line 190 of file TraCIDefs.h.

Field Documentation

bool TraCIBestLanesData::allowsContinuation

Whether this lane allows continuing the route.

Definition at line 200 of file TraCIDefs.h.

Referenced by TraCI_Vehicle::getBestLanes(), TraCIAPI::VehicleScope::getBestLanes(), and TraCIServerAPI_Vehicle::processGet().

int TraCIBestLanesData::bestLaneOffset

The offset of this lane from the best lane.

Definition at line 198 of file TraCIDefs.h.

Referenced by TraCI_Vehicle::getBestLanes(), TraCIAPI::VehicleScope::getBestLanes(), and TraCIServerAPI_Vehicle::processGet().

std::vector<std::string> TraCIBestLanesData::continuationLanes

The sequence of lanes that best allows continuing the route without lane change.

Definition at line 202 of file TraCIDefs.h.

Referenced by TraCI_Vehicle::getBestLanes(), TraCIAPI::VehicleScope::getBestLanes(), and TraCIServerAPI_Vehicle::processGet().

std::string TraCIBestLanesData::laneID
double TraCIBestLanesData::length

The length than can be driven from that lane without lane change.

Definition at line 194 of file TraCIDefs.h.

Referenced by TraCI_Vehicle::getBestLanes(), TraCIAPI::VehicleScope::getBestLanes(), and TraCIServerAPI_Vehicle::processGet().

double TraCIBestLanesData::occupation

The traffic density along length.

Definition at line 196 of file TraCIDefs.h.

Referenced by TraCI_Vehicle::getBestLanes(), TraCIAPI::VehicleScope::getBestLanes(), and TraCIServerAPI_Vehicle::processGet().


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