SUMO - Simulation of Urban MObility
libsumo::TraCILink Class Reference

#include <TraCIDefs.h>

Collaboration diagram for libsumo::TraCILink:
Collaboration graph

Public Member Functions

 TraCILink (const std::string &_from, const std::string &_via, const std::string &_to)
 
 ~TraCILink ()
 

Data Fields

std::string fromLane
 
std::string toLane
 
std::string viaLane
 

Detailed Description

Definition at line 239 of file TraCIDefs.h.

Constructor & Destructor Documentation

◆ TraCILink()

libsumo::TraCILink::TraCILink ( const std::string &  _from,
const std::string &  _via,
const std::string &  _to 
)
inline

Definition at line 241 of file TraCIDefs.h.

◆ ~TraCILink()

libsumo::TraCILink::~TraCILink ( )
inline

Definition at line 243 of file TraCIDefs.h.

Field Documentation

◆ fromLane

std::string libsumo::TraCILink::fromLane

Definition at line 245 of file TraCIDefs.h.

◆ toLane

std::string libsumo::TraCILink::toLane

Definition at line 247 of file TraCIDefs.h.

◆ viaLane

std::string libsumo::TraCILink::viaLane

Definition at line 246 of file TraCIDefs.h.


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