]> sigrok.org Git - libsigrok.git/commit
scpi: introduce string un-quote helper routine
authorGerhard Sittig <redacted>
Wed, 7 Nov 2018 19:22:54 +0000 (20:22 +0100)
committeruser <redacted>
Sat, 10 Nov 2018 17:26:30 +0000 (18:26 +0100)
commita019bc48fd683667ee32e33d872b5d7037a16acf
treecb040db9f7582424ae054e257e167e4558a28161
parentc10b0276da44a412b9a43ede3ae9ffa568604b93
scpi: introduce string un-quote helper routine

The SCPI protocol may communicate strings in quoted form, enclosed by a
matching pair of single or double quote characters, and occurances of
this very quote character within the string get doubled (escaped). Add a
common routine to undo the quotes.
src/scpi.h
src/scpi/scpi.c