![]() |
Eclipse SUMO - Simulation of Urban MObility
|
An edgeId, position and laneIndex. More...
#include <TraCIDefs.h>
Public Member Functions | |
std::string | getString () const |
virtual int | getType () const |
TraCIRoadPosition () | |
TraCIRoadPosition (const std::string e, const double p) | |
Data Fields | |
std::string | edgeID = "" |
int | laneIndex = INVALID_INT_VALUE |
double | pos = INVALID_DOUBLE_VALUE |
An edgeId, position and laneIndex.
Definition at line 184 of file TraCIDefs.h.
|
inline |
Definition at line 185 of file TraCIDefs.h.
|
inline |
Definition at line 186 of file TraCIDefs.h.
|
inlinevirtual |
Reimplemented from libsumo::TraCIResult.
Definition at line 187 of file TraCIDefs.h.
References edgeID, laneIndex, and pos.
Referenced by TraCITestClient::testAPI().
|
inlinevirtualinherited |
Reimplemented in libsumo::TraCIDouble, and libsumo::TraCIString.
Definition at line 164 of file TraCIDefs.h.
Referenced by libsumo::StorageHelper::toStorage().
std::string libsumo::TraCIRoadPosition::edgeID = "" |
Definition at line 192 of file TraCIDefs.h.
Referenced by TraCIAPI::SimulationScope::convertRoad(), and getString().
int libsumo::TraCIRoadPosition::laneIndex = INVALID_INT_VALUE |
Definition at line 194 of file TraCIDefs.h.
Referenced by TraCIAPI::SimulationScope::convertRoad(), and getString().
double libsumo::TraCIRoadPosition::pos = INVALID_DOUBLE_VALUE |
Definition at line 193 of file TraCIDefs.h.
Referenced by TraCIAPI::SimulationScope::convertRoad(), and getString().