SUMO - Simulation of Urban MObility
MSParkingArea::LotSpaceDefinition Struct Reference

Representation of a single lot space. More...

#include <MSParkingArea.h>

Collaboration diagram for MSParkingArea::LotSpaceDefinition:
Collaboration graph

Data Fields

unsigned 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...
 
Position myPosition
 The position of the vehicle when parking in this space. More...
 
double myRotation
 The rotation. More...
 
double myWidth
 The width. More...
 
SUMOVehiclevehicle
 The last parked vehicle or 0. More...
 

Detailed Description

Representation of a single lot space.

Definition at line 197 of file MSParkingArea.h.

Field Documentation

◆ index

unsigned int MSParkingArea::LotSpaceDefinition::index

the running index

Definition at line 199 of file MSParkingArea.h.

◆ myEndPos

double MSParkingArea::LotSpaceDefinition::myEndPos

The position along the lane that the vehicle needs to reach for entering this lot.

Definition at line 211 of file MSParkingArea.h.

◆ myLength

double MSParkingArea::LotSpaceDefinition::myLength

The length.

Definition at line 209 of file MSParkingArea.h.

◆ myPosition

Position MSParkingArea::LotSpaceDefinition::myPosition

The position of the vehicle when parking in this space.

Definition at line 203 of file MSParkingArea.h.

◆ myRotation

double MSParkingArea::LotSpaceDefinition::myRotation

The rotation.

Definition at line 205 of file MSParkingArea.h.

◆ myWidth

double MSParkingArea::LotSpaceDefinition::myWidth

The width.

Definition at line 207 of file MSParkingArea.h.

◆ vehicle

SUMOVehicle* MSParkingArea::LotSpaceDefinition::vehicle

The last parked vehicle or 0.

Definition at line 201 of file MSParkingArea.h.


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