SUMO - Simulation of Urban MObility
|
#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 |
Definition in file SUMOVTypeParameter.h.
const int VTYPEPARS_COLOR_SET = 2 << 7 |
Definition at line 59 of file SUMOVTypeParameter.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and SUMOVTypeParameter::write().
const int VTYPEPARS_EMISSIONCLASS_SET = 2 << 6 |
Definition at line 58 of file SUMOVTypeParameter.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and SUMOVTypeParameter::write().
const int VTYPEPARS_HEIGHT_SET = 2 << 10 |
Definition at line 62 of file SUMOVTypeParameter.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and SUMOVTypeParameter::write().
const int VTYPEPARS_LENGTH_SET = 1 |
Definition at line 52 of file SUMOVTypeParameter.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and SUMOVTypeParameter::write().
const int VTYPEPARS_MAXSPEED_SET = 2 << 2 |
Definition at line 54 of file SUMOVTypeParameter.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and SUMOVTypeParameter::write().
const int VTYPEPARS_MINGAP_SET = 2 |
Definition at line 53 of file SUMOVTypeParameter.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and SUMOVTypeParameter::write().
const int VTYPEPARS_OSGFILE_SET = 2 << 12 |
Definition at line 64 of file SUMOVTypeParameter.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and SUMOVTypeParameter::write().
const int VTYPEPARS_PROBABILITY_SET = 2 << 3 |
Definition at line 55 of file SUMOVTypeParameter.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and SUMOVTypeParameter::write().
const int VTYPEPARS_SHAPE_SET = 2 << 11 |
Definition at line 63 of file SUMOVTypeParameter.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and SUMOVTypeParameter::write().
const int VTYPEPARS_SPEEDDEVIATION_SET = 2 << 5 |
Definition at line 57 of file SUMOVTypeParameter.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and SUMOVTypeParameter::write().
const int VTYPEPARS_SPEEDFACTOR_SET = 2 << 4 |
Definition at line 56 of file SUMOVTypeParameter.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and SUMOVTypeParameter::write().
const int VTYPEPARS_VEHICLECLASS_SET = 2 << 8 |
Definition at line 60 of file SUMOVTypeParameter.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and SUMOVTypeParameter::write().
const int VTYPEPARS_WIDTH_SET = 2 << 9 |
Definition at line 61 of file SUMOVTypeParameter.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and SUMOVTypeParameter::write().