![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <TraCIDefs.h>
Data Fields | |
double | duration |
The stopping duration. More... | |
double | endPos |
The stopping position end. More... | |
std::string | lane |
The lane to stop at. More... | |
int | stopFlags |
Stop flags. More... | |
std::string | stoppingPlaceID |
Id assigned to the stop. More... | |
double | until |
The time at which the vehicle may continue its journey. More... | |
Definition at line 312 of file TraCIDefs.h.
double libsumo::TraCINextStopData::duration |
The stopping duration.
Definition at line 322 of file TraCIDefs.h.
Referenced by libsumo::Vehicle::getNextStops().
double libsumo::TraCINextStopData::endPos |
The stopping position end.
Definition at line 316 of file TraCIDefs.h.
Referenced by libsumo::Vehicle::getNextStops().
std::string libsumo::TraCINextStopData::lane |
The lane to stop at.
Definition at line 314 of file TraCIDefs.h.
Referenced by libsumo::Vehicle::getNextStops().
int libsumo::TraCINextStopData::stopFlags |
Stop flags.
Definition at line 320 of file TraCIDefs.h.
Referenced by libsumo::Vehicle::getNextStops().
std::string libsumo::TraCINextStopData::stoppingPlaceID |
Id assigned to the stop.
Definition at line 318 of file TraCIDefs.h.
Referenced by libsumo::Vehicle::getNextStops().
double libsumo::TraCINextStopData::until |
The time at which the vehicle may continue its journey.
Definition at line 324 of file TraCIDefs.h.
Referenced by libsumo::Vehicle::getNextStops().