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

#include <TraCIDefs.h>

Collaboration diagram for libsumo::TraCINextStopData:

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 313 of file TraCIDefs.h.

Field Documentation

◆ duration

double libsumo::TraCINextStopData::duration

The stopping duration.

Definition at line 323 of file TraCIDefs.h.

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

◆ endPos

double libsumo::TraCINextStopData::endPos

The stopping position end.

Definition at line 317 of file TraCIDefs.h.

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

◆ lane

std::string libsumo::TraCINextStopData::lane

The lane to stop at.

Definition at line 315 of file TraCIDefs.h.

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

◆ stopFlags

int libsumo::TraCINextStopData::stopFlags

Stop flags.

Definition at line 321 of file TraCIDefs.h.

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

◆ stoppingPlaceID

std::string libsumo::TraCINextStopData::stoppingPlaceID

Id assigned to the stop.

Definition at line 319 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 325 of file TraCIDefs.h.

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


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