Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
cpp/Constants.h
Go to the documentation of this file.
1/****************************************************************************/
2// Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.dev/sumo
3// Copyright (C) 2016-2024 German Aerospace Center (DLR) and others.
4// PHEMlight module
5// Copyright (C) 2016-2017 Technische Universitaet Graz, https://www.tugraz.at/
6// This program and the accompanying materials are made available under the
7// terms of the Eclipse Public License 2.0 which is available at
8// https://www.eclipse.org/legal/epl-2.0/
9// This Source Code may also be made available under the following Secondary
10// Licenses when the conditions for such availability set forth in the Eclipse
11// Public License 2.0 are satisfied: GNU General Public License, version 2
12// or later which is available at
13// https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
14// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
15/****************************************************************************/
21//
22/****************************************************************************/
23#pragma once
24#include <config.h>
25
26#include <string>
27
28
29namespace PHEMlightdll {
30 class Constants {
31
32 public:
33 // Calculation constant
34 static const double GRAVITY_CONST;
35 static const double AIR_DENSITY_CONST;
36 static const double NORMALIZING_SPEED;
37 static const double NORMALIZING_ACCELARATION;
38 static const double SPEED_DCEL_MIN;
39 static const double ZERO_SPEED_ACCURACY;
40 static const double DRIVE_TRAIN_EFFICIENCY_All;
41 static const double DRIVE_TRAIN_EFFICIENCY_CB;
42
43 // Strings
44 static const std::string HeavyVehicle;
45
46 // Vehiclestrings
47 static const std::string strPKW;
48 static const std::string strLNF;
49 static const std::string strLKW;
50 static const std::string strLSZ;
51 static const std::string strRB;
52 static const std::string strLB;
53 static const std::string strMR2;
54 static const std::string strMR4;
55 static const std::string strKKR;
56
57 // Fuelstrings
58 static const std::string strGasoline;
59 static const std::string strDiesel;
60 static const std::string strCNG;
61 static const std::string strLPG;
62 static const std::string strHybrid;
63 static const std::string strBEV;
64
65 // Euroclasses
66 static const std::string strEU;
67
68 // Sizeclasse
69 static const std::string strSI;
70 static const std::string strSII;
71 static const std::string strSIII;
72
74 const static double& getDRIVE_TRAIN_EFFICIENCY();
75
77 static void setDRIVE_TRAIN_EFFICIENCY(const double& value);
78
79 private:
80 // Drive train efficiency
82 };
83}
static const std::string strBEV
static const double AIR_DENSITY_CONST
static const std::string strMR4
static const std::string strLSZ
static const double SPEED_DCEL_MIN
static const std::string strPKW
static const std::string strLPG
static const std::string strLB
static const std::string strKKR
static const double & getDRIVE_TRAIN_EFFICIENCY()
get drive train efficiency
static const double DRIVE_TRAIN_EFFICIENCY_All
static const std::string strRB
static const double ZERO_SPEED_ACCURACY
static const double GRAVITY_CONST
static void setDRIVE_TRAIN_EFFICIENCY(const double &value)
set drive train efficiency
static const std::string strDiesel
static const std::string HeavyVehicle
static const std::string strMR2
static const std::string strSII
static const double NORMALIZING_ACCELARATION
static const double DRIVE_TRAIN_EFFICIENCY_CB
static const std::string strEU
static const std::string strHybrid
static const std::string strGasoline
static const std::string strCNG
static const std::string strSIII
static const double NORMALIZING_SPEED
static const std::string strLNF
static const std::string strLKW
static double myDRIVE_TRAIN_EFFICIENCY
static const std::string strSI