SUMO - Simulation of Urban MObility
TraCILink Class Reference

#include <TraCIDefs.h>

Collaboration diagram for TraCILink:
Collaboration graph

Public Member Functions

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

Data Fields

std::string from
 
std::string to
 
std::string via
 

Detailed Description

Definition at line 130 of file TraCIDefs.h.

Constructor & Destructor Documentation

◆ TraCILink()

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

Definition at line 132 of file TraCIDefs.h.

◆ ~TraCILink()

TraCILink::~TraCILink ( )
inline

Definition at line 134 of file TraCIDefs.h.

Field Documentation

◆ from

std::string TraCILink::from

Definition at line 136 of file TraCIDefs.h.

◆ to

std::string TraCILink::to

Definition at line 138 of file TraCIDefs.h.

◆ via

std::string TraCILink::via

Definition at line 137 of file TraCIDefs.h.


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