#include <MSVehicle.h>
Definition at line 626 of file MSVehicle.h.
Data Fields | |
| bool | allowsContinuation |
| int | bestLaneOffset |
| std::vector< MSLane * > | joined |
| MSLane * | lane |
| SUMOReal | length |
| SUMOReal | occupied |
| SUMOReal | v |
Definition at line 631 of file MSVehicle.h.
Referenced by MSLCM_DK2004::wantsChangeToLeft(), and MSLCM_DK2004::wantsChangeToRight().
| std::vector<MSLane*> MSVehicle::LaneQ::joined |
Definition at line 627 of file MSVehicle.h.
Referenced by MSVehicle::getBestLanes(), MSLCM_DK2004::wantsChangeToLeft(), and MSLCM_DK2004::wantsChangeToRight().
| SUMOReal MSVehicle::LaneQ::length |
Definition at line 628 of file MSVehicle.h.
Referenced by MSVehicle::getBestLanes(), MSVehicle::rebuildContinuationsFor(), MSLCM_DK2004::wantsChangeToLeft(), and MSLCM_DK2004::wantsChangeToRight().
| SUMOReal MSVehicle::LaneQ::occupied |
Definition at line 630 of file MSVehicle.h.
Referenced by MSVehicle::getBestLanes(), MSVehicle::rebuildContinuationsFor(), MSLCM_DK2004::wantsChangeToLeft(), and MSLCM_DK2004::wantsChangeToRight().
| SUMOReal MSVehicle::LaneQ::v |
Definition at line 629 of file MSVehicle.h.
1.5.6