aboutsummaryrefslogtreecommitdiffstats
path: root/low-can-binding/utils/converter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'low-can-binding/utils/converter.hpp')
-rw-r--r--low-can-binding/utils/converter.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/low-can-binding/utils/converter.hpp b/low-can-binding/utils/converter.hpp
index 23f8ae77..45e29e9a 100644
--- a/low-can-binding/utils/converter.hpp
+++ b/low-can-binding/utils/converter.hpp
@@ -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);
};