libsigrok/output
Bert Vermeulen 161a8a2726 sr: add new analog output module
This outputs text representation of SR_DF_ANALOG packets. Unlike the
float module however, it also outputs the standard abbreviations of
SI units corresponding to the packet's MQ and unit.

It also makes an effort to multiply or divide the floating point value
as needed to the nearest multiple or fraction, and inserts the
appropriate SI prefix to match.
2012-09-08 13:24:48 +02:00
..
text sr: fix initialization for output from driverless devices 2012-08-03 11:29:00 +02:00
Makefile.am sr: add new analog output module 2012-09-08 13:24:48 +02:00
analog.c sr: add new analog output module 2012-09-08 13:24:48 +02:00
binary.c sr: moved sigrok.h so libsigrok/libsigrok.h 2012-07-05 01:17:28 +02:00
chronovu_la8.c sr: change input/output modules to use struct sr_dev_inst * 2012-08-03 11:27:31 +02:00
csv.c sr: change input/output modules to use struct sr_dev_inst * 2012-08-03 11:27:31 +02:00
float.c sr: output up to 12 significant digits for floats 2012-09-02 15:42:56 +02:00
gnuplot.c sr: change input/output modules to use struct sr_dev_inst * 2012-08-03 11:27:31 +02:00
ols.c sr: change input/output modules to use struct sr_dev_inst * 2012-08-03 11:27:31 +02:00
output.c sr: add new analog output module 2012-09-08 13:24:48 +02:00
vcd.c sr: change input/output modules to use struct sr_dev_inst * 2012-08-03 11:27:31 +02:00