Definition in file SUMOVTypeParameter.h.
#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 = 64 |
| const int | VTYPEPARS_EMISSIONCLASS_SET = 32 |
| const int | VTYPEPARS_LENGTH_SET = 1 |
| const int | VTYPEPARS_MAXSPEED_SET = 2 |
| const int | VTYPEPARS_OFFSET_SET = 512 |
| const int | VTYPEPARS_PROBABILITY_SET = 4 |
| const int | VTYPEPARS_SHAPE_SET = 1024 |
| const int | VTYPEPARS_SPEEDDEVIATION_SET = 16 |
| const int | VTYPEPARS_SPEEDFACTOR_SET = 8 |
| const int | VTYPEPARS_VEHICLECLASS_SET = 128 |
| const int | VTYPEPARS_WIDTH_SET = 256 |
| const int VTYPEPARS_COLOR_SET = 64 |
Definition at line 54 of file SUMOVTypeParameter.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and SUMOVTypeParameter::write().
| const int VTYPEPARS_EMISSIONCLASS_SET = 32 |
Definition at line 53 of file SUMOVTypeParameter.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and SUMOVTypeParameter::write().
| const int VTYPEPARS_LENGTH_SET = 1 |
Definition at line 48 of file SUMOVTypeParameter.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and SUMOVTypeParameter::write().
| const int VTYPEPARS_MAXSPEED_SET = 2 |
Definition at line 49 of file SUMOVTypeParameter.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and SUMOVTypeParameter::write().
| const int VTYPEPARS_OFFSET_SET = 512 |
Definition at line 57 of file SUMOVTypeParameter.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and SUMOVTypeParameter::write().
| const int VTYPEPARS_PROBABILITY_SET = 4 |
Definition at line 50 of file SUMOVTypeParameter.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and SUMOVTypeParameter::write().
| const int VTYPEPARS_SHAPE_SET = 1024 |
Definition at line 58 of file SUMOVTypeParameter.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and SUMOVTypeParameter::write().
| const int VTYPEPARS_SPEEDDEVIATION_SET = 16 |
Definition at line 52 of file SUMOVTypeParameter.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and SUMOVTypeParameter::write().
| const int VTYPEPARS_SPEEDFACTOR_SET = 8 |
Definition at line 51 of file SUMOVTypeParameter.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and SUMOVTypeParameter::write().
| const int VTYPEPARS_VEHICLECLASS_SET = 128 |
Definition at line 55 of file SUMOVTypeParameter.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and SUMOVTypeParameter::write().
| const int VTYPEPARS_WIDTH_SET = 256 |
Definition at line 56 of file SUMOVTypeParameter.h.
Referenced by SUMOVehicleParserHelper::beginVTypeParsing(), and SUMOVTypeParameter::write().
1.5.6