libsigrok/output
Bert Vermeulen 17f63de642 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.
2013-04-27 17:29:46 +02:00
..
text text: Use a GSList of enabled probe names, not an array. 2013-04-27 15:49:50 +02:00
Makefile.am GPL headers: Use correct project name. 2013-04-23 22:24:30 +02:00
analog.c Fix output API receive() function 2013-04-27 17:29:46 +02:00
binary.c GPL headers: Use correct project name. 2013-04-23 22:24:30 +02:00
chronovu_la8.c chronovu-l8: remove unused array of probe names. 2013-04-27 15:49:50 +02:00
csv.c csv: Remove unnecessary array of probe names. 2013-04-27 15:49:50 +02:00
gnuplot.c gnuplot: Eliminate fixed-size header buffer based on max probes. 2013-04-27 15:49:50 +02:00
ols.c Fix output API receive() function 2013-04-27 17:29:46 +02:00
output.c GPL headers: Use correct project name. 2013-04-23 22:24:30 +02:00
vcd.c Fix output API receive() function 2013-04-27 17:29:46 +02:00