Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <fstream>
#include <sstream>
#include <foreign/nlohmann/json.hpp>
#include <utils/common/StringUtils.h>
#include "CEPHandler.h"
#include "CEP.h"
#include "Correction.h"
#include "Helpers.h"
Go to the source code of this file.
Namespaces | |
namespace | PHEMlightdllV5 |
Macros | |
#define | JSON_USE_IMPLICIT_CONVERSIONS 0 |
Functions | |
double | PHEMlightdllV5::json2double (const nlohmann::json &vd, const std::string &key) |
Definition in file V5/cpp/CEPHandler.cpp.
#define JSON_USE_IMPLICIT_CONVERSIONS 0 |
Definition at line 27 of file V5/cpp/CEPHandler.cpp.