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

#include <TraCIDefs.h>

Public Member Functions

 TraCILink ()
 
 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 382 of file TraCIDefs.h.

Constructor & Destructor Documentation

◆ TraCILink() [1/2]

libsumo::TraCILink::TraCILink ( )
inline

Definition at line 384 of file TraCIDefs.h.

◆ TraCILink() [2/2]

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

Definition at line 385 of file TraCIDefs.h.

◆ ~TraCILink()

libsumo::TraCILink::~TraCILink ( )
inline

Definition at line 387 of file TraCIDefs.h.

Field Documentation

◆ fromLane

std::string libsumo::TraCILink::fromLane

Definition at line 389 of file TraCIDefs.h.

◆ toLane

std::string libsumo::TraCILink::toLane

Definition at line 391 of file TraCIDefs.h.

◆ viaLane

std::string libsumo::TraCILink::viaLane

Definition at line 390 of file TraCIDefs.h.


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