]> sigrok.org Git - libsigrok.git/commit
Fix output API receive() function
authorBert Vermeulen <redacted>
Sat, 27 Apr 2013 15:29:46 +0000 (17:29 +0200)
committerBert Vermeulen <redacted>
Sat, 27 Apr 2013 15:29:46 +0000 (17:29 +0200)
commit17f63de642c3cb613f91eabd2e19ebed6785f755
treed646f0176a3bd46fdc3ffb8d00707a96bbd1b434
parent9c48c2e91ecdb4b0ce364f55084e8f882b7a3bf1
Fix output API receive() function

This changes the new output API's recv() to receive(), and has it
return an integer status code. The output of the function, if any,
is stored in a new parameter as a pointer to a newly allocated GString.

All output modules using this API have been adjusted.
backend.c
libsigrok.h
output/analog.c
output/ols.c
output/vcd.c