![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <TraCIDefs.h>
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... | |
Definition at line 328 of file TraCIDefs.h.
| bool libsumo::TraCIBestLanesData::allowsContinuation |
Whether this lane allows continuing the route.
Definition at line 338 of file TraCIDefs.h.
Referenced by libsumo::Vehicle::getBestLanes(), TraCIAPI::VehicleScope::getBestLanes(), and TraCIServerAPI_Vehicle::processGet().
| int libsumo::TraCIBestLanesData::bestLaneOffset |
The offset of this lane from the best lane.
Definition at line 336 of file TraCIDefs.h.
Referenced by libsumo::Vehicle::getBestLanes(), TraCIAPI::VehicleScope::getBestLanes(), and TraCIServerAPI_Vehicle::processGet().
| std::vector<std::string> libsumo::TraCIBestLanesData::continuationLanes |
The sequence of lanes that best allows continuing the route without lane change.
Definition at line 340 of file TraCIDefs.h.
Referenced by libsumo::Vehicle::getBestLanes(), TraCIAPI::VehicleScope::getBestLanes(), and TraCIServerAPI_Vehicle::processGet().
| std::string libsumo::TraCIBestLanesData::laneID |
The id of the lane.
Definition at line 330 of file TraCIDefs.h.
Referenced by libsumo::Vehicle::getBestLanes(), TraCIAPI::VehicleScope::getBestLanes(), and TraCIServerAPI_Vehicle::processGet().
| double libsumo::TraCIBestLanesData::length |
The length than can be driven from that lane without lane change.
Definition at line 332 of file TraCIDefs.h.
Referenced by libsumo::Vehicle::getBestLanes(), TraCIAPI::VehicleScope::getBestLanes(), and TraCIServerAPI_Vehicle::processGet().
| double libsumo::TraCIBestLanesData::occupation |
The traffic density along length.
Definition at line 334 of file TraCIDefs.h.
Referenced by libsumo::Vehicle::getBestLanes(), TraCIAPI::VehicleScope::getBestLanes(), and TraCIServerAPI_Vehicle::processGet().