Eclipse SUMO - Simulation of Urban MObility
V5/cpp/CEPHandler.cpp File Reference
#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"
Include dependency graph for V5/cpp/CEPHandler.cpp:

Go to the source code of this file.

Namespaces

 PHEMlightdllV5
 

Macros

#define JSON_USE_IMPLICIT_CONVERSIONS   0
 

Functions

double PHEMlightdllV5::json2double (const nlohmann::json &vd, const std::string &key)
 

Detailed Description

Author
Martin Dippold
Michael Behrisch
Date
July 2016

Definition in file V5/cpp/CEPHandler.cpp.

Macro Definition Documentation

◆ JSON_USE_IMPLICIT_CONVERSIONS

#define JSON_USE_IMPLICIT_CONVERSIONS   0

Definition at line 27 of file V5/cpp/CEPHandler.cpp.