![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Representation of a single lot space. More...
#include <MSParkingArea.h>
Data Fields | |
| int | index |
| the running index More... | |
| double | myEndPos |
| The position along the lane that the vehicle needs to reach for entering this lot. More... | |
| double | myLength |
| The length. More... | |
| double | myManoeuverAngle |
| The angle between lane and lot through which a vehicle must manoeuver to enter the lot. More... | |
| Position | myPosition |
| The position of the vehicle when parking in this space. More... | |
| double | myRotation |
| The rotation. More... | |
| bool | mySideIsLHS |
| Whether the lot is on the LHS of the lane relative to the lane direction. More... | |
| double | myWidth |
| The width. More... | |
| SUMOVehicle * | vehicle |
| The last parked vehicle or 0. More... | |
Representation of a single lot space.
Definition at line 263 of file MSParkingArea.h.
| int MSParkingArea::LotSpaceDefinition::index |
the running index
Definition at line 265 of file MSParkingArea.h.
Referenced by MSParkingArea::addLotEntry().
| double MSParkingArea::LotSpaceDefinition::myEndPos |
The position along the lane that the vehicle needs to reach for entering this lot.
Definition at line 277 of file MSParkingArea.h.
Referenced by MSParkingArea::addLotEntry().
| double MSParkingArea::LotSpaceDefinition::myLength |
The length.
Definition at line 275 of file MSParkingArea.h.
Referenced by MSParkingArea::addLotEntry().
| double MSParkingArea::LotSpaceDefinition::myManoeuverAngle |
The angle between lane and lot through which a vehicle must manoeuver to enter the lot.
Definition at line 279 of file MSParkingArea.h.
Referenced by MSParkingArea::addLotEntry(), MSParkingArea::getLastFreeLotAngle(), and MSParkingArea::getLastFreeLotGUIAngle().
| Position MSParkingArea::LotSpaceDefinition::myPosition |
The position of the vehicle when parking in this space.
Definition at line 269 of file MSParkingArea.h.
Referenced by MSParkingArea::addLotEntry().
| double MSParkingArea::LotSpaceDefinition::myRotation |
The rotation.
Definition at line 271 of file MSParkingArea.h.
Referenced by MSParkingArea::addLotEntry().
| bool MSParkingArea::LotSpaceDefinition::mySideIsLHS |
Whether the lot is on the LHS of the lane relative to the lane direction.
Definition at line 281 of file MSParkingArea.h.
Referenced by MSParkingArea::addLotEntry(), and MSParkingArea::getLastFreeLotAngle().
| double MSParkingArea::LotSpaceDefinition::myWidth |
The width.
Definition at line 273 of file MSParkingArea.h.
Referenced by MSParkingArea::addLotEntry().
| SUMOVehicle* MSParkingArea::LotSpaceDefinition::vehicle |
The last parked vehicle or 0.
Definition at line 267 of file MSParkingArea.h.
Referenced by MSParkingArea::addLotEntry().