diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-06 10:23:51 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-06 10:23:51 +0200 |
commit | 6ed34a503ac6a32be4a06721b9797e7d94ba8e22 (patch) | |
tree | 4cced2a2f0278cafc2aae32e34daea8a06f904f3 /CAN-binder/low-can-binding | |
parent | b17e2904e1682b48d278c81559242dcfdb58c888 (diff) |
Update signals.json and generated files.
Adding fake windows signals,
Fix wrong bit_position about doors (not fake signal)
In fact all signals are fake except of doors signals and OBD2
diagnostic messages.
Change-Id: Ia5877bb9720b11b0ff3593788d3e79324b0fa44e
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/low-can-binding')
-rw-r--r-- | CAN-binder/low-can-binding/binding/application-generated.cpp | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/CAN-binder/low-can-binding/binding/application-generated.cpp b/CAN-binder/low-can-binding/binding/application-generated.cpp index 487e7b5..60a21f5 100644 --- a/CAN-binder/low-can-binding/binding/application-generated.cpp +++ b/CAN-binder/low-can-binding/binding/application-generated.cpp @@ -130,7 +130,7 @@ application_t::application_t() { // beginning can_signals vector {std::make_shared<can_signal_t> (can_signal_t{ "doors.boot.open", - 56, + 47, 1, 1.00000f, 0.00000, @@ -148,7 +148,7 @@ application_t::application_t() })}, {std::make_shared<can_signal_t> (can_signal_t{ "doors.front_left.open", - 46, + 43, 1, 1.00000f, 0.00000, @@ -166,7 +166,7 @@ application_t::application_t() })}, {std::make_shared<can_signal_t> (can_signal_t{ "doors.front_right.open", - 47, + 44, 1, 1.00000f, 0.00000, @@ -184,7 +184,7 @@ application_t::application_t() })}, {std::make_shared<can_signal_t> (can_signal_t{ "doors.rear_left.open", - 54, + 46, 1, 1.00000f, 0.00000, @@ -202,7 +202,7 @@ application_t::application_t() })}, {std::make_shared<can_signal_t> (can_signal_t{ "doors.rear_right.open", - 53, + 45, 4, 1.00000f, 0.00000, @@ -220,11 +220,11 @@ application_t::application_t() })} } // end can_signals vector })} // end can_message_definition entry -, {std::make_shared<can_message_definition_t>(can_message_definition_t{"hs",0x799,can_message_format_t::STANDARD,frequency_clock_t(1.00000f),true, +, {std::make_shared<can_message_definition_t>(can_message_definition_t{"hs",0x799,can_message_format_t::STANDARD,frequency_clock_t(5.00000f),true, { // beginning can_signals vector {std::make_shared<can_signal_t> (can_signal_t{ "windows.front_left.open", - 46, + 43, 1, 1.00000f, 0.00000, @@ -242,7 +242,7 @@ application_t::application_t() })}, {std::make_shared<can_signal_t> (can_signal_t{ "windows.front_right.open", - 47, + 44, 1, 1.00000f, 0.00000, @@ -260,7 +260,7 @@ application_t::application_t() })}, {std::make_shared<can_signal_t> (can_signal_t{ "windows.rear_left.open", - 54, + 46, 1, 1.00000f, 0.00000, @@ -278,7 +278,7 @@ application_t::application_t() })}, {std::make_shared<can_signal_t> (can_signal_t{ "windows.rear_right.open", - 53, + 45, 4, 1.00000f, 0.00000, @@ -296,7 +296,8 @@ application_t::application_t() })} } // end can_signals vector })} // end can_message_definition entry - }, // end can_message_definition vector + + }, // end can_message_definition vector { // beginning diagnostic_messages_ vector {std::make_shared<diagnostic_message_t>(diagnostic_message_t{ 4, @@ -529,6 +530,7 @@ application_t::application_t() nullptr, true })} + } // end diagnostic_messages_ vector })} // end can_message_set entry } // end can_message_set vector @@ -552,7 +554,7 @@ application_t::application_t() dm->set_parent(cms.get()); } } -} + } const std::string application_t::get_diagnostic_bus() const { |