diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-27 19:51:52 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-27 20:10:42 +0200 |
commit | ab1adbd3a5d69dced58ef2a37d5defea600452e9 (patch) | |
tree | bb1e347e4a954be77fa197df36e8c587818d9941 /examples/agl-vcar/application-generated.cpp | |
parent | 742ca13257214eb91e6cd8659b78f91438541354 (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/agl-vcar/application-generated.cpp')
-rw-r--r-- | examples/agl-vcar/application-generated.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/agl-vcar/application-generated.cpp b/examples/agl-vcar/application-generated.cpp index 9ec8fb33..9eb89dfa 100644 --- a/examples/agl-vcar/application-generated.cpp +++ b/examples/agl-vcar/application-generated.cpp @@ -4,7 +4,7 @@ application_t::application_t() : can_bus_manager_{utils::config_parser_t{"/etc/dev-mapping.conf"}} , can_message_set_{ - {std::make_shared<can_message_set_t>(can_message_set_t{0,"example", + {std::make_shared<can_message_set_t>(can_message_set_t{0,"AGL Virtual Car", { // beginning can_message_definition_ vector {std::make_shared<can_message_definition_t>(can_message_definition_t{"ls",0x30,can_message_format_t::STANDARD,frequency_clock_t(5.00000f),true, { // beginning can_signals vector @@ -39,7 +39,7 @@ application_t::application_t() false, { }, - false, + true, nullptr, nullptr, false @@ -57,7 +57,7 @@ application_t::application_t() false, { }, - false, + true, nullptr, nullptr, false @@ -75,7 +75,7 @@ application_t::application_t() false, { }, - false, + true, nullptr, nullptr, false |