Eclipse SUMO - Simulation of Urban MObility
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
libsumo::TraCIConnection Struct Reference

#include <TraCIDefs.h>

Public Member Functions

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

Constructor & Destructor Documentation

◆ TraCIConnection() [1/2]

libsumo::TraCIConnection::TraCIConnection ( )
inline

Definition at line 481 of file TraCIDefs.h.

◆ TraCIConnection() [2/2]

libsumo::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 482 of file TraCIDefs.h.

◆ ~TraCIConnection()

libsumo::TraCIConnection::~TraCIConnection ( )
inline

Definition at line 486 of file TraCIDefs.h.

Member Function Documentation

◆ getString()

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

Definition at line 488 of file TraCIDefs.h.

Field Documentation

◆ approachedInternal

std::string libsumo::TraCIConnection::approachedInternal

◆ approachedLane

std::string libsumo::TraCIConnection::approachedLane

◆ direction

std::string libsumo::TraCIConnection::direction

◆ hasFoe

bool libsumo::TraCIConnection::hasFoe

◆ hasPrio

bool libsumo::TraCIConnection::hasPrio

◆ isOpen

bool libsumo::TraCIConnection::isOpen

◆ length

double libsumo::TraCIConnection::length

◆ state

std::string libsumo::TraCIConnection::state

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