SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SUMOVTypeParameter.h File Reference
#include <config.h>
#include <string>
#include <map>
#include "SUMOVehicleClass.h"
#include "RGBColor.h"
#include "SUMOTime.h"

Go to the source code of this file.

Data Structures

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

Variables

const int VTYPEPARS_COLOR_SET = 2 << 7
const int VTYPEPARS_EMISSIONCLASS_SET = 2 << 6
const int VTYPEPARS_HEIGHT_SET = 2 << 10
const int VTYPEPARS_LENGTH_SET = 1
const int VTYPEPARS_MAXSPEED_SET = 2 << 2
const int VTYPEPARS_MINGAP_SET = 2
const int VTYPEPARS_OSGFILE_SET = 2 << 12
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 11905 2012-02-15 22:39:36Z behrisch

Definition in file SUMOVTypeParameter.h.


Variable Documentation

const int VTYPEPARS_COLOR_SET = 2 << 7
const int VTYPEPARS_EMISSIONCLASS_SET = 2 << 6
const int VTYPEPARS_HEIGHT_SET = 2 << 10
const int VTYPEPARS_LENGTH_SET = 1
const int VTYPEPARS_MAXSPEED_SET = 2 << 2
const int VTYPEPARS_MINGAP_SET = 2
const int VTYPEPARS_OSGFILE_SET = 2 << 12
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