SUMO - Simulation of Urban MObility
TraCIConnection Class Reference

#include <TraCIDefs.h>

Collaboration diagram for TraCIConnection:
Collaboration graph

Public Member Functions

 TraCIConnection (const std::string &_approachedLane, const bool _hasPrio, const bool _isOpen, const bool _hasFoe, const std::string _approachedInternal, const std::string _state, const std::string _direction, const double _length)
 
 ~TraCIConnection ()
 

Data Fields

std::string approachedInternal
 
std::string approachedLane
 
std::string direction
 
bool hasFoe
 
bool hasPrio
 
bool isOpen
 
double length
 
std::string state
 

Detailed Description

Definition at line 142 of file TraCIDefs.h.

Constructor & Destructor Documentation

◆ TraCIConnection()

TraCIConnection::TraCIConnection ( const std::string &  _approachedLane,
const bool  _hasPrio,
const bool  _isOpen,
const bool  _hasFoe,
const std::string  _approachedInternal,
const std::string  _state,
const std::string  _direction,
const double  _length 
)
inline

Definition at line 144 of file TraCIDefs.h.

◆ ~TraCIConnection()

TraCIConnection::~TraCIConnection ( )
inline

Definition at line 148 of file TraCIDefs.h.

Field Documentation

◆ approachedInternal

std::string TraCIConnection::approachedInternal

Definition at line 154 of file TraCIDefs.h.

◆ approachedLane

std::string TraCIConnection::approachedLane

Definition at line 150 of file TraCIDefs.h.

◆ direction

std::string TraCIConnection::direction

Definition at line 156 of file TraCIDefs.h.

◆ hasFoe

bool TraCIConnection::hasFoe

Definition at line 153 of file TraCIDefs.h.

◆ hasPrio

bool TraCIConnection::hasPrio

Definition at line 151 of file TraCIDefs.h.

◆ isOpen

bool TraCIConnection::isOpen

Definition at line 152 of file TraCIDefs.h.

◆ length

double TraCIConnection::length

Definition at line 157 of file TraCIDefs.h.

◆ state

std::string TraCIConnection::state

Definition at line 155 of file TraCIDefs.h.


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