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

#include <TraCIDefs.h>

Collaboration diagram for libsumo::TraCILink:

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

◆ ~TraCILink()

libsumo::TraCILink::~TraCILink ( )
inline

Definition at line 258 of file TraCIDefs.h.

Field Documentation

◆ fromLane

std::string libsumo::TraCILink::fromLane

Definition at line 260 of file TraCIDefs.h.

◆ toLane

std::string libsumo::TraCILink::toLane

Definition at line 262 of file TraCIDefs.h.

◆ viaLane

std::string libsumo::TraCILink::viaLane

Definition at line 261 of file TraCIDefs.h.


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