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

#include <TraCIDefs.h>

Collaboration diagram for libsumo::TraCIConnection:

Public Member Functions

 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 265 of file TraCIDefs.h.

Constructor & Destructor Documentation

◆ TraCIConnection() [1/2]

libsumo::TraCIConnection::TraCIConnection ( )
inline

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

◆ ~TraCIConnection()

libsumo::TraCIConnection::~TraCIConnection ( )
inline

Definition at line 272 of file TraCIDefs.h.

Field Documentation

◆ approachedInternal

std::string libsumo::TraCIConnection::approachedInternal

Definition at line 278 of file TraCIDefs.h.

Referenced by TraCITestClient::testAPI().

◆ approachedLane

std::string libsumo::TraCIConnection::approachedLane

Definition at line 274 of file TraCIDefs.h.

Referenced by TraCITestClient::testAPI().

◆ direction

std::string libsumo::TraCIConnection::direction

Definition at line 280 of file TraCIDefs.h.

Referenced by TraCITestClient::testAPI().

◆ hasFoe

bool libsumo::TraCIConnection::hasFoe

Definition at line 277 of file TraCIDefs.h.

Referenced by TraCITestClient::testAPI().

◆ hasPrio

bool libsumo::TraCIConnection::hasPrio

Definition at line 275 of file TraCIDefs.h.

Referenced by TraCITestClient::testAPI().

◆ isOpen

bool libsumo::TraCIConnection::isOpen

Definition at line 276 of file TraCIDefs.h.

Referenced by TraCITestClient::testAPI().

◆ length

double libsumo::TraCIConnection::length

Definition at line 281 of file TraCIDefs.h.

Referenced by TraCITestClient::testAPI().

◆ state

std::string libsumo::TraCIConnection::state

Definition at line 279 of file TraCIDefs.h.

Referenced by TraCITestClient::testAPI().


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