]> sigrok.org Git - pulseview.git/commit
session: Add support for input format options (-I cmdline parameter)
authorGerhard Sittig <redacted>
Sun, 25 Jun 2017 17:40:14 +0000 (19:40 +0200)
committerUwe Hermann <redacted>
Tue, 27 Jun 2017 11:19:46 +0000 (13:19 +0200)
commit724f29f311db4f8b47169e58f3f3b50e6a50ed08
tree96f0df76c0e8a4697356d6985aefc5ca5347c820
parent34f4a40baa0b4485ebee71d51c0a3bf70a0bad8b
session: Add support for input format options (-I cmdline parameter)

The previous implementation supported the selection of an input format
by means of the -I command line option. This commit extends the feature
by adding support for colon separated input format options similar to
sigrok-cli.

This allows users to open files from the command line which previously
became only available after filling in dialogs, and resulted in errors
in the absence of options. Here is an example of how to use the option:

  $ pulseview -I csv:header:first-channel=2 -i filename.csv

This fixes bug #951.
pv/session.cpp
pv/session.hpp