]> sigrok.org Git - pulseview.git/commit
session: add support to auto detect input format (for init file)
authorGerhard Sittig <redacted>
Sun, 13 May 2018 06:59:02 +0000 (08:59 +0200)
committerGerhard Sittig <redacted>
Sun, 13 May 2018 22:10:00 +0000 (00:10 +0200)
commitd7168e582c71ebcc359b12efed83daa2a6b6f28e
tree6298e01310ec87191aaecd6d903fa493565055ad
parenta3110cabd9f265eb066fadbfa2d82c0a6bbd6d18
session: add support to auto detect input format (for init file)

Extend the Session::load_init_file() method, to have the input format
automatically detected in the absence of an -I spec upon startup.

This fixes part of bug 1015. Input files specified at the command line
when pulseview gets invoked are handled. Files that interactively get
loaded while pulseview is running are not handled yet.
pv/session.cpp