]> sigrok.org Git - libsigrok.git/commit
New API function sr_session_dev_list()
authorBert Vermeulen <redacted>
Mon, 2 Sep 2013 12:24:32 +0000 (14:24 +0200)
committerBert Vermeulen <redacted>
Mon, 2 Sep 2013 12:24:32 +0000 (14:24 +0200)
commit2bb311b482d587a7d20c35bf54f084bc0011d72d
treee086eaaf9a84fa4b52683b0f55fa166afd96f284
parentfa93154fe6cb0962c1a1551dacb6619a7b3f4810
New API function sr_session_dev_list()

This exposes the list of devices added to the session. In the case of
loading a session from file, these struct sr_dev_inst are otherwise
not exposed to the frontend. See bug 145.
session.c