aboutsummaryrefslogtreecommitdiff
path: root/src/inputs.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/inputs.cc')
-rw-r--r--src/inputs.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/inputs.cc b/src/inputs.cc
index 066dcb0..0cba7b6 100644
--- a/src/inputs.cc
+++ b/src/inputs.cc
@@ -14,8 +14,9 @@ Inputs::Inputs(std::string node_name){
wake_interval=d[node_name.c_str()]["wake_interval"].GetDouble();
startup_delay=d[node_name.c_str()]["startup_delay"].GetDouble();
is_sender=d[node_name.c_str()]["is_sender"].GetBool();
+ use_hint=d[node_name.c_str()]["use_hint"].GetBool();
max_attempts=d[node_name.c_str()]["max_attemps"].GetInt();
-
+ data_size=d[node_name.c_str()]["data_size"].GetInt();
}
void Inputs::GeneratePlatform(std::string p){