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 197 of file TraCIDefs.h.
|
inline |
Definition at line 198 of file TraCIDefs.h.
|
inline |
Definition at line 199 of file TraCIDefs.h.
|
inlinevirtual |
Reimplemented from libsumo::TraCIResult.
Definition at line 200 of file TraCIDefs.h.
References edgeID, laneIndex, and pos.
Referenced by TraCITestClient::testAPI().
|
inlinevirtualinherited |
Reimplemented in libsumo::TraCIDouble, and libsumo::TraCIString.
Definition at line 170 of file TraCIDefs.h.
Referenced by libsumo::StorageHelper::toStorage().
std::string libsumo::TraCIRoadPosition::edgeID = "" |
Definition at line 205 of file TraCIDefs.h.
Referenced by TraCIAPI::SimulationScope::convertRoad(), and getString().
int libsumo::TraCIRoadPosition::laneIndex = INVALID_INT_VALUE |
Definition at line 207 of file TraCIDefs.h.
Referenced by TraCIAPI::SimulationScope::convertRoad(), and getString().
double libsumo::TraCIRoadPosition::pos = INVALID_DOUBLE_VALUE |
Definition at line 206 of file TraCIDefs.h.
Referenced by TraCIAPI::SimulationScope::convertRoad(), and getString().