![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <string>
#include <map>
#include <stack>
#include <sstream>
#include <vector>
#include <iostream>
#include <xercesc/sax2/Attributes.hpp>
#include <xercesc/sax2/DefaultHandler.hpp>
#include "EngineParameters.h"
Go to the source code of this file.
Data Structures | |
class | VehicleEngineHandler |
Definition in file VehicleEngineHandler.h.
#define ENGINE_TAG_BRAKES "brakes" |
Definition at line 70 of file VehicleEngineHandler.h.
#define ENGINE_TAG_BRAKES_TAU "tau" |
Definition at line 71 of file VehicleEngineHandler.h.
#define ENGINE_TAG_DRAG "drag" |
Definition at line 50 of file VehicleEngineHandler.h.
#define ENGINE_TAG_DRAG_CAIR "cAir" |
Definition at line 51 of file VehicleEngineHandler.h.
#define ENGINE_TAG_DRAG_SECTION "section" |
Definition at line 52 of file VehicleEngineHandler.h.
#define ENGINE_TAG_ENGINE "engine" |
Definition at line 53 of file VehicleEngineHandler.h.
#define ENGINE_TAG_ENGINE_CYLINDERS "cylinders" |
Definition at line 56 of file VehicleEngineHandler.h.
#define ENGINE_TAG_ENGINE_EFFICIENCY "efficiency" |
Definition at line 55 of file VehicleEngineHandler.h.
#define ENGINE_TAG_ENGINE_MAXRPM "maxRpm" |
Definition at line 58 of file VehicleEngineHandler.h.
#define ENGINE_TAG_ENGINE_MINRPM "minRpm" |
Definition at line 57 of file VehicleEngineHandler.h.
#define ENGINE_TAG_ENGINE_POWER "power" |
Definition at line 61 of file VehicleEngineHandler.h.
#define ENGINE_TAG_ENGINE_POWER_HP "hp" |
Definition at line 63 of file VehicleEngineHandler.h.
#define ENGINE_TAG_ENGINE_POWER_INTERCEPT "intercept" |
Definition at line 66 of file VehicleEngineHandler.h.
#define ENGINE_TAG_ENGINE_POWER_KW "kw" |
Definition at line 64 of file VehicleEngineHandler.h.
#define ENGINE_TAG_ENGINE_POWER_RPM "rpm" |
Definition at line 62 of file VehicleEngineHandler.h.
#define ENGINE_TAG_ENGINE_POWER_SLOPE "slope" |
Definition at line 65 of file VehicleEngineHandler.h.
#define ENGINE_TAG_ENGINE_TAU_BURN "tauBurn" |
Definition at line 60 of file VehicleEngineHandler.h.
#define ENGINE_TAG_ENGINE_TAU_EX "tauEx" |
Definition at line 59 of file VehicleEngineHandler.h.
#define ENGINE_TAG_ENGINE_TYPE "type" |
Definition at line 54 of file VehicleEngineHandler.h.
#define ENGINE_TAG_GEAR "gear" |
Definition at line 38 of file VehicleEngineHandler.h.
#define ENGINE_TAG_GEAR_DIFFERENTIAL "differential" |
Definition at line 41 of file VehicleEngineHandler.h.
#define ENGINE_TAG_GEAR_N "n" |
Definition at line 39 of file VehicleEngineHandler.h.
#define ENGINE_TAG_GEAR_RATIO "ratio" |
Definition at line 40 of file VehicleEngineHandler.h.
#define ENGINE_TAG_GEARS "gears" |
Definition at line 37 of file VehicleEngineHandler.h.
#define ENGINE_TAG_MASS "mass" |
Definition at line 42 of file VehicleEngineHandler.h.
#define ENGINE_TAG_MASS_FACTOR "massFactor" |
Definition at line 44 of file VehicleEngineHandler.h.
#define ENGINE_TAG_MASS_MASS "mass" |
Definition at line 43 of file VehicleEngineHandler.h.
#define ENGINE_TAG_SHIFTING "shifting" |
Definition at line 67 of file VehicleEngineHandler.h.
#define ENGINE_TAG_SHIFTING_DELTARPM "deltaRpm" |
Definition at line 69 of file VehicleEngineHandler.h.
#define ENGINE_TAG_SHIFTING_RPM "rpm" |
Definition at line 68 of file VehicleEngineHandler.h.
#define ENGINE_TAG_VEHICLE "vehicle" |
Definition at line 34 of file VehicleEngineHandler.h.
#define ENGINE_TAG_VEHICLE_DESCRIPTION "description" |
Definition at line 36 of file VehicleEngineHandler.h.
#define ENGINE_TAG_VEHICLE_ID "id" |
Definition at line 35 of file VehicleEngineHandler.h.
#define ENGINE_TAG_VEHICLES "vehicles" |
Definition at line 33 of file VehicleEngineHandler.h.
#define ENGINE_TAG_WHEELS "wheels" |
Definition at line 45 of file VehicleEngineHandler.h.
#define ENGINE_TAG_WHEELS_CR1 "cr1" |
Definition at line 48 of file VehicleEngineHandler.h.
#define ENGINE_TAG_WHEELS_CR2 "cr2" |
Definition at line 49 of file VehicleEngineHandler.h.
#define ENGINE_TAG_WHEELS_DIAMETER "diameter" |
Definition at line 46 of file VehicleEngineHandler.h.
#define ENGINE_TAG_WHEELS_FRICTION "friction" |
Definition at line 47 of file VehicleEngineHandler.h.
#define TAG_ENGINE 3 |
Definition at line 76 of file VehicleEngineHandler.h.
#define TAG_GEARS 2 |
Definition at line 75 of file VehicleEngineHandler.h.
#define TAG_VEHICLE 1 |
Definition at line 74 of file VehicleEngineHandler.h.
#define TAG_VEHICLES 0 |
Definition at line 73 of file VehicleEngineHandler.h.