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

Field Documentation

◆ duration

double libsumo::TraCINextStopData::duration

The stopping duration.

Definition at line 322 of file TraCIDefs.h.

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

◆ endPos

double libsumo::TraCINextStopData::endPos

The stopping position end.

Definition at line 316 of file TraCIDefs.h.

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

◆ lane

std::string libsumo::TraCINextStopData::lane

The lane to stop at.

Definition at line 314 of file TraCIDefs.h.

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

◆ stopFlags

int libsumo::TraCINextStopData::stopFlags

Stop flags.

Definition at line 320 of file TraCIDefs.h.

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

◆ stoppingPlaceID

std::string libsumo::TraCINextStopData::stoppingPlaceID

Id assigned to the stop.

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

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


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