]> sigrok.org Git - libsigrok.git/commit
scpi: readability nits in vector getters, style nit in malloc call
authorGerhard Sittig <redacted>
Sun, 16 May 2021 17:51:52 +0000 (19:51 +0200)
committerGerhard Sittig <redacted>
Sat, 22 May 2021 06:06:58 +0000 (08:06 +0200)
commit191af3d9ca2f347810a12a3f9d87bdc8c8db15aa
treefd5626ab45e5444617b1f21e740126cce14e2ebf
parent70158398f3446881eee8493e8f6d2599f26a1c18
scpi: readability nits in vector getters, style nit in malloc call

Improve readability of SCPI uint8 and float vector get routines. Move
assignment and use of variables closer together to simplify review.
Allocate the glib array based on the text split result's length. Move
data processing to the "straight" path and handle failed conversion as
an exceptional condition in an error path.

Eliminate a redundant data type reference in a malloc call.
src/scpi/scpi.c