diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-05-06 09:04:35 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-05-06 09:04:35 +0200 |
| commit | 4b321cfe80f0bbf94f3648a9fc056ae2c19a3436 (patch) | |
| tree | 9e6e8d561a77b9f684d33716b642521d1bce67c0 /inputs.hpp | |
| parent | e8ad4ccb0979e1118e310d1e514ef3a58275b66f (diff) | |
Improve platform management and allow energy simulation
Diffstat (limited to 'inputs.hpp')
| -rw-r--r-- | inputs.hpp | 17 |
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 |
