SUMO - Simulation of Urban MObility
TraCIServerAPI_Vehicle::LaneUtility Class Reference
Collaboration diagram for TraCIServerAPI_Vehicle::LaneUtility:
Collaboration graph

Public Member Functions

 LaneUtility (SUMOReal dist_, SUMOReal angleDiff_, bool ID_, bool onRoute_, bool sameEdge_, const MSEdge *prevEdge_, const MSEdge *nextEdge_)
 
 LaneUtility ()
 
 ~LaneUtility ()
 

Data Fields

SUMOReal angleDiff
 
SUMOReal dist
 
bool ID
 
const MSEdgenextEdge
 
bool onRoute
 
const MSEdgeprevEdge
 
bool sameEdge
 

Detailed Description

Definition at line 98 of file TraCIServerAPI_Vehicle.h.

Constructor & Destructor Documentation

§ LaneUtility() [1/2]

TraCIServerAPI_Vehicle::LaneUtility::LaneUtility ( SUMOReal  dist_,
SUMOReal  angleDiff_,
bool  ID_,
bool  onRoute_,
bool  sameEdge_,
const MSEdge prevEdge_,
const MSEdge nextEdge_ 
)
inline

Definition at line 100 of file TraCIServerAPI_Vehicle.h.

§ LaneUtility() [2/2]

TraCIServerAPI_Vehicle::LaneUtility::LaneUtility ( )
inline

Definition at line 102 of file TraCIServerAPI_Vehicle.h.

§ ~LaneUtility()

TraCIServerAPI_Vehicle::LaneUtility::~LaneUtility ( )
inline

Definition at line 103 of file TraCIServerAPI_Vehicle.h.

Field Documentation

§ angleDiff

SUMOReal TraCIServerAPI_Vehicle::LaneUtility::angleDiff

Definition at line 106 of file TraCIServerAPI_Vehicle.h.

Referenced by TraCIServerAPI_Vehicle::vtdMap().

§ dist

SUMOReal TraCIServerAPI_Vehicle::LaneUtility::dist

Definition at line 105 of file TraCIServerAPI_Vehicle.h.

Referenced by TraCIServerAPI_Vehicle::vtdMap().

§ ID

bool TraCIServerAPI_Vehicle::LaneUtility::ID

Definition at line 107 of file TraCIServerAPI_Vehicle.h.

Referenced by TraCIServerAPI_Vehicle::vtdMap().

§ nextEdge

const MSEdge* TraCIServerAPI_Vehicle::LaneUtility::nextEdge

Definition at line 111 of file TraCIServerAPI_Vehicle.h.

Referenced by TraCIServerAPI_Vehicle::vtdMap().

§ onRoute

bool TraCIServerAPI_Vehicle::LaneUtility::onRoute

Definition at line 108 of file TraCIServerAPI_Vehicle.h.

Referenced by TraCIServerAPI_Vehicle::vtdMap().

§ prevEdge

const MSEdge* TraCIServerAPI_Vehicle::LaneUtility::prevEdge

Definition at line 110 of file TraCIServerAPI_Vehicle.h.

Referenced by TraCIServerAPI_Vehicle::vtdMap().

§ sameEdge

bool TraCIServerAPI_Vehicle::LaneUtility::sameEdge

Definition at line 109 of file TraCIServerAPI_Vehicle.h.

Referenced by TraCIServerAPI_Vehicle::vtdMap().


The documentation for this class was generated from the following file: