SUMO - Simulation of Urban MObility
SUMOVTypeParameter.h File Reference
#include <config.h>
#include <string>
#include <map>
#include <utils/common/Parameterised.h>
#include <utils/common/RGBColor.h>
#include <utils/common/SUMOTime.h>
#include <utils/common/SUMOVehicleClass.h>
Include dependency graph for SUMOVTypeParameter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  SUMOVTypeParameter
 Structure representing possible vehicle parameter. More...
 

Variables

const int VTYPEPARS_BOARDING_DURATION = 2 << 17
 
const int VTYPEPARS_CAR_FOLLOW_MODEL = 2 << 20
 
const int VTYPEPARS_COLOR_SET = 2 << 7
 
const int VTYPEPARS_CONTAINER_CAPACITY = 2 << 18
 
const int VTYPEPARS_EMISSIONCLASS_SET = 2 << 6
 
const int VTYPEPARS_HEIGHT_SET = 2 << 10
 
const int VTYPEPARS_IMGFILE_SET = 2 << 13
 
const int VTYPEPARS_IMPATIENCE_SET = 2 << 14
 
const int VTYPEPARS_LANE_CHANGE_MODEL_SET = 2 << 15
 
const int VTYPEPARS_LENGTH_SET = 1
 
const int VTYPEPARS_LOADING_DURATION = 2 << 19
 
const int VTYPEPARS_MAXSPEED_SET = 2 << 2
 
const int VTYPEPARS_MINGAP_SET = 2
 
const int VTYPEPARS_OSGFILE_SET = 2 << 12
 
const int VTYPEPARS_PERSON_CAPACITY = 2 << 16
 
const int VTYPEPARS_PROBABILITY_SET = 2 << 3
 
const int VTYPEPARS_SHAPE_SET = 2 << 11
 
const int VTYPEPARS_SPEEDDEVIATION_SET = 2 << 5
 
const int VTYPEPARS_SPEEDFACTOR_SET = 2 << 4
 
const int VTYPEPARS_VEHICLECLASS_SET = 2 << 8
 
const int VTYPEPARS_WIDTH_SET = 2 << 9
 

Detailed Description

Author
Daniel Krajzewicz
Jakob Erdmann
Michael Behrisch
Date
10.09.2009
Version
Id
SUMOVTypeParameter.h 20433 2016-04-13 08:00:14Z behrisch

Definition in file SUMOVTypeParameter.h.

Variable Documentation

const int VTYPEPARS_BOARDING_DURATION = 2 << 17
const int VTYPEPARS_CAR_FOLLOW_MODEL = 2 << 20
const int VTYPEPARS_CONTAINER_CAPACITY = 2 << 18
const int VTYPEPARS_EMISSIONCLASS_SET = 2 << 6
const int VTYPEPARS_HEIGHT_SET = 2 << 10
const int VTYPEPARS_IMGFILE_SET = 2 << 13
const int VTYPEPARS_IMPATIENCE_SET = 2 << 14
const int VTYPEPARS_LANE_CHANGE_MODEL_SET = 2 << 15
const int VTYPEPARS_LENGTH_SET = 1
const int VTYPEPARS_LOADING_DURATION = 2 << 19
const int VTYPEPARS_MAXSPEED_SET = 2 << 2
const int VTYPEPARS_MINGAP_SET = 2
const int VTYPEPARS_OSGFILE_SET = 2 << 12
const int VTYPEPARS_PERSON_CAPACITY = 2 << 16
const int VTYPEPARS_PROBABILITY_SET = 2 << 3
const int VTYPEPARS_SHAPE_SET = 2 << 11
const int VTYPEPARS_SPEEDDEVIATION_SET = 2 << 5
const int VTYPEPARS_SPEEDFACTOR_SET = 2 << 4
const int VTYPEPARS_VEHICLECLASS_SET = 2 << 8
const int VTYPEPARS_WIDTH_SET = 2 << 9