Add 'CAN-binder/libs/uds-c/' from commit 'ca20db3dd978871bbb9f01f3c862b510c03d1dc4'
[apps/agl-service-can-low-level.git] / CAN-binder / low-can-binding / configuration-generated.cpp
index 98227cb..a3481dc 100644 (file)
@@ -2,7 +2,7 @@
 #include "can/can-decoder.hpp"
 
 configuration_t::configuration_t()
-       : can_bus_manager_(utils::config_parser_t("/etc/dev-mapping.conf"))
+       :can_bus_manager_{utils::config_parser_t{"/etc/dev-mapping.conf"}}
        , can_message_set_{{0, "example", 0, 1, 5, 0, 20}}
        , can_message_definition_
        {
@@ -17,14 +17,14 @@ configuration_t::configuration_t()
                                0,
                                0,
                                "doors.coffer.open",
-                               88,
+                               56,
                                1,
-                               0.00000f, 
+                               1.00000f,
                                0, 
                                0,
                                0,
                                frequency_clock_t(0.00000f),
-                               true,
+                               false,
                                false,
                                {
                                },
@@ -37,14 +37,14 @@ configuration_t::configuration_t()
                                0,
                                0,
                                "doors.driver.open",
-                               78,
+                               46,
                                1,
-                               0.00000f, 
+                               1.00000f,
                                0, 
                                0,
                                0,
                                frequency_clock_t(0.00000f),
-                               true,
+                               false,
                                false,
                                {
                                },
@@ -57,14 +57,14 @@ configuration_t::configuration_t()
                                0,
                                0,
                                "doors.passenger.open",
-                               79,
+                               47,
                                1,
-                               0.00000f, 
+                               1.00000f,
                                0, 
                                0,
                                0,
                                frequency_clock_t(0.00000f),
-                               true,
+                               false,
                                false,
                                {
                                },
@@ -77,14 +77,14 @@ configuration_t::configuration_t()
                                0,
                                0,
                                "doors.rearleft.open",
-                               86,
+                               54,
                                1,
-                               0.00000f, 
+                               1.00000f, 
                                0, 
                                0,
                                0,
                                frequency_clock_t(0.00000f),
-                               true,
+                               false,
                                false,
                                {
                                },
@@ -97,14 +97,14 @@ configuration_t::configuration_t()
                                0,
                                0,
                                "doors.rearright.open",
-                               85,
+                               55,
                                4,
-                               0.00000f, 
+                               1.00000f, 
                                0, 
                                0,
                                0,
                                frequency_clock_t(0.00000f),
-                               true,
+                               false,
                                false,
                                {
                                },
@@ -340,8 +340,7 @@ configuration_t::configuration_t()
                        }
                }
        }
-{
-}
+{}
 
 const std::string configuration_t::get_diagnostic_bus() const
 {