Eclipse SUMO - Simulation of Urban MObility
|
#include <TraCIDefs.h>
Data Fields | |
double | egoDist |
double | egoExitDist |
std::string | egoLane |
bool | egoResponse |
double | foeDist |
double | foeExitDist |
std::string | foeId |
the id of the vehicle with intersecting trajectory | |
std::string | foeLane |
bool | foeResponse |
Definition at line 677 of file TraCIDefs.h.
double libsumo::TraCIJunctionFoe::egoDist |
Definition at line 680 of file TraCIDefs.h.
double libsumo::TraCIJunctionFoe::egoExitDist |
Definition at line 682 of file TraCIDefs.h.
std::string libsumo::TraCIJunctionFoe::egoLane |
Definition at line 684 of file TraCIDefs.h.
bool libsumo::TraCIJunctionFoe::egoResponse |
Definition at line 686 of file TraCIDefs.h.
double libsumo::TraCIJunctionFoe::foeDist |
Definition at line 681 of file TraCIDefs.h.
double libsumo::TraCIJunctionFoe::foeExitDist |
Definition at line 683 of file TraCIDefs.h.
std::string libsumo::TraCIJunctionFoe::foeId |
the id of the vehicle with intersecting trajectory
Definition at line 679 of file TraCIDefs.h.
std::string libsumo::TraCIJunctionFoe::foeLane |
Definition at line 685 of file TraCIDefs.h.
bool libsumo::TraCIJunctionFoe::foeResponse |
Definition at line 687 of file TraCIDefs.h.