aboutsummaryrefslogtreecommitdiff
path: root/inputs.hpp
diff options
context:
space:
mode:
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