![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#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 |
Definition at line 480 of file TraCIDefs.h.
|
inline |
Definition at line 481 of file TraCIDefs.h.
|
inline |
Definition at line 482 of file TraCIDefs.h.
|
inline |
Definition at line 486 of file TraCIDefs.h.
|
inline |
Definition at line 488 of file TraCIDefs.h.
std::string libsumo::TraCIConnection::approachedInternal |
Definition at line 499 of file TraCIDefs.h.
Referenced by libsumo::StorageHelper::readConnection(), and TraCITestClient::testAPI().
std::string libsumo::TraCIConnection::approachedLane |
Definition at line 495 of file TraCIDefs.h.
Referenced by libsumo::StorageHelper::readConnection(), and TraCITestClient::testAPI().
std::string libsumo::TraCIConnection::direction |
Definition at line 501 of file TraCIDefs.h.
Referenced by libsumo::StorageHelper::readConnection(), and TraCITestClient::testAPI().
bool libsumo::TraCIConnection::hasFoe |
Definition at line 498 of file TraCIDefs.h.
Referenced by libsumo::StorageHelper::readConnection(), and TraCITestClient::testAPI().
bool libsumo::TraCIConnection::hasPrio |
Definition at line 496 of file TraCIDefs.h.
Referenced by libsumo::StorageHelper::readConnection(), and TraCITestClient::testAPI().
bool libsumo::TraCIConnection::isOpen |
Definition at line 497 of file TraCIDefs.h.
Referenced by libsumo::StorageHelper::readConnection(), and TraCITestClient::testAPI().
double libsumo::TraCIConnection::length |
Definition at line 502 of file TraCIDefs.h.
Referenced by libsumo::StorageHelper::readConnection(), and TraCITestClient::testAPI().
std::string libsumo::TraCIConnection::state |
Definition at line 500 of file TraCIDefs.h.
Referenced by libsumo::StorageHelper::readConnection(), and TraCITestClient::testAPI().