]> sigrok.org Git - libsigrok.git/commit
sr: add new analog output module
authorBert Vermeulen <redacted>
Sat, 8 Sep 2012 11:24:48 +0000 (13:24 +0200)
committerBert Vermeulen <redacted>
Sat, 8 Sep 2012 11:24:48 +0000 (13:24 +0200)
commit161a8a272699a7b818ddab01043838f07d7cf6eb
tree45e11fcb44477cd669077cc983a6ddd8746253cb
parente6b021f3775295bb3cbf7fa523281bfd64eaa39a
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.
output/Makefile.am
output/analog.c [new file with mode: 0644]
output/output.c