summaryrefslogtreecommitdiffstats
path: root/examples/engine/application-generated.cpp
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-07-27 19:51:52 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-07-27 20:10:42 +0200
commitab1adbd3a5d69dced58ef2a37d5defea600452e9 (patch)
treebb1e347e4a954be77fa197df36e8c587818d9941 /examples/engine/application-generated.cpp
parent742ca13257214eb91e6cd8659b78f91438541354 (diff)
Updated examples files and default configuration
Let use the new decoder's function and set some hvac signals as writable to be able to test this feature. Change-Id: I27e1c2be069b8bb55ed931ad1fb629aa2d4e5b86 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'examples/engine/application-generated.cpp')
-rw-r--r--examples/engine/application-generated.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/engine/application-generated.cpp b/examples/engine/application-generated.cpp
index cc123b7d..6c395957 100644
--- a/examples/engine/application-generated.cpp
+++ b/examples/engine/application-generated.cpp
@@ -40,7 +40,7 @@ application_t::application_t()
{
},
false,
- decoder_t::booleanDecoder,
+ decoder_t::decode_boolean,
nullptr,
false
})},
@@ -120,7 +120,7 @@ application_t::application_t()
{
},
false,
- decoder_t::booleanDecoder,
+ decoder_t::decode_boolean,
nullptr,
false
})}