From ab1adbd3a5d69dced58ef2a37d5defea600452e9 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 27 Jul 2018 19:51:52 +0200 Subject: 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 --- low-can-binding/binding/application-generated.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'low-can-binding/binding') 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{0,"example", + {std::make_shared(can_message_set_t{0,"AGL Virtual Car", { // beginning can_message_definition_ vector {std::make_shared(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, -- cgit 1.2.3-korg