Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
libsumo::TraCILink Struct Reference

#include <TraCIDefs.h>

Public Member Functions

std::string getString () const
 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 444 of file TraCIDefs.h.

Constructor & Destructor Documentation

◆ TraCILink() [1/2]

libsumo::TraCILink::TraCILink ( )
inline

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

References fromLane, toLane, and viaLane.

◆ ~TraCILink()

libsumo::TraCILink::~TraCILink ( )
inline

Definition at line 448 of file TraCIDefs.h.

Member Function Documentation

◆ getString()

std::string libsumo::TraCILink::getString ( ) const
inline

Definition at line 450 of file TraCIDefs.h.

References fromLane, toLane, and viaLane.

Field Documentation

◆ fromLane

std::string libsumo::TraCILink::fromLane

Definition at line 456 of file TraCIDefs.h.

Referenced by getString(), and TraCILink().

◆ toLane

std::string libsumo::TraCILink::toLane

Definition at line 458 of file TraCIDefs.h.

Referenced by getString(), and TraCILink().

◆ viaLane

std::string libsumo::TraCILink::viaLane

Definition at line 457 of file TraCIDefs.h.

Referenced by getString(), and TraCILink().


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