![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <TraCIDefs.h>
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 |
Definition at line 307 of file TraCIDefs.h.
|
inline |
Definition at line 309 of file TraCIDefs.h.
|
inline |
Definition at line 310 of file TraCIDefs.h.
|
inline |
Definition at line 314 of file TraCIDefs.h.
std::string libsumo::TraCIConnection::approachedInternal |
Definition at line 320 of file TraCIDefs.h.
Referenced by TraCITestClient::testAPI().
std::string libsumo::TraCIConnection::approachedLane |
Definition at line 316 of file TraCIDefs.h.
Referenced by TraCITestClient::testAPI().
std::string libsumo::TraCIConnection::direction |
Definition at line 322 of file TraCIDefs.h.
Referenced by TraCITestClient::testAPI().
bool libsumo::TraCIConnection::hasFoe |
Definition at line 319 of file TraCIDefs.h.
Referenced by TraCITestClient::testAPI().
bool libsumo::TraCIConnection::hasPrio |
Definition at line 317 of file TraCIDefs.h.
Referenced by TraCITestClient::testAPI().
bool libsumo::TraCIConnection::isOpen |
Definition at line 318 of file TraCIDefs.h.
Referenced by TraCITestClient::testAPI().
double libsumo::TraCIConnection::length |
Definition at line 323 of file TraCIDefs.h.
Referenced by TraCITestClient::testAPI().
std::string libsumo::TraCIConnection::state |
Definition at line 321 of file TraCIDefs.h.
Referenced by TraCITestClient::testAPI().