diff options
Diffstat (limited to 'CAN-binder/low-can-binding/configuration-generated.cpp')
-rw-r--r-- | CAN-binder/low-can-binding/configuration-generated.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CAN-binder/low-can-binding/configuration-generated.cpp b/CAN-binder/low-can-binding/configuration-generated.cpp index 2e965703..98227cb5 100644 --- a/CAN-binder/low-can-binding/configuration-generated.cpp +++ b/CAN-binder/low-can-binding/configuration-generated.cpp @@ -2,7 +2,8 @@ #include "can/can-decoder.hpp" configuration_t::configuration_t() - : can_message_set_{{0, "example", 0, 1, 5, 0, 20}} + : can_bus_manager_(utils::config_parser_t("/etc/dev-mapping.conf")) + , can_message_set_{{0, "example", 0, 1, 5, 0, 20}} , can_message_definition_ { { @@ -346,5 +347,3 @@ const std::string configuration_t::get_diagnostic_bus() const { return "can0"; } - - |