Keep subscription to signal simplier without doubling
[apps/agl-service-can-low-level.git] / src / configuration-generated.cpp
index 9e43794..867f203 100644 (file)
@@ -5,9 +5,6 @@
 
 #include <configuration.hpp>
 
-#define OBD2_FUNCTIONAL_BROADCAST_ID 0x7df
-
-
 std::vector<can_message_set_t> CAN_MESSAGE_SET =
 {
        {0, "example_messages", 1, 2, 2, 0, 19},
@@ -15,14 +12,14 @@ std::vector<can_message_set_t> CAN_MESSAGE_SET =
 
 std::vector<std::vector<can_message_definition_t>> CAN_MESSAGES_DEFINTION = {
        {
-               {0x620, CanMessageFormat::STANDARD, {10, 0, nullptr}, false, (uint8_t)NULL},
-               {0x442, CanMessageFormat::STANDARD, {10, 0, nullptr}, false, (uint8_t)NULL},
+               {0x620, can_message_format_t::STANDARD, {10, 0, nullptr}, false, (uint8_t)NULL},
+               {0x442, can_message_format_t::STANDARD, {10, 0, nullptr}, false, (uint8_t)NULL},
        },
 };
 
 /**
- * @brief Dumb SIGNALS array. It is composed by CanMessageSet
- * SIGNALS[MESSAGE_SET_ID][CanSignal]
+ * @brief Dumb SIGNALS array. It is composed by can_message_set_t
+ * SIGNALS[MESSAGE_SET_ID][can_signal_t]
  */
 std::vector<std::vector<can_signal_t>> SIGNALS = {
        {