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 /low-can-binding | |
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 'low-can-binding')
-rw-r--r-- | low-can-binding/binding/application-generated.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/low-can-binding/binding/application-generated.cpp b/low-can-binding/binding/application-generated.cpp index 8253c62e..9eb89dfa 100644 --- a/low-can-binding/binding/application-generated.cpp +++ b/low-can-binding/binding/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 @@ -429,7 +429,7 @@ application_t::application_t() 0, 0, UNIT::INVALID, - 6.00000f, + 5.00000f, decoder_t::decode_obd2_response, nullptr, true, @@ -441,7 +441,7 @@ application_t::application_t() 0, 0, UNIT::INVALID, - 6.00000f, + 5.00000f, decoder_t::decode_obd2_response, nullptr, true, |