]> sigrok.org Git - libsigrok.git/commit
binary_helpers: Rename bv_get_value to reflect it's length checking
authorMathieu Pilato <redacted>
Fri, 31 Mar 2023 08:02:20 +0000 (10:02 +0200)
committerGerhard Sittig <redacted>
Sun, 30 Apr 2023 09:34:07 +0000 (11:34 +0200)
commit48b7c90166221e69aee1b618fe8ecced8be90f9b
treeaa69e213052b0ce931c192492f377394781a5b53
parent1fa04876398ded830b40e44c8055e01c5e2fb977
binary_helpers: Rename bv_get_value to reflect it's length checking

Rename the bv_get_value() routine to bv_get_value_len() to better reflect
that this implementation checks the input data image's length. A version
which doesn't check length will get introduced soon.

[ gsi: use a shorter name than in the initial submission ]
src/binary_helpers.c
src/hardware/rdtech-tc/protocol.c
src/hardware/rdtech-um/protocol.c
src/libsigrok-internal.h