low-can-cb: Little opti
[apps/agl-service-can-low-level.git] / low-can-binding / utils / converter.hpp
index 23f8ae7..45e29e9 100644 (file)
@@ -32,4 +32,7 @@ class converter_t
                static uint32_t bit_position_swap(unsigned int msg_length,
                                                  unsigned int bit_position,
                                                  unsigned int bit_size);
+               static uint32_t continental_bit_position_mess(unsigned int msg_length,
+                                                             unsigned int bit_position,
+                                                             unsigned int bit_size);
 };