2using System.Collections.Generic;
5using System.Threading.Tasks;
120 _ErrMsg =
"Vehicle class not defined! (" + VEH +
")";
165 _ErrMsg =
"Fuel class not defined! (" + VEH +
")";
187 _ErrMsg =
"Size class not defined! (" + VEH +
")";
210 _ErrMsg =
"Size class not defined! (" + VEH.Substring(VEH.LastIndexOf(
@"\"), VEH.Length - VEH.LastIndexOf(
@"\")) +
")";
231 else if (VEH.IndexOf(
".", VEH.IndexOf(
"_" + Constants.strEU) + 1) > 0)
233 _eClass = Constants.strEU + VEH.Substring(VEH.IndexOf(
"_" + Constants.strEU) + 3, VEH.IndexOf(
".", VEH.IndexOf(
"_" + Constants.strEU) + 1) - (VEH.IndexOf(
"_" + Constants.strEU) + 3));
238 _eClass = Constants.strEU + VEH.Substring(VEH.IndexOf(
"_" + Constants.strEU) + 3, VEH.Length - (VEH.IndexOf(
"_" + Constants.strEU) + 3));
242 else if (VEH.IndexOf(
"_" + Constants.strBEV) > 0)
248 _ErrMsg =
"Euro class not defined! (" + VEH +
")";
static const std::string strBEV
static const std::string strMR4
static const std::string strLSZ
static const std::string strPKW
static const std::string strLB
static const std::string strKKR
static const double DRIVE_TRAIN_EFFICIENCY_All
static const std::string strRB
static const std::string strDiesel
static const std::string strMR2
static const std::string strSII
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 std::string strLNF
static const std::string strLKW
static const std::string strSI
bool geteclass(const std::string &VEH)
bool getsclass(const std::string &VEH)
bool getvclass(const std::string &VEH)
bool gettclass(const std::string &VEH)
bool getsclass(string VEH)
bool setclass(const std::string &VEH)
bool gettclass(string VEH)
bool getvclass(string VEH)
std::string _commentPrefix