From 4b321cfe80f0bbf94f3648a9fc056ae2c19a3436 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 6 May 2021 09:04:35 +0200 Subject: Improve platform management and allow energy simulation --- inputs.hpp | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 inputs.hpp (limited to 'inputs.hpp') diff --git a/inputs.hpp b/inputs.hpp deleted file mode 100644 index 611df0f..0000000 --- a/inputs.hpp +++ /dev/null @@ -1,17 +0,0 @@ -#include "rapidjson/document.h" -#include "rapidjson/filereadstream.h" -#include -#include - -#define INPUTS_FILE "inputs.json" - -using namespace rapidjson; - -class Inputs { - Document d; - std::string node_name; -public: - Inputs(std::string node_name); - double wake_duration; - double wake_interval; -}; \ No newline at end of file -- cgit v1.2.3