SUMO - Simulation of Urban MObility
libsumo::TraCINextStopData Struct Reference

#include <TraCIDefs.h>

Collaboration diagram for libsumo::TraCINextStopData:
Collaboration graph

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

Detailed Description

Definition at line 298 of file TraCIDefs.h.

Field Documentation

◆ duration

double libsumo::TraCINextStopData::duration

The stopping duration.

Definition at line 308 of file TraCIDefs.h.

Referenced by libsumo::Vehicle::getNextStops().

◆ endPos

double libsumo::TraCINextStopData::endPos

The stopping position end.

Definition at line 302 of file TraCIDefs.h.

Referenced by libsumo::Vehicle::getNextStops().

◆ lane

std::string libsumo::TraCINextStopData::lane

The lane to stop at.

Definition at line 300 of file TraCIDefs.h.

Referenced by libsumo::Vehicle::getNextStops().

◆ stopFlags

int libsumo::TraCINextStopData::stopFlags

Stop flags.

Definition at line 306 of file TraCIDefs.h.

Referenced by libsumo::Vehicle::getNextStops().

◆ stoppingPlaceID

std::string libsumo::TraCINextStopData::stoppingPlaceID

Id assigned to the stop.

Definition at line 304 of file TraCIDefs.h.

Referenced by libsumo::Vehicle::getNextStops().

◆ until

double libsumo::TraCINextStopData::until

The time at which the vehicle may continue its journey.

Definition at line 310 of file TraCIDefs.h.

Referenced by libsumo::Vehicle::getNextStops().


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