]> sigrok.org Git - libsigrok.git/commit
output: Use sr_config_get() wrapper
authorBert Vermeulen <redacted>
Tue, 30 Apr 2013 14:03:37 +0000 (16:03 +0200)
committerBert Vermeulen <redacted>
Tue, 30 Apr 2013 14:03:37 +0000 (16:03 +0200)
commitaf51a7718eb22e9630107af814db6ae9f179a969
treec0ad62398e3af9aa6239a9adb94657015f38e98c
parent0a7da5f8c9f1c6656672152ad48d76b5a4cd7ecd
output: Use sr_config_get() wrapper

This obviates the need for a valid driver, and thus makes converting
from any (non-sr) input format to any output format possible; the only
thing missing is the samplerate.

Fixes bug 105.
output/chronovu_la8.c
output/csv.c
output/gnuplot.c
output/text/text.c
output/vcd.c