aboutsummaryrefslogtreecommitdiff
path: root/inputs.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-05-06 09:04:35 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-05-06 09:04:35 +0200
commit4b321cfe80f0bbf94f3648a9fc056ae2c19a3436 (patch)
tree9e6e8d561a77b9f684d33716b642521d1bce67c0 /inputs.hpp
parente8ad4ccb0979e1118e310d1e514ef3a58275b66f (diff)
Improve platform management and allow energy simulation
Diffstat (limited to 'inputs.hpp')
-rw-r--r--inputs.hpp17
1 files changed, 0 insertions, 17 deletions
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 <cstdio>
-#include <string>
-
-#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